Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-35469 (GCVE-0-2026-35469)
Vulnerability from cvelistv5 – Published: 2026-04-16 21:19 – Updated: 2026-04-17 12:37- CWE-770 - Allocation of Resources Without Limits or Throttling
| URL | Tags |
|---|---|
| https://github.com/moby/spdystream/security/advis… | x_refsource_CONFIRM |
| https://github.com/moby/spdystream/releases/tag/v0.5.1 | x_refsource_MISC |
| Vendor | Product | Version | |
|---|---|---|---|
| moby | spdystream |
Affected:
< 0.5.1
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-35469",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-17T12:37:18.505269Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-17T12:37:27.329Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "spdystream",
"vendor": "moby",
"versions": [
{
"status": "affected",
"version": "\u003c 0.5.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "spdystream is a Go library for multiplexing streams over SPDY connections. In versions 0.5.0 and below, the SPDY/3 frame parser does not validate attacker-controlled counts and lengths before allocating memory. Three allocation paths are affected: the SETTINGS frame entry count, the header count in parseHeaderValueBlock, and individual header field sizes \u2014 all read as 32-bit integers and used directly as allocation sizes with no bounds checking. Because SPDY header blocks are zlib-compressed, a small on-the-wire payload can decompress into large attacker-controlled values. A remote peer that can send SPDY frames to a service using spdystream can exhaust process memory and cause an out-of-memory crash with a single crafted control frame. This issue has been fixed in version 0.5.1."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-16T21:19:23.516Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/moby/spdystream/security/advisories/GHSA-pc3f-x583-g7j2",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/moby/spdystream/security/advisories/GHSA-pc3f-x583-g7j2"
},
{
"name": "https://github.com/moby/spdystream/releases/tag/v0.5.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/moby/spdystream/releases/tag/v0.5.1"
}
],
"source": {
"advisory": "GHSA-pc3f-x583-g7j2",
"discovery": "UNKNOWN"
},
"title": "SpdyStream: DOS on CRI"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-35469",
"datePublished": "2026-04-16T21:19:23.516Z",
"dateReserved": "2026-04-02T20:49:44.452Z",
"dateUpdated": "2026-04-17T12:37:27.329Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-35469",
"date": "2026-06-27",
"epss": "0.0043",
"percentile": "0.34445"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-35469\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-04-16T22:16:37.920\",\"lastModified\":\"2026-04-29T21:04:10.060\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"spdystream is a Go library for multiplexing streams over SPDY connections. In versions 0.5.0 and below, the SPDY/3 frame parser does not validate attacker-controlled counts and lengths before allocating memory. Three allocation paths are affected: the SETTINGS frame entry count, the header count in parseHeaderValueBlock, and individual header field sizes \u2014 all read as 32-bit integers and used directly as allocation sizes with no bounds checking. Because SPDY header blocks are zlib-compressed, a small on-the-wire payload can decompress into large attacker-controlled values. A remote peer that can send SPDY frames to a service using spdystream can exhaust process memory and cause an out-of-memory crash with a single crafted control frame. This issue has been fixed in version 0.5.1.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/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\":8.7,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"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\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"references\":[{\"url\":\"https://github.com/moby/spdystream/releases/tag/v0.5.1\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/moby/spdystream/security/advisories/GHSA-pc3f-x583-g7j2\",\"source\":\"security-advisories@github.com\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-35469\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-17T12:37:18.505269Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-17T12:37:22.027Z\"}}], \"cna\": {\"title\": \"SpdyStream: DOS on CRI\", \"source\": {\"advisory\": \"GHSA-pc3f-x583-g7j2\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 8.7, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"moby\", \"product\": \"spdystream\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 0.5.1\"}]}], \"references\": [{\"url\": \"https://github.com/moby/spdystream/security/advisories/GHSA-pc3f-x583-g7j2\", \"name\": \"https://github.com/moby/spdystream/security/advisories/GHSA-pc3f-x583-g7j2\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/moby/spdystream/releases/tag/v0.5.1\", \"name\": \"https://github.com/moby/spdystream/releases/tag/v0.5.1\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"spdystream is a Go library for multiplexing streams over SPDY connections. In versions 0.5.0 and below, the SPDY/3 frame parser does not validate attacker-controlled counts and lengths before allocating memory. Three allocation paths are affected: the SETTINGS frame entry count, the header count in parseHeaderValueBlock, and individual header field sizes \\u2014 all read as 32-bit integers and used directly as allocation sizes with no bounds checking. Because SPDY header blocks are zlib-compressed, a small on-the-wire payload can decompress into large attacker-controlled values. A remote peer that can send SPDY frames to a service using spdystream can exhaust process memory and cause an out-of-memory crash with a single crafted control frame. This issue has been fixed in version 0.5.1.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-04-16T21:19:23.516Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-35469\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-17T12:37:27.329Z\", \"dateReserved\": \"2026-04-02T20:49:44.452Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-04-16T21:19:23.516Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:21692
Vulnerability from csaf_redhat - Published: 2026-06-04 15:15 - Updated: 2026-06-27 08:54A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:40a90e313ae3a865320b981979e3785b81e6b18cfd0775e4adb74e50672ef624_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:2c7695b2ea4796259e63d0d4072adc5477861165d8f00decc43272fcd9a1778d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:e33b0048cc8a335767b14ce7d2f5cdc6e65e268dcaea2602f7017d3d8905909b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:8954288ae27649364b7f16db48a65effffa32979425b3353cb4d1ea94dc1111c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:1d98e37af9119927c9109ce0bcfc0846dc5097724475cd238a84279f10a89e11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:8cf39a560a5634556cb90a0aac757f0b8e9c4659f3a40530499b83d7f12a2c1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:ea401236f9095016e8bafd19b66822159a863651025f1c4eeb19c51c9307d141_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:518a0fc8a9512e25d2efc450bca820d027b9c24c5179860f3306c5aa64e482a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:11cfc983202c44d7aae4374a7e943a0a3885332b992cad4489364daf0b7f2ff2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:4a8381572ac578a7aa5c84d1bc302a13b86d17c4fbfa2c8a4e6c11b0bf18a77a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:1570690ed85daf96be33f6345e9d78bb72f1fa4afbea33a7f7948f875d075e32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:973e4d63c0e42ca3160f5f45478ab2361043936a7d98b861da54710fdc779dd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:5b6203e148957e6d4a4cc996e3ff3fbf72e49d42dbbdb9f293807babf0601f6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f08eed07c14665bfbf05ff3eb7a11007a03245a4623340c2b89a6df6db1998c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:85bb15771b64a83ece8a69a93ad039d03cdb7bc35e7d45ad927b9a34441fdaf9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c42a1e0af139d161af0f545e79ac8bd09c45de3bcf97675d5be294ccde5c265f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:5a457bdccd7a019189ee0f4500615daf2a38b9265b62b06386dbcab21e40142b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:53e5e8ba9cffb0b888445a1e44e1ae076efc58e2bd51166abf881f7e09d9ddc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:353d073f4e0ae23c914bafcfabbf66b78b9c86fce092602d8d1eef1e8e584209_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:31247d24fee7047d82a8e98348fff86ff1b22f6e1378687ab3408bab065cce0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:ee5ef59b6199d31330436a1d1cb317da5ffc16219d6b7637f0b7cfc9b94e2848_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:a069eef4c23f6ca775ad74ca76bd34fc67ab01bafadd92bff94942cc7faadca4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:51eff0c396973b30abbb9e3963b621592130f764326c18cbd6e3c029b42d2b01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2aa837ae787dcc8b4d9cc7d1f572b5a07f58e2026c10a7d85adebcc27deea240_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ca376f567a41c90a23a09a92bfa6685dc42e9b195e37fa4c822b593a26f93f2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:74578bdac61ddd2c10fe95f2cb306cd004dcebbc0d1c16be653810cb011b807e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:dfd119bd7e1078beb2e9f777cb3740bc2098886a98a4ce9f45730850199ec2fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:cf858b4efe51671c626bcaab7ccbdd0617b7a18c55082c63bf2d76da1790736d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:769e9c9e2ac6e98c26a4b99eff00fc01a3dd6b0b936d977c2a3d37be33e0f015_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:514c754827b0d5c500f480765b3f6dd9a4f92f7b15d68c5a65b7cd4115eb4c73_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:f7b6b4912ee70d93bfa6719c423c5c60047a388bb8f119bb99897ce35b64a06d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:01f077da9d7dfe134f9a4551582221512521600d753f4e07cff772d77e81bd4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f4c901bd53448622f183ffba1afc3cb4027ecc2442cc19f828843f78e22b780e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f4487a8a1167b9efb5ecc5ec8223bb09b9feb3af90c635b2a6060a9fcc7f22b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:02457089cfe6441f56663caa439ac01717ee6da974214cfa47de413ecfc949fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a38915f96ccbf46c341b7e22da4bc3763bc18e7733e4039ba8b3b7bc5c8cf63c_amd64 | — |
Workaround
|
A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:40a90e313ae3a865320b981979e3785b81e6b18cfd0775e4adb74e50672ef624_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:e33b0048cc8a335767b14ce7d2f5cdc6e65e268dcaea2602f7017d3d8905909b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:8954288ae27649364b7f16db48a65effffa32979425b3353cb4d1ea94dc1111c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:1d98e37af9119927c9109ce0bcfc0846dc5097724475cd238a84279f10a89e11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:8cf39a560a5634556cb90a0aac757f0b8e9c4659f3a40530499b83d7f12a2c1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:ea401236f9095016e8bafd19b66822159a863651025f1c4eeb19c51c9307d141_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:518a0fc8a9512e25d2efc450bca820d027b9c24c5179860f3306c5aa64e482a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:11cfc983202c44d7aae4374a7e943a0a3885332b992cad4489364daf0b7f2ff2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:4a8381572ac578a7aa5c84d1bc302a13b86d17c4fbfa2c8a4e6c11b0bf18a77a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:1570690ed85daf96be33f6345e9d78bb72f1fa4afbea33a7f7948f875d075e32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:973e4d63c0e42ca3160f5f45478ab2361043936a7d98b861da54710fdc779dd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:5b6203e148957e6d4a4cc996e3ff3fbf72e49d42dbbdb9f293807babf0601f6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f08eed07c14665bfbf05ff3eb7a11007a03245a4623340c2b89a6df6db1998c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:85bb15771b64a83ece8a69a93ad039d03cdb7bc35e7d45ad927b9a34441fdaf9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c42a1e0af139d161af0f545e79ac8bd09c45de3bcf97675d5be294ccde5c265f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:5a457bdccd7a019189ee0f4500615daf2a38b9265b62b06386dbcab21e40142b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:53e5e8ba9cffb0b888445a1e44e1ae076efc58e2bd51166abf881f7e09d9ddc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:353d073f4e0ae23c914bafcfabbf66b78b9c86fce092602d8d1eef1e8e584209_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:31247d24fee7047d82a8e98348fff86ff1b22f6e1378687ab3408bab065cce0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:ee5ef59b6199d31330436a1d1cb317da5ffc16219d6b7637f0b7cfc9b94e2848_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:a069eef4c23f6ca775ad74ca76bd34fc67ab01bafadd92bff94942cc7faadca4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:51eff0c396973b30abbb9e3963b621592130f764326c18cbd6e3c029b42d2b01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2aa837ae787dcc8b4d9cc7d1f572b5a07f58e2026c10a7d85adebcc27deea240_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ca376f567a41c90a23a09a92bfa6685dc42e9b195e37fa4c822b593a26f93f2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:74578bdac61ddd2c10fe95f2cb306cd004dcebbc0d1c16be653810cb011b807e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:dfd119bd7e1078beb2e9f777cb3740bc2098886a98a4ce9f45730850199ec2fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:cf858b4efe51671c626bcaab7ccbdd0617b7a18c55082c63bf2d76da1790736d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:769e9c9e2ac6e98c26a4b99eff00fc01a3dd6b0b936d977c2a3d37be33e0f015_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:514c754827b0d5c500f480765b3f6dd9a4f92f7b15d68c5a65b7cd4115eb4c73_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:f7b6b4912ee70d93bfa6719c423c5c60047a388bb8f119bb99897ce35b64a06d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:01f077da9d7dfe134f9a4551582221512521600d753f4e07cff772d77e81bd4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:2c7695b2ea4796259e63d0d4072adc5477861165d8f00decc43272fcd9a1778d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f4c901bd53448622f183ffba1afc3cb4027ecc2442cc19f828843f78e22b780e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f4487a8a1167b9efb5ecc5ec8223bb09b9feb3af90c635b2a6060a9fcc7f22b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:02457089cfe6441f56663caa439ac01717ee6da974214cfa47de413ecfc949fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a38915f96ccbf46c341b7e22da4bc3763bc18e7733e4039ba8b3b7bc5c8cf63c_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.67 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.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 RPM packages for Red Hat OpenShift Container Platform 4.13.67. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:21691\n\nSecurity Fix(es):\n\nNone\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.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.",
"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:21692",
"url": "https://access.redhat.com/errata/RHSA-2026:21692"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"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_21692.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.67 security and extras update",
"tracking": {
"current_release_date": "2026-06-27T08:54:46+00:00",
"generator": {
"date": "2026-06-27T08:54:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:21692",
"initial_release_date": "2026-06-04T15:15:45+00:00",
"revision_history": [
{
"date": "2026-06-04T15:15:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-04T15:16:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T08:54:46+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/frr-rhel8@sha256:1d98e37af9119927c9109ce0bcfc0846dc5097724475cd238a84279f10a89e11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel8@sha256:1d98e37af9119927c9109ce0bcfc0846dc5097724475cd238a84279f10a89e11_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel8@sha256:1d98e37af9119927c9109ce0bcfc0846dc5097724475cd238a84279f10a89e11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel8@sha256%3A1d98e37af9119927c9109ce0bcfc0846dc5097724475cd238a84279f10a89e11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel8\u0026tag=1779863354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy@sha256%3Ae21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy\u0026tag=1779889584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy@sha256%3Ae21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8\u0026tag=1779889584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:5b6203e148957e6d4a4cc996e3ff3fbf72e49d42dbbdb9f293807babf0601f6e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:5b6203e148957e6d4a4cc996e3ff3fbf72e49d42dbbdb9f293807babf0601f6e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:5b6203e148957e6d4a4cc996e3ff3fbf72e49d42dbbdb9f293807babf0601f6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-operator@sha256%3A5b6203e148957e6d4a4cc996e3ff3fbf72e49d42dbbdb9f293807babf0601f6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-operator\u0026tag=1779889662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:53e5e8ba9cffb0b888445a1e44e1ae076efc58e2bd51166abf881f7e09d9ddc5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:53e5e8ba9cffb0b888445a1e44e1ae076efc58e2bd51166abf881f7e09d9ddc5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:53e5e8ba9cffb0b888445a1e44e1ae076efc58e2bd51166abf881f7e09d9ddc5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy@sha256%3A53e5e8ba9cffb0b888445a1e44e1ae076efc58e2bd51166abf881f7e09d9ddc5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=1779863982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:85bb15771b64a83ece8a69a93ad039d03cdb7bc35e7d45ad927b9a34441fdaf9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:85bb15771b64a83ece8a69a93ad039d03cdb7bc35e7d45ad927b9a34441fdaf9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:85bb15771b64a83ece8a69a93ad039d03cdb7bc35e7d45ad927b9a34441fdaf9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel8@sha256%3A85bb15771b64a83ece8a69a93ad039d03cdb7bc35e7d45ad927b9a34441fdaf9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8\u0026tag=1779864319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f08eed07c14665bfbf05ff3eb7a11007a03245a4623340c2b89a6df6db1998c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f08eed07c14665bfbf05ff3eb7a11007a03245a4623340c2b89a6df6db1998c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f08eed07c14665bfbf05ff3eb7a11007a03245a4623340c2b89a6df6db1998c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel8-operator@sha256%3Af08eed07c14665bfbf05ff3eb7a11007a03245a4623340c2b89a6df6db1998c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator\u0026tag=1779863941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:01f077da9d7dfe134f9a4551582221512521600d753f4e07cff772d77e81bd4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:01f077da9d7dfe134f9a4551582221512521600d753f4e07cff772d77e81bd4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:01f077da9d7dfe134f9a4551582221512521600d753f4e07cff772d77e81bd4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni@sha256%3A01f077da9d7dfe134f9a4551582221512521600d753f4e07cff772d77e81bd4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni\u0026tag=1779863998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp@sha256:514c754827b0d5c500f480765b3f6dd9a4f92f7b15d68c5a65b7cd4115eb4c73_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp@sha256:514c754827b0d5c500f480765b3f6dd9a4f92f7b15d68c5a65b7cd4115eb4c73_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp@sha256:514c754827b0d5c500f480765b3f6dd9a4f92f7b15d68c5a65b7cd4115eb4c73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp@sha256%3A514c754827b0d5c500f480765b3f6dd9a4f92f7b15d68c5a65b7cd4115eb4c73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp\u0026tag=1779863999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2aa837ae787dcc8b4d9cc7d1f572b5a07f58e2026c10a7d85adebcc27deea240_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2aa837ae787dcc8b4d9cc7d1f572b5a07f58e2026c10a7d85adebcc27deea240_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2aa837ae787dcc8b4d9cc7d1f572b5a07f58e2026c10a7d85adebcc27deea240_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A2aa837ae787dcc8b4d9cc7d1f572b5a07f58e2026c10a7d85adebcc27deea240?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1779777713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ca376f567a41c90a23a09a92bfa6685dc42e9b195e37fa4c822b593a26f93f2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ca376f567a41c90a23a09a92bfa6685dc42e9b195e37fa4c822b593a26f93f2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ca376f567a41c90a23a09a92bfa6685dc42e9b195e37fa4c822b593a26f93f2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Aca376f567a41c90a23a09a92bfa6685dc42e9b195e37fa4c822b593a26f93f2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1779892323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:74578bdac61ddd2c10fe95f2cb306cd004dcebbc0d1c16be653810cb011b807e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:74578bdac61ddd2c10fe95f2cb306cd004dcebbc0d1c16be653810cb011b807e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:74578bdac61ddd2c10fe95f2cb306cd004dcebbc0d1c16be653810cb011b807e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A74578bdac61ddd2c10fe95f2cb306cd004dcebbc0d1c16be653810cb011b807e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1779889676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:dfd119bd7e1078beb2e9f777cb3740bc2098886a98a4ce9f45730850199ec2fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:dfd119bd7e1078beb2e9f777cb3740bc2098886a98a4ce9f45730850199ec2fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:dfd119bd7e1078beb2e9f777cb3740bc2098886a98a4ce9f45730850199ec2fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery@sha256%3Adfd119bd7e1078beb2e9f777cb3740bc2098886a98a4ce9f45730850199ec2fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery\u0026tag=1779889656"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:11cfc983202c44d7aae4374a7e943a0a3885332b992cad4489364daf0b7f2ff2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:11cfc983202c44d7aae4374a7e943a0a3885332b992cad4489364daf0b7f2ff2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:11cfc983202c44d7aae4374a7e943a0a3885332b992cad4489364daf0b7f2ff2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-operator@sha256%3A11cfc983202c44d7aae4374a7e943a0a3885332b992cad4489364daf0b7f2ff2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=1779889816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:973e4d63c0e42ca3160f5f45478ab2361043936a7d98b861da54710fdc779dd9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:973e4d63c0e42ca3160f5f45478ab2361043936a7d98b861da54710fdc779dd9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:973e4d63c0e42ca3160f5f45478ab2361043936a7d98b861da54710fdc779dd9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity@sha256%3A973e4d63c0e42ca3160f5f45478ab2361043936a7d98b861da54710fdc779dd9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=1779889601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:5a457bdccd7a019189ee0f4500615daf2a38b9265b62b06386dbcab21e40142b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:5a457bdccd7a019189ee0f4500615daf2a38b9265b62b06386dbcab21e40142b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:5a457bdccd7a019189ee0f4500615daf2a38b9265b62b06386dbcab21e40142b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy@sha256%3A5a457bdccd7a019189ee0f4500615daf2a38b9265b62b06386dbcab21e40142b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=1779864290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:353d073f4e0ae23c914bafcfabbf66b78b9c86fce092602d8d1eef1e8e584209_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:353d073f4e0ae23c914bafcfabbf66b78b9c86fce092602d8d1eef1e8e584209_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-router@sha256:353d073f4e0ae23c914bafcfabbf66b78b9c86fce092602d8d1eef1e8e584209_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router@sha256%3A353d073f4e0ae23c914bafcfabbf66b78b9c86fce092602d8d1eef1e8e584209?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=1779864042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:a069eef4c23f6ca775ad74ca76bd34fc67ab01bafadd92bff94942cc7faadca4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:a069eef4c23f6ca775ad74ca76bd34fc67ab01bafadd92bff94942cc7faadca4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-helm-operator@sha256:a069eef4c23f6ca775ad74ca76bd34fc67ab01bafadd92bff94942cc7faadca4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-operator@sha256%3Aa069eef4c23f6ca775ad74ca76bd34fc67ab01bafadd92bff94942cc7faadca4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=1779864254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:cf858b4efe51671c626bcaab7ccbdd0617b7a18c55082c63bf2d76da1790736d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:cf858b4efe51671c626bcaab7ccbdd0617b7a18c55082c63bf2d76da1790736d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:cf858b4efe51671c626bcaab7ccbdd0617b7a18c55082c63bf2d76da1790736d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel8@sha256%3Acf858b4efe51671c626bcaab7ccbdd0617b7a18c55082c63bf2d76da1790736d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=1779889705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:51eff0c396973b30abbb9e3963b621592130f764326c18cbd6e3c029b42d2b01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:51eff0c396973b30abbb9e3963b621592130f764326c18cbd6e3c029b42d2b01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:51eff0c396973b30abbb9e3963b621592130f764326c18cbd6e3c029b42d2b01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel8@sha256%3A51eff0c396973b30abbb9e3963b621592130f764326c18cbd6e3c029b42d2b01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8\u0026tag=1779863984"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:8cf39a560a5634556cb90a0aac757f0b8e9c4659f3a40530499b83d7f12a2c1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:8cf39a560a5634556cb90a0aac757f0b8e9c4659f3a40530499b83d7f12a2c1a_amd64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:8cf39a560a5634556cb90a0aac757f0b8e9c4659f3a40530499b83d7f12a2c1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel8-operator@sha256%3A8cf39a560a5634556cb90a0aac757f0b8e9c4659f3a40530499b83d7f12a2c1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator\u0026tag=1779863978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:4a8381572ac578a7aa5c84d1bc302a13b86d17c4fbfa2c8a4e6c11b0bf18a77a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:4a8381572ac578a7aa5c84d1bc302a13b86d17c4fbfa2c8a4e6c11b0bf18a77a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:4a8381572ac578a7aa5c84d1bc302a13b86d17c4fbfa2c8a4e6c11b0bf18a77a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel8@sha256%3A4a8381572ac578a7aa5c84d1bc302a13b86d17c4fbfa2c8a4e6c11b0bf18a77a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8\u0026tag=1779865273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:1570690ed85daf96be33f6345e9d78bb72f1fa4afbea33a7f7948f875d075e32_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:1570690ed85daf96be33f6345e9d78bb72f1fa4afbea33a7f7948f875d075e32_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:1570690ed85daf96be33f6345e9d78bb72f1fa4afbea33a7f7948f875d075e32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel8-operator@sha256%3A1570690ed85daf96be33f6345e9d78bb72f1fa4afbea33a7f7948f875d075e32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator\u0026tag=1779889633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c42a1e0af139d161af0f545e79ac8bd09c45de3bcf97675d5be294ccde5c265f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c42a1e0af139d161af0f545e79ac8bd09c45de3bcf97675d5be294ccde5c265f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c42a1e0af139d161af0f545e79ac8bd09c45de3bcf97675d5be294ccde5c265f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-mustgather-rhel8@sha256%3Ac42a1e0af139d161af0f545e79ac8bd09c45de3bcf97675d5be294ccde5c265f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=1778765667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:ee5ef59b6199d31330436a1d1cb317da5ffc16219d6b7637f0b7cfc9b94e2848_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:ee5ef59b6199d31330436a1d1cb317da5ffc16219d6b7637f0b7cfc9b94e2848_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:ee5ef59b6199d31330436a1d1cb317da5ffc16219d6b7637f0b7cfc9b94e2848_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel8@sha256%3Aee5ef59b6199d31330436a1d1cb317da5ffc16219d6b7637f0b7cfc9b94e2848?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=1779864468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:31247d24fee7047d82a8e98348fff86ff1b22f6e1378687ab3408bab065cce0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:31247d24fee7047d82a8e98348fff86ff1b22f6e1378687ab3408bab065cce0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:31247d24fee7047d82a8e98348fff86ff1b22f6e1378687ab3408bab065cce0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel8-operator@sha256%3A31247d24fee7047d82a8e98348fff86ff1b22f6e1378687ab3408bab065cce0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=1779889608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel8@sha256:518a0fc8a9512e25d2efc450bca820d027b9c24c5179860f3306c5aa64e482a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel8@sha256:518a0fc8a9512e25d2efc450bca820d027b9c24c5179860f3306c5aa64e482a2_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel8@sha256:518a0fc8a9512e25d2efc450bca820d027b9c24c5179860f3306c5aa64e482a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel8@sha256%3A518a0fc8a9512e25d2efc450bca820d027b9c24c5179860f3306c5aa64e482a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel8\u0026tag=1779863422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:ea401236f9095016e8bafd19b66822159a863651025f1c4eeb19c51c9307d141_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:ea401236f9095016e8bafd19b66822159a863651025f1c4eeb19c51c9307d141_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:ea401236f9095016e8bafd19b66822159a863651025f1c4eeb19c51c9307d141_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel8-operator@sha256%3Aea401236f9095016e8bafd19b66822159a863651025f1c4eeb19c51c9307d141?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel8-operator\u0026tag=1779889640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:769e9c9e2ac6e98c26a4b99eff00fc01a3dd6b0b936d977c2a3d37be33e0f015_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:769e9c9e2ac6e98c26a4b99eff00fc01a3dd6b0b936d977c2a3d37be33e0f015_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:769e9c9e2ac6e98c26a4b99eff00fc01a3dd6b0b936d977c2a3d37be33e0f015_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-operator@sha256%3A769e9c9e2ac6e98c26a4b99eff00fc01a3dd6b0b936d977c2a3d37be33e0f015?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-operator\u0026tag=1779889587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:02457089cfe6441f56663caa439ac01717ee6da974214cfa47de413ecfc949fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:02457089cfe6441f56663caa439ac01717ee6da974214cfa47de413ecfc949fb_amd64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:02457089cfe6441f56663caa439ac01717ee6da974214cfa47de413ecfc949fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel8@sha256%3A02457089cfe6441f56663caa439ac01717ee6da974214cfa47de413ecfc949fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=1778765673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a38915f96ccbf46c341b7e22da4bc3763bc18e7733e4039ba8b3b7bc5c8cf63c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a38915f96ccbf46c341b7e22da4bc3763bc18e7733e4039ba8b3b7bc5c8cf63c_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a38915f96ccbf46c341b7e22da4bc3763bc18e7733e4039ba8b3b7bc5c8cf63c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3Aa38915f96ccbf46c341b7e22da4bc3763bc18e7733e4039ba8b3b7bc5c8cf63c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1779890779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:f7b6b4912ee70d93bfa6719c423c5c60047a388bb8f119bb99897ce35b64a06d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:f7b6b4912ee70d93bfa6719c423c5c60047a388bb8f119bb99897ce35b64a06d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:f7b6b4912ee70d93bfa6719c423c5c60047a388bb8f119bb99897ce35b64a06d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller@sha256%3Af7b6b4912ee70d93bfa6719c423c5c60047a388bb8f119bb99897ce35b64a06d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller\u0026tag=1779864006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:40a90e313ae3a865320b981979e3785b81e6b18cfd0775e4adb74e50672ef624_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:40a90e313ae3a865320b981979e3785b81e6b18cfd0775e4adb74e50672ef624_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:40a90e313ae3a865320b981979e3785b81e6b18cfd0775e4adb74e50672ef624_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon@sha256%3A40a90e313ae3a865320b981979e3785b81e6b18cfd0775e4adb74e50672ef624?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon\u0026tag=1779889638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:2c7695b2ea4796259e63d0d4072adc5477861165d8f00decc43272fcd9a1778d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:2c7695b2ea4796259e63d0d4072adc5477861165d8f00decc43272fcd9a1778d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:2c7695b2ea4796259e63d0d4072adc5477861165d8f00decc43272fcd9a1778d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin@sha256%3A2c7695b2ea4796259e63d0d4072adc5477861165d8f00decc43272fcd9a1778d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin\u0026tag=1779864038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:e33b0048cc8a335767b14ce7d2f5cdc6e65e268dcaea2602f7017d3d8905909b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:e33b0048cc8a335767b14ce7d2f5cdc6e65e268dcaea2602f7017d3d8905909b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:e33b0048cc8a335767b14ce7d2f5cdc6e65e268dcaea2602f7017d3d8905909b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-operator@sha256%3Ae33b0048cc8a335767b14ce7d2f5cdc6e65e268dcaea2602f7017d3d8905909b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-operator\u0026tag=1779889606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:8954288ae27649364b7f16db48a65effffa32979425b3353cb4d1ea94dc1111c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:8954288ae27649364b7f16db48a65effffa32979425b3353cb4d1ea94dc1111c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:8954288ae27649364b7f16db48a65effffa32979425b3353cb4d1ea94dc1111c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook@sha256%3A8954288ae27649364b7f16db48a65effffa32979425b3353cb4d1ea94dc1111c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook\u0026tag=1779864381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f4487a8a1167b9efb5ecc5ec8223bb09b9feb3af90c635b2a6060a9fcc7f22b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f4487a8a1167b9efb5ecc5ec8223bb09b9feb3af90c635b2a6060a9fcc7f22b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f4487a8a1167b9efb5ecc5ec8223bb09b9feb3af90c635b2a6060a9fcc7f22b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel8@sha256%3Af4487a8a1167b9efb5ecc5ec8223bb09b9feb3af90c635b2a6060a9fcc7f22b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8\u0026tag=1779889652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f4c901bd53448622f183ffba1afc3cb4027ecc2442cc19f828843f78e22b780e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f4c901bd53448622f183ffba1afc3cb4027ecc2442cc19f828843f78e22b780e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f4c901bd53448622f183ffba1afc3cb4027ecc2442cc19f828843f78e22b780e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel8-operator@sha256%3Af4c901bd53448622f183ffba1afc3cb4027ecc2442cc19f828843f78e22b780e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator\u0026tag=1779889599"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel8@sha256:1d98e37af9119927c9109ce0bcfc0846dc5097724475cd238a84279f10a89e11_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/frr-rhel8@sha256:1d98e37af9119927c9109ce0bcfc0846dc5097724475cd238a84279f10a89e11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel8@sha256:1d98e37af9119927c9109ce0bcfc0846dc5097724475cd238a84279f10a89e11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:8cf39a560a5634556cb90a0aac757f0b8e9c4659f3a40530499b83d7f12a2c1a_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/kubernetes-nmstate-rhel8-operator@sha256:8cf39a560a5634556cb90a0aac757f0b8e9c4659f3a40530499b83d7f12a2c1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:8cf39a560a5634556cb90a0aac757f0b8e9c4659f3a40530499b83d7f12a2c1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:ea401236f9095016e8bafd19b66822159a863651025f1c4eeb19c51c9307d141_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/metallb-rhel8-operator@sha256:ea401236f9095016e8bafd19b66822159a863651025f1c4eeb19c51c9307d141_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:ea401236f9095016e8bafd19b66822159a863651025f1c4eeb19c51c9307d141_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel8@sha256:518a0fc8a9512e25d2efc450bca820d027b9c24c5179860f3306c5aa64e482a2_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/metallb-rhel8@sha256:518a0fc8a9512e25d2efc450bca820d027b9c24c5179860f3306c5aa64e482a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel8@sha256:518a0fc8a9512e25d2efc450bca820d027b9c24c5179860f3306c5aa64e482a2_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-ansible-operator@sha256:11cfc983202c44d7aae4374a7e943a0a3885332b992cad4489364daf0b7f2ff2_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-ansible-operator@sha256:11cfc983202c44d7aae4374a7e943a0a3885332b992cad4489364daf0b7f2ff2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:11cfc983202c44d7aae4374a7e943a0a3885332b992cad4489364daf0b7f2ff2_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-efs-csi-driver-container-rhel8@sha256:4a8381572ac578a7aa5c84d1bc302a13b86d17c4fbfa2c8a4e6c11b0bf18a77a_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-efs-csi-driver-container-rhel8@sha256:4a8381572ac578a7aa5c84d1bc302a13b86d17c4fbfa2c8a4e6c11b0bf18a77a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:4a8381572ac578a7aa5c84d1bc302a13b86d17c4fbfa2c8a4e6c11b0bf18a77a_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-efs-csi-driver-rhel8-operator@sha256:1570690ed85daf96be33f6345e9d78bb72f1fa4afbea33a7f7948f875d075e32_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-efs-csi-driver-rhel8-operator@sha256:1570690ed85daf96be33f6345e9d78bb72f1fa4afbea33a7f7948f875d075e32_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:1570690ed85daf96be33f6345e9d78bb72f1fa4afbea33a7f7948f875d075e32_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-event-proxy-rhel8@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_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-event-proxy-rhel8@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_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-event-proxy@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_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-event-proxy@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_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-capacity@sha256:973e4d63c0e42ca3160f5f45478ab2361043936a7d98b861da54710fdc779dd9_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-capacity@sha256:973e4d63c0e42ca3160f5f45478ab2361043936a7d98b861da54710fdc779dd9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:973e4d63c0e42ca3160f5f45478ab2361043936a7d98b861da54710fdc779dd9_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-nfd-operator@sha256:5b6203e148957e6d4a4cc996e3ff3fbf72e49d42dbbdb9f293807babf0601f6e_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-nfd-operator@sha256:5b6203e148957e6d4a4cc996e3ff3fbf72e49d42dbbdb9f293807babf0601f6e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:5b6203e148957e6d4a4cc996e3ff3fbf72e49d42dbbdb9f293807babf0601f6e_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-clusterresourceoverride-rhel8-operator@sha256:f08eed07c14665bfbf05ff3eb7a11007a03245a4623340c2b89a6df6db1998c6_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-clusterresourceoverride-rhel8-operator@sha256:f08eed07c14665bfbf05ff3eb7a11007a03245a4623340c2b89a6df6db1998c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f08eed07c14665bfbf05ff3eb7a11007a03245a4623340c2b89a6df6db1998c6_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-clusterresourceoverride-rhel8@sha256:85bb15771b64a83ece8a69a93ad039d03cdb7bc35e7d45ad927b9a34441fdaf9_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-clusterresourceoverride-rhel8@sha256:85bb15771b64a83ece8a69a93ad039d03cdb7bc35e7d45ad927b9a34441fdaf9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:85bb15771b64a83ece8a69a93ad039d03cdb7bc35e7d45ad927b9a34441fdaf9_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-mustgather-rhel8@sha256:c42a1e0af139d161af0f545e79ac8bd09c45de3bcf97675d5be294ccde5c265f_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-mustgather-rhel8@sha256:c42a1e0af139d161af0f545e79ac8bd09c45de3bcf97675d5be294ccde5c265f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c42a1e0af139d161af0f545e79ac8bd09c45de3bcf97675d5be294ccde5c265f_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-egress-dns-proxy@sha256:5a457bdccd7a019189ee0f4500615daf2a38b9265b62b06386dbcab21e40142b_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-egress-dns-proxy@sha256:5a457bdccd7a019189ee0f4500615daf2a38b9265b62b06386dbcab21e40142b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:5a457bdccd7a019189ee0f4500615daf2a38b9265b62b06386dbcab21e40142b_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-egress-http-proxy@sha256:53e5e8ba9cffb0b888445a1e44e1ae076efc58e2bd51166abf881f7e09d9ddc5_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-egress-http-proxy@sha256:53e5e8ba9cffb0b888445a1e44e1ae076efc58e2bd51166abf881f7e09d9ddc5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:53e5e8ba9cffb0b888445a1e44e1ae076efc58e2bd51166abf881f7e09d9ddc5_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-egress-router@sha256:353d073f4e0ae23c914bafcfabbf66b78b9c86fce092602d8d1eef1e8e584209_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-egress-router@sha256:353d073f4e0ae23c914bafcfabbf66b78b9c86fce092602d8d1eef1e8e584209_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router@sha256:353d073f4e0ae23c914bafcfabbf66b78b9c86fce092602d8d1eef1e8e584209_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-filestore-csi-driver-rhel8-operator@sha256:31247d24fee7047d82a8e98348fff86ff1b22f6e1378687ab3408bab065cce0a_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-filestore-csi-driver-rhel8-operator@sha256:31247d24fee7047d82a8e98348fff86ff1b22f6e1378687ab3408bab065cce0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:31247d24fee7047d82a8e98348fff86ff1b22f6e1378687ab3408bab065cce0a_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-filestore-csi-driver-rhel8@sha256:ee5ef59b6199d31330436a1d1cb317da5ffc16219d6b7637f0b7cfc9b94e2848_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-filestore-csi-driver-rhel8@sha256:ee5ef59b6199d31330436a1d1cb317da5ffc16219d6b7637f0b7cfc9b94e2848_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:ee5ef59b6199d31330436a1d1cb317da5ffc16219d6b7637f0b7cfc9b94e2848_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-helm-operator@sha256:a069eef4c23f6ca775ad74ca76bd34fc67ab01bafadd92bff94942cc7faadca4_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-helm-operator@sha256:a069eef4c23f6ca775ad74ca76bd34fc67ab01bafadd92bff94942cc7faadca4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-operator@sha256:a069eef4c23f6ca775ad74ca76bd34fc67ab01bafadd92bff94942cc7faadca4_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-kubernetes-nmstate-handler-rhel8@sha256:51eff0c396973b30abbb9e3963b621592130f764326c18cbd6e3c029b42d2b01_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-kubernetes-nmstate-handler-rhel8@sha256:51eff0c396973b30abbb9e3963b621592130f764326c18cbd6e3c029b42d2b01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:51eff0c396973b30abbb9e3963b621592130f764326c18cbd6e3c029b42d2b01_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-local-storage-diskmaker-rhel9@sha256:2aa837ae787dcc8b4d9cc7d1f572b5a07f58e2026c10a7d85adebcc27deea240_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-local-storage-diskmaker-rhel9@sha256:2aa837ae787dcc8b4d9cc7d1f572b5a07f58e2026c10a7d85adebcc27deea240_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2aa837ae787dcc8b4d9cc7d1f572b5a07f58e2026c10a7d85adebcc27deea240_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-local-storage-mustgather-rhel9@sha256:ca376f567a41c90a23a09a92bfa6685dc42e9b195e37fa4c822b593a26f93f2e_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-local-storage-mustgather-rhel9@sha256:ca376f567a41c90a23a09a92bfa6685dc42e9b195e37fa4c822b593a26f93f2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ca376f567a41c90a23a09a92bfa6685dc42e9b195e37fa4c822b593a26f93f2e_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-local-storage-rhel9-operator@sha256:74578bdac61ddd2c10fe95f2cb306cd004dcebbc0d1c16be653810cb011b807e_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-local-storage-rhel9-operator@sha256:74578bdac61ddd2c10fe95f2cb306cd004dcebbc0d1c16be653810cb011b807e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:74578bdac61ddd2c10fe95f2cb306cd004dcebbc0d1c16be653810cb011b807e_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-node-feature-discovery@sha256:dfd119bd7e1078beb2e9f777cb3740bc2098886a98a4ce9f45730850199ec2fb_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-node-feature-discovery@sha256:dfd119bd7e1078beb2e9f777cb3740bc2098886a98a4ce9f45730850199ec2fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:dfd119bd7e1078beb2e9f777cb3740bc2098886a98a4ce9f45730850199ec2fb_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-sdk-rhel8@sha256:cf858b4efe51671c626bcaab7ccbdd0617b7a18c55082c63bf2d76da1790736d_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-sdk-rhel8@sha256:cf858b4efe51671c626bcaab7ccbdd0617b7a18c55082c63bf2d76da1790736d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:cf858b4efe51671c626bcaab7ccbdd0617b7a18c55082c63bf2d76da1790736d_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-ptp-operator@sha256:769e9c9e2ac6e98c26a4b99eff00fc01a3dd6b0b936d977c2a3d37be33e0f015_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-ptp-operator@sha256:769e9c9e2ac6e98c26a4b99eff00fc01a3dd6b0b936d977c2a3d37be33e0f015_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:769e9c9e2ac6e98c26a4b99eff00fc01a3dd6b0b936d977c2a3d37be33e0f015_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-ptp@sha256:514c754827b0d5c500f480765b3f6dd9a4f92f7b15d68c5a65b7cd4115eb4c73_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-ptp@sha256:514c754827b0d5c500f480765b3f6dd9a4f92f7b15d68c5a65b7cd4115eb4c73_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp@sha256:514c754827b0d5c500f480765b3f6dd9a4f92f7b15d68c5a65b7cd4115eb4c73_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-sriov-dp-admission-controller@sha256:f7b6b4912ee70d93bfa6719c423c5c60047a388bb8f119bb99897ce35b64a06d_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-sriov-dp-admission-controller@sha256:f7b6b4912ee70d93bfa6719c423c5c60047a388bb8f119bb99897ce35b64a06d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:f7b6b4912ee70d93bfa6719c423c5c60047a388bb8f119bb99897ce35b64a06d_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-sriov-infiniband-cni@sha256:01f077da9d7dfe134f9a4551582221512521600d753f4e07cff772d77e81bd4f_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-sriov-infiniband-cni@sha256:01f077da9d7dfe134f9a4551582221512521600d753f4e07cff772d77e81bd4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:01f077da9d7dfe134f9a4551582221512521600d753f4e07cff772d77e81bd4f_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-sriov-network-config-daemon@sha256:40a90e313ae3a865320b981979e3785b81e6b18cfd0775e4adb74e50672ef624_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-sriov-network-config-daemon@sha256:40a90e313ae3a865320b981979e3785b81e6b18cfd0775e4adb74e50672ef624_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:40a90e313ae3a865320b981979e3785b81e6b18cfd0775e4adb74e50672ef624_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-sriov-network-device-plugin@sha256:2c7695b2ea4796259e63d0d4072adc5477861165d8f00decc43272fcd9a1778d_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-sriov-network-device-plugin@sha256:2c7695b2ea4796259e63d0d4072adc5477861165d8f00decc43272fcd9a1778d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:2c7695b2ea4796259e63d0d4072adc5477861165d8f00decc43272fcd9a1778d_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-sriov-network-operator@sha256:e33b0048cc8a335767b14ce7d2f5cdc6e65e268dcaea2602f7017d3d8905909b_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-sriov-network-operator@sha256:e33b0048cc8a335767b14ce7d2f5cdc6e65e268dcaea2602f7017d3d8905909b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:e33b0048cc8a335767b14ce7d2f5cdc6e65e268dcaea2602f7017d3d8905909b_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-sriov-network-webhook@sha256:8954288ae27649364b7f16db48a65effffa32979425b3353cb4d1ea94dc1111c_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-sriov-network-webhook@sha256:8954288ae27649364b7f16db48a65effffa32979425b3353cb4d1ea94dc1111c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:8954288ae27649364b7f16db48a65effffa32979425b3353cb4d1ea94dc1111c_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-vertical-pod-autoscaler-rhel8-operator@sha256:f4c901bd53448622f183ffba1afc3cb4027ecc2442cc19f828843f78e22b780e_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-vertical-pod-autoscaler-rhel8-operator@sha256:f4c901bd53448622f183ffba1afc3cb4027ecc2442cc19f828843f78e22b780e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f4c901bd53448622f183ffba1afc3cb4027ecc2442cc19f828843f78e22b780e_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-vertical-pod-autoscaler-rhel8@sha256:f4487a8a1167b9efb5ecc5ec8223bb09b9feb3af90c635b2a6060a9fcc7f22b9_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-vertical-pod-autoscaler-rhel8@sha256:f4487a8a1167b9efb5ecc5ec8223bb09b9feb3af90c635b2a6060a9fcc7f22b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f4487a8a1167b9efb5ecc5ec8223bb09b9feb3af90c635b2a6060a9fcc7f22b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:02457089cfe6441f56663caa439ac01717ee6da974214cfa47de413ecfc949fb_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/ptp-must-gather-rhel8@sha256:02457089cfe6441f56663caa439ac01717ee6da974214cfa47de413ecfc949fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:02457089cfe6441f56663caa439ac01717ee6da974214cfa47de413ecfc949fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a38915f96ccbf46c341b7e22da4bc3763bc18e7733e4039ba8b3b7bc5c8cf63c_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/sriov-cni-rhel9@sha256:a38915f96ccbf46c341b7e22da4bc3763bc18e7733e4039ba8b3b7bc5c8cf63c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a38915f96ccbf46c341b7e22da4bc3763bc18e7733e4039ba8b3b7bc5c8cf63c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:1d98e37af9119927c9109ce0bcfc0846dc5097724475cd238a84279f10a89e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:8cf39a560a5634556cb90a0aac757f0b8e9c4659f3a40530499b83d7f12a2c1a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:ea401236f9095016e8bafd19b66822159a863651025f1c4eeb19c51c9307d141_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:518a0fc8a9512e25d2efc450bca820d027b9c24c5179860f3306c5aa64e482a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:11cfc983202c44d7aae4374a7e943a0a3885332b992cad4489364daf0b7f2ff2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:4a8381572ac578a7aa5c84d1bc302a13b86d17c4fbfa2c8a4e6c11b0bf18a77a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:1570690ed85daf96be33f6345e9d78bb72f1fa4afbea33a7f7948f875d075e32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:973e4d63c0e42ca3160f5f45478ab2361043936a7d98b861da54710fdc779dd9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:5b6203e148957e6d4a4cc996e3ff3fbf72e49d42dbbdb9f293807babf0601f6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f08eed07c14665bfbf05ff3eb7a11007a03245a4623340c2b89a6df6db1998c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:85bb15771b64a83ece8a69a93ad039d03cdb7bc35e7d45ad927b9a34441fdaf9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c42a1e0af139d161af0f545e79ac8bd09c45de3bcf97675d5be294ccde5c265f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:5a457bdccd7a019189ee0f4500615daf2a38b9265b62b06386dbcab21e40142b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:53e5e8ba9cffb0b888445a1e44e1ae076efc58e2bd51166abf881f7e09d9ddc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:353d073f4e0ae23c914bafcfabbf66b78b9c86fce092602d8d1eef1e8e584209_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:31247d24fee7047d82a8e98348fff86ff1b22f6e1378687ab3408bab065cce0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:ee5ef59b6199d31330436a1d1cb317da5ffc16219d6b7637f0b7cfc9b94e2848_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:a069eef4c23f6ca775ad74ca76bd34fc67ab01bafadd92bff94942cc7faadca4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:51eff0c396973b30abbb9e3963b621592130f764326c18cbd6e3c029b42d2b01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2aa837ae787dcc8b4d9cc7d1f572b5a07f58e2026c10a7d85adebcc27deea240_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ca376f567a41c90a23a09a92bfa6685dc42e9b195e37fa4c822b593a26f93f2e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:74578bdac61ddd2c10fe95f2cb306cd004dcebbc0d1c16be653810cb011b807e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:dfd119bd7e1078beb2e9f777cb3740bc2098886a98a4ce9f45730850199ec2fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:cf858b4efe51671c626bcaab7ccbdd0617b7a18c55082c63bf2d76da1790736d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:769e9c9e2ac6e98c26a4b99eff00fc01a3dd6b0b936d977c2a3d37be33e0f015_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:514c754827b0d5c500f480765b3f6dd9a4f92f7b15d68c5a65b7cd4115eb4c73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:f7b6b4912ee70d93bfa6719c423c5c60047a388bb8f119bb99897ce35b64a06d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:01f077da9d7dfe134f9a4551582221512521600d753f4e07cff772d77e81bd4f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f4c901bd53448622f183ffba1afc3cb4027ecc2442cc19f828843f78e22b780e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f4487a8a1167b9efb5ecc5ec8223bb09b9feb3af90c635b2a6060a9fcc7f22b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:02457089cfe6441f56663caa439ac01717ee6da974214cfa47de413ecfc949fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a38915f96ccbf46c341b7e22da4bc3763bc18e7733e4039ba8b3b7bc5c8cf63c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:40a90e313ae3a865320b981979e3785b81e6b18cfd0775e4adb74e50672ef624_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:2c7695b2ea4796259e63d0d4072adc5477861165d8f00decc43272fcd9a1778d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:e33b0048cc8a335767b14ce7d2f5cdc6e65e268dcaea2602f7017d3d8905909b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:8954288ae27649364b7f16db48a65effffa32979425b3353cb4d1ea94dc1111c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:1d98e37af9119927c9109ce0bcfc0846dc5097724475cd238a84279f10a89e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:8cf39a560a5634556cb90a0aac757f0b8e9c4659f3a40530499b83d7f12a2c1a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:ea401236f9095016e8bafd19b66822159a863651025f1c4eeb19c51c9307d141_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:518a0fc8a9512e25d2efc450bca820d027b9c24c5179860f3306c5aa64e482a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:11cfc983202c44d7aae4374a7e943a0a3885332b992cad4489364daf0b7f2ff2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:4a8381572ac578a7aa5c84d1bc302a13b86d17c4fbfa2c8a4e6c11b0bf18a77a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:1570690ed85daf96be33f6345e9d78bb72f1fa4afbea33a7f7948f875d075e32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:973e4d63c0e42ca3160f5f45478ab2361043936a7d98b861da54710fdc779dd9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:5b6203e148957e6d4a4cc996e3ff3fbf72e49d42dbbdb9f293807babf0601f6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f08eed07c14665bfbf05ff3eb7a11007a03245a4623340c2b89a6df6db1998c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:85bb15771b64a83ece8a69a93ad039d03cdb7bc35e7d45ad927b9a34441fdaf9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c42a1e0af139d161af0f545e79ac8bd09c45de3bcf97675d5be294ccde5c265f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:5a457bdccd7a019189ee0f4500615daf2a38b9265b62b06386dbcab21e40142b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:53e5e8ba9cffb0b888445a1e44e1ae076efc58e2bd51166abf881f7e09d9ddc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:353d073f4e0ae23c914bafcfabbf66b78b9c86fce092602d8d1eef1e8e584209_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:31247d24fee7047d82a8e98348fff86ff1b22f6e1378687ab3408bab065cce0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:ee5ef59b6199d31330436a1d1cb317da5ffc16219d6b7637f0b7cfc9b94e2848_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:a069eef4c23f6ca775ad74ca76bd34fc67ab01bafadd92bff94942cc7faadca4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:51eff0c396973b30abbb9e3963b621592130f764326c18cbd6e3c029b42d2b01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2aa837ae787dcc8b4d9cc7d1f572b5a07f58e2026c10a7d85adebcc27deea240_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ca376f567a41c90a23a09a92bfa6685dc42e9b195e37fa4c822b593a26f93f2e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:74578bdac61ddd2c10fe95f2cb306cd004dcebbc0d1c16be653810cb011b807e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:dfd119bd7e1078beb2e9f777cb3740bc2098886a98a4ce9f45730850199ec2fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:cf858b4efe51671c626bcaab7ccbdd0617b7a18c55082c63bf2d76da1790736d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:769e9c9e2ac6e98c26a4b99eff00fc01a3dd6b0b936d977c2a3d37be33e0f015_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:514c754827b0d5c500f480765b3f6dd9a4f92f7b15d68c5a65b7cd4115eb4c73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:f7b6b4912ee70d93bfa6719c423c5c60047a388bb8f119bb99897ce35b64a06d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:01f077da9d7dfe134f9a4551582221512521600d753f4e07cff772d77e81bd4f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f4c901bd53448622f183ffba1afc3cb4027ecc2442cc19f828843f78e22b780e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f4487a8a1167b9efb5ecc5ec8223bb09b9feb3af90c635b2a6060a9fcc7f22b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:02457089cfe6441f56663caa439ac01717ee6da974214cfa47de413ecfc949fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a38915f96ccbf46c341b7e22da4bc3763bc18e7733e4039ba8b3b7bc5c8cf63c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-04T15:15:45+00:00",
"details": "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\nDetails on how to access this content are available at\nhttps://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-sriov-network-config-daemon@sha256:40a90e313ae3a865320b981979e3785b81e6b18cfd0775e4adb74e50672ef624_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:2c7695b2ea4796259e63d0d4072adc5477861165d8f00decc43272fcd9a1778d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:e33b0048cc8a335767b14ce7d2f5cdc6e65e268dcaea2602f7017d3d8905909b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:8954288ae27649364b7f16db48a65effffa32979425b3353cb4d1ea94dc1111c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21692"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:1d98e37af9119927c9109ce0bcfc0846dc5097724475cd238a84279f10a89e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:8cf39a560a5634556cb90a0aac757f0b8e9c4659f3a40530499b83d7f12a2c1a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:ea401236f9095016e8bafd19b66822159a863651025f1c4eeb19c51c9307d141_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:518a0fc8a9512e25d2efc450bca820d027b9c24c5179860f3306c5aa64e482a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:11cfc983202c44d7aae4374a7e943a0a3885332b992cad4489364daf0b7f2ff2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:4a8381572ac578a7aa5c84d1bc302a13b86d17c4fbfa2c8a4e6c11b0bf18a77a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:1570690ed85daf96be33f6345e9d78bb72f1fa4afbea33a7f7948f875d075e32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:973e4d63c0e42ca3160f5f45478ab2361043936a7d98b861da54710fdc779dd9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:5b6203e148957e6d4a4cc996e3ff3fbf72e49d42dbbdb9f293807babf0601f6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f08eed07c14665bfbf05ff3eb7a11007a03245a4623340c2b89a6df6db1998c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:85bb15771b64a83ece8a69a93ad039d03cdb7bc35e7d45ad927b9a34441fdaf9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c42a1e0af139d161af0f545e79ac8bd09c45de3bcf97675d5be294ccde5c265f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:5a457bdccd7a019189ee0f4500615daf2a38b9265b62b06386dbcab21e40142b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:53e5e8ba9cffb0b888445a1e44e1ae076efc58e2bd51166abf881f7e09d9ddc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:353d073f4e0ae23c914bafcfabbf66b78b9c86fce092602d8d1eef1e8e584209_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:31247d24fee7047d82a8e98348fff86ff1b22f6e1378687ab3408bab065cce0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:ee5ef59b6199d31330436a1d1cb317da5ffc16219d6b7637f0b7cfc9b94e2848_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:a069eef4c23f6ca775ad74ca76bd34fc67ab01bafadd92bff94942cc7faadca4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:51eff0c396973b30abbb9e3963b621592130f764326c18cbd6e3c029b42d2b01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2aa837ae787dcc8b4d9cc7d1f572b5a07f58e2026c10a7d85adebcc27deea240_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ca376f567a41c90a23a09a92bfa6685dc42e9b195e37fa4c822b593a26f93f2e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:74578bdac61ddd2c10fe95f2cb306cd004dcebbc0d1c16be653810cb011b807e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:dfd119bd7e1078beb2e9f777cb3740bc2098886a98a4ce9f45730850199ec2fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:cf858b4efe51671c626bcaab7ccbdd0617b7a18c55082c63bf2d76da1790736d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:769e9c9e2ac6e98c26a4b99eff00fc01a3dd6b0b936d977c2a3d37be33e0f015_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:514c754827b0d5c500f480765b3f6dd9a4f92f7b15d68c5a65b7cd4115eb4c73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:f7b6b4912ee70d93bfa6719c423c5c60047a388bb8f119bb99897ce35b64a06d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:01f077da9d7dfe134f9a4551582221512521600d753f4e07cff772d77e81bd4f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:40a90e313ae3a865320b981979e3785b81e6b18cfd0775e4adb74e50672ef624_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:2c7695b2ea4796259e63d0d4072adc5477861165d8f00decc43272fcd9a1778d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:e33b0048cc8a335767b14ce7d2f5cdc6e65e268dcaea2602f7017d3d8905909b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:8954288ae27649364b7f16db48a65effffa32979425b3353cb4d1ea94dc1111c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f4c901bd53448622f183ffba1afc3cb4027ecc2442cc19f828843f78e22b780e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f4487a8a1167b9efb5ecc5ec8223bb09b9feb3af90c635b2a6060a9fcc7f22b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:02457089cfe6441f56663caa439ac01717ee6da974214cfa47de413ecfc949fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a38915f96ccbf46c341b7e22da4bc3763bc18e7733e4039ba8b3b7bc5c8cf63c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:1d98e37af9119927c9109ce0bcfc0846dc5097724475cd238a84279f10a89e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:8cf39a560a5634556cb90a0aac757f0b8e9c4659f3a40530499b83d7f12a2c1a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:ea401236f9095016e8bafd19b66822159a863651025f1c4eeb19c51c9307d141_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:518a0fc8a9512e25d2efc450bca820d027b9c24c5179860f3306c5aa64e482a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:11cfc983202c44d7aae4374a7e943a0a3885332b992cad4489364daf0b7f2ff2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:4a8381572ac578a7aa5c84d1bc302a13b86d17c4fbfa2c8a4e6c11b0bf18a77a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:1570690ed85daf96be33f6345e9d78bb72f1fa4afbea33a7f7948f875d075e32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:973e4d63c0e42ca3160f5f45478ab2361043936a7d98b861da54710fdc779dd9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:5b6203e148957e6d4a4cc996e3ff3fbf72e49d42dbbdb9f293807babf0601f6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f08eed07c14665bfbf05ff3eb7a11007a03245a4623340c2b89a6df6db1998c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:85bb15771b64a83ece8a69a93ad039d03cdb7bc35e7d45ad927b9a34441fdaf9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c42a1e0af139d161af0f545e79ac8bd09c45de3bcf97675d5be294ccde5c265f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:5a457bdccd7a019189ee0f4500615daf2a38b9265b62b06386dbcab21e40142b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:53e5e8ba9cffb0b888445a1e44e1ae076efc58e2bd51166abf881f7e09d9ddc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:353d073f4e0ae23c914bafcfabbf66b78b9c86fce092602d8d1eef1e8e584209_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:31247d24fee7047d82a8e98348fff86ff1b22f6e1378687ab3408bab065cce0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:ee5ef59b6199d31330436a1d1cb317da5ffc16219d6b7637f0b7cfc9b94e2848_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:a069eef4c23f6ca775ad74ca76bd34fc67ab01bafadd92bff94942cc7faadca4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:51eff0c396973b30abbb9e3963b621592130f764326c18cbd6e3c029b42d2b01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2aa837ae787dcc8b4d9cc7d1f572b5a07f58e2026c10a7d85adebcc27deea240_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ca376f567a41c90a23a09a92bfa6685dc42e9b195e37fa4c822b593a26f93f2e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:74578bdac61ddd2c10fe95f2cb306cd004dcebbc0d1c16be653810cb011b807e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:dfd119bd7e1078beb2e9f777cb3740bc2098886a98a4ce9f45730850199ec2fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:cf858b4efe51671c626bcaab7ccbdd0617b7a18c55082c63bf2d76da1790736d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:769e9c9e2ac6e98c26a4b99eff00fc01a3dd6b0b936d977c2a3d37be33e0f015_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:514c754827b0d5c500f480765b3f6dd9a4f92f7b15d68c5a65b7cd4115eb4c73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:f7b6b4912ee70d93bfa6719c423c5c60047a388bb8f119bb99897ce35b64a06d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:01f077da9d7dfe134f9a4551582221512521600d753f4e07cff772d77e81bd4f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:40a90e313ae3a865320b981979e3785b81e6b18cfd0775e4adb74e50672ef624_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:2c7695b2ea4796259e63d0d4072adc5477861165d8f00decc43272fcd9a1778d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:e33b0048cc8a335767b14ce7d2f5cdc6e65e268dcaea2602f7017d3d8905909b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:8954288ae27649364b7f16db48a65effffa32979425b3353cb4d1ea94dc1111c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f4c901bd53448622f183ffba1afc3cb4027ecc2442cc19f828843f78e22b780e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f4487a8a1167b9efb5ecc5ec8223bb09b9feb3af90c635b2a6060a9fcc7f22b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:02457089cfe6441f56663caa439ac01717ee6da974214cfa47de413ecfc949fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a38915f96ccbf46c341b7e22da4bc3763bc18e7733e4039ba8b3b7bc5c8cf63c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:1d98e37af9119927c9109ce0bcfc0846dc5097724475cd238a84279f10a89e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:8cf39a560a5634556cb90a0aac757f0b8e9c4659f3a40530499b83d7f12a2c1a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:ea401236f9095016e8bafd19b66822159a863651025f1c4eeb19c51c9307d141_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:518a0fc8a9512e25d2efc450bca820d027b9c24c5179860f3306c5aa64e482a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:11cfc983202c44d7aae4374a7e943a0a3885332b992cad4489364daf0b7f2ff2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:4a8381572ac578a7aa5c84d1bc302a13b86d17c4fbfa2c8a4e6c11b0bf18a77a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:1570690ed85daf96be33f6345e9d78bb72f1fa4afbea33a7f7948f875d075e32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:973e4d63c0e42ca3160f5f45478ab2361043936a7d98b861da54710fdc779dd9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:5b6203e148957e6d4a4cc996e3ff3fbf72e49d42dbbdb9f293807babf0601f6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f08eed07c14665bfbf05ff3eb7a11007a03245a4623340c2b89a6df6db1998c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:85bb15771b64a83ece8a69a93ad039d03cdb7bc35e7d45ad927b9a34441fdaf9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c42a1e0af139d161af0f545e79ac8bd09c45de3bcf97675d5be294ccde5c265f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:5a457bdccd7a019189ee0f4500615daf2a38b9265b62b06386dbcab21e40142b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:53e5e8ba9cffb0b888445a1e44e1ae076efc58e2bd51166abf881f7e09d9ddc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:353d073f4e0ae23c914bafcfabbf66b78b9c86fce092602d8d1eef1e8e584209_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:31247d24fee7047d82a8e98348fff86ff1b22f6e1378687ab3408bab065cce0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:ee5ef59b6199d31330436a1d1cb317da5ffc16219d6b7637f0b7cfc9b94e2848_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:a069eef4c23f6ca775ad74ca76bd34fc67ab01bafadd92bff94942cc7faadca4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:51eff0c396973b30abbb9e3963b621592130f764326c18cbd6e3c029b42d2b01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2aa837ae787dcc8b4d9cc7d1f572b5a07f58e2026c10a7d85adebcc27deea240_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ca376f567a41c90a23a09a92bfa6685dc42e9b195e37fa4c822b593a26f93f2e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:74578bdac61ddd2c10fe95f2cb306cd004dcebbc0d1c16be653810cb011b807e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:dfd119bd7e1078beb2e9f777cb3740bc2098886a98a4ce9f45730850199ec2fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:cf858b4efe51671c626bcaab7ccbdd0617b7a18c55082c63bf2d76da1790736d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:769e9c9e2ac6e98c26a4b99eff00fc01a3dd6b0b936d977c2a3d37be33e0f015_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:514c754827b0d5c500f480765b3f6dd9a4f92f7b15d68c5a65b7cd4115eb4c73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:f7b6b4912ee70d93bfa6719c423c5c60047a388bb8f119bb99897ce35b64a06d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:01f077da9d7dfe134f9a4551582221512521600d753f4e07cff772d77e81bd4f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:2c7695b2ea4796259e63d0d4072adc5477861165d8f00decc43272fcd9a1778d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f4c901bd53448622f183ffba1afc3cb4027ecc2442cc19f828843f78e22b780e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f4487a8a1167b9efb5ecc5ec8223bb09b9feb3af90c635b2a6060a9fcc7f22b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:02457089cfe6441f56663caa439ac01717ee6da974214cfa47de413ecfc949fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a38915f96ccbf46c341b7e22da4bc3763bc18e7733e4039ba8b3b7bc5c8cf63c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"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-sriov-network-config-daemon@sha256:40a90e313ae3a865320b981979e3785b81e6b18cfd0775e4adb74e50672ef624_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:e33b0048cc8a335767b14ce7d2f5cdc6e65e268dcaea2602f7017d3d8905909b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:8954288ae27649364b7f16db48a65effffa32979425b3353cb4d1ea94dc1111c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:1d98e37af9119927c9109ce0bcfc0846dc5097724475cd238a84279f10a89e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:8cf39a560a5634556cb90a0aac757f0b8e9c4659f3a40530499b83d7f12a2c1a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:ea401236f9095016e8bafd19b66822159a863651025f1c4eeb19c51c9307d141_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:518a0fc8a9512e25d2efc450bca820d027b9c24c5179860f3306c5aa64e482a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:11cfc983202c44d7aae4374a7e943a0a3885332b992cad4489364daf0b7f2ff2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:4a8381572ac578a7aa5c84d1bc302a13b86d17c4fbfa2c8a4e6c11b0bf18a77a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:1570690ed85daf96be33f6345e9d78bb72f1fa4afbea33a7f7948f875d075e32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:973e4d63c0e42ca3160f5f45478ab2361043936a7d98b861da54710fdc779dd9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:5b6203e148957e6d4a4cc996e3ff3fbf72e49d42dbbdb9f293807babf0601f6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f08eed07c14665bfbf05ff3eb7a11007a03245a4623340c2b89a6df6db1998c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:85bb15771b64a83ece8a69a93ad039d03cdb7bc35e7d45ad927b9a34441fdaf9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c42a1e0af139d161af0f545e79ac8bd09c45de3bcf97675d5be294ccde5c265f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:5a457bdccd7a019189ee0f4500615daf2a38b9265b62b06386dbcab21e40142b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:53e5e8ba9cffb0b888445a1e44e1ae076efc58e2bd51166abf881f7e09d9ddc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:353d073f4e0ae23c914bafcfabbf66b78b9c86fce092602d8d1eef1e8e584209_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:31247d24fee7047d82a8e98348fff86ff1b22f6e1378687ab3408bab065cce0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:ee5ef59b6199d31330436a1d1cb317da5ffc16219d6b7637f0b7cfc9b94e2848_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:a069eef4c23f6ca775ad74ca76bd34fc67ab01bafadd92bff94942cc7faadca4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:51eff0c396973b30abbb9e3963b621592130f764326c18cbd6e3c029b42d2b01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2aa837ae787dcc8b4d9cc7d1f572b5a07f58e2026c10a7d85adebcc27deea240_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ca376f567a41c90a23a09a92bfa6685dc42e9b195e37fa4c822b593a26f93f2e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:74578bdac61ddd2c10fe95f2cb306cd004dcebbc0d1c16be653810cb011b807e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:dfd119bd7e1078beb2e9f777cb3740bc2098886a98a4ce9f45730850199ec2fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:cf858b4efe51671c626bcaab7ccbdd0617b7a18c55082c63bf2d76da1790736d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:769e9c9e2ac6e98c26a4b99eff00fc01a3dd6b0b936d977c2a3d37be33e0f015_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:514c754827b0d5c500f480765b3f6dd9a4f92f7b15d68c5a65b7cd4115eb4c73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:f7b6b4912ee70d93bfa6719c423c5c60047a388bb8f119bb99897ce35b64a06d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:01f077da9d7dfe134f9a4551582221512521600d753f4e07cff772d77e81bd4f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:2c7695b2ea4796259e63d0d4072adc5477861165d8f00decc43272fcd9a1778d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f4c901bd53448622f183ffba1afc3cb4027ecc2442cc19f828843f78e22b780e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f4487a8a1167b9efb5ecc5ec8223bb09b9feb3af90c635b2a6060a9fcc7f22b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:02457089cfe6441f56663caa439ac01717ee6da974214cfa47de413ecfc949fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a38915f96ccbf46c341b7e22da4bc3763bc18e7733e4039ba8b3b7bc5c8cf63c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-04T15:15:45+00:00",
"details": "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\nDetails on how to access this content are available at\nhttps://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-sriov-network-config-daemon@sha256:40a90e313ae3a865320b981979e3785b81e6b18cfd0775e4adb74e50672ef624_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:e33b0048cc8a335767b14ce7d2f5cdc6e65e268dcaea2602f7017d3d8905909b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:8954288ae27649364b7f16db48a65effffa32979425b3353cb4d1ea94dc1111c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21692"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:1d98e37af9119927c9109ce0bcfc0846dc5097724475cd238a84279f10a89e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:8cf39a560a5634556cb90a0aac757f0b8e9c4659f3a40530499b83d7f12a2c1a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:ea401236f9095016e8bafd19b66822159a863651025f1c4eeb19c51c9307d141_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:518a0fc8a9512e25d2efc450bca820d027b9c24c5179860f3306c5aa64e482a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:11cfc983202c44d7aae4374a7e943a0a3885332b992cad4489364daf0b7f2ff2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:4a8381572ac578a7aa5c84d1bc302a13b86d17c4fbfa2c8a4e6c11b0bf18a77a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:1570690ed85daf96be33f6345e9d78bb72f1fa4afbea33a7f7948f875d075e32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:973e4d63c0e42ca3160f5f45478ab2361043936a7d98b861da54710fdc779dd9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:5b6203e148957e6d4a4cc996e3ff3fbf72e49d42dbbdb9f293807babf0601f6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f08eed07c14665bfbf05ff3eb7a11007a03245a4623340c2b89a6df6db1998c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:85bb15771b64a83ece8a69a93ad039d03cdb7bc35e7d45ad927b9a34441fdaf9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c42a1e0af139d161af0f545e79ac8bd09c45de3bcf97675d5be294ccde5c265f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:5a457bdccd7a019189ee0f4500615daf2a38b9265b62b06386dbcab21e40142b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:53e5e8ba9cffb0b888445a1e44e1ae076efc58e2bd51166abf881f7e09d9ddc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:353d073f4e0ae23c914bafcfabbf66b78b9c86fce092602d8d1eef1e8e584209_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:31247d24fee7047d82a8e98348fff86ff1b22f6e1378687ab3408bab065cce0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:ee5ef59b6199d31330436a1d1cb317da5ffc16219d6b7637f0b7cfc9b94e2848_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:a069eef4c23f6ca775ad74ca76bd34fc67ab01bafadd92bff94942cc7faadca4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:51eff0c396973b30abbb9e3963b621592130f764326c18cbd6e3c029b42d2b01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2aa837ae787dcc8b4d9cc7d1f572b5a07f58e2026c10a7d85adebcc27deea240_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ca376f567a41c90a23a09a92bfa6685dc42e9b195e37fa4c822b593a26f93f2e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:74578bdac61ddd2c10fe95f2cb306cd004dcebbc0d1c16be653810cb011b807e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:dfd119bd7e1078beb2e9f777cb3740bc2098886a98a4ce9f45730850199ec2fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:cf858b4efe51671c626bcaab7ccbdd0617b7a18c55082c63bf2d76da1790736d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:769e9c9e2ac6e98c26a4b99eff00fc01a3dd6b0b936d977c2a3d37be33e0f015_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:514c754827b0d5c500f480765b3f6dd9a4f92f7b15d68c5a65b7cd4115eb4c73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:f7b6b4912ee70d93bfa6719c423c5c60047a388bb8f119bb99897ce35b64a06d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:01f077da9d7dfe134f9a4551582221512521600d753f4e07cff772d77e81bd4f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:40a90e313ae3a865320b981979e3785b81e6b18cfd0775e4adb74e50672ef624_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:2c7695b2ea4796259e63d0d4072adc5477861165d8f00decc43272fcd9a1778d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:e33b0048cc8a335767b14ce7d2f5cdc6e65e268dcaea2602f7017d3d8905909b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:8954288ae27649364b7f16db48a65effffa32979425b3353cb4d1ea94dc1111c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f4c901bd53448622f183ffba1afc3cb4027ecc2442cc19f828843f78e22b780e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f4487a8a1167b9efb5ecc5ec8223bb09b9feb3af90c635b2a6060a9fcc7f22b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:02457089cfe6441f56663caa439ac01717ee6da974214cfa47de413ecfc949fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a38915f96ccbf46c341b7e22da4bc3763bc18e7733e4039ba8b3b7bc5c8cf63c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:1d98e37af9119927c9109ce0bcfc0846dc5097724475cd238a84279f10a89e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:8cf39a560a5634556cb90a0aac757f0b8e9c4659f3a40530499b83d7f12a2c1a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:ea401236f9095016e8bafd19b66822159a863651025f1c4eeb19c51c9307d141_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:518a0fc8a9512e25d2efc450bca820d027b9c24c5179860f3306c5aa64e482a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:11cfc983202c44d7aae4374a7e943a0a3885332b992cad4489364daf0b7f2ff2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:4a8381572ac578a7aa5c84d1bc302a13b86d17c4fbfa2c8a4e6c11b0bf18a77a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:1570690ed85daf96be33f6345e9d78bb72f1fa4afbea33a7f7948f875d075e32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e21dcb28b67252df45c0bff4d180a3c03a811516135d739552b8662fd76bdd62_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:973e4d63c0e42ca3160f5f45478ab2361043936a7d98b861da54710fdc779dd9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:5b6203e148957e6d4a4cc996e3ff3fbf72e49d42dbbdb9f293807babf0601f6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f08eed07c14665bfbf05ff3eb7a11007a03245a4623340c2b89a6df6db1998c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:85bb15771b64a83ece8a69a93ad039d03cdb7bc35e7d45ad927b9a34441fdaf9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c42a1e0af139d161af0f545e79ac8bd09c45de3bcf97675d5be294ccde5c265f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:5a457bdccd7a019189ee0f4500615daf2a38b9265b62b06386dbcab21e40142b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:53e5e8ba9cffb0b888445a1e44e1ae076efc58e2bd51166abf881f7e09d9ddc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:353d073f4e0ae23c914bafcfabbf66b78b9c86fce092602d8d1eef1e8e584209_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:31247d24fee7047d82a8e98348fff86ff1b22f6e1378687ab3408bab065cce0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:ee5ef59b6199d31330436a1d1cb317da5ffc16219d6b7637f0b7cfc9b94e2848_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:a069eef4c23f6ca775ad74ca76bd34fc67ab01bafadd92bff94942cc7faadca4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:51eff0c396973b30abbb9e3963b621592130f764326c18cbd6e3c029b42d2b01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:2aa837ae787dcc8b4d9cc7d1f572b5a07f58e2026c10a7d85adebcc27deea240_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ca376f567a41c90a23a09a92bfa6685dc42e9b195e37fa4c822b593a26f93f2e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:74578bdac61ddd2c10fe95f2cb306cd004dcebbc0d1c16be653810cb011b807e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:dfd119bd7e1078beb2e9f777cb3740bc2098886a98a4ce9f45730850199ec2fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:cf858b4efe51671c626bcaab7ccbdd0617b7a18c55082c63bf2d76da1790736d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:769e9c9e2ac6e98c26a4b99eff00fc01a3dd6b0b936d977c2a3d37be33e0f015_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:514c754827b0d5c500f480765b3f6dd9a4f92f7b15d68c5a65b7cd4115eb4c73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:f7b6b4912ee70d93bfa6719c423c5c60047a388bb8f119bb99897ce35b64a06d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:01f077da9d7dfe134f9a4551582221512521600d753f4e07cff772d77e81bd4f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:40a90e313ae3a865320b981979e3785b81e6b18cfd0775e4adb74e50672ef624_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:2c7695b2ea4796259e63d0d4072adc5477861165d8f00decc43272fcd9a1778d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:e33b0048cc8a335767b14ce7d2f5cdc6e65e268dcaea2602f7017d3d8905909b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:8954288ae27649364b7f16db48a65effffa32979425b3353cb4d1ea94dc1111c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f4c901bd53448622f183ffba1afc3cb4027ecc2442cc19f828843f78e22b780e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f4487a8a1167b9efb5ecc5ec8223bb09b9feb3af90c635b2a6060a9fcc7f22b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:02457089cfe6441f56663caa439ac01717ee6da974214cfa47de413ecfc949fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a38915f96ccbf46c341b7e22da4bc3763bc18e7733e4039ba8b3b7bc5c8cf63c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
}
]
}
RHSA-2026:21697
Vulnerability from csaf_redhat - Published: 2026-06-04 15:44 - Updated: 2026-06-27 08:54A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:2a03ad6a571f8743a61e5340e8488ac5008c574d2477ebf8129739b098c5b1b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:34308a5a467ef6d7085e659d1af175773b84cca59a3386a6487144d2359da035_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/frr-rhel8@sha256:b4ecc5506da6776313451f66292ada35e8f6970eafc39cf4dd6d98d0162d7ad0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:39bfb0395706d9d1cedd3d5d1f9664de09b40d3299a0631e73ddaecca182c40f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:7ab1b0fe9d4b4193b39fb11eaf488bade57253393aa2edfe63fc2cdc450aa0ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8@sha256:debf1e11685378d5762f36a40efbbe45f9c56b7f8a20993148a49eeb2fca6416_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ansible-operator@sha256:adab032158a43dca19f90adda7096353b81d2de07200ebd4f01859aa6c8134c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:de1df6a5b08ebba8ed793e86feaa375c9910ac3737952de89319beb95c01715c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99a74f130d277ca6caac8deac7e849ef7843a22eed6ff8dfaa02b02cd0dd0df4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:2a8765c40de1ee4aacf3b23b5f869bd4d8d268619963fd71c55d9de22f9f55d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:9a3b25466712852158dae49ad01892858232deb5fec0737b165fca0081db311f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:5a44088f77c782105e5bc52b0fc8905d8ae5710ccb6ed2380c125699f69e6024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:a490b4dad34d94814fb35d9ef30a7da9d786092a458af7f757cbd4adc7fd0253_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-contour-rhel8@sha256:01a324c06f74969299d37ac5d41f08fcc2821abb2789e56f71cb84d6a7296e24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:1f8a8c421401e4b706178005c216ad78a4e4813b33b6a958eac2c62ace1135da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:fa4352a63f8dc9c59284afca0e56f2931255bb573cb444b985acbf0026842bf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:4efa58c1a0c89944e692a790075716354b14f0b48c6b299f5a73ef947a455e13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-router@sha256:0055867f60033ce653901134252b9425cadc6d5d9b5bb9f91e50f1c9661b2829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:eb7e26d6838664d694b1d367e17407ef83510f348981806516e08ff471d2f36b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d3220c0cacf94e3a6cb96584f84dc217906b897c8ef0fb8450de6a8bcf9bf1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-helm-operator@sha256:75108586cbd2399cbbb3765babbb6ad90a9bfc96af4d78fda5f40aca57077911_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b6ab629fc17c3ba8cfa1d688769d1a61e78d15c4e2fd2919ed49e905edf50d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8463d40a14583d1f7acd9ff73e31ccdab8ff54f7a2604e099fdbde954682f21c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:61d890c9baf5ca3a7812cd48a1a992f957cb62d192888e19d0e39030db8d52c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:72d95303072adce41fba3b2bbcf7aa1c888bdb64dd2d38cbebc36a04cdd8c7f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:2f5b14f2f41d533f444d4017123d4ed46db6e7b70fcebfd2c8443a1f1c593515_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ee1c2aaa6384f63e9299cc634df8eae99f0a5f46346ca343391018d315cce232_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp-operator@sha256:52fa48425c2b972c7bf9969ac79f4a3d298ee45638d7236ca1e19863516044d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp@sha256:374b7b13791fa76cb0d6ac9ffea2528ed5923667c59d91aeb889c6843fd373f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-cni@sha256:8591b82656031d59642cd5e8149509a43c42ce2b999bbe4aae6672972e3f1e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:631a4fe37e554f428cb6d20c96faa4259e542c8d4993b3e2836e6297724da12a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:3dd75746f54f15ce244176cd8594dc793bfcb25161d16515df238f2e9b3e51fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:b64023a8dc381898d523f72312c5b210e069fbe33fc46e3def1b75ba9e56033c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:88e3bfec8ba103e92bc7a301db0b9d608d92d7e6d2e52505a04dff4bd56339c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:41418ed3a9b3928c6b6b5e0ac292f5b24413e2c3ab4581cb489eff9c957c339d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:05f78d3cb075b7b5c08471b15fb121103871a6dd4ade7c074c4f7957d372c145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:2eb47157706b5c39352b0ac10162320cafbb9b82021ecd2f86ad74d7d16e50cc_amd64 | — |
Workaround
|
A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:2a03ad6a571f8743a61e5340e8488ac5008c574d2477ebf8129739b098c5b1b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:88e3bfec8ba103e92bc7a301db0b9d608d92d7e6d2e52505a04dff4bd56339c4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:34308a5a467ef6d7085e659d1af175773b84cca59a3386a6487144d2359da035_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/frr-rhel8@sha256:b4ecc5506da6776313451f66292ada35e8f6970eafc39cf4dd6d98d0162d7ad0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:39bfb0395706d9d1cedd3d5d1f9664de09b40d3299a0631e73ddaecca182c40f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:7ab1b0fe9d4b4193b39fb11eaf488bade57253393aa2edfe63fc2cdc450aa0ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8@sha256:debf1e11685378d5762f36a40efbbe45f9c56b7f8a20993148a49eeb2fca6416_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ansible-operator@sha256:adab032158a43dca19f90adda7096353b81d2de07200ebd4f01859aa6c8134c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:de1df6a5b08ebba8ed793e86feaa375c9910ac3737952de89319beb95c01715c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99a74f130d277ca6caac8deac7e849ef7843a22eed6ff8dfaa02b02cd0dd0df4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:2a8765c40de1ee4aacf3b23b5f869bd4d8d268619963fd71c55d9de22f9f55d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:9a3b25466712852158dae49ad01892858232deb5fec0737b165fca0081db311f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:5a44088f77c782105e5bc52b0fc8905d8ae5710ccb6ed2380c125699f69e6024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:a490b4dad34d94814fb35d9ef30a7da9d786092a458af7f757cbd4adc7fd0253_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-contour-rhel8@sha256:01a324c06f74969299d37ac5d41f08fcc2821abb2789e56f71cb84d6a7296e24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:1f8a8c421401e4b706178005c216ad78a4e4813b33b6a958eac2c62ace1135da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:fa4352a63f8dc9c59284afca0e56f2931255bb573cb444b985acbf0026842bf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:4efa58c1a0c89944e692a790075716354b14f0b48c6b299f5a73ef947a455e13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-router@sha256:0055867f60033ce653901134252b9425cadc6d5d9b5bb9f91e50f1c9661b2829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:eb7e26d6838664d694b1d367e17407ef83510f348981806516e08ff471d2f36b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d3220c0cacf94e3a6cb96584f84dc217906b897c8ef0fb8450de6a8bcf9bf1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-helm-operator@sha256:75108586cbd2399cbbb3765babbb6ad90a9bfc96af4d78fda5f40aca57077911_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b6ab629fc17c3ba8cfa1d688769d1a61e78d15c4e2fd2919ed49e905edf50d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8463d40a14583d1f7acd9ff73e31ccdab8ff54f7a2604e099fdbde954682f21c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:61d890c9baf5ca3a7812cd48a1a992f957cb62d192888e19d0e39030db8d52c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:72d95303072adce41fba3b2bbcf7aa1c888bdb64dd2d38cbebc36a04cdd8c7f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:2f5b14f2f41d533f444d4017123d4ed46db6e7b70fcebfd2c8443a1f1c593515_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ee1c2aaa6384f63e9299cc634df8eae99f0a5f46346ca343391018d315cce232_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp-operator@sha256:52fa48425c2b972c7bf9969ac79f4a3d298ee45638d7236ca1e19863516044d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp@sha256:374b7b13791fa76cb0d6ac9ffea2528ed5923667c59d91aeb889c6843fd373f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-cni@sha256:8591b82656031d59642cd5e8149509a43c42ce2b999bbe4aae6672972e3f1e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:631a4fe37e554f428cb6d20c96faa4259e542c8d4993b3e2836e6297724da12a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:3dd75746f54f15ce244176cd8594dc793bfcb25161d16515df238f2e9b3e51fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:b64023a8dc381898d523f72312c5b210e069fbe33fc46e3def1b75ba9e56033c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:41418ed3a9b3928c6b6b5e0ac292f5b24413e2c3ab4581cb489eff9c957c339d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:05f78d3cb075b7b5c08471b15fb121103871a6dd4ade7c074c4f7957d372c145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:2eb47157706b5c39352b0ac10162320cafbb9b82021ecd2f86ad74d7d16e50cc_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.91 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.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 RPM packages for Red Hat OpenShift Container Platform 4.12.91. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:21696\n\nSecurity Fix(es):\n\nNone\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.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.",
"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:21697",
"url": "https://access.redhat.com/errata/RHSA-2026:21697"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"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_21697.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.12.91 security and extras update",
"tracking": {
"current_release_date": "2026-06-27T08:54:46+00:00",
"generator": {
"date": "2026-06-27T08:54:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:21697",
"initial_release_date": "2026-06-04T15:44:26+00:00",
"revision_history": [
{
"date": "2026-06-04T15:44:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-04T15:44:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T08:54:46+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/cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-event-proxy-rhel8@sha256%3A8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-event-proxy-rhel8\u0026tag=1779312949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-event-proxy-rhel8@sha256%3A8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy\u0026tag=1779312949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-event-proxy-rhel8@sha256%3A8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8\u0026tag=1779312949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:9a3b25466712852158dae49ad01892858232deb5fec0737b165fca0081db311f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:9a3b25466712852158dae49ad01892858232deb5fec0737b165fca0081db311f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:9a3b25466712852158dae49ad01892858232deb5fec0737b165fca0081db311f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-operator@sha256%3A9a3b25466712852158dae49ad01892858232deb5fec0737b165fca0081db311f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-operator\u0026tag=1779344465"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:a490b4dad34d94814fb35d9ef30a7da9d786092a458af7f757cbd4adc7fd0253_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:a490b4dad34d94814fb35d9ef30a7da9d786092a458af7f757cbd4adc7fd0253_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:a490b4dad34d94814fb35d9ef30a7da9d786092a458af7f757cbd4adc7fd0253_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel8@sha256%3Aa490b4dad34d94814fb35d9ef30a7da9d786092a458af7f757cbd4adc7fd0253?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8\u0026tag=1779344463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:5a44088f77c782105e5bc52b0fc8905d8ae5710ccb6ed2380c125699f69e6024_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:5a44088f77c782105e5bc52b0fc8905d8ae5710ccb6ed2380c125699f69e6024_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:5a44088f77c782105e5bc52b0fc8905d8ae5710ccb6ed2380c125699f69e6024_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel8-operator@sha256%3A5a44088f77c782105e5bc52b0fc8905d8ae5710ccb6ed2380c125699f69e6024?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator\u0026tag=1779344647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:3dd75746f54f15ce244176cd8594dc793bfcb25161d16515df238f2e9b3e51fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:3dd75746f54f15ce244176cd8594dc793bfcb25161d16515df238f2e9b3e51fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:3dd75746f54f15ce244176cd8594dc793bfcb25161d16515df238f2e9b3e51fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni@sha256%3A3dd75746f54f15ce244176cd8594dc793bfcb25161d16515df238f2e9b3e51fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni\u0026tag=1779312890"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp@sha256:374b7b13791fa76cb0d6ac9ffea2528ed5923667c59d91aeb889c6843fd373f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp@sha256:374b7b13791fa76cb0d6ac9ffea2528ed5923667c59d91aeb889c6843fd373f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp@sha256:374b7b13791fa76cb0d6ac9ffea2528ed5923667c59d91aeb889c6843fd373f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp@sha256%3A374b7b13791fa76cb0d6ac9ffea2528ed5923667c59d91aeb889c6843fd373f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp\u0026tag=1779312925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8463d40a14583d1f7acd9ff73e31ccdab8ff54f7a2604e099fdbde954682f21c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8463d40a14583d1f7acd9ff73e31ccdab8ff54f7a2604e099fdbde954682f21c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8463d40a14583d1f7acd9ff73e31ccdab8ff54f7a2604e099fdbde954682f21c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A8463d40a14583d1f7acd9ff73e31ccdab8ff54f7a2604e099fdbde954682f21c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1779776719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:61d890c9baf5ca3a7812cd48a1a992f957cb62d192888e19d0e39030db8d52c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:61d890c9baf5ca3a7812cd48a1a992f957cb62d192888e19d0e39030db8d52c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:61d890c9baf5ca3a7812cd48a1a992f957cb62d192888e19d0e39030db8d52c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A61d890c9baf5ca3a7812cd48a1a992f957cb62d192888e19d0e39030db8d52c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1779778273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:72d95303072adce41fba3b2bbcf7aa1c888bdb64dd2d38cbebc36a04cdd8c7f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:72d95303072adce41fba3b2bbcf7aa1c888bdb64dd2d38cbebc36a04cdd8c7f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:72d95303072adce41fba3b2bbcf7aa1c888bdb64dd2d38cbebc36a04cdd8c7f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A72d95303072adce41fba3b2bbcf7aa1c888bdb64dd2d38cbebc36a04cdd8c7f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1779776698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:2f5b14f2f41d533f444d4017123d4ed46db6e7b70fcebfd2c8443a1f1c593515_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:2f5b14f2f41d533f444d4017123d4ed46db6e7b70fcebfd2c8443a1f1c593515_amd64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:2f5b14f2f41d533f444d4017123d4ed46db6e7b70fcebfd2c8443a1f1c593515_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery@sha256%3A2f5b14f2f41d533f444d4017123d4ed46db6e7b70fcebfd2c8443a1f1c593515?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery\u0026tag=1779344482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:adab032158a43dca19f90adda7096353b81d2de07200ebd4f01859aa6c8134c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:adab032158a43dca19f90adda7096353b81d2de07200ebd4f01859aa6c8134c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:adab032158a43dca19f90adda7096353b81d2de07200ebd4f01859aa6c8134c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-operator@sha256%3Aadab032158a43dca19f90adda7096353b81d2de07200ebd4f01859aa6c8134c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=1779276573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:2a8765c40de1ee4aacf3b23b5f869bd4d8d268619963fd71c55d9de22f9f55d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:2a8765c40de1ee4aacf3b23b5f869bd4d8d268619963fd71c55d9de22f9f55d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:2a8765c40de1ee4aacf3b23b5f869bd4d8d268619963fd71c55d9de22f9f55d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity@sha256%3A2a8765c40de1ee4aacf3b23b5f869bd4d8d268619963fd71c55d9de22f9f55d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=1779344454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:fa4352a63f8dc9c59284afca0e56f2931255bb573cb444b985acbf0026842bf5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:fa4352a63f8dc9c59284afca0e56f2931255bb573cb444b985acbf0026842bf5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:fa4352a63f8dc9c59284afca0e56f2931255bb573cb444b985acbf0026842bf5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy@sha256%3Afa4352a63f8dc9c59284afca0e56f2931255bb573cb444b985acbf0026842bf5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=1779276401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:0055867f60033ce653901134252b9425cadc6d5d9b5bb9f91e50f1c9661b2829_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:0055867f60033ce653901134252b9425cadc6d5d9b5bb9f91e50f1c9661b2829_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-router@sha256:0055867f60033ce653901134252b9425cadc6d5d9b5bb9f91e50f1c9661b2829_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router@sha256%3A0055867f60033ce653901134252b9425cadc6d5d9b5bb9f91e50f1c9661b2829?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=1779276594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:75108586cbd2399cbbb3765babbb6ad90a9bfc96af4d78fda5f40aca57077911_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:75108586cbd2399cbbb3765babbb6ad90a9bfc96af4d78fda5f40aca57077911_amd64",
"product_id": "registry.redhat.io/openshift4/ose-helm-operator@sha256:75108586cbd2399cbbb3765babbb6ad90a9bfc96af4d78fda5f40aca57077911_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-operator@sha256%3A75108586cbd2399cbbb3765babbb6ad90a9bfc96af4d78fda5f40aca57077911?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=1779276725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ee1c2aaa6384f63e9299cc634df8eae99f0a5f46346ca343391018d315cce232_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ee1c2aaa6384f63e9299cc634df8eae99f0a5f46346ca343391018d315cce232_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ee1c2aaa6384f63e9299cc634df8eae99f0a5f46346ca343391018d315cce232_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel8@sha256%3Aee1c2aaa6384f63e9299cc634df8eae99f0a5f46346ca343391018d315cce232?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=1779919814"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b6ab629fc17c3ba8cfa1d688769d1a61e78d15c4e2fd2919ed49e905edf50d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b6ab629fc17c3ba8cfa1d688769d1a61e78d15c4e2fd2919ed49e905edf50d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b6ab629fc17c3ba8cfa1d688769d1a61e78d15c4e2fd2919ed49e905edf50d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel8@sha256%3Ac1b6ab629fc17c3ba8cfa1d688769d1a61e78d15c4e2fd2919ed49e905edf50d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8\u0026tag=1779276292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:39bfb0395706d9d1cedd3d5d1f9664de09b40d3299a0631e73ddaecca182c40f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:39bfb0395706d9d1cedd3d5d1f9664de09b40d3299a0631e73ddaecca182c40f_amd64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:39bfb0395706d9d1cedd3d5d1f9664de09b40d3299a0631e73ddaecca182c40f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel8-operator@sha256%3A39bfb0395706d9d1cedd3d5d1f9664de09b40d3299a0631e73ddaecca182c40f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator\u0026tag=1779276137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:de1df6a5b08ebba8ed793e86feaa375c9910ac3737952de89319beb95c01715c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:de1df6a5b08ebba8ed793e86feaa375c9910ac3737952de89319beb95c01715c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:de1df6a5b08ebba8ed793e86feaa375c9910ac3737952de89319beb95c01715c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel8@sha256%3Ade1df6a5b08ebba8ed793e86feaa375c9910ac3737952de89319beb95c01715c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8\u0026tag=1779277214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99a74f130d277ca6caac8deac7e849ef7843a22eed6ff8dfaa02b02cd0dd0df4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99a74f130d277ca6caac8deac7e849ef7843a22eed6ff8dfaa02b02cd0dd0df4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99a74f130d277ca6caac8deac7e849ef7843a22eed6ff8dfaa02b02cd0dd0df4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel8-operator@sha256%3A99a74f130d277ca6caac8deac7e849ef7843a22eed6ff8dfaa02b02cd0dd0df4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator\u0026tag=1779344428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-contour-rhel8@sha256:01a324c06f74969299d37ac5d41f08fcc2821abb2789e56f71cb84d6a7296e24_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-contour-rhel8@sha256:01a324c06f74969299d37ac5d41f08fcc2821abb2789e56f71cb84d6a7296e24_amd64",
"product_id": "registry.redhat.io/openshift4/ose-contour-rhel8@sha256:01a324c06f74969299d37ac5d41f08fcc2821abb2789e56f71cb84d6a7296e24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-contour-rhel8@sha256%3A01a324c06f74969299d37ac5d41f08fcc2821abb2789e56f71cb84d6a7296e24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-contour-rhel8\u0026tag=1779344443"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:1f8a8c421401e4b706178005c216ad78a4e4813b33b6a958eac2c62ace1135da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:1f8a8c421401e4b706178005c216ad78a4e4813b33b6a958eac2c62ace1135da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:1f8a8c421401e4b706178005c216ad78a4e4813b33b6a958eac2c62ace1135da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-mustgather-rhel8@sha256%3A1f8a8c421401e4b706178005c216ad78a4e4813b33b6a958eac2c62ace1135da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=1779345396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:4efa58c1a0c89944e692a790075716354b14f0b48c6b299f5a73ef947a455e13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:4efa58c1a0c89944e692a790075716354b14f0b48c6b299f5a73ef947a455e13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:4efa58c1a0c89944e692a790075716354b14f0b48c6b299f5a73ef947a455e13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy@sha256%3A4efa58c1a0c89944e692a790075716354b14f0b48c6b299f5a73ef947a455e13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=1779775400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel8@sha256:b4ecc5506da6776313451f66292ada35e8f6970eafc39cf4dd6d98d0162d7ad0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel8@sha256:b4ecc5506da6776313451f66292ada35e8f6970eafc39cf4dd6d98d0162d7ad0_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel8@sha256:b4ecc5506da6776313451f66292ada35e8f6970eafc39cf4dd6d98d0162d7ad0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel8@sha256%3Ab4ecc5506da6776313451f66292ada35e8f6970eafc39cf4dd6d98d0162d7ad0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel8\u0026tag=1779275276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d3220c0cacf94e3a6cb96584f84dc217906b897c8ef0fb8450de6a8bcf9bf1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d3220c0cacf94e3a6cb96584f84dc217906b897c8ef0fb8450de6a8bcf9bf1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d3220c0cacf94e3a6cb96584f84dc217906b897c8ef0fb8450de6a8bcf9bf1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel8@sha256%3A8d3220c0cacf94e3a6cb96584f84dc217906b897c8ef0fb8450de6a8bcf9bf1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=1779312924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:eb7e26d6838664d694b1d367e17407ef83510f348981806516e08ff471d2f36b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:eb7e26d6838664d694b1d367e17407ef83510f348981806516e08ff471d2f36b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:eb7e26d6838664d694b1d367e17407ef83510f348981806516e08ff471d2f36b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel8-operator@sha256%3Aeb7e26d6838664d694b1d367e17407ef83510f348981806516e08ff471d2f36b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=1779344450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel8@sha256:debf1e11685378d5762f36a40efbbe45f9c56b7f8a20993148a49eeb2fca6416_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel8@sha256:debf1e11685378d5762f36a40efbbe45f9c56b7f8a20993148a49eeb2fca6416_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel8@sha256:debf1e11685378d5762f36a40efbbe45f9c56b7f8a20993148a49eeb2fca6416_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel8@sha256%3Adebf1e11685378d5762f36a40efbbe45f9c56b7f8a20993148a49eeb2fca6416?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel8\u0026tag=1779275312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:7ab1b0fe9d4b4193b39fb11eaf488bade57253393aa2edfe63fc2cdc450aa0ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:7ab1b0fe9d4b4193b39fb11eaf488bade57253393aa2edfe63fc2cdc450aa0ea_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:7ab1b0fe9d4b4193b39fb11eaf488bade57253393aa2edfe63fc2cdc450aa0ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel8-operator@sha256%3A7ab1b0fe9d4b4193b39fb11eaf488bade57253393aa2edfe63fc2cdc450aa0ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel8-operator\u0026tag=1779344458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:52fa48425c2b972c7bf9969ac79f4a3d298ee45638d7236ca1e19863516044d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:52fa48425c2b972c7bf9969ac79f4a3d298ee45638d7236ca1e19863516044d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:52fa48425c2b972c7bf9969ac79f4a3d298ee45638d7236ca1e19863516044d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-operator@sha256%3A52fa48425c2b972c7bf9969ac79f4a3d298ee45638d7236ca1e19863516044d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-operator\u0026tag=1779344466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:2eb47157706b5c39352b0ac10162320cafbb9b82021ecd2f86ad74d7d16e50cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:2eb47157706b5c39352b0ac10162320cafbb9b82021ecd2f86ad74d7d16e50cc_amd64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:2eb47157706b5c39352b0ac10162320cafbb9b82021ecd2f86ad74d7d16e50cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel8@sha256%3A2eb47157706b5c39352b0ac10162320cafbb9b82021ecd2f86ad74d7d16e50cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=1779345400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-cni@sha256:8591b82656031d59642cd5e8149509a43c42ce2b999bbe4aae6672972e3f1e1b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-cni@sha256:8591b82656031d59642cd5e8149509a43c42ce2b999bbe4aae6672972e3f1e1b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-cni@sha256:8591b82656031d59642cd5e8149509a43c42ce2b999bbe4aae6672972e3f1e1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-cni@sha256%3A8591b82656031d59642cd5e8149509a43c42ce2b999bbe4aae6672972e3f1e1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-cni\u0026tag=1779276282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:631a4fe37e554f428cb6d20c96faa4259e542c8d4993b3e2836e6297724da12a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:631a4fe37e554f428cb6d20c96faa4259e542c8d4993b3e2836e6297724da12a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:631a4fe37e554f428cb6d20c96faa4259e542c8d4993b3e2836e6297724da12a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller@sha256%3A631a4fe37e554f428cb6d20c96faa4259e542c8d4993b3e2836e6297724da12a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller\u0026tag=1779312919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:2a03ad6a571f8743a61e5340e8488ac5008c574d2477ebf8129739b098c5b1b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:2a03ad6a571f8743a61e5340e8488ac5008c574d2477ebf8129739b098c5b1b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:2a03ad6a571f8743a61e5340e8488ac5008c574d2477ebf8129739b098c5b1b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon@sha256%3A2a03ad6a571f8743a61e5340e8488ac5008c574d2477ebf8129739b098c5b1b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon\u0026tag=1779716480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:b64023a8dc381898d523f72312c5b210e069fbe33fc46e3def1b75ba9e56033c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:b64023a8dc381898d523f72312c5b210e069fbe33fc46e3def1b75ba9e56033c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:b64023a8dc381898d523f72312c5b210e069fbe33fc46e3def1b75ba9e56033c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin@sha256%3Ab64023a8dc381898d523f72312c5b210e069fbe33fc46e3def1b75ba9e56033c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin\u0026tag=1779312925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:88e3bfec8ba103e92bc7a301db0b9d608d92d7e6d2e52505a04dff4bd56339c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:88e3bfec8ba103e92bc7a301db0b9d608d92d7e6d2e52505a04dff4bd56339c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:88e3bfec8ba103e92bc7a301db0b9d608d92d7e6d2e52505a04dff4bd56339c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-operator@sha256%3A88e3bfec8ba103e92bc7a301db0b9d608d92d7e6d2e52505a04dff4bd56339c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-operator\u0026tag=1779716474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:34308a5a467ef6d7085e659d1af175773b84cca59a3386a6487144d2359da035_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:34308a5a467ef6d7085e659d1af175773b84cca59a3386a6487144d2359da035_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:34308a5a467ef6d7085e659d1af175773b84cca59a3386a6487144d2359da035_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook@sha256%3A34308a5a467ef6d7085e659d1af175773b84cca59a3386a6487144d2359da035?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook\u0026tag=1779716476"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:05f78d3cb075b7b5c08471b15fb121103871a6dd4ade7c074c4f7957d372c145_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:05f78d3cb075b7b5c08471b15fb121103871a6dd4ade7c074c4f7957d372c145_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:05f78d3cb075b7b5c08471b15fb121103871a6dd4ade7c074c4f7957d372c145_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel8@sha256%3A05f78d3cb075b7b5c08471b15fb121103871a6dd4ade7c074c4f7957d372c145?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8\u0026tag=1779276203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:41418ed3a9b3928c6b6b5e0ac292f5b24413e2c3ab4581cb489eff9c957c339d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:41418ed3a9b3928c6b6b5e0ac292f5b24413e2c3ab4581cb489eff9c957c339d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:41418ed3a9b3928c6b6b5e0ac292f5b24413e2c3ab4581cb489eff9c957c339d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel8-operator@sha256%3A41418ed3a9b3928c6b6b5e0ac292f5b24413e2c3ab4581cb489eff9c957c339d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator\u0026tag=1779276136"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_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-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel8@sha256:b4ecc5506da6776313451f66292ada35e8f6970eafc39cf4dd6d98d0162d7ad0_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/frr-rhel8@sha256:b4ecc5506da6776313451f66292ada35e8f6970eafc39cf4dd6d98d0162d7ad0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel8@sha256:b4ecc5506da6776313451f66292ada35e8f6970eafc39cf4dd6d98d0162d7ad0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:39bfb0395706d9d1cedd3d5d1f9664de09b40d3299a0631e73ddaecca182c40f_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/kubernetes-nmstate-rhel8-operator@sha256:39bfb0395706d9d1cedd3d5d1f9664de09b40d3299a0631e73ddaecca182c40f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:39bfb0395706d9d1cedd3d5d1f9664de09b40d3299a0631e73ddaecca182c40f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:7ab1b0fe9d4b4193b39fb11eaf488bade57253393aa2edfe63fc2cdc450aa0ea_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/metallb-rhel8-operator@sha256:7ab1b0fe9d4b4193b39fb11eaf488bade57253393aa2edfe63fc2cdc450aa0ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:7ab1b0fe9d4b4193b39fb11eaf488bade57253393aa2edfe63fc2cdc450aa0ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel8@sha256:debf1e11685378d5762f36a40efbbe45f9c56b7f8a20993148a49eeb2fca6416_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/metallb-rhel8@sha256:debf1e11685378d5762f36a40efbbe45f9c56b7f8a20993148a49eeb2fca6416_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel8@sha256:debf1e11685378d5762f36a40efbbe45f9c56b7f8a20993148a49eeb2fca6416_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-ansible-operator@sha256:adab032158a43dca19f90adda7096353b81d2de07200ebd4f01859aa6c8134c0_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-ansible-operator@sha256:adab032158a43dca19f90adda7096353b81d2de07200ebd4f01859aa6c8134c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:adab032158a43dca19f90adda7096353b81d2de07200ebd4f01859aa6c8134c0_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-efs-csi-driver-container-rhel8@sha256:de1df6a5b08ebba8ed793e86feaa375c9910ac3737952de89319beb95c01715c_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-efs-csi-driver-container-rhel8@sha256:de1df6a5b08ebba8ed793e86feaa375c9910ac3737952de89319beb95c01715c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:de1df6a5b08ebba8ed793e86feaa375c9910ac3737952de89319beb95c01715c_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-efs-csi-driver-rhel8-operator@sha256:99a74f130d277ca6caac8deac7e849ef7843a22eed6ff8dfaa02b02cd0dd0df4_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-efs-csi-driver-rhel8-operator@sha256:99a74f130d277ca6caac8deac7e849ef7843a22eed6ff8dfaa02b02cd0dd0df4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99a74f130d277ca6caac8deac7e849ef7843a22eed6ff8dfaa02b02cd0dd0df4_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-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_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-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_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-event-proxy@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_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-event-proxy@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_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-capacity@sha256:2a8765c40de1ee4aacf3b23b5f869bd4d8d268619963fd71c55d9de22f9f55d9_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-capacity@sha256:2a8765c40de1ee4aacf3b23b5f869bd4d8d268619963fd71c55d9de22f9f55d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:2a8765c40de1ee4aacf3b23b5f869bd4d8d268619963fd71c55d9de22f9f55d9_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-nfd-operator@sha256:9a3b25466712852158dae49ad01892858232deb5fec0737b165fca0081db311f_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-nfd-operator@sha256:9a3b25466712852158dae49ad01892858232deb5fec0737b165fca0081db311f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:9a3b25466712852158dae49ad01892858232deb5fec0737b165fca0081db311f_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-clusterresourceoverride-rhel8-operator@sha256:5a44088f77c782105e5bc52b0fc8905d8ae5710ccb6ed2380c125699f69e6024_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-clusterresourceoverride-rhel8-operator@sha256:5a44088f77c782105e5bc52b0fc8905d8ae5710ccb6ed2380c125699f69e6024_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:5a44088f77c782105e5bc52b0fc8905d8ae5710ccb6ed2380c125699f69e6024_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-clusterresourceoverride-rhel8@sha256:a490b4dad34d94814fb35d9ef30a7da9d786092a458af7f757cbd4adc7fd0253_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-clusterresourceoverride-rhel8@sha256:a490b4dad34d94814fb35d9ef30a7da9d786092a458af7f757cbd4adc7fd0253_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:a490b4dad34d94814fb35d9ef30a7da9d786092a458af7f757cbd4adc7fd0253_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-contour-rhel8@sha256:01a324c06f74969299d37ac5d41f08fcc2821abb2789e56f71cb84d6a7296e24_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-contour-rhel8@sha256:01a324c06f74969299d37ac5d41f08fcc2821abb2789e56f71cb84d6a7296e24_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-contour-rhel8@sha256:01a324c06f74969299d37ac5d41f08fcc2821abb2789e56f71cb84d6a7296e24_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-mustgather-rhel8@sha256:1f8a8c421401e4b706178005c216ad78a4e4813b33b6a958eac2c62ace1135da_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-mustgather-rhel8@sha256:1f8a8c421401e4b706178005c216ad78a4e4813b33b6a958eac2c62ace1135da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:1f8a8c421401e4b706178005c216ad78a4e4813b33b6a958eac2c62ace1135da_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-egress-dns-proxy@sha256:fa4352a63f8dc9c59284afca0e56f2931255bb573cb444b985acbf0026842bf5_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-egress-dns-proxy@sha256:fa4352a63f8dc9c59284afca0e56f2931255bb573cb444b985acbf0026842bf5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:fa4352a63f8dc9c59284afca0e56f2931255bb573cb444b985acbf0026842bf5_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-egress-http-proxy@sha256:4efa58c1a0c89944e692a790075716354b14f0b48c6b299f5a73ef947a455e13_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-egress-http-proxy@sha256:4efa58c1a0c89944e692a790075716354b14f0b48c6b299f5a73ef947a455e13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:4efa58c1a0c89944e692a790075716354b14f0b48c6b299f5a73ef947a455e13_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-egress-router@sha256:0055867f60033ce653901134252b9425cadc6d5d9b5bb9f91e50f1c9661b2829_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-egress-router@sha256:0055867f60033ce653901134252b9425cadc6d5d9b5bb9f91e50f1c9661b2829_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router@sha256:0055867f60033ce653901134252b9425cadc6d5d9b5bb9f91e50f1c9661b2829_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-filestore-csi-driver-rhel8-operator@sha256:eb7e26d6838664d694b1d367e17407ef83510f348981806516e08ff471d2f36b_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-filestore-csi-driver-rhel8-operator@sha256:eb7e26d6838664d694b1d367e17407ef83510f348981806516e08ff471d2f36b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:eb7e26d6838664d694b1d367e17407ef83510f348981806516e08ff471d2f36b_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-filestore-csi-driver-rhel8@sha256:8d3220c0cacf94e3a6cb96584f84dc217906b897c8ef0fb8450de6a8bcf9bf1a_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-filestore-csi-driver-rhel8@sha256:8d3220c0cacf94e3a6cb96584f84dc217906b897c8ef0fb8450de6a8bcf9bf1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d3220c0cacf94e3a6cb96584f84dc217906b897c8ef0fb8450de6a8bcf9bf1a_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-helm-operator@sha256:75108586cbd2399cbbb3765babbb6ad90a9bfc96af4d78fda5f40aca57077911_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-helm-operator@sha256:75108586cbd2399cbbb3765babbb6ad90a9bfc96af4d78fda5f40aca57077911_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-operator@sha256:75108586cbd2399cbbb3765babbb6ad90a9bfc96af4d78fda5f40aca57077911_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-kubernetes-nmstate-handler-rhel8@sha256:c1b6ab629fc17c3ba8cfa1d688769d1a61e78d15c4e2fd2919ed49e905edf50d_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-kubernetes-nmstate-handler-rhel8@sha256:c1b6ab629fc17c3ba8cfa1d688769d1a61e78d15c4e2fd2919ed49e905edf50d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b6ab629fc17c3ba8cfa1d688769d1a61e78d15c4e2fd2919ed49e905edf50d_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-local-storage-diskmaker-rhel9@sha256:8463d40a14583d1f7acd9ff73e31ccdab8ff54f7a2604e099fdbde954682f21c_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-local-storage-diskmaker-rhel9@sha256:8463d40a14583d1f7acd9ff73e31ccdab8ff54f7a2604e099fdbde954682f21c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8463d40a14583d1f7acd9ff73e31ccdab8ff54f7a2604e099fdbde954682f21c_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-local-storage-mustgather-rhel9@sha256:61d890c9baf5ca3a7812cd48a1a992f957cb62d192888e19d0e39030db8d52c7_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-local-storage-mustgather-rhel9@sha256:61d890c9baf5ca3a7812cd48a1a992f957cb62d192888e19d0e39030db8d52c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:61d890c9baf5ca3a7812cd48a1a992f957cb62d192888e19d0e39030db8d52c7_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-local-storage-rhel9-operator@sha256:72d95303072adce41fba3b2bbcf7aa1c888bdb64dd2d38cbebc36a04cdd8c7f4_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-local-storage-rhel9-operator@sha256:72d95303072adce41fba3b2bbcf7aa1c888bdb64dd2d38cbebc36a04cdd8c7f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:72d95303072adce41fba3b2bbcf7aa1c888bdb64dd2d38cbebc36a04cdd8c7f4_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-node-feature-discovery@sha256:2f5b14f2f41d533f444d4017123d4ed46db6e7b70fcebfd2c8443a1f1c593515_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-node-feature-discovery@sha256:2f5b14f2f41d533f444d4017123d4ed46db6e7b70fcebfd2c8443a1f1c593515_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:2f5b14f2f41d533f444d4017123d4ed46db6e7b70fcebfd2c8443a1f1c593515_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-sdk-rhel8@sha256:ee1c2aaa6384f63e9299cc634df8eae99f0a5f46346ca343391018d315cce232_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-sdk-rhel8@sha256:ee1c2aaa6384f63e9299cc634df8eae99f0a5f46346ca343391018d315cce232_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ee1c2aaa6384f63e9299cc634df8eae99f0a5f46346ca343391018d315cce232_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-ptp-operator@sha256:52fa48425c2b972c7bf9969ac79f4a3d298ee45638d7236ca1e19863516044d3_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-ptp-operator@sha256:52fa48425c2b972c7bf9969ac79f4a3d298ee45638d7236ca1e19863516044d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:52fa48425c2b972c7bf9969ac79f4a3d298ee45638d7236ca1e19863516044d3_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-ptp@sha256:374b7b13791fa76cb0d6ac9ffea2528ed5923667c59d91aeb889c6843fd373f9_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-ptp@sha256:374b7b13791fa76cb0d6ac9ffea2528ed5923667c59d91aeb889c6843fd373f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp@sha256:374b7b13791fa76cb0d6ac9ffea2528ed5923667c59d91aeb889c6843fd373f9_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-sriov-cni@sha256:8591b82656031d59642cd5e8149509a43c42ce2b999bbe4aae6672972e3f1e1b_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-sriov-cni@sha256:8591b82656031d59642cd5e8149509a43c42ce2b999bbe4aae6672972e3f1e1b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-cni@sha256:8591b82656031d59642cd5e8149509a43c42ce2b999bbe4aae6672972e3f1e1b_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-sriov-dp-admission-controller@sha256:631a4fe37e554f428cb6d20c96faa4259e542c8d4993b3e2836e6297724da12a_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-sriov-dp-admission-controller@sha256:631a4fe37e554f428cb6d20c96faa4259e542c8d4993b3e2836e6297724da12a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:631a4fe37e554f428cb6d20c96faa4259e542c8d4993b3e2836e6297724da12a_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-sriov-infiniband-cni@sha256:3dd75746f54f15ce244176cd8594dc793bfcb25161d16515df238f2e9b3e51fc_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-sriov-infiniband-cni@sha256:3dd75746f54f15ce244176cd8594dc793bfcb25161d16515df238f2e9b3e51fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:3dd75746f54f15ce244176cd8594dc793bfcb25161d16515df238f2e9b3e51fc_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-sriov-network-config-daemon@sha256:2a03ad6a571f8743a61e5340e8488ac5008c574d2477ebf8129739b098c5b1b6_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-sriov-network-config-daemon@sha256:2a03ad6a571f8743a61e5340e8488ac5008c574d2477ebf8129739b098c5b1b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:2a03ad6a571f8743a61e5340e8488ac5008c574d2477ebf8129739b098c5b1b6_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-sriov-network-device-plugin@sha256:b64023a8dc381898d523f72312c5b210e069fbe33fc46e3def1b75ba9e56033c_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-sriov-network-device-plugin@sha256:b64023a8dc381898d523f72312c5b210e069fbe33fc46e3def1b75ba9e56033c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:b64023a8dc381898d523f72312c5b210e069fbe33fc46e3def1b75ba9e56033c_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-sriov-network-operator@sha256:88e3bfec8ba103e92bc7a301db0b9d608d92d7e6d2e52505a04dff4bd56339c4_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-sriov-network-operator@sha256:88e3bfec8ba103e92bc7a301db0b9d608d92d7e6d2e52505a04dff4bd56339c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:88e3bfec8ba103e92bc7a301db0b9d608d92d7e6d2e52505a04dff4bd56339c4_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-sriov-network-webhook@sha256:34308a5a467ef6d7085e659d1af175773b84cca59a3386a6487144d2359da035_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-sriov-network-webhook@sha256:34308a5a467ef6d7085e659d1af175773b84cca59a3386a6487144d2359da035_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:34308a5a467ef6d7085e659d1af175773b84cca59a3386a6487144d2359da035_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-vertical-pod-autoscaler-rhel8-operator@sha256:41418ed3a9b3928c6b6b5e0ac292f5b24413e2c3ab4581cb489eff9c957c339d_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-vertical-pod-autoscaler-rhel8-operator@sha256:41418ed3a9b3928c6b6b5e0ac292f5b24413e2c3ab4581cb489eff9c957c339d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:41418ed3a9b3928c6b6b5e0ac292f5b24413e2c3ab4581cb489eff9c957c339d_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-vertical-pod-autoscaler-rhel8@sha256:05f78d3cb075b7b5c08471b15fb121103871a6dd4ade7c074c4f7957d372c145_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-vertical-pod-autoscaler-rhel8@sha256:05f78d3cb075b7b5c08471b15fb121103871a6dd4ade7c074c4f7957d372c145_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:05f78d3cb075b7b5c08471b15fb121103871a6dd4ade7c074c4f7957d372c145_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:2eb47157706b5c39352b0ac10162320cafbb9b82021ecd2f86ad74d7d16e50cc_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/ptp-must-gather-rhel8@sha256:2eb47157706b5c39352b0ac10162320cafbb9b82021ecd2f86ad74d7d16e50cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:2eb47157706b5c39352b0ac10162320cafbb9b82021ecd2f86ad74d7d16e50cc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/frr-rhel8@sha256:b4ecc5506da6776313451f66292ada35e8f6970eafc39cf4dd6d98d0162d7ad0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:39bfb0395706d9d1cedd3d5d1f9664de09b40d3299a0631e73ddaecca182c40f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:7ab1b0fe9d4b4193b39fb11eaf488bade57253393aa2edfe63fc2cdc450aa0ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8@sha256:debf1e11685378d5762f36a40efbbe45f9c56b7f8a20993148a49eeb2fca6416_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ansible-operator@sha256:adab032158a43dca19f90adda7096353b81d2de07200ebd4f01859aa6c8134c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:de1df6a5b08ebba8ed793e86feaa375c9910ac3737952de89319beb95c01715c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99a74f130d277ca6caac8deac7e849ef7843a22eed6ff8dfaa02b02cd0dd0df4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:2a8765c40de1ee4aacf3b23b5f869bd4d8d268619963fd71c55d9de22f9f55d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:9a3b25466712852158dae49ad01892858232deb5fec0737b165fca0081db311f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:5a44088f77c782105e5bc52b0fc8905d8ae5710ccb6ed2380c125699f69e6024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:a490b4dad34d94814fb35d9ef30a7da9d786092a458af7f757cbd4adc7fd0253_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-contour-rhel8@sha256:01a324c06f74969299d37ac5d41f08fcc2821abb2789e56f71cb84d6a7296e24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:1f8a8c421401e4b706178005c216ad78a4e4813b33b6a958eac2c62ace1135da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:fa4352a63f8dc9c59284afca0e56f2931255bb573cb444b985acbf0026842bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:4efa58c1a0c89944e692a790075716354b14f0b48c6b299f5a73ef947a455e13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-router@sha256:0055867f60033ce653901134252b9425cadc6d5d9b5bb9f91e50f1c9661b2829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:eb7e26d6838664d694b1d367e17407ef83510f348981806516e08ff471d2f36b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d3220c0cacf94e3a6cb96584f84dc217906b897c8ef0fb8450de6a8bcf9bf1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-helm-operator@sha256:75108586cbd2399cbbb3765babbb6ad90a9bfc96af4d78fda5f40aca57077911_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b6ab629fc17c3ba8cfa1d688769d1a61e78d15c4e2fd2919ed49e905edf50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8463d40a14583d1f7acd9ff73e31ccdab8ff54f7a2604e099fdbde954682f21c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:61d890c9baf5ca3a7812cd48a1a992f957cb62d192888e19d0e39030db8d52c7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:72d95303072adce41fba3b2bbcf7aa1c888bdb64dd2d38cbebc36a04cdd8c7f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:2f5b14f2f41d533f444d4017123d4ed46db6e7b70fcebfd2c8443a1f1c593515_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ee1c2aaa6384f63e9299cc634df8eae99f0a5f46346ca343391018d315cce232_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp-operator@sha256:52fa48425c2b972c7bf9969ac79f4a3d298ee45638d7236ca1e19863516044d3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp@sha256:374b7b13791fa76cb0d6ac9ffea2528ed5923667c59d91aeb889c6843fd373f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-cni@sha256:8591b82656031d59642cd5e8149509a43c42ce2b999bbe4aae6672972e3f1e1b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:631a4fe37e554f428cb6d20c96faa4259e542c8d4993b3e2836e6297724da12a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:3dd75746f54f15ce244176cd8594dc793bfcb25161d16515df238f2e9b3e51fc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:b64023a8dc381898d523f72312c5b210e069fbe33fc46e3def1b75ba9e56033c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:88e3bfec8ba103e92bc7a301db0b9d608d92d7e6d2e52505a04dff4bd56339c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:41418ed3a9b3928c6b6b5e0ac292f5b24413e2c3ab4581cb489eff9c957c339d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:05f78d3cb075b7b5c08471b15fb121103871a6dd4ade7c074c4f7957d372c145_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:2eb47157706b5c39352b0ac10162320cafbb9b82021ecd2f86ad74d7d16e50cc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:2a03ad6a571f8743a61e5340e8488ac5008c574d2477ebf8129739b098c5b1b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:34308a5a467ef6d7085e659d1af175773b84cca59a3386a6487144d2359da035_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/frr-rhel8@sha256:b4ecc5506da6776313451f66292ada35e8f6970eafc39cf4dd6d98d0162d7ad0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:39bfb0395706d9d1cedd3d5d1f9664de09b40d3299a0631e73ddaecca182c40f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:7ab1b0fe9d4b4193b39fb11eaf488bade57253393aa2edfe63fc2cdc450aa0ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8@sha256:debf1e11685378d5762f36a40efbbe45f9c56b7f8a20993148a49eeb2fca6416_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ansible-operator@sha256:adab032158a43dca19f90adda7096353b81d2de07200ebd4f01859aa6c8134c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:de1df6a5b08ebba8ed793e86feaa375c9910ac3737952de89319beb95c01715c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99a74f130d277ca6caac8deac7e849ef7843a22eed6ff8dfaa02b02cd0dd0df4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:2a8765c40de1ee4aacf3b23b5f869bd4d8d268619963fd71c55d9de22f9f55d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:9a3b25466712852158dae49ad01892858232deb5fec0737b165fca0081db311f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:5a44088f77c782105e5bc52b0fc8905d8ae5710ccb6ed2380c125699f69e6024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:a490b4dad34d94814fb35d9ef30a7da9d786092a458af7f757cbd4adc7fd0253_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-contour-rhel8@sha256:01a324c06f74969299d37ac5d41f08fcc2821abb2789e56f71cb84d6a7296e24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:1f8a8c421401e4b706178005c216ad78a4e4813b33b6a958eac2c62ace1135da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:fa4352a63f8dc9c59284afca0e56f2931255bb573cb444b985acbf0026842bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:4efa58c1a0c89944e692a790075716354b14f0b48c6b299f5a73ef947a455e13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-router@sha256:0055867f60033ce653901134252b9425cadc6d5d9b5bb9f91e50f1c9661b2829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:eb7e26d6838664d694b1d367e17407ef83510f348981806516e08ff471d2f36b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d3220c0cacf94e3a6cb96584f84dc217906b897c8ef0fb8450de6a8bcf9bf1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-helm-operator@sha256:75108586cbd2399cbbb3765babbb6ad90a9bfc96af4d78fda5f40aca57077911_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b6ab629fc17c3ba8cfa1d688769d1a61e78d15c4e2fd2919ed49e905edf50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8463d40a14583d1f7acd9ff73e31ccdab8ff54f7a2604e099fdbde954682f21c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:61d890c9baf5ca3a7812cd48a1a992f957cb62d192888e19d0e39030db8d52c7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:72d95303072adce41fba3b2bbcf7aa1c888bdb64dd2d38cbebc36a04cdd8c7f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:2f5b14f2f41d533f444d4017123d4ed46db6e7b70fcebfd2c8443a1f1c593515_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ee1c2aaa6384f63e9299cc634df8eae99f0a5f46346ca343391018d315cce232_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp-operator@sha256:52fa48425c2b972c7bf9969ac79f4a3d298ee45638d7236ca1e19863516044d3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp@sha256:374b7b13791fa76cb0d6ac9ffea2528ed5923667c59d91aeb889c6843fd373f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-cni@sha256:8591b82656031d59642cd5e8149509a43c42ce2b999bbe4aae6672972e3f1e1b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:631a4fe37e554f428cb6d20c96faa4259e542c8d4993b3e2836e6297724da12a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:3dd75746f54f15ce244176cd8594dc793bfcb25161d16515df238f2e9b3e51fc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:b64023a8dc381898d523f72312c5b210e069fbe33fc46e3def1b75ba9e56033c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:88e3bfec8ba103e92bc7a301db0b9d608d92d7e6d2e52505a04dff4bd56339c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:41418ed3a9b3928c6b6b5e0ac292f5b24413e2c3ab4581cb489eff9c957c339d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:05f78d3cb075b7b5c08471b15fb121103871a6dd4ade7c074c4f7957d372c145_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:2eb47157706b5c39352b0ac10162320cafbb9b82021ecd2f86ad74d7d16e50cc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-04T15:44:26+00:00",
"details": "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\nDetails on how to access this content are available at\nhttps://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-sriov-network-config-daemon@sha256:2a03ad6a571f8743a61e5340e8488ac5008c574d2477ebf8129739b098c5b1b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:34308a5a467ef6d7085e659d1af175773b84cca59a3386a6487144d2359da035_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21697"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/frr-rhel8@sha256:b4ecc5506da6776313451f66292ada35e8f6970eafc39cf4dd6d98d0162d7ad0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:39bfb0395706d9d1cedd3d5d1f9664de09b40d3299a0631e73ddaecca182c40f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:7ab1b0fe9d4b4193b39fb11eaf488bade57253393aa2edfe63fc2cdc450aa0ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8@sha256:debf1e11685378d5762f36a40efbbe45f9c56b7f8a20993148a49eeb2fca6416_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ansible-operator@sha256:adab032158a43dca19f90adda7096353b81d2de07200ebd4f01859aa6c8134c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:de1df6a5b08ebba8ed793e86feaa375c9910ac3737952de89319beb95c01715c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99a74f130d277ca6caac8deac7e849ef7843a22eed6ff8dfaa02b02cd0dd0df4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:2a8765c40de1ee4aacf3b23b5f869bd4d8d268619963fd71c55d9de22f9f55d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:9a3b25466712852158dae49ad01892858232deb5fec0737b165fca0081db311f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:5a44088f77c782105e5bc52b0fc8905d8ae5710ccb6ed2380c125699f69e6024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:a490b4dad34d94814fb35d9ef30a7da9d786092a458af7f757cbd4adc7fd0253_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-contour-rhel8@sha256:01a324c06f74969299d37ac5d41f08fcc2821abb2789e56f71cb84d6a7296e24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:1f8a8c421401e4b706178005c216ad78a4e4813b33b6a958eac2c62ace1135da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:fa4352a63f8dc9c59284afca0e56f2931255bb573cb444b985acbf0026842bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:4efa58c1a0c89944e692a790075716354b14f0b48c6b299f5a73ef947a455e13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-router@sha256:0055867f60033ce653901134252b9425cadc6d5d9b5bb9f91e50f1c9661b2829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:eb7e26d6838664d694b1d367e17407ef83510f348981806516e08ff471d2f36b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d3220c0cacf94e3a6cb96584f84dc217906b897c8ef0fb8450de6a8bcf9bf1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-helm-operator@sha256:75108586cbd2399cbbb3765babbb6ad90a9bfc96af4d78fda5f40aca57077911_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b6ab629fc17c3ba8cfa1d688769d1a61e78d15c4e2fd2919ed49e905edf50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8463d40a14583d1f7acd9ff73e31ccdab8ff54f7a2604e099fdbde954682f21c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:61d890c9baf5ca3a7812cd48a1a992f957cb62d192888e19d0e39030db8d52c7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:72d95303072adce41fba3b2bbcf7aa1c888bdb64dd2d38cbebc36a04cdd8c7f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:2f5b14f2f41d533f444d4017123d4ed46db6e7b70fcebfd2c8443a1f1c593515_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ee1c2aaa6384f63e9299cc634df8eae99f0a5f46346ca343391018d315cce232_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp-operator@sha256:52fa48425c2b972c7bf9969ac79f4a3d298ee45638d7236ca1e19863516044d3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp@sha256:374b7b13791fa76cb0d6ac9ffea2528ed5923667c59d91aeb889c6843fd373f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-cni@sha256:8591b82656031d59642cd5e8149509a43c42ce2b999bbe4aae6672972e3f1e1b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:631a4fe37e554f428cb6d20c96faa4259e542c8d4993b3e2836e6297724da12a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:3dd75746f54f15ce244176cd8594dc793bfcb25161d16515df238f2e9b3e51fc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:2a03ad6a571f8743a61e5340e8488ac5008c574d2477ebf8129739b098c5b1b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:b64023a8dc381898d523f72312c5b210e069fbe33fc46e3def1b75ba9e56033c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:88e3bfec8ba103e92bc7a301db0b9d608d92d7e6d2e52505a04dff4bd56339c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:34308a5a467ef6d7085e659d1af175773b84cca59a3386a6487144d2359da035_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:41418ed3a9b3928c6b6b5e0ac292f5b24413e2c3ab4581cb489eff9c957c339d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:05f78d3cb075b7b5c08471b15fb121103871a6dd4ade7c074c4f7957d372c145_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:2eb47157706b5c39352b0ac10162320cafbb9b82021ecd2f86ad74d7d16e50cc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/frr-rhel8@sha256:b4ecc5506da6776313451f66292ada35e8f6970eafc39cf4dd6d98d0162d7ad0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:39bfb0395706d9d1cedd3d5d1f9664de09b40d3299a0631e73ddaecca182c40f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:7ab1b0fe9d4b4193b39fb11eaf488bade57253393aa2edfe63fc2cdc450aa0ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8@sha256:debf1e11685378d5762f36a40efbbe45f9c56b7f8a20993148a49eeb2fca6416_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ansible-operator@sha256:adab032158a43dca19f90adda7096353b81d2de07200ebd4f01859aa6c8134c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:de1df6a5b08ebba8ed793e86feaa375c9910ac3737952de89319beb95c01715c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99a74f130d277ca6caac8deac7e849ef7843a22eed6ff8dfaa02b02cd0dd0df4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:2a8765c40de1ee4aacf3b23b5f869bd4d8d268619963fd71c55d9de22f9f55d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:9a3b25466712852158dae49ad01892858232deb5fec0737b165fca0081db311f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:5a44088f77c782105e5bc52b0fc8905d8ae5710ccb6ed2380c125699f69e6024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:a490b4dad34d94814fb35d9ef30a7da9d786092a458af7f757cbd4adc7fd0253_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-contour-rhel8@sha256:01a324c06f74969299d37ac5d41f08fcc2821abb2789e56f71cb84d6a7296e24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:1f8a8c421401e4b706178005c216ad78a4e4813b33b6a958eac2c62ace1135da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:fa4352a63f8dc9c59284afca0e56f2931255bb573cb444b985acbf0026842bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:4efa58c1a0c89944e692a790075716354b14f0b48c6b299f5a73ef947a455e13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-router@sha256:0055867f60033ce653901134252b9425cadc6d5d9b5bb9f91e50f1c9661b2829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:eb7e26d6838664d694b1d367e17407ef83510f348981806516e08ff471d2f36b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d3220c0cacf94e3a6cb96584f84dc217906b897c8ef0fb8450de6a8bcf9bf1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-helm-operator@sha256:75108586cbd2399cbbb3765babbb6ad90a9bfc96af4d78fda5f40aca57077911_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b6ab629fc17c3ba8cfa1d688769d1a61e78d15c4e2fd2919ed49e905edf50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8463d40a14583d1f7acd9ff73e31ccdab8ff54f7a2604e099fdbde954682f21c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:61d890c9baf5ca3a7812cd48a1a992f957cb62d192888e19d0e39030db8d52c7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:72d95303072adce41fba3b2bbcf7aa1c888bdb64dd2d38cbebc36a04cdd8c7f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:2f5b14f2f41d533f444d4017123d4ed46db6e7b70fcebfd2c8443a1f1c593515_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ee1c2aaa6384f63e9299cc634df8eae99f0a5f46346ca343391018d315cce232_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp-operator@sha256:52fa48425c2b972c7bf9969ac79f4a3d298ee45638d7236ca1e19863516044d3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp@sha256:374b7b13791fa76cb0d6ac9ffea2528ed5923667c59d91aeb889c6843fd373f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-cni@sha256:8591b82656031d59642cd5e8149509a43c42ce2b999bbe4aae6672972e3f1e1b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:631a4fe37e554f428cb6d20c96faa4259e542c8d4993b3e2836e6297724da12a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:3dd75746f54f15ce244176cd8594dc793bfcb25161d16515df238f2e9b3e51fc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:2a03ad6a571f8743a61e5340e8488ac5008c574d2477ebf8129739b098c5b1b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:b64023a8dc381898d523f72312c5b210e069fbe33fc46e3def1b75ba9e56033c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:88e3bfec8ba103e92bc7a301db0b9d608d92d7e6d2e52505a04dff4bd56339c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:34308a5a467ef6d7085e659d1af175773b84cca59a3386a6487144d2359da035_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:41418ed3a9b3928c6b6b5e0ac292f5b24413e2c3ab4581cb489eff9c957c339d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:05f78d3cb075b7b5c08471b15fb121103871a6dd4ade7c074c4f7957d372c145_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:2eb47157706b5c39352b0ac10162320cafbb9b82021ecd2f86ad74d7d16e50cc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/frr-rhel8@sha256:b4ecc5506da6776313451f66292ada35e8f6970eafc39cf4dd6d98d0162d7ad0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:39bfb0395706d9d1cedd3d5d1f9664de09b40d3299a0631e73ddaecca182c40f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:7ab1b0fe9d4b4193b39fb11eaf488bade57253393aa2edfe63fc2cdc450aa0ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8@sha256:debf1e11685378d5762f36a40efbbe45f9c56b7f8a20993148a49eeb2fca6416_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ansible-operator@sha256:adab032158a43dca19f90adda7096353b81d2de07200ebd4f01859aa6c8134c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:de1df6a5b08ebba8ed793e86feaa375c9910ac3737952de89319beb95c01715c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99a74f130d277ca6caac8deac7e849ef7843a22eed6ff8dfaa02b02cd0dd0df4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:2a8765c40de1ee4aacf3b23b5f869bd4d8d268619963fd71c55d9de22f9f55d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:9a3b25466712852158dae49ad01892858232deb5fec0737b165fca0081db311f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:5a44088f77c782105e5bc52b0fc8905d8ae5710ccb6ed2380c125699f69e6024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:a490b4dad34d94814fb35d9ef30a7da9d786092a458af7f757cbd4adc7fd0253_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-contour-rhel8@sha256:01a324c06f74969299d37ac5d41f08fcc2821abb2789e56f71cb84d6a7296e24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:1f8a8c421401e4b706178005c216ad78a4e4813b33b6a958eac2c62ace1135da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:fa4352a63f8dc9c59284afca0e56f2931255bb573cb444b985acbf0026842bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:4efa58c1a0c89944e692a790075716354b14f0b48c6b299f5a73ef947a455e13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-router@sha256:0055867f60033ce653901134252b9425cadc6d5d9b5bb9f91e50f1c9661b2829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:eb7e26d6838664d694b1d367e17407ef83510f348981806516e08ff471d2f36b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d3220c0cacf94e3a6cb96584f84dc217906b897c8ef0fb8450de6a8bcf9bf1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-helm-operator@sha256:75108586cbd2399cbbb3765babbb6ad90a9bfc96af4d78fda5f40aca57077911_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b6ab629fc17c3ba8cfa1d688769d1a61e78d15c4e2fd2919ed49e905edf50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8463d40a14583d1f7acd9ff73e31ccdab8ff54f7a2604e099fdbde954682f21c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:61d890c9baf5ca3a7812cd48a1a992f957cb62d192888e19d0e39030db8d52c7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:72d95303072adce41fba3b2bbcf7aa1c888bdb64dd2d38cbebc36a04cdd8c7f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:2f5b14f2f41d533f444d4017123d4ed46db6e7b70fcebfd2c8443a1f1c593515_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ee1c2aaa6384f63e9299cc634df8eae99f0a5f46346ca343391018d315cce232_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp-operator@sha256:52fa48425c2b972c7bf9969ac79f4a3d298ee45638d7236ca1e19863516044d3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp@sha256:374b7b13791fa76cb0d6ac9ffea2528ed5923667c59d91aeb889c6843fd373f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-cni@sha256:8591b82656031d59642cd5e8149509a43c42ce2b999bbe4aae6672972e3f1e1b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:631a4fe37e554f428cb6d20c96faa4259e542c8d4993b3e2836e6297724da12a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:3dd75746f54f15ce244176cd8594dc793bfcb25161d16515df238f2e9b3e51fc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:b64023a8dc381898d523f72312c5b210e069fbe33fc46e3def1b75ba9e56033c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:41418ed3a9b3928c6b6b5e0ac292f5b24413e2c3ab4581cb489eff9c957c339d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:05f78d3cb075b7b5c08471b15fb121103871a6dd4ade7c074c4f7957d372c145_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:2eb47157706b5c39352b0ac10162320cafbb9b82021ecd2f86ad74d7d16e50cc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"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-sriov-network-config-daemon@sha256:2a03ad6a571f8743a61e5340e8488ac5008c574d2477ebf8129739b098c5b1b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:88e3bfec8ba103e92bc7a301db0b9d608d92d7e6d2e52505a04dff4bd56339c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:34308a5a467ef6d7085e659d1af175773b84cca59a3386a6487144d2359da035_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/frr-rhel8@sha256:b4ecc5506da6776313451f66292ada35e8f6970eafc39cf4dd6d98d0162d7ad0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:39bfb0395706d9d1cedd3d5d1f9664de09b40d3299a0631e73ddaecca182c40f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:7ab1b0fe9d4b4193b39fb11eaf488bade57253393aa2edfe63fc2cdc450aa0ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8@sha256:debf1e11685378d5762f36a40efbbe45f9c56b7f8a20993148a49eeb2fca6416_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ansible-operator@sha256:adab032158a43dca19f90adda7096353b81d2de07200ebd4f01859aa6c8134c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:de1df6a5b08ebba8ed793e86feaa375c9910ac3737952de89319beb95c01715c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99a74f130d277ca6caac8deac7e849ef7843a22eed6ff8dfaa02b02cd0dd0df4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:2a8765c40de1ee4aacf3b23b5f869bd4d8d268619963fd71c55d9de22f9f55d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:9a3b25466712852158dae49ad01892858232deb5fec0737b165fca0081db311f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:5a44088f77c782105e5bc52b0fc8905d8ae5710ccb6ed2380c125699f69e6024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:a490b4dad34d94814fb35d9ef30a7da9d786092a458af7f757cbd4adc7fd0253_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-contour-rhel8@sha256:01a324c06f74969299d37ac5d41f08fcc2821abb2789e56f71cb84d6a7296e24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:1f8a8c421401e4b706178005c216ad78a4e4813b33b6a958eac2c62ace1135da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:fa4352a63f8dc9c59284afca0e56f2931255bb573cb444b985acbf0026842bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:4efa58c1a0c89944e692a790075716354b14f0b48c6b299f5a73ef947a455e13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-router@sha256:0055867f60033ce653901134252b9425cadc6d5d9b5bb9f91e50f1c9661b2829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:eb7e26d6838664d694b1d367e17407ef83510f348981806516e08ff471d2f36b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d3220c0cacf94e3a6cb96584f84dc217906b897c8ef0fb8450de6a8bcf9bf1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-helm-operator@sha256:75108586cbd2399cbbb3765babbb6ad90a9bfc96af4d78fda5f40aca57077911_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b6ab629fc17c3ba8cfa1d688769d1a61e78d15c4e2fd2919ed49e905edf50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8463d40a14583d1f7acd9ff73e31ccdab8ff54f7a2604e099fdbde954682f21c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:61d890c9baf5ca3a7812cd48a1a992f957cb62d192888e19d0e39030db8d52c7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:72d95303072adce41fba3b2bbcf7aa1c888bdb64dd2d38cbebc36a04cdd8c7f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:2f5b14f2f41d533f444d4017123d4ed46db6e7b70fcebfd2c8443a1f1c593515_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ee1c2aaa6384f63e9299cc634df8eae99f0a5f46346ca343391018d315cce232_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp-operator@sha256:52fa48425c2b972c7bf9969ac79f4a3d298ee45638d7236ca1e19863516044d3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp@sha256:374b7b13791fa76cb0d6ac9ffea2528ed5923667c59d91aeb889c6843fd373f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-cni@sha256:8591b82656031d59642cd5e8149509a43c42ce2b999bbe4aae6672972e3f1e1b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:631a4fe37e554f428cb6d20c96faa4259e542c8d4993b3e2836e6297724da12a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:3dd75746f54f15ce244176cd8594dc793bfcb25161d16515df238f2e9b3e51fc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:b64023a8dc381898d523f72312c5b210e069fbe33fc46e3def1b75ba9e56033c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:41418ed3a9b3928c6b6b5e0ac292f5b24413e2c3ab4581cb489eff9c957c339d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:05f78d3cb075b7b5c08471b15fb121103871a6dd4ade7c074c4f7957d372c145_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:2eb47157706b5c39352b0ac10162320cafbb9b82021ecd2f86ad74d7d16e50cc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-04T15:44:26+00:00",
"details": "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\nDetails on how to access this content are available at\nhttps://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-sriov-network-config-daemon@sha256:2a03ad6a571f8743a61e5340e8488ac5008c574d2477ebf8129739b098c5b1b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:88e3bfec8ba103e92bc7a301db0b9d608d92d7e6d2e52505a04dff4bd56339c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:34308a5a467ef6d7085e659d1af175773b84cca59a3386a6487144d2359da035_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21697"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/frr-rhel8@sha256:b4ecc5506da6776313451f66292ada35e8f6970eafc39cf4dd6d98d0162d7ad0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:39bfb0395706d9d1cedd3d5d1f9664de09b40d3299a0631e73ddaecca182c40f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:7ab1b0fe9d4b4193b39fb11eaf488bade57253393aa2edfe63fc2cdc450aa0ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8@sha256:debf1e11685378d5762f36a40efbbe45f9c56b7f8a20993148a49eeb2fca6416_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ansible-operator@sha256:adab032158a43dca19f90adda7096353b81d2de07200ebd4f01859aa6c8134c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:de1df6a5b08ebba8ed793e86feaa375c9910ac3737952de89319beb95c01715c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99a74f130d277ca6caac8deac7e849ef7843a22eed6ff8dfaa02b02cd0dd0df4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:2a8765c40de1ee4aacf3b23b5f869bd4d8d268619963fd71c55d9de22f9f55d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:9a3b25466712852158dae49ad01892858232deb5fec0737b165fca0081db311f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:5a44088f77c782105e5bc52b0fc8905d8ae5710ccb6ed2380c125699f69e6024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:a490b4dad34d94814fb35d9ef30a7da9d786092a458af7f757cbd4adc7fd0253_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-contour-rhel8@sha256:01a324c06f74969299d37ac5d41f08fcc2821abb2789e56f71cb84d6a7296e24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:1f8a8c421401e4b706178005c216ad78a4e4813b33b6a958eac2c62ace1135da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:fa4352a63f8dc9c59284afca0e56f2931255bb573cb444b985acbf0026842bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:4efa58c1a0c89944e692a790075716354b14f0b48c6b299f5a73ef947a455e13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-router@sha256:0055867f60033ce653901134252b9425cadc6d5d9b5bb9f91e50f1c9661b2829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:eb7e26d6838664d694b1d367e17407ef83510f348981806516e08ff471d2f36b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d3220c0cacf94e3a6cb96584f84dc217906b897c8ef0fb8450de6a8bcf9bf1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-helm-operator@sha256:75108586cbd2399cbbb3765babbb6ad90a9bfc96af4d78fda5f40aca57077911_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b6ab629fc17c3ba8cfa1d688769d1a61e78d15c4e2fd2919ed49e905edf50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8463d40a14583d1f7acd9ff73e31ccdab8ff54f7a2604e099fdbde954682f21c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:61d890c9baf5ca3a7812cd48a1a992f957cb62d192888e19d0e39030db8d52c7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:72d95303072adce41fba3b2bbcf7aa1c888bdb64dd2d38cbebc36a04cdd8c7f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:2f5b14f2f41d533f444d4017123d4ed46db6e7b70fcebfd2c8443a1f1c593515_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ee1c2aaa6384f63e9299cc634df8eae99f0a5f46346ca343391018d315cce232_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp-operator@sha256:52fa48425c2b972c7bf9969ac79f4a3d298ee45638d7236ca1e19863516044d3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp@sha256:374b7b13791fa76cb0d6ac9ffea2528ed5923667c59d91aeb889c6843fd373f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-cni@sha256:8591b82656031d59642cd5e8149509a43c42ce2b999bbe4aae6672972e3f1e1b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:631a4fe37e554f428cb6d20c96faa4259e542c8d4993b3e2836e6297724da12a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:3dd75746f54f15ce244176cd8594dc793bfcb25161d16515df238f2e9b3e51fc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:2a03ad6a571f8743a61e5340e8488ac5008c574d2477ebf8129739b098c5b1b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:b64023a8dc381898d523f72312c5b210e069fbe33fc46e3def1b75ba9e56033c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:88e3bfec8ba103e92bc7a301db0b9d608d92d7e6d2e52505a04dff4bd56339c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:34308a5a467ef6d7085e659d1af175773b84cca59a3386a6487144d2359da035_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:41418ed3a9b3928c6b6b5e0ac292f5b24413e2c3ab4581cb489eff9c957c339d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:05f78d3cb075b7b5c08471b15fb121103871a6dd4ade7c074c4f7957d372c145_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:2eb47157706b5c39352b0ac10162320cafbb9b82021ecd2f86ad74d7d16e50cc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/frr-rhel8@sha256:b4ecc5506da6776313451f66292ada35e8f6970eafc39cf4dd6d98d0162d7ad0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:39bfb0395706d9d1cedd3d5d1f9664de09b40d3299a0631e73ddaecca182c40f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:7ab1b0fe9d4b4193b39fb11eaf488bade57253393aa2edfe63fc2cdc450aa0ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/metallb-rhel8@sha256:debf1e11685378d5762f36a40efbbe45f9c56b7f8a20993148a49eeb2fca6416_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ansible-operator@sha256:adab032158a43dca19f90adda7096353b81d2de07200ebd4f01859aa6c8134c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:de1df6a5b08ebba8ed793e86feaa375c9910ac3737952de89319beb95c01715c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:99a74f130d277ca6caac8deac7e849ef7843a22eed6ff8dfaa02b02cd0dd0df4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:8107b2141f076725fb04bffc2eb49f547734da8a170f82e2e7537797bdcce1ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:2a8765c40de1ee4aacf3b23b5f869bd4d8d268619963fd71c55d9de22f9f55d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:9a3b25466712852158dae49ad01892858232deb5fec0737b165fca0081db311f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:5a44088f77c782105e5bc52b0fc8905d8ae5710ccb6ed2380c125699f69e6024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:a490b4dad34d94814fb35d9ef30a7da9d786092a458af7f757cbd4adc7fd0253_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-contour-rhel8@sha256:01a324c06f74969299d37ac5d41f08fcc2821abb2789e56f71cb84d6a7296e24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:1f8a8c421401e4b706178005c216ad78a4e4813b33b6a958eac2c62ace1135da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:fa4352a63f8dc9c59284afca0e56f2931255bb573cb444b985acbf0026842bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:4efa58c1a0c89944e692a790075716354b14f0b48c6b299f5a73ef947a455e13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-egress-router@sha256:0055867f60033ce653901134252b9425cadc6d5d9b5bb9f91e50f1c9661b2829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:eb7e26d6838664d694b1d367e17407ef83510f348981806516e08ff471d2f36b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d3220c0cacf94e3a6cb96584f84dc217906b897c8ef0fb8450de6a8bcf9bf1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-helm-operator@sha256:75108586cbd2399cbbb3765babbb6ad90a9bfc96af4d78fda5f40aca57077911_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b6ab629fc17c3ba8cfa1d688769d1a61e78d15c4e2fd2919ed49e905edf50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8463d40a14583d1f7acd9ff73e31ccdab8ff54f7a2604e099fdbde954682f21c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:61d890c9baf5ca3a7812cd48a1a992f957cb62d192888e19d0e39030db8d52c7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:72d95303072adce41fba3b2bbcf7aa1c888bdb64dd2d38cbebc36a04cdd8c7f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:2f5b14f2f41d533f444d4017123d4ed46db6e7b70fcebfd2c8443a1f1c593515_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ee1c2aaa6384f63e9299cc634df8eae99f0a5f46346ca343391018d315cce232_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp-operator@sha256:52fa48425c2b972c7bf9969ac79f4a3d298ee45638d7236ca1e19863516044d3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ptp@sha256:374b7b13791fa76cb0d6ac9ffea2528ed5923667c59d91aeb889c6843fd373f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-cni@sha256:8591b82656031d59642cd5e8149509a43c42ce2b999bbe4aae6672972e3f1e1b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:631a4fe37e554f428cb6d20c96faa4259e542c8d4993b3e2836e6297724da12a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:3dd75746f54f15ce244176cd8594dc793bfcb25161d16515df238f2e9b3e51fc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:2a03ad6a571f8743a61e5340e8488ac5008c574d2477ebf8129739b098c5b1b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:b64023a8dc381898d523f72312c5b210e069fbe33fc46e3def1b75ba9e56033c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:88e3bfec8ba103e92bc7a301db0b9d608d92d7e6d2e52505a04dff4bd56339c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:34308a5a467ef6d7085e659d1af175773b84cca59a3386a6487144d2359da035_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:41418ed3a9b3928c6b6b5e0ac292f5b24413e2c3ab4581cb489eff9c957c339d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:05f78d3cb075b7b5c08471b15fb121103871a6dd4ade7c074c4f7957d372c145_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:2eb47157706b5c39352b0ac10162320cafbb9b82021ecd2f86ad74d7d16e50cc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
}
]
}
RHSA-2026:23235
Vulnerability from csaf_redhat - Published: 2026-06-11 06:06 - Updated: 2026-06-27 08:54A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30e24d9f744be4d729bc3e443a31a945eb952531b29b1b4057dbf41fc4d1849f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6adbeab62ab14ff659200361a7fac436216f942f782764734fabf664febfd375_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d92df363d5768e050581aae80395134dd6faae75d476bc28b40f6ec53ae5aee0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08409b71472330b107a00663e6198372bb08f444dc1c3ba703b3cfe33314a5fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:6367e1811ab013dbe08da56d86b90af5471113319825be8b289fa00d2df1648c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e54653c5d6109045c8029856d6928ab2de31224588a16a97313d5bc79c0aa7f9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:8ec44c793e1c8958f19356911ee75a3bf4907b51ead67a7438755d3fcacc28cc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fd421ab96bef13ae969bc234efac92e5766ccf2060a9576b0ccae5918519ed05_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fe608164b671e81fd87943a1b520ce4bf3d184ab724ff6fa517fb6d4cbbc68fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:291b51f142433087d9a68c8ebeed772e37af6a54d3254aec4546483f83194b35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:3328a0675ae2db79afec057009561e1c262eaa358897ad8a054e180297482b62_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:4df2698aa1277101384f263e1a52932cffadf5399df1ac670e94289184950d4e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:ae9fb26083a889158d6ebebc49c93baac3190bb7349fa172a831e0295013bb9b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:162f41708e4582e0159ae794fec9969c35d1d1e8cf30037d45d896b7876b215b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5818b8345278b815cd0dab3e409606c5b14ae0da8bfc4fadfd28fe7dad8f69c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:9b54ca053b72e45af815c08a7833d32bd89266ac0f65b7aa25d3c2a88ea107c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dd4d28880ffd6f422cbc3bc82138b2ff18f075ba3e1b82d9993c648d057e645f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:2976c8097cce2468c476a58d0ca49de48a06f90ff00c7a5546e608bd6adc02ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:6d5cdf8de9e565ef45226f1acc743358da5c14663a93d5b427c97940eb598c59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:89fc8976059bb5f50b3950cd7c4625d4c77b630ad784b9c29ce7544de84e611e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:926b8d99005277c95ab7c64758cfe64316f6b94f54fed2892aeef67a44fc9df4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:446aeff94de90603fb22af76d310aac93ebad334dcc3f6da57f56bc3e587c041_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d6aca6e75eb464afdb001d6cb7b69c9068e82e1b1defa6dcb1f48e16392a3bd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f017c14d20143d1c0de3c003fb4dfc5b5256d30e2c3954e18d6544fd0f1591f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fe53979d7f1454153a4ad56e7e267faf75be5e995c2a4710eadb0eab5b41be9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8f567764033b088891642a5bacca1cb291d83b64cdf1e4f840d820f7d3cbe1ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a10863101a9a63c08126a63150799e23b315d51268ae927fe7021c7c7ef60f27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a11f515530bb260d97b24371ea2e21de404b46a95b222695b8a914eb0942e0ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e181e6c870125af4250b753c7836bbc1a5b4eeaf0ca24100ff2cd6636ec68a3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:01114ee04a38b2d63d4f4d7877cfeb45e3fd72db019ac09657e55eaef82ac3e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:8c978d3a39f9fbcff5973ba44c41c4c2bc459f3ab1b0fadddc1ef81f6b190072_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:b3a3458c99efac27e7db18d16fe8587b98215795c322c24d721403da5d820818_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:dee09d94717c386691d2a1cad966eccc6b4e695f9a7aaf5e831908912cd07b4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:17ee5262a2f32a842d902d6558c29b9297ae5b07b39eeaaae890421f32f7d653_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:4ee52748f05d501ce0315ed4e5b72c0df290e2221213c5af1ac6f6666cfcb3a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:aa2d907596b9b5cf15e6d4f0b6edb26be0e5f09547fa869d59e525a3e64a2b95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:bdf9948a90fe6c4f72fae0fabcb1e82aa53f25c16ace20bfa1a67ba400a53db5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:785bf6b208680c589939dabd27f0d67f9ff94e1dde3cac6000d63f3dc29df33a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:c00b726342441e31a93a316cd886b5d6fa6cfb133f59f0b2ae5c39000dd4886d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:d6dcfa7681a062b390ccc18e32bd1a8c8ba7c6a73ce204726fa01b8a7393a9b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fb12144250fc6d3ea613357cbcf56caeffe9236a7736e6db4116cac1b789af8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c5f699dd86eb69e7b400e6fa9c3b87e03877e16b8327df647929891b6a015693_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f713e0b404c9ff34d5d022d4799da11873249450b55809513000d4b375708342_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:a695422b19a3d29a2b4ede64f9eb045f02bbcf3b246c0494aec9bef0fc961b2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea048908f75345d2dd2e770c94987db6c4cb865d7ced0064089ef22743841397_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20c539cc9f56e35c23da05fdc8c7d1334b5ef340077c8b6d3560bad4e92a00f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:247378f05337f5914840cff744da117f5e6b6d1377f69a4c6ab66c2752e1fa4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5acd334985679476cfa6827fcc89f00fc89e4c409de2f06d4284e1cbe9a3624c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:910679c50655521d2e955bdf0f6413016af80a1c705c9f2e6e02f1ec1f44d31c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2c00297c567711c713ad3020a258150a55c8db2206ef35ffabf177a2f579c586_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:9ec6d1351cc277ff1fc3d264fa896bc03e54297c1817e933f6c97946f6c3e108_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ef377efe3db560e6ddd466bc0e3c6e9fe8476aefef42c093f09682fb9e8981e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:0cc0282d802bc9af9d66b0cc0f87e28e27199ad3b18eeff2bd726355ca71443e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7bfb0df1f28e9fc579a70182d185425c4f077738a9d238bdcfc4f06615e7e825_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8ee4532c139dcefc590b8188456a5f59528730d63fbc72075946e2139ae631ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c852bc159ad836b50dc6e616d72446632bfe939a89e6efceec08c6b99362bf1c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:51364e22aecbb710acee25f374397d95f5395ca3c9c86128716b9b6522fc7035_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7cac6c4f530b4c27d0c9fea7ad5e6e39e8fe07bac432ac4714292251b47f8e3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:d56ef6bd87903015a314557bb15e8b89d2e78c20b51354458d43f897a99a76cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ec9c17f297cf783b03d97e0ae4b9e114dbba1ae1681a2c5dc2d22d1bc1b5da4d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1c18b0dc1d67f764a6feac82dc5f0104e6c5535fc4ad2c40923cb48529e6ca25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1e5a06fef06f3a45dd71fe6d57dbae99204ca9a6582d31eddb45eb820ff96aab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5a88db2180d0d8357dddd959e3a519e1b71f2d2efd236f1b9ddb2d8ece90fb4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:9cc05976b20d32a1e0ece5827c5a8cfa08ae29a54f49ffd4bc42c4180a3e420c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d75fed110fdc9cc355dea19d6db8cfbf159c22580427a394d6ab4fbb770beb15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:efc2708d61193cc4cc753a1ff3a2600b5c3872f687b2d1f47c350a025556c873_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:f34dd1618b14072287db1b404bea782cc0e0f657f4d7d96859fdd831f59b4489_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:fe7d7b1dca8792f5d81cdb9e635cff1a2aa2159a2501c5d1ea1cb5f165bb5cda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4a5c9f2b5743d2b9564a4408f8b8a20e1cc1be2dee4ce77c5205545a2656d8cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:abb512398117418cfff56ce361aaf6ddf373ff1bb37923ba240f336f200a8c44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:d86d8f49b54887e31bef8132e5d01a2ff0f42cc1086afceabacdbce23b911070_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fc6e955cdf0e78fc2496b71b10cabc33575f9f6532cf137a88cb7fd4ef7bdd12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4bf40c31c7db42c767c1bd01f34a59c41693d93f8cd3cf5d6eca6e21a4af8448_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4d649d4bff5c2c8d0b94d8f97b3bf2b6a16d7a0bae108f3db241b76476df5451_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:b04f0bbb50152c39aed33439899d7a82b66dbeded447592e6781fb2368848036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:d33fbbd906c7dfb978ab4bc7791f88cb62d8a93d4a0057ac832f96260b119ac0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:23bf3ebfcbd52d6b9f876b90e2681d05d469f902f35f89c89399ebf59a18c818_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:3ea41fb875b3810356430885375f2a4b262f9a5947cde346ad359f099e49b05f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:7d6fcd0184488fc8259a70f93ecf15185b31f8e4560bee3e22cd35c82cf479e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:cb381ac5fe5d0d95935f481c03f6d26e53e667bc8d4e3cd2d301ec9fdff89944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:641d0bdb5cd604bcdec8b32a7c166888b82cba8a248ba3912aa61391050ff12a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:91022c9c26601a4b64b78be11ea8efa09d29fad8ef74b2f625ac1c1cbeb8bc08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b3ec369f7972bec489dfa5139e35e7141805982ca6dc89a7e3f99b9d6a23dc04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b64fb86134b86349392a106b570bea1e6fc79e6a56a58c3fbf8b98282198ebe8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:0bb1714177f8aa3a7f773c291745140535e9251f5c840ca7de4d88d830dbebdf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:387867da06b841a3e3a11074f9dd80fd428e635d6ce0034a5d00fadeadf095bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c8ac965c796619d93422d106baa0ca55abd31e400feebcc71d76ef4741bc0434_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d33535375f98f5c56b850a8e3a35bd9c7c74dc10abe0065de294c4e22abfb7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b966e6a3109b7586d55a8055f69adcbbf5aaa041503d5164371a289d84e5aa41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c47212e1b7806fdca3b3d0a063158ff537c51ee30e657a14708f1ee071936188_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:56b218cf59d09916734a1f306585fafdf4717baad5fa96c9393ba85e9441664a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:7cd82ce95b878483934f520f5d616294f7232c25c8a5e183b4bf3c1d7532b83f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:a10fff36c1024a908a98d4f31cc72711a8d9eb8a8a51944fe5ca2eadd0dd4226_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:d8d67f6ba9efe67e7568dc962ce8db3b664e6c2a27b31bb2fa9a4179fd2515ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38f9abf7774536383f3e8c99dfc3e32f4206c41837aacd581d0e93e26d8a61fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5d6800a82107ccda8ccc5a0189f87198df2663904d12d17376a4440d0ed17807_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9a29c12b31c4128c1582fb4a1fe563755f018919e866fc8e7aa653014e21b058_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e9ccc3d61bf34078ceb1b43f996f8f4bc66390e00a78437219cb0cc7bb0f7e91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:18216ebaeae0426b7bcb077981db25baea3123bad32a42790c3cc37d7451b77d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4b7ac561feaebc72f2367cfbca15f7940cbb08d61146a5b91ed337175265a113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c715470dd6eebb903acc3237e2697394ddd17f21ad61c2deb68ca5f9076c1210_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d800be636f49b50e277baf5dfa33d6862dd245921fc466fed383e2f27fd291f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:3c295d84562c65c8fd7a719982616165b13b354ff8b14202e8793390c7ef6bad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:73dd9e94485110fcf6959369954fedc2f90b9d625b098c2afeddc07b8f623ef6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a4c2601601b54a6108b118c505a510ec09737d834276c71c3e9cd134390ce12e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a58d7df52405238bc1b812eefbb1449efe4f48eea73d07ef97242929ae89e0b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0044b6cc0124ea07f90897a56383c117639ad914b769b65a52964869bd66349e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:032f5b3e93b461c9832ebf893ff207e9435c8b63cc1cd9c8bfb6892a442ff75f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:4e2d9f38ff713c22ee5a110ebf8dbd7a6e8e0fdd8e073db09c4d29bfbfb0d2d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8c041dadc0a911af2a47ce500b882798fe6abc75a10ecf770c6471f7bc73936b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1d96022c39360a11cb50ee0d80756b53311a3a9b3684b641b260ff1433d58f07_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:3916bd485b41958debb2061f0e23b8c1506517923e34fe7e1dc939c13065509f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:45a189001a07473dbe6f9a6b69b25f35bd0d2dc70f906df0b7df7e465e0e9796_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:dd6a46b10a54482c5a1f31b4de1de495dc02a72b8bb115f3dfb25e494ecddaa2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:32db8de07d4867bea45d6d48e8b43a01b262d06bf75e0644f8d4fd3f5c10dcbd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d0ce9dbe2e4e4a1c76732c63832ff3e577026adda71517f37f0933441bf6f0ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:eb0d7a2791486d3d6f3aa5c532a2d1427dc1c5740318e4cd3345dd7abb37fb4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:f956eeaa238cf4c56744e5209bd821c4272474d6cddce6dbe74f3355494ebefe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3e9c64bab5210ecb56a3930fd926f0dbc55bc5c955b9cc6fecfee0409110c96f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9ca6139e7b6e15080e9149a6f3b497673b2affe86d6ba2f00a1e8a53fcf5698e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:cd6910f785500fdd6cd10724c5626ee31d2079502c382bb36ada9926c6c9a120_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:03c4a5dde5604fee60e75b0324572d28855cfa57f120b3e678d3eb7f3ad4cb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:0b599f1470df8e3a8a695793bcf7edae1150fec7e05dd2111b3a926697d56e53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bbc190f19dca8799aff49578823a6b34280bdc8083faf4b4994942966f120a43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0c911890a88e3fd66e7032ec124e81dede82c9073d37272faccf21035345664_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0cf21c32ddcfd149415ec08377b0def18c243211e4be996f78da85952103d2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b95ed20958e794687ec9222b32270bcfc85cb72d878ad92e03aa5dc995b4e600_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f12358bc4bbdbef2108b7915a29f9f72f3f54623ade6f20cc2d1670d22a0cb03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:32904ba36b6bb51a3bf8211b9c57f3f7aad90d33c73c8f5befeeb8f9fc958f6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:808a10cf4119f2954062c2dbf894f58108984494da50960006185ea9fa6c34d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9cb54d131b4b7c043903bbb400dca46e909a4036ef5bef3d34d6246153c481d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:efc67545f3a59c51bbb9ea945d7d695c1857183ee95a65b6ca0c88bbdb472299_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:660264d4bf6763c782d4d8a2c121338dc88f549a0e3a9c1259628f5c0a405f6f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:97e08eed4a56828d10b4160ebc70015ae2c247a7e0c03e33fd49a264eedcc69d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a58f93c956c8b8d1e15e6d2a19de7e7ae41705d334f74605b2eab20e33cb45a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c7a4ea792bd4b5ed2ac2b4ab37f9381f40f349fceb79b9e93b51ecab7d33360b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c2c81b011c816ecfae37abd6b4721e6c0678faf7a1e931cedc5873376a49efa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:66d8c77dfdbfaa1113a200490f390c93a932b90ea13f68d663b83609280bf63f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c638a99bfac9e5693634ac6c2fd04af8207882b6546b5ae8721cca8205b9b62f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d22722b5a9a80bcdc6f0cc887de1432cec5b6fccb0480721b2450a576a42c98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b9047f6f27c4a472d1d772f11c465d1e0a52dfb17563b199259b7f6f35755097_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:fdb635230b9474360212f4ff9d65b08da2d5ae7393db7e1446807e36b22e6b81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:892d97b7c4dbbf202501e241d79a649025017110b00b8fc14c8c1f7997e8bcc4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:90726fcf9c62e9c723f5f108b6e1fcb55c1b94b5ddcc109874639fcb9531aee8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b376e3a380042c578a5cd0b2dfe1036c3cc0bf0e8a23cf3096793150c30fd749_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:150bf5e2b4567776482733c5db730a84e8a9cbdf2636f17e8c86bfc69ea9cdb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:25bab0c0fc67f7c94bc636e13becb21e00ee54c67571bce6fd072ea81c8b3344_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bd6ef3b69a21c4d8690201c1aecaab15fc977968626437f70ef2b1742a1d6a3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf2828ad55a05251e8841f1c7854425ffe5cdee7f73c85e0004ba1834af79fba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1ca27f4805776b4117e858d7a928e91736fa1753abccae3d06c7d43713bc408e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5c6cdabd936f20e5990568bd04d19e1f179499f78a365e78f38143206f328ea3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5e05d1243ac88fe5ab770d95e1f365fbb120d128b847c136052a453252cbdfcf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed83236e1c16786da2d8951e8ead3d2ee078d9b8fdd75d2d26956bb75c12dddf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:5fe63439a0d097634affe0e0ab52758166b9423771770a572b6727f8c4701ae2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:7eba3d33c0a7e22acdfa306310f06b7f19803e5fdd1f084d48f3f26d0c6789ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:ffacdbb5b46211625414147810f789fea124666ae2cad504acbd30869534c7a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6530e658dca1bce45b6927f098e9535f0a9f24d2cfe6ed051bc4563f3a31a8db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9736b543177d951bfeddd11d2d8f0da72af1113ed5b592f76d9e742c912639bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d7fb0212c31463ddbedc4cfcfdc3169db2e1761c6df7c40c15cce106640195ab_ppc64le | — |
Workaround
|
A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1d96022c39360a11cb50ee0d80756b53311a3a9b3684b641b260ff1433d58f07_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:3916bd485b41958debb2061f0e23b8c1506517923e34fe7e1dc939c13065509f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:45a189001a07473dbe6f9a6b69b25f35bd0d2dc70f906df0b7df7e465e0e9796_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:dd6a46b10a54482c5a1f31b4de1de495dc02a72b8bb115f3dfb25e494ecddaa2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30e24d9f744be4d729bc3e443a31a945eb952531b29b1b4057dbf41fc4d1849f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6adbeab62ab14ff659200361a7fac436216f942f782764734fabf664febfd375_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d92df363d5768e050581aae80395134dd6faae75d476bc28b40f6ec53ae5aee0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08409b71472330b107a00663e6198372bb08f444dc1c3ba703b3cfe33314a5fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:6367e1811ab013dbe08da56d86b90af5471113319825be8b289fa00d2df1648c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e54653c5d6109045c8029856d6928ab2de31224588a16a97313d5bc79c0aa7f9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:8ec44c793e1c8958f19356911ee75a3bf4907b51ead67a7438755d3fcacc28cc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fd421ab96bef13ae969bc234efac92e5766ccf2060a9576b0ccae5918519ed05_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fe608164b671e81fd87943a1b520ce4bf3d184ab724ff6fa517fb6d4cbbc68fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:291b51f142433087d9a68c8ebeed772e37af6a54d3254aec4546483f83194b35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:3328a0675ae2db79afec057009561e1c262eaa358897ad8a054e180297482b62_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:4df2698aa1277101384f263e1a52932cffadf5399df1ac670e94289184950d4e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:ae9fb26083a889158d6ebebc49c93baac3190bb7349fa172a831e0295013bb9b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:162f41708e4582e0159ae794fec9969c35d1d1e8cf30037d45d896b7876b215b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5818b8345278b815cd0dab3e409606c5b14ae0da8bfc4fadfd28fe7dad8f69c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:9b54ca053b72e45af815c08a7833d32bd89266ac0f65b7aa25d3c2a88ea107c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dd4d28880ffd6f422cbc3bc82138b2ff18f075ba3e1b82d9993c648d057e645f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:2976c8097cce2468c476a58d0ca49de48a06f90ff00c7a5546e608bd6adc02ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:6d5cdf8de9e565ef45226f1acc743358da5c14663a93d5b427c97940eb598c59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:89fc8976059bb5f50b3950cd7c4625d4c77b630ad784b9c29ce7544de84e611e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:926b8d99005277c95ab7c64758cfe64316f6b94f54fed2892aeef67a44fc9df4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:446aeff94de90603fb22af76d310aac93ebad334dcc3f6da57f56bc3e587c041_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d6aca6e75eb464afdb001d6cb7b69c9068e82e1b1defa6dcb1f48e16392a3bd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f017c14d20143d1c0de3c003fb4dfc5b5256d30e2c3954e18d6544fd0f1591f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fe53979d7f1454153a4ad56e7e267faf75be5e995c2a4710eadb0eab5b41be9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8f567764033b088891642a5bacca1cb291d83b64cdf1e4f840d820f7d3cbe1ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a10863101a9a63c08126a63150799e23b315d51268ae927fe7021c7c7ef60f27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a11f515530bb260d97b24371ea2e21de404b46a95b222695b8a914eb0942e0ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e181e6c870125af4250b753c7836bbc1a5b4eeaf0ca24100ff2cd6636ec68a3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:01114ee04a38b2d63d4f4d7877cfeb45e3fd72db019ac09657e55eaef82ac3e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:8c978d3a39f9fbcff5973ba44c41c4c2bc459f3ab1b0fadddc1ef81f6b190072_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:b3a3458c99efac27e7db18d16fe8587b98215795c322c24d721403da5d820818_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:dee09d94717c386691d2a1cad966eccc6b4e695f9a7aaf5e831908912cd07b4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:17ee5262a2f32a842d902d6558c29b9297ae5b07b39eeaaae890421f32f7d653_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:4ee52748f05d501ce0315ed4e5b72c0df290e2221213c5af1ac6f6666cfcb3a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:aa2d907596b9b5cf15e6d4f0b6edb26be0e5f09547fa869d59e525a3e64a2b95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:bdf9948a90fe6c4f72fae0fabcb1e82aa53f25c16ace20bfa1a67ba400a53db5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:785bf6b208680c589939dabd27f0d67f9ff94e1dde3cac6000d63f3dc29df33a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:c00b726342441e31a93a316cd886b5d6fa6cfb133f59f0b2ae5c39000dd4886d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:d6dcfa7681a062b390ccc18e32bd1a8c8ba7c6a73ce204726fa01b8a7393a9b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fb12144250fc6d3ea613357cbcf56caeffe9236a7736e6db4116cac1b789af8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c5f699dd86eb69e7b400e6fa9c3b87e03877e16b8327df647929891b6a015693_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f713e0b404c9ff34d5d022d4799da11873249450b55809513000d4b375708342_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:a695422b19a3d29a2b4ede64f9eb045f02bbcf3b246c0494aec9bef0fc961b2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea048908f75345d2dd2e770c94987db6c4cb865d7ced0064089ef22743841397_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20c539cc9f56e35c23da05fdc8c7d1334b5ef340077c8b6d3560bad4e92a00f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:247378f05337f5914840cff744da117f5e6b6d1377f69a4c6ab66c2752e1fa4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5acd334985679476cfa6827fcc89f00fc89e4c409de2f06d4284e1cbe9a3624c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:910679c50655521d2e955bdf0f6413016af80a1c705c9f2e6e02f1ec1f44d31c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2c00297c567711c713ad3020a258150a55c8db2206ef35ffabf177a2f579c586_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:9ec6d1351cc277ff1fc3d264fa896bc03e54297c1817e933f6c97946f6c3e108_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ef377efe3db560e6ddd466bc0e3c6e9fe8476aefef42c093f09682fb9e8981e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:0cc0282d802bc9af9d66b0cc0f87e28e27199ad3b18eeff2bd726355ca71443e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7bfb0df1f28e9fc579a70182d185425c4f077738a9d238bdcfc4f06615e7e825_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8ee4532c139dcefc590b8188456a5f59528730d63fbc72075946e2139ae631ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c852bc159ad836b50dc6e616d72446632bfe939a89e6efceec08c6b99362bf1c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:51364e22aecbb710acee25f374397d95f5395ca3c9c86128716b9b6522fc7035_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7cac6c4f530b4c27d0c9fea7ad5e6e39e8fe07bac432ac4714292251b47f8e3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:d56ef6bd87903015a314557bb15e8b89d2e78c20b51354458d43f897a99a76cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ec9c17f297cf783b03d97e0ae4b9e114dbba1ae1681a2c5dc2d22d1bc1b5da4d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1c18b0dc1d67f764a6feac82dc5f0104e6c5535fc4ad2c40923cb48529e6ca25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1e5a06fef06f3a45dd71fe6d57dbae99204ca9a6582d31eddb45eb820ff96aab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5a88db2180d0d8357dddd959e3a519e1b71f2d2efd236f1b9ddb2d8ece90fb4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:9cc05976b20d32a1e0ece5827c5a8cfa08ae29a54f49ffd4bc42c4180a3e420c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d75fed110fdc9cc355dea19d6db8cfbf159c22580427a394d6ab4fbb770beb15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:efc2708d61193cc4cc753a1ff3a2600b5c3872f687b2d1f47c350a025556c873_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:f34dd1618b14072287db1b404bea782cc0e0f657f4d7d96859fdd831f59b4489_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:fe7d7b1dca8792f5d81cdb9e635cff1a2aa2159a2501c5d1ea1cb5f165bb5cda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4a5c9f2b5743d2b9564a4408f8b8a20e1cc1be2dee4ce77c5205545a2656d8cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:abb512398117418cfff56ce361aaf6ddf373ff1bb37923ba240f336f200a8c44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:d86d8f49b54887e31bef8132e5d01a2ff0f42cc1086afceabacdbce23b911070_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fc6e955cdf0e78fc2496b71b10cabc33575f9f6532cf137a88cb7fd4ef7bdd12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4bf40c31c7db42c767c1bd01f34a59c41693d93f8cd3cf5d6eca6e21a4af8448_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4d649d4bff5c2c8d0b94d8f97b3bf2b6a16d7a0bae108f3db241b76476df5451_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:b04f0bbb50152c39aed33439899d7a82b66dbeded447592e6781fb2368848036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:d33fbbd906c7dfb978ab4bc7791f88cb62d8a93d4a0057ac832f96260b119ac0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:23bf3ebfcbd52d6b9f876b90e2681d05d469f902f35f89c89399ebf59a18c818_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:3ea41fb875b3810356430885375f2a4b262f9a5947cde346ad359f099e49b05f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:7d6fcd0184488fc8259a70f93ecf15185b31f8e4560bee3e22cd35c82cf479e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:cb381ac5fe5d0d95935f481c03f6d26e53e667bc8d4e3cd2d301ec9fdff89944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:641d0bdb5cd604bcdec8b32a7c166888b82cba8a248ba3912aa61391050ff12a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:91022c9c26601a4b64b78be11ea8efa09d29fad8ef74b2f625ac1c1cbeb8bc08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b3ec369f7972bec489dfa5139e35e7141805982ca6dc89a7e3f99b9d6a23dc04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b64fb86134b86349392a106b570bea1e6fc79e6a56a58c3fbf8b98282198ebe8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:0bb1714177f8aa3a7f773c291745140535e9251f5c840ca7de4d88d830dbebdf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:387867da06b841a3e3a11074f9dd80fd428e635d6ce0034a5d00fadeadf095bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c8ac965c796619d93422d106baa0ca55abd31e400feebcc71d76ef4741bc0434_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d33535375f98f5c56b850a8e3a35bd9c7c74dc10abe0065de294c4e22abfb7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b966e6a3109b7586d55a8055f69adcbbf5aaa041503d5164371a289d84e5aa41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c47212e1b7806fdca3b3d0a063158ff537c51ee30e657a14708f1ee071936188_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:56b218cf59d09916734a1f306585fafdf4717baad5fa96c9393ba85e9441664a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:7cd82ce95b878483934f520f5d616294f7232c25c8a5e183b4bf3c1d7532b83f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:a10fff36c1024a908a98d4f31cc72711a8d9eb8a8a51944fe5ca2eadd0dd4226_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:d8d67f6ba9efe67e7568dc962ce8db3b664e6c2a27b31bb2fa9a4179fd2515ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38f9abf7774536383f3e8c99dfc3e32f4206c41837aacd581d0e93e26d8a61fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5d6800a82107ccda8ccc5a0189f87198df2663904d12d17376a4440d0ed17807_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9a29c12b31c4128c1582fb4a1fe563755f018919e866fc8e7aa653014e21b058_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e9ccc3d61bf34078ceb1b43f996f8f4bc66390e00a78437219cb0cc7bb0f7e91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:18216ebaeae0426b7bcb077981db25baea3123bad32a42790c3cc37d7451b77d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4b7ac561feaebc72f2367cfbca15f7940cbb08d61146a5b91ed337175265a113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c715470dd6eebb903acc3237e2697394ddd17f21ad61c2deb68ca5f9076c1210_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d800be636f49b50e277baf5dfa33d6862dd245921fc466fed383e2f27fd291f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:3c295d84562c65c8fd7a719982616165b13b354ff8b14202e8793390c7ef6bad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:73dd9e94485110fcf6959369954fedc2f90b9d625b098c2afeddc07b8f623ef6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a4c2601601b54a6108b118c505a510ec09737d834276c71c3e9cd134390ce12e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a58d7df52405238bc1b812eefbb1449efe4f48eea73d07ef97242929ae89e0b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0044b6cc0124ea07f90897a56383c117639ad914b769b65a52964869bd66349e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:032f5b3e93b461c9832ebf893ff207e9435c8b63cc1cd9c8bfb6892a442ff75f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:4e2d9f38ff713c22ee5a110ebf8dbd7a6e8e0fdd8e073db09c4d29bfbfb0d2d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8c041dadc0a911af2a47ce500b882798fe6abc75a10ecf770c6471f7bc73936b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:32db8de07d4867bea45d6d48e8b43a01b262d06bf75e0644f8d4fd3f5c10dcbd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d0ce9dbe2e4e4a1c76732c63832ff3e577026adda71517f37f0933441bf6f0ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:eb0d7a2791486d3d6f3aa5c532a2d1427dc1c5740318e4cd3345dd7abb37fb4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:f956eeaa238cf4c56744e5209bd821c4272474d6cddce6dbe74f3355494ebefe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3e9c64bab5210ecb56a3930fd926f0dbc55bc5c955b9cc6fecfee0409110c96f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9ca6139e7b6e15080e9149a6f3b497673b2affe86d6ba2f00a1e8a53fcf5698e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:cd6910f785500fdd6cd10724c5626ee31d2079502c382bb36ada9926c6c9a120_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:03c4a5dde5604fee60e75b0324572d28855cfa57f120b3e678d3eb7f3ad4cb22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:0b599f1470df8e3a8a695793bcf7edae1150fec7e05dd2111b3a926697d56e53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bbc190f19dca8799aff49578823a6b34280bdc8083faf4b4994942966f120a43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0c911890a88e3fd66e7032ec124e81dede82c9073d37272faccf21035345664_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0cf21c32ddcfd149415ec08377b0def18c243211e4be996f78da85952103d2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b95ed20958e794687ec9222b32270bcfc85cb72d878ad92e03aa5dc995b4e600_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f12358bc4bbdbef2108b7915a29f9f72f3f54623ade6f20cc2d1670d22a0cb03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:32904ba36b6bb51a3bf8211b9c57f3f7aad90d33c73c8f5befeeb8f9fc958f6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:808a10cf4119f2954062c2dbf894f58108984494da50960006185ea9fa6c34d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9cb54d131b4b7c043903bbb400dca46e909a4036ef5bef3d34d6246153c481d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:efc67545f3a59c51bbb9ea945d7d695c1857183ee95a65b6ca0c88bbdb472299_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:660264d4bf6763c782d4d8a2c121338dc88f549a0e3a9c1259628f5c0a405f6f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:97e08eed4a56828d10b4160ebc70015ae2c247a7e0c03e33fd49a264eedcc69d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a58f93c956c8b8d1e15e6d2a19de7e7ae41705d334f74605b2eab20e33cb45a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c7a4ea792bd4b5ed2ac2b4ab37f9381f40f349fceb79b9e93b51ecab7d33360b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c2c81b011c816ecfae37abd6b4721e6c0678faf7a1e931cedc5873376a49efa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:66d8c77dfdbfaa1113a200490f390c93a932b90ea13f68d663b83609280bf63f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c638a99bfac9e5693634ac6c2fd04af8207882b6546b5ae8721cca8205b9b62f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d22722b5a9a80bcdc6f0cc887de1432cec5b6fccb0480721b2450a576a42c98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b9047f6f27c4a472d1d772f11c465d1e0a52dfb17563b199259b7f6f35755097_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:fdb635230b9474360212f4ff9d65b08da2d5ae7393db7e1446807e36b22e6b81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:892d97b7c4dbbf202501e241d79a649025017110b00b8fc14c8c1f7997e8bcc4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:90726fcf9c62e9c723f5f108b6e1fcb55c1b94b5ddcc109874639fcb9531aee8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b376e3a380042c578a5cd0b2dfe1036c3cc0bf0e8a23cf3096793150c30fd749_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:150bf5e2b4567776482733c5db730a84e8a9cbdf2636f17e8c86bfc69ea9cdb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:25bab0c0fc67f7c94bc636e13becb21e00ee54c67571bce6fd072ea81c8b3344_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bd6ef3b69a21c4d8690201c1aecaab15fc977968626437f70ef2b1742a1d6a3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf2828ad55a05251e8841f1c7854425ffe5cdee7f73c85e0004ba1834af79fba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1ca27f4805776b4117e858d7a928e91736fa1753abccae3d06c7d43713bc408e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5c6cdabd936f20e5990568bd04d19e1f179499f78a365e78f38143206f328ea3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5e05d1243ac88fe5ab770d95e1f365fbb120d128b847c136052a453252cbdfcf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed83236e1c16786da2d8951e8ead3d2ee078d9b8fdd75d2d26956bb75c12dddf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:5fe63439a0d097634affe0e0ab52758166b9423771770a572b6727f8c4701ae2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:7eba3d33c0a7e22acdfa306310f06b7f19803e5fdd1f084d48f3f26d0c6789ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:ffacdbb5b46211625414147810f789fea124666ae2cad504acbd30869534c7a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6530e658dca1bce45b6927f098e9535f0a9f24d2cfe6ed051bc4563f3a31a8db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9736b543177d951bfeddd11d2d8f0da72af1113ed5b592f76d9e742c912639bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d7fb0212c31463ddbedc4cfcfdc3169db2e1761c6df7c40c15cce106640195ab_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.15.65 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.15.\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 RPM packages for Red Hat OpenShift Container Platform 4.15.65. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:23234\n\nSecurity Fix(es):\n\n* Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code (CVE-2026-35469)\n* google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation (CVE-2026-33186)\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.15 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.15/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:23235",
"url": "https://access.redhat.com/errata/RHSA-2026:23235"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"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_23235.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.15.65 security and extras update",
"tracking": {
"current_release_date": "2026-06-27T08:54:55+00:00",
"generator": {
"date": "2026-06-27T08:54:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:23235",
"initial_release_date": "2026-06-11T06:06:58+00:00",
"revision_history": [
{
"date": "2026-06-11T06:06:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-11T06:07:50+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T08:54:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.15",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.15::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ef377efe3db560e6ddd466bc0e3c6e9fe8476aefef42c093f09682fb9e8981e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ef377efe3db560e6ddd466bc0e3c6e9fe8476aefef42c093f09682fb9e8981e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ef377efe3db560e6ddd466bc0e3c6e9fe8476aefef42c093f09682fb9e8981e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3Aef377efe3db560e6ddd466bc0e3c6e9fe8476aefef42c093f09682fb9e8981e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1779915990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ec9c17f297cf783b03d97e0ae4b9e114dbba1ae1681a2c5dc2d22d1bc1b5da4d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ec9c17f297cf783b03d97e0ae4b9e114dbba1ae1681a2c5dc2d22d1bc1b5da4d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ec9c17f297cf783b03d97e0ae4b9e114dbba1ae1681a2c5dc2d22d1bc1b5da4d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3Aec9c17f297cf783b03d97e0ae4b9e114dbba1ae1681a2c5dc2d22d1bc1b5da4d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1779915468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:fe7d7b1dca8792f5d81cdb9e635cff1a2aa2159a2501c5d1ea1cb5f165bb5cda_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:fe7d7b1dca8792f5d81cdb9e635cff1a2aa2159a2501c5d1ea1cb5f165bb5cda_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:fe7d7b1dca8792f5d81cdb9e635cff1a2aa2159a2501c5d1ea1cb5f165bb5cda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Afe7d7b1dca8792f5d81cdb9e635cff1a2aa2159a2501c5d1ea1cb5f165bb5cda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1779916195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1e5a06fef06f3a45dd71fe6d57dbae99204ca9a6582d31eddb45eb820ff96aab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1e5a06fef06f3a45dd71fe6d57dbae99204ca9a6582d31eddb45eb820ff96aab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1e5a06fef06f3a45dd71fe6d57dbae99204ca9a6582d31eddb45eb820ff96aab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A1e5a06fef06f3a45dd71fe6d57dbae99204ca9a6582d31eddb45eb820ff96aab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1779916995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b9047f6f27c4a472d1d772f11c465d1e0a52dfb17563b199259b7f6f35755097_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b9047f6f27c4a472d1d772f11c465d1e0a52dfb17563b199259b7f6f35755097_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b9047f6f27c4a472d1d772f11c465d1e0a52dfb17563b199259b7f6f35755097_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3Ab9047f6f27c4a472d1d772f11c465d1e0a52dfb17563b199259b7f6f35755097?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1779915738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:6d5cdf8de9e565ef45226f1acc743358da5c14663a93d5b427c97940eb598c59_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:6d5cdf8de9e565ef45226f1acc743358da5c14663a93d5b427c97940eb598c59_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:6d5cdf8de9e565ef45226f1acc743358da5c14663a93d5b427c97940eb598c59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A6d5cdf8de9e565ef45226f1acc743358da5c14663a93d5b427c97940eb598c59?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1779915510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:162f41708e4582e0159ae794fec9969c35d1d1e8cf30037d45d896b7876b215b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:162f41708e4582e0159ae794fec9969c35d1d1e8cf30037d45d896b7876b215b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:162f41708e4582e0159ae794fec9969c35d1d1e8cf30037d45d896b7876b215b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A162f41708e4582e0159ae794fec9969c35d1d1e8cf30037d45d896b7876b215b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1779915492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:03c4a5dde5604fee60e75b0324572d28855cfa57f120b3e678d3eb7f3ad4cb22_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:03c4a5dde5604fee60e75b0324572d28855cfa57f120b3e678d3eb7f3ad4cb22_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:03c4a5dde5604fee60e75b0324572d28855cfa57f120b3e678d3eb7f3ad4cb22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A03c4a5dde5604fee60e75b0324572d28855cfa57f120b3e678d3eb7f3ad4cb22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1779916147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d800be636f49b50e277baf5dfa33d6862dd245921fc466fed383e2f27fd291f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d800be636f49b50e277baf5dfa33d6862dd245921fc466fed383e2f27fd291f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d800be636f49b50e277baf5dfa33d6862dd245921fc466fed383e2f27fd291f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3Ad800be636f49b50e277baf5dfa33d6862dd245921fc466fed383e2f27fd291f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1780458782"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:3c295d84562c65c8fd7a719982616165b13b354ff8b14202e8793390c7ef6bad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:3c295d84562c65c8fd7a719982616165b13b354ff8b14202e8793390c7ef6bad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:3c295d84562c65c8fd7a719982616165b13b354ff8b14202e8793390c7ef6bad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A3c295d84562c65c8fd7a719982616165b13b354ff8b14202e8793390c7ef6bad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1780459147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:4e2d9f38ff713c22ee5a110ebf8dbd7a6e8e0fdd8e073db09c4d29bfbfb0d2d9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:4e2d9f38ff713c22ee5a110ebf8dbd7a6e8e0fdd8e073db09c4d29bfbfb0d2d9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:4e2d9f38ff713c22ee5a110ebf8dbd7a6e8e0fdd8e073db09c4d29bfbfb0d2d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A4e2d9f38ff713c22ee5a110ebf8dbd7a6e8e0fdd8e073db09c4d29bfbfb0d2d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1780458749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:bdf9948a90fe6c4f72fae0fabcb1e82aa53f25c16ace20bfa1a67ba400a53db5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:bdf9948a90fe6c4f72fae0fabcb1e82aa53f25c16ace20bfa1a67ba400a53db5_ppc64le",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:bdf9948a90fe6c4f72fae0fabcb1e82aa53f25c16ace20bfa1a67ba400a53db5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel8@sha256%3Abdf9948a90fe6c4f72fae0fabcb1e82aa53f25c16ace20bfa1a67ba400a53db5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=1780082109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:3916bd485b41958debb2061f0e23b8c1506517923e34fe7e1dc939c13065509f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:3916bd485b41958debb2061f0e23b8c1506517923e34fe7e1dc939c13065509f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:3916bd485b41958debb2061f0e23b8c1506517923e34fe7e1dc939c13065509f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A3916bd485b41958debb2061f0e23b8c1506517923e34fe7e1dc939c13065509f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1779915764"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:d6dcfa7681a062b390ccc18e32bd1a8c8ba7c6a73ce204726fa01b8a7393a9b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:d6dcfa7681a062b390ccc18e32bd1a8c8ba7c6a73ce204726fa01b8a7393a9b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:d6dcfa7681a062b390ccc18e32bd1a8c8ba7c6a73ce204726fa01b8a7393a9b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-operator@sha256%3Ad6dcfa7681a062b390ccc18e32bd1a8c8ba7c6a73ce204726fa01b8a7393a9b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=1779888571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8ee4532c139dcefc590b8188456a5f59528730d63fbc72075946e2139ae631ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8ee4532c139dcefc590b8188456a5f59528730d63fbc72075946e2139ae631ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8ee4532c139dcefc590b8188456a5f59528730d63fbc72075946e2139ae631ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity@sha256%3A8ee4532c139dcefc590b8188456a5f59528730d63fbc72075946e2139ae631ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=1779915475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4bf40c31c7db42c767c1bd01f34a59c41693d93f8cd3cf5d6eca6e21a4af8448_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4bf40c31c7db42c767c1bd01f34a59c41693d93f8cd3cf5d6eca6e21a4af8448_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4bf40c31c7db42c767c1bd01f34a59c41693d93f8cd3cf5d6eca6e21a4af8448_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy@sha256%3A4bf40c31c7db42c767c1bd01f34a59c41693d93f8cd3cf5d6eca6e21a4af8448?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=1779916341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:b64fb86134b86349392a106b570bea1e6fc79e6a56a58c3fbf8b98282198ebe8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:b64fb86134b86349392a106b570bea1e6fc79e6a56a58c3fbf8b98282198ebe8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-router@sha256:b64fb86134b86349392a106b570bea1e6fc79e6a56a58c3fbf8b98282198ebe8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router@sha256%3Ab64fb86134b86349392a106b570bea1e6fc79e6a56a58c3fbf8b98282198ebe8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=1779915472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:d8d67f6ba9efe67e7568dc962ce8db3b664e6c2a27b31bb2fa9a4179fd2515ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:d8d67f6ba9efe67e7568dc962ce8db3b664e6c2a27b31bb2fa9a4179fd2515ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-helm-operator@sha256:d8d67f6ba9efe67e7568dc962ce8db3b664e6c2a27b31bb2fa9a4179fd2515ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-operator@sha256%3Ad8d67f6ba9efe67e7568dc962ce8db3b664e6c2a27b31bb2fa9a4179fd2515ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=1779888489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:32db8de07d4867bea45d6d48e8b43a01b262d06bf75e0644f8d4fd3f5c10dcbd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:32db8de07d4867bea45d6d48e8b43a01b262d06bf75e0644f8d4fd3f5c10dcbd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:32db8de07d4867bea45d6d48e8b43a01b262d06bf75e0644f8d4fd3f5c10dcbd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel8@sha256%3A32db8de07d4867bea45d6d48e8b43a01b262d06bf75e0644f8d4fd3f5c10dcbd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=1780283639"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9a29c12b31c4128c1582fb4a1fe563755f018919e866fc8e7aa653014e21b058_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9a29c12b31c4128c1582fb4a1fe563755f018919e866fc8e7aa653014e21b058_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9a29c12b31c4128c1582fb4a1fe563755f018919e866fc8e7aa653014e21b058_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A9a29c12b31c4128c1582fb4a1fe563755f018919e866fc8e7aa653014e21b058?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1779888430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f017c14d20143d1c0de3c003fb4dfc5b5256d30e2c3954e18d6544fd0f1591f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f017c14d20143d1c0de3c003fb4dfc5b5256d30e2c3954e18d6544fd0f1591f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f017c14d20143d1c0de3c003fb4dfc5b5256d30e2c3954e18d6544fd0f1591f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3Af017c14d20143d1c0de3c003fb4dfc5b5256d30e2c3954e18d6544fd0f1591f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1780082033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:247378f05337f5914840cff744da117f5e6b6d1377f69a4c6ab66c2752e1fa4b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:247378f05337f5914840cff744da117f5e6b6d1377f69a4c6ab66c2752e1fa4b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:247378f05337f5914840cff744da117f5e6b6d1377f69a4c6ab66c2752e1fa4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A247378f05337f5914840cff744da117f5e6b6d1377f69a4c6ab66c2752e1fa4b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1779915509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4a5c9f2b5743d2b9564a4408f8b8a20e1cc1be2dee4ce77c5205545a2656d8cc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4a5c9f2b5743d2b9564a4408f8b8a20e1cc1be2dee4ce77c5205545a2656d8cc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4a5c9f2b5743d2b9564a4408f8b8a20e1cc1be2dee4ce77c5205545a2656d8cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-mustgather-rhel8@sha256%3A4a5c9f2b5743d2b9564a4408f8b8a20e1cc1be2dee4ce77c5205545a2656d8cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=1780081980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:23bf3ebfcbd52d6b9f876b90e2681d05d469f902f35f89c89399ebf59a18c818_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:23bf3ebfcbd52d6b9f876b90e2681d05d469f902f35f89c89399ebf59a18c818_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:23bf3ebfcbd52d6b9f876b90e2681d05d469f902f35f89c89399ebf59a18c818_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy@sha256%3A23bf3ebfcbd52d6b9f876b90e2681d05d469f902f35f89c89399ebf59a18c818?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=1779917534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:3328a0675ae2db79afec057009561e1c262eaa358897ad8a054e180297482b62_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:3328a0675ae2db79afec057009561e1c262eaa358897ad8a054e180297482b62_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:3328a0675ae2db79afec057009561e1c262eaa358897ad8a054e180297482b62_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A3328a0675ae2db79afec057009561e1c262eaa358897ad8a054e180297482b62?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1779887535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b966e6a3109b7586d55a8055f69adcbbf5aaa041503d5164371a289d84e5aa41_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b966e6a3109b7586d55a8055f69adcbbf5aaa041503d5164371a289d84e5aa41_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b966e6a3109b7586d55a8055f69adcbbf5aaa041503d5164371a289d84e5aa41_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel8@sha256%3Ab966e6a3109b7586d55a8055f69adcbbf5aaa041503d5164371a289d84e5aa41?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=1779915897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c8ac965c796619d93422d106baa0ca55abd31e400feebcc71d76ef4741bc0434_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c8ac965c796619d93422d106baa0ca55abd31e400feebcc71d76ef4741bc0434_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c8ac965c796619d93422d106baa0ca55abd31e400feebcc71d76ef4741bc0434_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel8-operator@sha256%3Ac8ac965c796619d93422d106baa0ca55abd31e400feebcc71d76ef4741bc0434?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=1779915516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:b3a3458c99efac27e7db18d16fe8587b98215795c322c24d721403da5d820818_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:b3a3458c99efac27e7db18d16fe8587b98215795c322c24d721403da5d820818_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:b3a3458c99efac27e7db18d16fe8587b98215795c322c24d721403da5d820818_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3Ab3a3458c99efac27e7db18d16fe8587b98215795c322c24d721403da5d820818?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1779887558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a10863101a9a63c08126a63150799e23b315d51268ae927fe7021c7c7ef60f27_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a10863101a9a63c08126a63150799e23b315d51268ae927fe7021c7c7ef60f27_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a10863101a9a63c08126a63150799e23b315d51268ae927fe7021c7c7ef60f27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3Aa10863101a9a63c08126a63150799e23b315d51268ae927fe7021c7c7ef60f27?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1779917548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:808a10cf4119f2954062c2dbf894f58108984494da50960006185ea9fa6c34d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:808a10cf4119f2954062c2dbf894f58108984494da50960006185ea9fa6c34d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:808a10cf4119f2954062c2dbf894f58108984494da50960006185ea9fa6c34d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel8@sha256%3A808a10cf4119f2954062c2dbf894f58108984494da50960006185ea9fa6c34d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=1779916340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0cf21c32ddcfd149415ec08377b0def18c243211e4be996f78da85952103d2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0cf21c32ddcfd149415ec08377b0def18c243211e4be996f78da85952103d2c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0cf21c32ddcfd149415ec08377b0def18c243211e4be996f78da85952103d2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel8-operator@sha256%3Aa0cf21c32ddcfd149415ec08377b0def18c243211e4be996f78da85952103d2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=1779915490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:97e08eed4a56828d10b4160ebc70015ae2c247a7e0c03e33fd49a264eedcc69d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:97e08eed4a56828d10b4160ebc70015ae2c247a7e0c03e33fd49a264eedcc69d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:97e08eed4a56828d10b4160ebc70015ae2c247a7e0c03e33fd49a264eedcc69d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel8@sha256%3A97e08eed4a56828d10b4160ebc70015ae2c247a7e0c03e33fd49a264eedcc69d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=1780062525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3e9c64bab5210ecb56a3930fd926f0dbc55bc5c955b9cc6fecfee0409110c96f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3e9c64bab5210ecb56a3930fd926f0dbc55bc5c955b9cc6fecfee0409110c96f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3e9c64bab5210ecb56a3930fd926f0dbc55bc5c955b9cc6fecfee0409110c96f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A3e9c64bab5210ecb56a3930fd926f0dbc55bc5c955b9cc6fecfee0409110c96f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1779916264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:ffacdbb5b46211625414147810f789fea124666ae2cad504acbd30869534c7a9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:ffacdbb5b46211625414147810f789fea124666ae2cad504acbd30869534c7a9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:ffacdbb5b46211625414147810f789fea124666ae2cad504acbd30869534c7a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel8@sha256%3Affacdbb5b46211625414147810f789fea124666ae2cad504acbd30869534c7a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=1780082119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d7fb0212c31463ddbedc4cfcfdc3169db2e1761c6df7c40c15cce106640195ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d7fb0212c31463ddbedc4cfcfdc3169db2e1761c6df7c40c15cce106640195ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d7fb0212c31463ddbedc4cfcfdc3169db2e1761c6df7c40c15cce106640195ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3Ad7fb0212c31463ddbedc4cfcfdc3169db2e1761c6df7c40c15cce106640195ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1779916094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:66d8c77dfdbfaa1113a200490f390c93a932b90ea13f68d663b83609280bf63f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:66d8c77dfdbfaa1113a200490f390c93a932b90ea13f68d663b83609280bf63f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:66d8c77dfdbfaa1113a200490f390c93a932b90ea13f68d663b83609280bf63f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A66d8c77dfdbfaa1113a200490f390c93a932b90ea13f68d663b83609280bf63f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1779915884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6adbeab62ab14ff659200361a7fac436216f942f782764734fabf664febfd375_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6adbeab62ab14ff659200361a7fac436216f942f782764734fabf664febfd375_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6adbeab62ab14ff659200361a7fac436216f942f782764734fabf664febfd375_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A6adbeab62ab14ff659200361a7fac436216f942f782764734fabf664febfd375?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1779916110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:90726fcf9c62e9c723f5f108b6e1fcb55c1b94b5ddcc109874639fcb9531aee8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:90726fcf9c62e9c723f5f108b6e1fcb55c1b94b5ddcc109874639fcb9531aee8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:90726fcf9c62e9c723f5f108b6e1fcb55c1b94b5ddcc109874639fcb9531aee8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A90726fcf9c62e9c723f5f108b6e1fcb55c1b94b5ddcc109874639fcb9531aee8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1779915828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08409b71472330b107a00663e6198372bb08f444dc1c3ba703b3cfe33314a5fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08409b71472330b107a00663e6198372bb08f444dc1c3ba703b3cfe33314a5fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08409b71472330b107a00663e6198372bb08f444dc1c3ba703b3cfe33314a5fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A08409b71472330b107a00663e6198372bb08f444dc1c3ba703b3cfe33314a5fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1779915561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fe608164b671e81fd87943a1b520ce4bf3d184ab724ff6fa517fb6d4cbbc68fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fe608164b671e81fd87943a1b520ce4bf3d184ab724ff6fa517fb6d4cbbc68fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fe608164b671e81fd87943a1b520ce4bf3d184ab724ff6fa517fb6d4cbbc68fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3Afe608164b671e81fd87943a1b520ce4bf3d184ab724ff6fa517fb6d4cbbc68fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1779915526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed83236e1c16786da2d8951e8ead3d2ee078d9b8fdd75d2d26956bb75c12dddf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed83236e1c16786da2d8951e8ead3d2ee078d9b8fdd75d2d26956bb75c12dddf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed83236e1c16786da2d8951e8ead3d2ee078d9b8fdd75d2d26956bb75c12dddf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3Aed83236e1c16786da2d8951e8ead3d2ee078d9b8fdd75d2d26956bb75c12dddf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1779915485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bd6ef3b69a21c4d8690201c1aecaab15fc977968626437f70ef2b1742a1d6a3f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bd6ef3b69a21c4d8690201c1aecaab15fc977968626437f70ef2b1742a1d6a3f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bd6ef3b69a21c4d8690201c1aecaab15fc977968626437f70ef2b1742a1d6a3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Abd6ef3b69a21c4d8690201c1aecaab15fc977968626437f70ef2b1742a1d6a3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1779942993"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:9ec6d1351cc277ff1fc3d264fa896bc03e54297c1817e933f6c97946f6c3e108_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:9ec6d1351cc277ff1fc3d264fa896bc03e54297c1817e933f6c97946f6c3e108_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:9ec6d1351cc277ff1fc3d264fa896bc03e54297c1817e933f6c97946f6c3e108_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3A9ec6d1351cc277ff1fc3d264fa896bc03e54297c1817e933f6c97946f6c3e108?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1779915990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:d56ef6bd87903015a314557bb15e8b89d2e78c20b51354458d43f897a99a76cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:d56ef6bd87903015a314557bb15e8b89d2e78c20b51354458d43f897a99a76cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:d56ef6bd87903015a314557bb15e8b89d2e78c20b51354458d43f897a99a76cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3Ad56ef6bd87903015a314557bb15e8b89d2e78c20b51354458d43f897a99a76cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1779915468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d75fed110fdc9cc355dea19d6db8cfbf159c22580427a394d6ab4fbb770beb15_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d75fed110fdc9cc355dea19d6db8cfbf159c22580427a394d6ab4fbb770beb15_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d75fed110fdc9cc355dea19d6db8cfbf159c22580427a394d6ab4fbb770beb15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Ad75fed110fdc9cc355dea19d6db8cfbf159c22580427a394d6ab4fbb770beb15?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1779916195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1c18b0dc1d67f764a6feac82dc5f0104e6c5535fc4ad2c40923cb48529e6ca25_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1c18b0dc1d67f764a6feac82dc5f0104e6c5535fc4ad2c40923cb48529e6ca25_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1c18b0dc1d67f764a6feac82dc5f0104e6c5535fc4ad2c40923cb48529e6ca25_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A1c18b0dc1d67f764a6feac82dc5f0104e6c5535fc4ad2c40923cb48529e6ca25?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1779916995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:fdb635230b9474360212f4ff9d65b08da2d5ae7393db7e1446807e36b22e6b81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:fdb635230b9474360212f4ff9d65b08da2d5ae7393db7e1446807e36b22e6b81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:fdb635230b9474360212f4ff9d65b08da2d5ae7393db7e1446807e36b22e6b81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3Afdb635230b9474360212f4ff9d65b08da2d5ae7393db7e1446807e36b22e6b81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1779915738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:2976c8097cce2468c476a58d0ca49de48a06f90ff00c7a5546e608bd6adc02ac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:2976c8097cce2468c476a58d0ca49de48a06f90ff00c7a5546e608bd6adc02ac_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:2976c8097cce2468c476a58d0ca49de48a06f90ff00c7a5546e608bd6adc02ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A2976c8097cce2468c476a58d0ca49de48a06f90ff00c7a5546e608bd6adc02ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1779915510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5818b8345278b815cd0dab3e409606c5b14ae0da8bfc4fadfd28fe7dad8f69c5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5818b8345278b815cd0dab3e409606c5b14ae0da8bfc4fadfd28fe7dad8f69c5_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5818b8345278b815cd0dab3e409606c5b14ae0da8bfc4fadfd28fe7dad8f69c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A5818b8345278b815cd0dab3e409606c5b14ae0da8bfc4fadfd28fe7dad8f69c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1779915492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:0b599f1470df8e3a8a695793bcf7edae1150fec7e05dd2111b3a926697d56e53_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:0b599f1470df8e3a8a695793bcf7edae1150fec7e05dd2111b3a926697d56e53_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:0b599f1470df8e3a8a695793bcf7edae1150fec7e05dd2111b3a926697d56e53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A0b599f1470df8e3a8a695793bcf7edae1150fec7e05dd2111b3a926697d56e53?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1779916147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4b7ac561feaebc72f2367cfbca15f7940cbb08d61146a5b91ed337175265a113_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4b7ac561feaebc72f2367cfbca15f7940cbb08d61146a5b91ed337175265a113_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4b7ac561feaebc72f2367cfbca15f7940cbb08d61146a5b91ed337175265a113_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A4b7ac561feaebc72f2367cfbca15f7940cbb08d61146a5b91ed337175265a113?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1780458782"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a4c2601601b54a6108b118c505a510ec09737d834276c71c3e9cd134390ce12e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a4c2601601b54a6108b118c505a510ec09737d834276c71c3e9cd134390ce12e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a4c2601601b54a6108b118c505a510ec09737d834276c71c3e9cd134390ce12e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Aa4c2601601b54a6108b118c505a510ec09737d834276c71c3e9cd134390ce12e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1780459147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:032f5b3e93b461c9832ebf893ff207e9435c8b63cc1cd9c8bfb6892a442ff75f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:032f5b3e93b461c9832ebf893ff207e9435c8b63cc1cd9c8bfb6892a442ff75f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:032f5b3e93b461c9832ebf893ff207e9435c8b63cc1cd9c8bfb6892a442ff75f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A032f5b3e93b461c9832ebf893ff207e9435c8b63cc1cd9c8bfb6892a442ff75f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1780458749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:17ee5262a2f32a842d902d6558c29b9297ae5b07b39eeaaae890421f32f7d653_arm64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:17ee5262a2f32a842d902d6558c29b9297ae5b07b39eeaaae890421f32f7d653_arm64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:17ee5262a2f32a842d902d6558c29b9297ae5b07b39eeaaae890421f32f7d653_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel8@sha256%3A17ee5262a2f32a842d902d6558c29b9297ae5b07b39eeaaae890421f32f7d653?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=1780082109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:45a189001a07473dbe6f9a6b69b25f35bd0d2dc70f906df0b7df7e465e0e9796_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:45a189001a07473dbe6f9a6b69b25f35bd0d2dc70f906df0b7df7e465e0e9796_arm64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:45a189001a07473dbe6f9a6b69b25f35bd0d2dc70f906df0b7df7e465e0e9796_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A45a189001a07473dbe6f9a6b69b25f35bd0d2dc70f906df0b7df7e465e0e9796?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1779915764"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:c00b726342441e31a93a316cd886b5d6fa6cfb133f59f0b2ae5c39000dd4886d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:c00b726342441e31a93a316cd886b5d6fa6cfb133f59f0b2ae5c39000dd4886d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:c00b726342441e31a93a316cd886b5d6fa6cfb133f59f0b2ae5c39000dd4886d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-operator@sha256%3Ac00b726342441e31a93a316cd886b5d6fa6cfb133f59f0b2ae5c39000dd4886d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=1779888571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:0cc0282d802bc9af9d66b0cc0f87e28e27199ad3b18eeff2bd726355ca71443e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:0cc0282d802bc9af9d66b0cc0f87e28e27199ad3b18eeff2bd726355ca71443e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:0cc0282d802bc9af9d66b0cc0f87e28e27199ad3b18eeff2bd726355ca71443e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity@sha256%3A0cc0282d802bc9af9d66b0cc0f87e28e27199ad3b18eeff2bd726355ca71443e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=1779915475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4d649d4bff5c2c8d0b94d8f97b3bf2b6a16d7a0bae108f3db241b76476df5451_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4d649d4bff5c2c8d0b94d8f97b3bf2b6a16d7a0bae108f3db241b76476df5451_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4d649d4bff5c2c8d0b94d8f97b3bf2b6a16d7a0bae108f3db241b76476df5451_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy@sha256%3A4d649d4bff5c2c8d0b94d8f97b3bf2b6a16d7a0bae108f3db241b76476df5451?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=1779916341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:b3ec369f7972bec489dfa5139e35e7141805982ca6dc89a7e3f99b9d6a23dc04_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:b3ec369f7972bec489dfa5139e35e7141805982ca6dc89a7e3f99b9d6a23dc04_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-router@sha256:b3ec369f7972bec489dfa5139e35e7141805982ca6dc89a7e3f99b9d6a23dc04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router@sha256%3Ab3ec369f7972bec489dfa5139e35e7141805982ca6dc89a7e3f99b9d6a23dc04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=1779915472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:56b218cf59d09916734a1f306585fafdf4717baad5fa96c9393ba85e9441664a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:56b218cf59d09916734a1f306585fafdf4717baad5fa96c9393ba85e9441664a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-helm-operator@sha256:56b218cf59d09916734a1f306585fafdf4717baad5fa96c9393ba85e9441664a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-operator@sha256%3A56b218cf59d09916734a1f306585fafdf4717baad5fa96c9393ba85e9441664a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=1779888489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d0ce9dbe2e4e4a1c76732c63832ff3e577026adda71517f37f0933441bf6f0ab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d0ce9dbe2e4e4a1c76732c63832ff3e577026adda71517f37f0933441bf6f0ab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d0ce9dbe2e4e4a1c76732c63832ff3e577026adda71517f37f0933441bf6f0ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel8@sha256%3Ad0ce9dbe2e4e4a1c76732c63832ff3e577026adda71517f37f0933441bf6f0ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=1780283639"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5d6800a82107ccda8ccc5a0189f87198df2663904d12d17376a4440d0ed17807_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5d6800a82107ccda8ccc5a0189f87198df2663904d12d17376a4440d0ed17807_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5d6800a82107ccda8ccc5a0189f87198df2663904d12d17376a4440d0ed17807_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A5d6800a82107ccda8ccc5a0189f87198df2663904d12d17376a4440d0ed17807?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1779888430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:446aeff94de90603fb22af76d310aac93ebad334dcc3f6da57f56bc3e587c041_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:446aeff94de90603fb22af76d310aac93ebad334dcc3f6da57f56bc3e587c041_arm64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:446aeff94de90603fb22af76d310aac93ebad334dcc3f6da57f56bc3e587c041_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A446aeff94de90603fb22af76d310aac93ebad334dcc3f6da57f56bc3e587c041?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1780082033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f713e0b404c9ff34d5d022d4799da11873249450b55809513000d4b375708342_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f713e0b404c9ff34d5d022d4799da11873249450b55809513000d4b375708342_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f713e0b404c9ff34d5d022d4799da11873249450b55809513000d4b375708342_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel8@sha256%3Af713e0b404c9ff34d5d022d4799da11873249450b55809513000d4b375708342?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8\u0026tag=1779916508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:a695422b19a3d29a2b4ede64f9eb045f02bbcf3b246c0494aec9bef0fc961b2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:a695422b19a3d29a2b4ede64f9eb045f02bbcf3b246c0494aec9bef0fc961b2d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:a695422b19a3d29a2b4ede64f9eb045f02bbcf3b246c0494aec9bef0fc961b2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel8-operator@sha256%3Aa695422b19a3d29a2b4ede64f9eb045f02bbcf3b246c0494aec9bef0fc961b2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator\u0026tag=1779915601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20c539cc9f56e35c23da05fdc8c7d1334b5ef340077c8b6d3560bad4e92a00f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20c539cc9f56e35c23da05fdc8c7d1334b5ef340077c8b6d3560bad4e92a00f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20c539cc9f56e35c23da05fdc8c7d1334b5ef340077c8b6d3560bad4e92a00f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A20c539cc9f56e35c23da05fdc8c7d1334b5ef340077c8b6d3560bad4e92a00f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1779915509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fc6e955cdf0e78fc2496b71b10cabc33575f9f6532cf137a88cb7fd4ef7bdd12_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fc6e955cdf0e78fc2496b71b10cabc33575f9f6532cf137a88cb7fd4ef7bdd12_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fc6e955cdf0e78fc2496b71b10cabc33575f9f6532cf137a88cb7fd4ef7bdd12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-mustgather-rhel8@sha256%3Afc6e955cdf0e78fc2496b71b10cabc33575f9f6532cf137a88cb7fd4ef7bdd12?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=1780081980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:7d6fcd0184488fc8259a70f93ecf15185b31f8e4560bee3e22cd35c82cf479e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:7d6fcd0184488fc8259a70f93ecf15185b31f8e4560bee3e22cd35c82cf479e8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:7d6fcd0184488fc8259a70f93ecf15185b31f8e4560bee3e22cd35c82cf479e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy@sha256%3A7d6fcd0184488fc8259a70f93ecf15185b31f8e4560bee3e22cd35c82cf479e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=1779917534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:4df2698aa1277101384f263e1a52932cffadf5399df1ac670e94289184950d4e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:4df2698aa1277101384f263e1a52932cffadf5399df1ac670e94289184950d4e_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:4df2698aa1277101384f263e1a52932cffadf5399df1ac670e94289184950d4e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A4df2698aa1277101384f263e1a52932cffadf5399df1ac670e94289184950d4e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1779887535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c47212e1b7806fdca3b3d0a063158ff537c51ee30e657a14708f1ee071936188_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c47212e1b7806fdca3b3d0a063158ff537c51ee30e657a14708f1ee071936188_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c47212e1b7806fdca3b3d0a063158ff537c51ee30e657a14708f1ee071936188_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel8@sha256%3Ac47212e1b7806fdca3b3d0a063158ff537c51ee30e657a14708f1ee071936188?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=1779915897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:0bb1714177f8aa3a7f773c291745140535e9251f5c840ca7de4d88d830dbebdf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:0bb1714177f8aa3a7f773c291745140535e9251f5c840ca7de4d88d830dbebdf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:0bb1714177f8aa3a7f773c291745140535e9251f5c840ca7de4d88d830dbebdf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel8-operator@sha256%3A0bb1714177f8aa3a7f773c291745140535e9251f5c840ca7de4d88d830dbebdf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=1779915516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:dee09d94717c386691d2a1cad966eccc6b4e695f9a7aaf5e831908912cd07b4c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:dee09d94717c386691d2a1cad966eccc6b4e695f9a7aaf5e831908912cd07b4c_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:dee09d94717c386691d2a1cad966eccc6b4e695f9a7aaf5e831908912cd07b4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3Adee09d94717c386691d2a1cad966eccc6b4e695f9a7aaf5e831908912cd07b4c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1779887558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e181e6c870125af4250b753c7836bbc1a5b4eeaf0ca24100ff2cd6636ec68a3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e181e6c870125af4250b753c7836bbc1a5b4eeaf0ca24100ff2cd6636ec68a3e_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e181e6c870125af4250b753c7836bbc1a5b4eeaf0ca24100ff2cd6636ec68a3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3Ae181e6c870125af4250b753c7836bbc1a5b4eeaf0ca24100ff2cd6636ec68a3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1779917548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:32904ba36b6bb51a3bf8211b9c57f3f7aad90d33c73c8f5befeeb8f9fc958f6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:32904ba36b6bb51a3bf8211b9c57f3f7aad90d33c73c8f5befeeb8f9fc958f6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:32904ba36b6bb51a3bf8211b9c57f3f7aad90d33c73c8f5befeeb8f9fc958f6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel8@sha256%3A32904ba36b6bb51a3bf8211b9c57f3f7aad90d33c73c8f5befeeb8f9fc958f6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=1779916340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f12358bc4bbdbef2108b7915a29f9f72f3f54623ade6f20cc2d1670d22a0cb03_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f12358bc4bbdbef2108b7915a29f9f72f3f54623ade6f20cc2d1670d22a0cb03_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f12358bc4bbdbef2108b7915a29f9f72f3f54623ade6f20cc2d1670d22a0cb03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel8-operator@sha256%3Af12358bc4bbdbef2108b7915a29f9f72f3f54623ade6f20cc2d1670d22a0cb03?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=1779915490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a58f93c956c8b8d1e15e6d2a19de7e7ae41705d334f74605b2eab20e33cb45a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a58f93c956c8b8d1e15e6d2a19de7e7ae41705d334f74605b2eab20e33cb45a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a58f93c956c8b8d1e15e6d2a19de7e7ae41705d334f74605b2eab20e33cb45a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel8@sha256%3Aa58f93c956c8b8d1e15e6d2a19de7e7ae41705d334f74605b2eab20e33cb45a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=1780062525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9ca6139e7b6e15080e9149a6f3b497673b2affe86d6ba2f00a1e8a53fcf5698e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9ca6139e7b6e15080e9149a6f3b497673b2affe86d6ba2f00a1e8a53fcf5698e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9ca6139e7b6e15080e9149a6f3b497673b2affe86d6ba2f00a1e8a53fcf5698e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A9ca6139e7b6e15080e9149a6f3b497673b2affe86d6ba2f00a1e8a53fcf5698e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1779916264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:5fe63439a0d097634affe0e0ab52758166b9423771770a572b6727f8c4701ae2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:5fe63439a0d097634affe0e0ab52758166b9423771770a572b6727f8c4701ae2_arm64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:5fe63439a0d097634affe0e0ab52758166b9423771770a572b6727f8c4701ae2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel8@sha256%3A5fe63439a0d097634affe0e0ab52758166b9423771770a572b6727f8c4701ae2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=1780082119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6530e658dca1bce45b6927f098e9535f0a9f24d2cfe6ed051bc4563f3a31a8db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6530e658dca1bce45b6927f098e9535f0a9f24d2cfe6ed051bc4563f3a31a8db_arm64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6530e658dca1bce45b6927f098e9535f0a9f24d2cfe6ed051bc4563f3a31a8db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A6530e658dca1bce45b6927f098e9535f0a9f24d2cfe6ed051bc4563f3a31a8db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1779916094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c638a99bfac9e5693634ac6c2fd04af8207882b6546b5ae8721cca8205b9b62f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c638a99bfac9e5693634ac6c2fd04af8207882b6546b5ae8721cca8205b9b62f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c638a99bfac9e5693634ac6c2fd04af8207882b6546b5ae8721cca8205b9b62f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3Ac638a99bfac9e5693634ac6c2fd04af8207882b6546b5ae8721cca8205b9b62f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1779915884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d92df363d5768e050581aae80395134dd6faae75d476bc28b40f6ec53ae5aee0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d92df363d5768e050581aae80395134dd6faae75d476bc28b40f6ec53ae5aee0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d92df363d5768e050581aae80395134dd6faae75d476bc28b40f6ec53ae5aee0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3Ad92df363d5768e050581aae80395134dd6faae75d476bc28b40f6ec53ae5aee0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1779916110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b376e3a380042c578a5cd0b2dfe1036c3cc0bf0e8a23cf3096793150c30fd749_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b376e3a380042c578a5cd0b2dfe1036c3cc0bf0e8a23cf3096793150c30fd749_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b376e3a380042c578a5cd0b2dfe1036c3cc0bf0e8a23cf3096793150c30fd749_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3Ab376e3a380042c578a5cd0b2dfe1036c3cc0bf0e8a23cf3096793150c30fd749?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1779915828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e54653c5d6109045c8029856d6928ab2de31224588a16a97313d5bc79c0aa7f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e54653c5d6109045c8029856d6928ab2de31224588a16a97313d5bc79c0aa7f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e54653c5d6109045c8029856d6928ab2de31224588a16a97313d5bc79c0aa7f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3Ae54653c5d6109045c8029856d6928ab2de31224588a16a97313d5bc79c0aa7f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1779915561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:8ec44c793e1c8958f19356911ee75a3bf4907b51ead67a7438755d3fcacc28cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:8ec44c793e1c8958f19356911ee75a3bf4907b51ead67a7438755d3fcacc28cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:8ec44c793e1c8958f19356911ee75a3bf4907b51ead67a7438755d3fcacc28cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3A8ec44c793e1c8958f19356911ee75a3bf4907b51ead67a7438755d3fcacc28cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1779915526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5c6cdabd936f20e5990568bd04d19e1f179499f78a365e78f38143206f328ea3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5c6cdabd936f20e5990568bd04d19e1f179499f78a365e78f38143206f328ea3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5c6cdabd936f20e5990568bd04d19e1f179499f78a365e78f38143206f328ea3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A5c6cdabd936f20e5990568bd04d19e1f179499f78a365e78f38143206f328ea3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1779915485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf2828ad55a05251e8841f1c7854425ffe5cdee7f73c85e0004ba1834af79fba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf2828ad55a05251e8841f1c7854425ffe5cdee7f73c85e0004ba1834af79fba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf2828ad55a05251e8841f1c7854425ffe5cdee7f73c85e0004ba1834af79fba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Acf2828ad55a05251e8841f1c7854425ffe5cdee7f73c85e0004ba1834af79fba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1779942993"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2c00297c567711c713ad3020a258150a55c8db2206ef35ffabf177a2f579c586_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2c00297c567711c713ad3020a258150a55c8db2206ef35ffabf177a2f579c586_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2c00297c567711c713ad3020a258150a55c8db2206ef35ffabf177a2f579c586_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3A2c00297c567711c713ad3020a258150a55c8db2206ef35ffabf177a2f579c586?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1779915990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7cac6c4f530b4c27d0c9fea7ad5e6e39e8fe07bac432ac4714292251b47f8e3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7cac6c4f530b4c27d0c9fea7ad5e6e39e8fe07bac432ac4714292251b47f8e3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7cac6c4f530b4c27d0c9fea7ad5e6e39e8fe07bac432ac4714292251b47f8e3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A7cac6c4f530b4c27d0c9fea7ad5e6e39e8fe07bac432ac4714292251b47f8e3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1779915468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:efc2708d61193cc4cc753a1ff3a2600b5c3872f687b2d1f47c350a025556c873_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:efc2708d61193cc4cc753a1ff3a2600b5c3872f687b2d1f47c350a025556c873_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:efc2708d61193cc4cc753a1ff3a2600b5c3872f687b2d1f47c350a025556c873_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Aefc2708d61193cc4cc753a1ff3a2600b5c3872f687b2d1f47c350a025556c873?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1779916195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5a88db2180d0d8357dddd959e3a519e1b71f2d2efd236f1b9ddb2d8ece90fb4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5a88db2180d0d8357dddd959e3a519e1b71f2d2efd236f1b9ddb2d8ece90fb4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5a88db2180d0d8357dddd959e3a519e1b71f2d2efd236f1b9ddb2d8ece90fb4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A5a88db2180d0d8357dddd959e3a519e1b71f2d2efd236f1b9ddb2d8ece90fb4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1779916995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d22722b5a9a80bcdc6f0cc887de1432cec5b6fccb0480721b2450a576a42c98_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d22722b5a9a80bcdc6f0cc887de1432cec5b6fccb0480721b2450a576a42c98_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d22722b5a9a80bcdc6f0cc887de1432cec5b6fccb0480721b2450a576a42c98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A9d22722b5a9a80bcdc6f0cc887de1432cec5b6fccb0480721b2450a576a42c98?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1779915738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:89fc8976059bb5f50b3950cd7c4625d4c77b630ad784b9c29ce7544de84e611e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:89fc8976059bb5f50b3950cd7c4625d4c77b630ad784b9c29ce7544de84e611e_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:89fc8976059bb5f50b3950cd7c4625d4c77b630ad784b9c29ce7544de84e611e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A89fc8976059bb5f50b3950cd7c4625d4c77b630ad784b9c29ce7544de84e611e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1779915510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dd4d28880ffd6f422cbc3bc82138b2ff18f075ba3e1b82d9993c648d057e645f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dd4d28880ffd6f422cbc3bc82138b2ff18f075ba3e1b82d9993c648d057e645f_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dd4d28880ffd6f422cbc3bc82138b2ff18f075ba3e1b82d9993c648d057e645f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3Add4d28880ffd6f422cbc3bc82138b2ff18f075ba3e1b82d9993c648d057e645f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1779915492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bbc190f19dca8799aff49578823a6b34280bdc8083faf4b4994942966f120a43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bbc190f19dca8799aff49578823a6b34280bdc8083faf4b4994942966f120a43_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bbc190f19dca8799aff49578823a6b34280bdc8083faf4b4994942966f120a43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3Abbc190f19dca8799aff49578823a6b34280bdc8083faf4b4994942966f120a43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1779916147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:18216ebaeae0426b7bcb077981db25baea3123bad32a42790c3cc37d7451b77d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:18216ebaeae0426b7bcb077981db25baea3123bad32a42790c3cc37d7451b77d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:18216ebaeae0426b7bcb077981db25baea3123bad32a42790c3cc37d7451b77d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A18216ebaeae0426b7bcb077981db25baea3123bad32a42790c3cc37d7451b77d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1780458782"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:73dd9e94485110fcf6959369954fedc2f90b9d625b098c2afeddc07b8f623ef6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:73dd9e94485110fcf6959369954fedc2f90b9d625b098c2afeddc07b8f623ef6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:73dd9e94485110fcf6959369954fedc2f90b9d625b098c2afeddc07b8f623ef6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A73dd9e94485110fcf6959369954fedc2f90b9d625b098c2afeddc07b8f623ef6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1780459147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0044b6cc0124ea07f90897a56383c117639ad914b769b65a52964869bd66349e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0044b6cc0124ea07f90897a56383c117639ad914b769b65a52964869bd66349e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0044b6cc0124ea07f90897a56383c117639ad914b769b65a52964869bd66349e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A0044b6cc0124ea07f90897a56383c117639ad914b769b65a52964869bd66349e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1780458749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:4ee52748f05d501ce0315ed4e5b72c0df290e2221213c5af1ac6f6666cfcb3a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:4ee52748f05d501ce0315ed4e5b72c0df290e2221213c5af1ac6f6666cfcb3a5_amd64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:4ee52748f05d501ce0315ed4e5b72c0df290e2221213c5af1ac6f6666cfcb3a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel8@sha256%3A4ee52748f05d501ce0315ed4e5b72c0df290e2221213c5af1ac6f6666cfcb3a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=1780082109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:dd6a46b10a54482c5a1f31b4de1de495dc02a72b8bb115f3dfb25e494ecddaa2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:dd6a46b10a54482c5a1f31b4de1de495dc02a72b8bb115f3dfb25e494ecddaa2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:dd6a46b10a54482c5a1f31b4de1de495dc02a72b8bb115f3dfb25e494ecddaa2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3Add6a46b10a54482c5a1f31b4de1de495dc02a72b8bb115f3dfb25e494ecddaa2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1779915764"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:785bf6b208680c589939dabd27f0d67f9ff94e1dde3cac6000d63f3dc29df33a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:785bf6b208680c589939dabd27f0d67f9ff94e1dde3cac6000d63f3dc29df33a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:785bf6b208680c589939dabd27f0d67f9ff94e1dde3cac6000d63f3dc29df33a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-operator@sha256%3A785bf6b208680c589939dabd27f0d67f9ff94e1dde3cac6000d63f3dc29df33a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=1779888571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7bfb0df1f28e9fc579a70182d185425c4f077738a9d238bdcfc4f06615e7e825_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7bfb0df1f28e9fc579a70182d185425c4f077738a9d238bdcfc4f06615e7e825_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7bfb0df1f28e9fc579a70182d185425c4f077738a9d238bdcfc4f06615e7e825_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity@sha256%3A7bfb0df1f28e9fc579a70182d185425c4f077738a9d238bdcfc4f06615e7e825?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=1779915475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:d33fbbd906c7dfb978ab4bc7791f88cb62d8a93d4a0057ac832f96260b119ac0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:d33fbbd906c7dfb978ab4bc7791f88cb62d8a93d4a0057ac832f96260b119ac0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:d33fbbd906c7dfb978ab4bc7791f88cb62d8a93d4a0057ac832f96260b119ac0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy@sha256%3Ad33fbbd906c7dfb978ab4bc7791f88cb62d8a93d4a0057ac832f96260b119ac0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=1779916341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:91022c9c26601a4b64b78be11ea8efa09d29fad8ef74b2f625ac1c1cbeb8bc08_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:91022c9c26601a4b64b78be11ea8efa09d29fad8ef74b2f625ac1c1cbeb8bc08_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-router@sha256:91022c9c26601a4b64b78be11ea8efa09d29fad8ef74b2f625ac1c1cbeb8bc08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router@sha256%3A91022c9c26601a4b64b78be11ea8efa09d29fad8ef74b2f625ac1c1cbeb8bc08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=1779915472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:a10fff36c1024a908a98d4f31cc72711a8d9eb8a8a51944fe5ca2eadd0dd4226_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:a10fff36c1024a908a98d4f31cc72711a8d9eb8a8a51944fe5ca2eadd0dd4226_amd64",
"product_id": "registry.redhat.io/openshift4/ose-helm-operator@sha256:a10fff36c1024a908a98d4f31cc72711a8d9eb8a8a51944fe5ca2eadd0dd4226_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-operator@sha256%3Aa10fff36c1024a908a98d4f31cc72711a8d9eb8a8a51944fe5ca2eadd0dd4226?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=1779888489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:eb0d7a2791486d3d6f3aa5c532a2d1427dc1c5740318e4cd3345dd7abb37fb4e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:eb0d7a2791486d3d6f3aa5c532a2d1427dc1c5740318e4cd3345dd7abb37fb4e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:eb0d7a2791486d3d6f3aa5c532a2d1427dc1c5740318e4cd3345dd7abb37fb4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel8@sha256%3Aeb0d7a2791486d3d6f3aa5c532a2d1427dc1c5740318e4cd3345dd7abb37fb4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=1780283639"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38f9abf7774536383f3e8c99dfc3e32f4206c41837aacd581d0e93e26d8a61fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38f9abf7774536383f3e8c99dfc3e32f4206c41837aacd581d0e93e26d8a61fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38f9abf7774536383f3e8c99dfc3e32f4206c41837aacd581d0e93e26d8a61fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A38f9abf7774536383f3e8c99dfc3e32f4206c41837aacd581d0e93e26d8a61fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1779888430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fe53979d7f1454153a4ad56e7e267faf75be5e995c2a4710eadb0eab5b41be9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fe53979d7f1454153a4ad56e7e267faf75be5e995c2a4710eadb0eab5b41be9d_amd64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fe53979d7f1454153a4ad56e7e267faf75be5e995c2a4710eadb0eab5b41be9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3Afe53979d7f1454153a4ad56e7e267faf75be5e995c2a4710eadb0eab5b41be9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1780082033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c5f699dd86eb69e7b400e6fa9c3b87e03877e16b8327df647929891b6a015693_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c5f699dd86eb69e7b400e6fa9c3b87e03877e16b8327df647929891b6a015693_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c5f699dd86eb69e7b400e6fa9c3b87e03877e16b8327df647929891b6a015693_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel8@sha256%3Ac5f699dd86eb69e7b400e6fa9c3b87e03877e16b8327df647929891b6a015693?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8\u0026tag=1779916508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea048908f75345d2dd2e770c94987db6c4cb865d7ced0064089ef22743841397_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea048908f75345d2dd2e770c94987db6c4cb865d7ced0064089ef22743841397_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea048908f75345d2dd2e770c94987db6c4cb865d7ced0064089ef22743841397_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel8-operator@sha256%3Aea048908f75345d2dd2e770c94987db6c4cb865d7ced0064089ef22743841397?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator\u0026tag=1779915601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5acd334985679476cfa6827fcc89f00fc89e4c409de2f06d4284e1cbe9a3624c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5acd334985679476cfa6827fcc89f00fc89e4c409de2f06d4284e1cbe9a3624c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5acd334985679476cfa6827fcc89f00fc89e4c409de2f06d4284e1cbe9a3624c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A5acd334985679476cfa6827fcc89f00fc89e4c409de2f06d4284e1cbe9a3624c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1779915509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:d86d8f49b54887e31bef8132e5d01a2ff0f42cc1086afceabacdbce23b911070_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:d86d8f49b54887e31bef8132e5d01a2ff0f42cc1086afceabacdbce23b911070_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:d86d8f49b54887e31bef8132e5d01a2ff0f42cc1086afceabacdbce23b911070_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-mustgather-rhel8@sha256%3Ad86d8f49b54887e31bef8132e5d01a2ff0f42cc1086afceabacdbce23b911070?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=1780081980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:cb381ac5fe5d0d95935f481c03f6d26e53e667bc8d4e3cd2d301ec9fdff89944_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:cb381ac5fe5d0d95935f481c03f6d26e53e667bc8d4e3cd2d301ec9fdff89944_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:cb381ac5fe5d0d95935f481c03f6d26e53e667bc8d4e3cd2d301ec9fdff89944_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy@sha256%3Acb381ac5fe5d0d95935f481c03f6d26e53e667bc8d4e3cd2d301ec9fdff89944?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=1779917534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:291b51f142433087d9a68c8ebeed772e37af6a54d3254aec4546483f83194b35_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:291b51f142433087d9a68c8ebeed772e37af6a54d3254aec4546483f83194b35_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:291b51f142433087d9a68c8ebeed772e37af6a54d3254aec4546483f83194b35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A291b51f142433087d9a68c8ebeed772e37af6a54d3254aec4546483f83194b35?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1779887535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d33535375f98f5c56b850a8e3a35bd9c7c74dc10abe0065de294c4e22abfb7f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d33535375f98f5c56b850a8e3a35bd9c7c74dc10abe0065de294c4e22abfb7f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d33535375f98f5c56b850a8e3a35bd9c7c74dc10abe0065de294c4e22abfb7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel8@sha256%3A8d33535375f98f5c56b850a8e3a35bd9c7c74dc10abe0065de294c4e22abfb7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=1779915897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:387867da06b841a3e3a11074f9dd80fd428e635d6ce0034a5d00fadeadf095bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:387867da06b841a3e3a11074f9dd80fd428e635d6ce0034a5d00fadeadf095bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:387867da06b841a3e3a11074f9dd80fd428e635d6ce0034a5d00fadeadf095bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel8-operator@sha256%3A387867da06b841a3e3a11074f9dd80fd428e635d6ce0034a5d00fadeadf095bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=1779915516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:01114ee04a38b2d63d4f4d7877cfeb45e3fd72db019ac09657e55eaef82ac3e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:01114ee04a38b2d63d4f4d7877cfeb45e3fd72db019ac09657e55eaef82ac3e1_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:01114ee04a38b2d63d4f4d7877cfeb45e3fd72db019ac09657e55eaef82ac3e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A01114ee04a38b2d63d4f4d7877cfeb45e3fd72db019ac09657e55eaef82ac3e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1779887558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a11f515530bb260d97b24371ea2e21de404b46a95b222695b8a914eb0942e0ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a11f515530bb260d97b24371ea2e21de404b46a95b222695b8a914eb0942e0ca_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a11f515530bb260d97b24371ea2e21de404b46a95b222695b8a914eb0942e0ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3Aa11f515530bb260d97b24371ea2e21de404b46a95b222695b8a914eb0942e0ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1779917548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9cb54d131b4b7c043903bbb400dca46e909a4036ef5bef3d34d6246153c481d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9cb54d131b4b7c043903bbb400dca46e909a4036ef5bef3d34d6246153c481d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9cb54d131b4b7c043903bbb400dca46e909a4036ef5bef3d34d6246153c481d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel8@sha256%3A9cb54d131b4b7c043903bbb400dca46e909a4036ef5bef3d34d6246153c481d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=1779916340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0c911890a88e3fd66e7032ec124e81dede82c9073d37272faccf21035345664_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0c911890a88e3fd66e7032ec124e81dede82c9073d37272faccf21035345664_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0c911890a88e3fd66e7032ec124e81dede82c9073d37272faccf21035345664_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel8-operator@sha256%3Aa0c911890a88e3fd66e7032ec124e81dede82c9073d37272faccf21035345664?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=1779915490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c7a4ea792bd4b5ed2ac2b4ab37f9381f40f349fceb79b9e93b51ecab7d33360b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c7a4ea792bd4b5ed2ac2b4ab37f9381f40f349fceb79b9e93b51ecab7d33360b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c7a4ea792bd4b5ed2ac2b4ab37f9381f40f349fceb79b9e93b51ecab7d33360b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel8@sha256%3Ac7a4ea792bd4b5ed2ac2b4ab37f9381f40f349fceb79b9e93b51ecab7d33360b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=1780062525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:cd6910f785500fdd6cd10724c5626ee31d2079502c382bb36ada9926c6c9a120_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:cd6910f785500fdd6cd10724c5626ee31d2079502c382bb36ada9926c6c9a120_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:cd6910f785500fdd6cd10724c5626ee31d2079502c382bb36ada9926c6c9a120_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3Acd6910f785500fdd6cd10724c5626ee31d2079502c382bb36ada9926c6c9a120?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1779916264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:7eba3d33c0a7e22acdfa306310f06b7f19803e5fdd1f084d48f3f26d0c6789ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:7eba3d33c0a7e22acdfa306310f06b7f19803e5fdd1f084d48f3f26d0c6789ea_amd64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:7eba3d33c0a7e22acdfa306310f06b7f19803e5fdd1f084d48f3f26d0c6789ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel8@sha256%3A7eba3d33c0a7e22acdfa306310f06b7f19803e5fdd1f084d48f3f26d0c6789ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=1780082119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9736b543177d951bfeddd11d2d8f0da72af1113ed5b592f76d9e742c912639bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9736b543177d951bfeddd11d2d8f0da72af1113ed5b592f76d9e742c912639bf_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9736b543177d951bfeddd11d2d8f0da72af1113ed5b592f76d9e742c912639bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A9736b543177d951bfeddd11d2d8f0da72af1113ed5b592f76d9e742c912639bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1779916094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c2c81b011c816ecfae37abd6b4721e6c0678faf7a1e931cedc5873376a49efa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c2c81b011c816ecfae37abd6b4721e6c0678faf7a1e931cedc5873376a49efa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c2c81b011c816ecfae37abd6b4721e6c0678faf7a1e931cedc5873376a49efa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A2c2c81b011c816ecfae37abd6b4721e6c0678faf7a1e931cedc5873376a49efa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1779915884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30e24d9f744be4d729bc3e443a31a945eb952531b29b1b4057dbf41fc4d1849f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30e24d9f744be4d729bc3e443a31a945eb952531b29b1b4057dbf41fc4d1849f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30e24d9f744be4d729bc3e443a31a945eb952531b29b1b4057dbf41fc4d1849f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A30e24d9f744be4d729bc3e443a31a945eb952531b29b1b4057dbf41fc4d1849f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1779916110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:892d97b7c4dbbf202501e241d79a649025017110b00b8fc14c8c1f7997e8bcc4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:892d97b7c4dbbf202501e241d79a649025017110b00b8fc14c8c1f7997e8bcc4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:892d97b7c4dbbf202501e241d79a649025017110b00b8fc14c8c1f7997e8bcc4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A892d97b7c4dbbf202501e241d79a649025017110b00b8fc14c8c1f7997e8bcc4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1779915828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:6367e1811ab013dbe08da56d86b90af5471113319825be8b289fa00d2df1648c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:6367e1811ab013dbe08da56d86b90af5471113319825be8b289fa00d2df1648c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:6367e1811ab013dbe08da56d86b90af5471113319825be8b289fa00d2df1648c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A6367e1811ab013dbe08da56d86b90af5471113319825be8b289fa00d2df1648c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1779915561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fd421ab96bef13ae969bc234efac92e5766ccf2060a9576b0ccae5918519ed05_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fd421ab96bef13ae969bc234efac92e5766ccf2060a9576b0ccae5918519ed05_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fd421ab96bef13ae969bc234efac92e5766ccf2060a9576b0ccae5918519ed05_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3Afd421ab96bef13ae969bc234efac92e5766ccf2060a9576b0ccae5918519ed05?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1779915526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1ca27f4805776b4117e858d7a928e91736fa1753abccae3d06c7d43713bc408e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1ca27f4805776b4117e858d7a928e91736fa1753abccae3d06c7d43713bc408e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1ca27f4805776b4117e858d7a928e91736fa1753abccae3d06c7d43713bc408e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A1ca27f4805776b4117e858d7a928e91736fa1753abccae3d06c7d43713bc408e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1779915485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:150bf5e2b4567776482733c5db730a84e8a9cbdf2636f17e8c86bfc69ea9cdb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:150bf5e2b4567776482733c5db730a84e8a9cbdf2636f17e8c86bfc69ea9cdb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:150bf5e2b4567776482733c5db730a84e8a9cbdf2636f17e8c86bfc69ea9cdb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A150bf5e2b4567776482733c5db730a84e8a9cbdf2636f17e8c86bfc69ea9cdb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1779942993"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:51364e22aecbb710acee25f374397d95f5395ca3c9c86128716b9b6522fc7035_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:51364e22aecbb710acee25f374397d95f5395ca3c9c86128716b9b6522fc7035_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:51364e22aecbb710acee25f374397d95f5395ca3c9c86128716b9b6522fc7035_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A51364e22aecbb710acee25f374397d95f5395ca3c9c86128716b9b6522fc7035?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1779915468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:f34dd1618b14072287db1b404bea782cc0e0f657f4d7d96859fdd831f59b4489_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:f34dd1618b14072287db1b404bea782cc0e0f657f4d7d96859fdd831f59b4489_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:f34dd1618b14072287db1b404bea782cc0e0f657f4d7d96859fdd831f59b4489_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Af34dd1618b14072287db1b404bea782cc0e0f657f4d7d96859fdd831f59b4489?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1779916195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:9cc05976b20d32a1e0ece5827c5a8cfa08ae29a54f49ffd4bc42c4180a3e420c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:9cc05976b20d32a1e0ece5827c5a8cfa08ae29a54f49ffd4bc42c4180a3e420c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:9cc05976b20d32a1e0ece5827c5a8cfa08ae29a54f49ffd4bc42c4180a3e420c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A9cc05976b20d32a1e0ece5827c5a8cfa08ae29a54f49ffd4bc42c4180a3e420c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1779916995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:926b8d99005277c95ab7c64758cfe64316f6b94f54fed2892aeef67a44fc9df4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:926b8d99005277c95ab7c64758cfe64316f6b94f54fed2892aeef67a44fc9df4_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:926b8d99005277c95ab7c64758cfe64316f6b94f54fed2892aeef67a44fc9df4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A926b8d99005277c95ab7c64758cfe64316f6b94f54fed2892aeef67a44fc9df4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1779915510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:9b54ca053b72e45af815c08a7833d32bd89266ac0f65b7aa25d3c2a88ea107c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:9b54ca053b72e45af815c08a7833d32bd89266ac0f65b7aa25d3c2a88ea107c1_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:9b54ca053b72e45af815c08a7833d32bd89266ac0f65b7aa25d3c2a88ea107c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A9b54ca053b72e45af815c08a7833d32bd89266ac0f65b7aa25d3c2a88ea107c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1779915492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c715470dd6eebb903acc3237e2697394ddd17f21ad61c2deb68ca5f9076c1210_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c715470dd6eebb903acc3237e2697394ddd17f21ad61c2deb68ca5f9076c1210_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c715470dd6eebb903acc3237e2697394ddd17f21ad61c2deb68ca5f9076c1210_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3Ac715470dd6eebb903acc3237e2697394ddd17f21ad61c2deb68ca5f9076c1210?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1780458782"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a58d7df52405238bc1b812eefbb1449efe4f48eea73d07ef97242929ae89e0b8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a58d7df52405238bc1b812eefbb1449efe4f48eea73d07ef97242929ae89e0b8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a58d7df52405238bc1b812eefbb1449efe4f48eea73d07ef97242929ae89e0b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Aa58d7df52405238bc1b812eefbb1449efe4f48eea73d07ef97242929ae89e0b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1780459147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8c041dadc0a911af2a47ce500b882798fe6abc75a10ecf770c6471f7bc73936b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8c041dadc0a911af2a47ce500b882798fe6abc75a10ecf770c6471f7bc73936b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8c041dadc0a911af2a47ce500b882798fe6abc75a10ecf770c6471f7bc73936b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A8c041dadc0a911af2a47ce500b882798fe6abc75a10ecf770c6471f7bc73936b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1780458749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:aa2d907596b9b5cf15e6d4f0b6edb26be0e5f09547fa869d59e525a3e64a2b95_s390x",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:aa2d907596b9b5cf15e6d4f0b6edb26be0e5f09547fa869d59e525a3e64a2b95_s390x",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:aa2d907596b9b5cf15e6d4f0b6edb26be0e5f09547fa869d59e525a3e64a2b95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel8@sha256%3Aaa2d907596b9b5cf15e6d4f0b6edb26be0e5f09547fa869d59e525a3e64a2b95?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=1780082109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1d96022c39360a11cb50ee0d80756b53311a3a9b3684b641b260ff1433d58f07_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1d96022c39360a11cb50ee0d80756b53311a3a9b3684b641b260ff1433d58f07_s390x",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1d96022c39360a11cb50ee0d80756b53311a3a9b3684b641b260ff1433d58f07_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A1d96022c39360a11cb50ee0d80756b53311a3a9b3684b641b260ff1433d58f07?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1779915764"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:fb12144250fc6d3ea613357cbcf56caeffe9236a7736e6db4116cac1b789af8c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:fb12144250fc6d3ea613357cbcf56caeffe9236a7736e6db4116cac1b789af8c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:fb12144250fc6d3ea613357cbcf56caeffe9236a7736e6db4116cac1b789af8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-operator@sha256%3Afb12144250fc6d3ea613357cbcf56caeffe9236a7736e6db4116cac1b789af8c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=1779888571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c852bc159ad836b50dc6e616d72446632bfe939a89e6efceec08c6b99362bf1c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c852bc159ad836b50dc6e616d72446632bfe939a89e6efceec08c6b99362bf1c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c852bc159ad836b50dc6e616d72446632bfe939a89e6efceec08c6b99362bf1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity@sha256%3Ac852bc159ad836b50dc6e616d72446632bfe939a89e6efceec08c6b99362bf1c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=1779915475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:b04f0bbb50152c39aed33439899d7a82b66dbeded447592e6781fb2368848036_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:b04f0bbb50152c39aed33439899d7a82b66dbeded447592e6781fb2368848036_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:b04f0bbb50152c39aed33439899d7a82b66dbeded447592e6781fb2368848036_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy@sha256%3Ab04f0bbb50152c39aed33439899d7a82b66dbeded447592e6781fb2368848036?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=1779916341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:641d0bdb5cd604bcdec8b32a7c166888b82cba8a248ba3912aa61391050ff12a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:641d0bdb5cd604bcdec8b32a7c166888b82cba8a248ba3912aa61391050ff12a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-router@sha256:641d0bdb5cd604bcdec8b32a7c166888b82cba8a248ba3912aa61391050ff12a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router@sha256%3A641d0bdb5cd604bcdec8b32a7c166888b82cba8a248ba3912aa61391050ff12a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=1779915472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:7cd82ce95b878483934f520f5d616294f7232c25c8a5e183b4bf3c1d7532b83f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:7cd82ce95b878483934f520f5d616294f7232c25c8a5e183b4bf3c1d7532b83f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-helm-operator@sha256:7cd82ce95b878483934f520f5d616294f7232c25c8a5e183b4bf3c1d7532b83f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-operator@sha256%3A7cd82ce95b878483934f520f5d616294f7232c25c8a5e183b4bf3c1d7532b83f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=1779888489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:f956eeaa238cf4c56744e5209bd821c4272474d6cddce6dbe74f3355494ebefe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:f956eeaa238cf4c56744e5209bd821c4272474d6cddce6dbe74f3355494ebefe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:f956eeaa238cf4c56744e5209bd821c4272474d6cddce6dbe74f3355494ebefe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel8@sha256%3Af956eeaa238cf4c56744e5209bd821c4272474d6cddce6dbe74f3355494ebefe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=1780283639"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e9ccc3d61bf34078ceb1b43f996f8f4bc66390e00a78437219cb0cc7bb0f7e91_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e9ccc3d61bf34078ceb1b43f996f8f4bc66390e00a78437219cb0cc7bb0f7e91_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e9ccc3d61bf34078ceb1b43f996f8f4bc66390e00a78437219cb0cc7bb0f7e91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3Ae9ccc3d61bf34078ceb1b43f996f8f4bc66390e00a78437219cb0cc7bb0f7e91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1779888430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d6aca6e75eb464afdb001d6cb7b69c9068e82e1b1defa6dcb1f48e16392a3bd5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d6aca6e75eb464afdb001d6cb7b69c9068e82e1b1defa6dcb1f48e16392a3bd5_s390x",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d6aca6e75eb464afdb001d6cb7b69c9068e82e1b1defa6dcb1f48e16392a3bd5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3Ad6aca6e75eb464afdb001d6cb7b69c9068e82e1b1defa6dcb1f48e16392a3bd5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1780082033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:910679c50655521d2e955bdf0f6413016af80a1c705c9f2e6e02f1ec1f44d31c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:910679c50655521d2e955bdf0f6413016af80a1c705c9f2e6e02f1ec1f44d31c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:910679c50655521d2e955bdf0f6413016af80a1c705c9f2e6e02f1ec1f44d31c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A910679c50655521d2e955bdf0f6413016af80a1c705c9f2e6e02f1ec1f44d31c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1779915509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:abb512398117418cfff56ce361aaf6ddf373ff1bb37923ba240f336f200a8c44_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:abb512398117418cfff56ce361aaf6ddf373ff1bb37923ba240f336f200a8c44_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:abb512398117418cfff56ce361aaf6ddf373ff1bb37923ba240f336f200a8c44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-mustgather-rhel8@sha256%3Aabb512398117418cfff56ce361aaf6ddf373ff1bb37923ba240f336f200a8c44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=1780081980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:3ea41fb875b3810356430885375f2a4b262f9a5947cde346ad359f099e49b05f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:3ea41fb875b3810356430885375f2a4b262f9a5947cde346ad359f099e49b05f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:3ea41fb875b3810356430885375f2a4b262f9a5947cde346ad359f099e49b05f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy@sha256%3A3ea41fb875b3810356430885375f2a4b262f9a5947cde346ad359f099e49b05f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=1779917534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ae9fb26083a889158d6ebebc49c93baac3190bb7349fa172a831e0295013bb9b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ae9fb26083a889158d6ebebc49c93baac3190bb7349fa172a831e0295013bb9b_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:ae9fb26083a889158d6ebebc49c93baac3190bb7349fa172a831e0295013bb9b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Aae9fb26083a889158d6ebebc49c93baac3190bb7349fa172a831e0295013bb9b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1779887535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8c978d3a39f9fbcff5973ba44c41c4c2bc459f3ab1b0fadddc1ef81f6b190072_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8c978d3a39f9fbcff5973ba44c41c4c2bc459f3ab1b0fadddc1ef81f6b190072_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8c978d3a39f9fbcff5973ba44c41c4c2bc459f3ab1b0fadddc1ef81f6b190072_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A8c978d3a39f9fbcff5973ba44c41c4c2bc459f3ab1b0fadddc1ef81f6b190072?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1779887558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8f567764033b088891642a5bacca1cb291d83b64cdf1e4f840d820f7d3cbe1ee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8f567764033b088891642a5bacca1cb291d83b64cdf1e4f840d820f7d3cbe1ee_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8f567764033b088891642a5bacca1cb291d83b64cdf1e4f840d820f7d3cbe1ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A8f567764033b088891642a5bacca1cb291d83b64cdf1e4f840d820f7d3cbe1ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1779917548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:efc67545f3a59c51bbb9ea945d7d695c1857183ee95a65b6ca0c88bbdb472299_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:efc67545f3a59c51bbb9ea945d7d695c1857183ee95a65b6ca0c88bbdb472299_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:efc67545f3a59c51bbb9ea945d7d695c1857183ee95a65b6ca0c88bbdb472299_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel8@sha256%3Aefc67545f3a59c51bbb9ea945d7d695c1857183ee95a65b6ca0c88bbdb472299?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=1779916340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b95ed20958e794687ec9222b32270bcfc85cb72d878ad92e03aa5dc995b4e600_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b95ed20958e794687ec9222b32270bcfc85cb72d878ad92e03aa5dc995b4e600_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b95ed20958e794687ec9222b32270bcfc85cb72d878ad92e03aa5dc995b4e600_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel8-operator@sha256%3Ab95ed20958e794687ec9222b32270bcfc85cb72d878ad92e03aa5dc995b4e600?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=1779915490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:660264d4bf6763c782d4d8a2c121338dc88f549a0e3a9c1259628f5c0a405f6f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:660264d4bf6763c782d4d8a2c121338dc88f549a0e3a9c1259628f5c0a405f6f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:660264d4bf6763c782d4d8a2c121338dc88f549a0e3a9c1259628f5c0a405f6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel8@sha256%3A660264d4bf6763c782d4d8a2c121338dc88f549a0e3a9c1259628f5c0a405f6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=1780062525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5e05d1243ac88fe5ab770d95e1f365fbb120d128b847c136052a453252cbdfcf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5e05d1243ac88fe5ab770d95e1f365fbb120d128b847c136052a453252cbdfcf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5e05d1243ac88fe5ab770d95e1f365fbb120d128b847c136052a453252cbdfcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A5e05d1243ac88fe5ab770d95e1f365fbb120d128b847c136052a453252cbdfcf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1779915485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:25bab0c0fc67f7c94bc636e13becb21e00ee54c67571bce6fd072ea81c8b3344_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:25bab0c0fc67f7c94bc636e13becb21e00ee54c67571bce6fd072ea81c8b3344_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:25bab0c0fc67f7c94bc636e13becb21e00ee54c67571bce6fd072ea81c8b3344_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A25bab0c0fc67f7c94bc636e13becb21e00ee54c67571bce6fd072ea81c8b3344?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1779942993"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:291b51f142433087d9a68c8ebeed772e37af6a54d3254aec4546483f83194b35_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:291b51f142433087d9a68c8ebeed772e37af6a54d3254aec4546483f83194b35_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:291b51f142433087d9a68c8ebeed772e37af6a54d3254aec4546483f83194b35_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:3328a0675ae2db79afec057009561e1c262eaa358897ad8a054e180297482b62_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:3328a0675ae2db79afec057009561e1c262eaa358897ad8a054e180297482b62_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:3328a0675ae2db79afec057009561e1c262eaa358897ad8a054e180297482b62_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:4df2698aa1277101384f263e1a52932cffadf5399df1ac670e94289184950d4e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:4df2698aa1277101384f263e1a52932cffadf5399df1ac670e94289184950d4e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:4df2698aa1277101384f263e1a52932cffadf5399df1ac670e94289184950d4e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ae9fb26083a889158d6ebebc49c93baac3190bb7349fa172a831e0295013bb9b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:ae9fb26083a889158d6ebebc49c93baac3190bb7349fa172a831e0295013bb9b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:ae9fb26083a889158d6ebebc49c93baac3190bb7349fa172a831e0295013bb9b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:162f41708e4582e0159ae794fec9969c35d1d1e8cf30037d45d896b7876b215b_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:162f41708e4582e0159ae794fec9969c35d1d1e8cf30037d45d896b7876b215b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:162f41708e4582e0159ae794fec9969c35d1d1e8cf30037d45d896b7876b215b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5818b8345278b815cd0dab3e409606c5b14ae0da8bfc4fadfd28fe7dad8f69c5_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5818b8345278b815cd0dab3e409606c5b14ae0da8bfc4fadfd28fe7dad8f69c5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5818b8345278b815cd0dab3e409606c5b14ae0da8bfc4fadfd28fe7dad8f69c5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:9b54ca053b72e45af815c08a7833d32bd89266ac0f65b7aa25d3c2a88ea107c1_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:9b54ca053b72e45af815c08a7833d32bd89266ac0f65b7aa25d3c2a88ea107c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:9b54ca053b72e45af815c08a7833d32bd89266ac0f65b7aa25d3c2a88ea107c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dd4d28880ffd6f422cbc3bc82138b2ff18f075ba3e1b82d9993c648d057e645f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dd4d28880ffd6f422cbc3bc82138b2ff18f075ba3e1b82d9993c648d057e645f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dd4d28880ffd6f422cbc3bc82138b2ff18f075ba3e1b82d9993c648d057e645f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:2976c8097cce2468c476a58d0ca49de48a06f90ff00c7a5546e608bd6adc02ac_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:2976c8097cce2468c476a58d0ca49de48a06f90ff00c7a5546e608bd6adc02ac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:2976c8097cce2468c476a58d0ca49de48a06f90ff00c7a5546e608bd6adc02ac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:6d5cdf8de9e565ef45226f1acc743358da5c14663a93d5b427c97940eb598c59_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:6d5cdf8de9e565ef45226f1acc743358da5c14663a93d5b427c97940eb598c59_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:6d5cdf8de9e565ef45226f1acc743358da5c14663a93d5b427c97940eb598c59_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:89fc8976059bb5f50b3950cd7c4625d4c77b630ad784b9c29ce7544de84e611e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:89fc8976059bb5f50b3950cd7c4625d4c77b630ad784b9c29ce7544de84e611e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:89fc8976059bb5f50b3950cd7c4625d4c77b630ad784b9c29ce7544de84e611e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:926b8d99005277c95ab7c64758cfe64316f6b94f54fed2892aeef67a44fc9df4_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:926b8d99005277c95ab7c64758cfe64316f6b94f54fed2892aeef67a44fc9df4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:926b8d99005277c95ab7c64758cfe64316f6b94f54fed2892aeef67a44fc9df4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:446aeff94de90603fb22af76d310aac93ebad334dcc3f6da57f56bc3e587c041_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:446aeff94de90603fb22af76d310aac93ebad334dcc3f6da57f56bc3e587c041_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:446aeff94de90603fb22af76d310aac93ebad334dcc3f6da57f56bc3e587c041_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d6aca6e75eb464afdb001d6cb7b69c9068e82e1b1defa6dcb1f48e16392a3bd5_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d6aca6e75eb464afdb001d6cb7b69c9068e82e1b1defa6dcb1f48e16392a3bd5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d6aca6e75eb464afdb001d6cb7b69c9068e82e1b1defa6dcb1f48e16392a3bd5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f017c14d20143d1c0de3c003fb4dfc5b5256d30e2c3954e18d6544fd0f1591f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f017c14d20143d1c0de3c003fb4dfc5b5256d30e2c3954e18d6544fd0f1591f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f017c14d20143d1c0de3c003fb4dfc5b5256d30e2c3954e18d6544fd0f1591f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fe53979d7f1454153a4ad56e7e267faf75be5e995c2a4710eadb0eab5b41be9d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fe53979d7f1454153a4ad56e7e267faf75be5e995c2a4710eadb0eab5b41be9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fe53979d7f1454153a4ad56e7e267faf75be5e995c2a4710eadb0eab5b41be9d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8f567764033b088891642a5bacca1cb291d83b64cdf1e4f840d820f7d3cbe1ee_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8f567764033b088891642a5bacca1cb291d83b64cdf1e4f840d820f7d3cbe1ee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8f567764033b088891642a5bacca1cb291d83b64cdf1e4f840d820f7d3cbe1ee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a10863101a9a63c08126a63150799e23b315d51268ae927fe7021c7c7ef60f27_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a10863101a9a63c08126a63150799e23b315d51268ae927fe7021c7c7ef60f27_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a10863101a9a63c08126a63150799e23b315d51268ae927fe7021c7c7ef60f27_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a11f515530bb260d97b24371ea2e21de404b46a95b222695b8a914eb0942e0ca_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a11f515530bb260d97b24371ea2e21de404b46a95b222695b8a914eb0942e0ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a11f515530bb260d97b24371ea2e21de404b46a95b222695b8a914eb0942e0ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e181e6c870125af4250b753c7836bbc1a5b4eeaf0ca24100ff2cd6636ec68a3e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e181e6c870125af4250b753c7836bbc1a5b4eeaf0ca24100ff2cd6636ec68a3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e181e6c870125af4250b753c7836bbc1a5b4eeaf0ca24100ff2cd6636ec68a3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:01114ee04a38b2d63d4f4d7877cfeb45e3fd72db019ac09657e55eaef82ac3e1_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:01114ee04a38b2d63d4f4d7877cfeb45e3fd72db019ac09657e55eaef82ac3e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:01114ee04a38b2d63d4f4d7877cfeb45e3fd72db019ac09657e55eaef82ac3e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8c978d3a39f9fbcff5973ba44c41c4c2bc459f3ab1b0fadddc1ef81f6b190072_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:8c978d3a39f9fbcff5973ba44c41c4c2bc459f3ab1b0fadddc1ef81f6b190072_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8c978d3a39f9fbcff5973ba44c41c4c2bc459f3ab1b0fadddc1ef81f6b190072_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:b3a3458c99efac27e7db18d16fe8587b98215795c322c24d721403da5d820818_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:b3a3458c99efac27e7db18d16fe8587b98215795c322c24d721403da5d820818_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:b3a3458c99efac27e7db18d16fe8587b98215795c322c24d721403da5d820818_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:dee09d94717c386691d2a1cad966eccc6b4e695f9a7aaf5e831908912cd07b4c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:dee09d94717c386691d2a1cad966eccc6b4e695f9a7aaf5e831908912cd07b4c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:dee09d94717c386691d2a1cad966eccc6b4e695f9a7aaf5e831908912cd07b4c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:17ee5262a2f32a842d902d6558c29b9297ae5b07b39eeaaae890421f32f7d653_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:17ee5262a2f32a842d902d6558c29b9297ae5b07b39eeaaae890421f32f7d653_arm64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:17ee5262a2f32a842d902d6558c29b9297ae5b07b39eeaaae890421f32f7d653_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:4ee52748f05d501ce0315ed4e5b72c0df290e2221213c5af1ac6f6666cfcb3a5_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:4ee52748f05d501ce0315ed4e5b72c0df290e2221213c5af1ac6f6666cfcb3a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:4ee52748f05d501ce0315ed4e5b72c0df290e2221213c5af1ac6f6666cfcb3a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:aa2d907596b9b5cf15e6d4f0b6edb26be0e5f09547fa869d59e525a3e64a2b95_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:aa2d907596b9b5cf15e6d4f0b6edb26be0e5f09547fa869d59e525a3e64a2b95_s390x"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:aa2d907596b9b5cf15e6d4f0b6edb26be0e5f09547fa869d59e525a3e64a2b95_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:bdf9948a90fe6c4f72fae0fabcb1e82aa53f25c16ace20bfa1a67ba400a53db5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:bdf9948a90fe6c4f72fae0fabcb1e82aa53f25c16ace20bfa1a67ba400a53db5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:bdf9948a90fe6c4f72fae0fabcb1e82aa53f25c16ace20bfa1a67ba400a53db5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:785bf6b208680c589939dabd27f0d67f9ff94e1dde3cac6000d63f3dc29df33a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:785bf6b208680c589939dabd27f0d67f9ff94e1dde3cac6000d63f3dc29df33a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:785bf6b208680c589939dabd27f0d67f9ff94e1dde3cac6000d63f3dc29df33a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:c00b726342441e31a93a316cd886b5d6fa6cfb133f59f0b2ae5c39000dd4886d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:c00b726342441e31a93a316cd886b5d6fa6cfb133f59f0b2ae5c39000dd4886d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:c00b726342441e31a93a316cd886b5d6fa6cfb133f59f0b2ae5c39000dd4886d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:d6dcfa7681a062b390ccc18e32bd1a8c8ba7c6a73ce204726fa01b8a7393a9b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:d6dcfa7681a062b390ccc18e32bd1a8c8ba7c6a73ce204726fa01b8a7393a9b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:d6dcfa7681a062b390ccc18e32bd1a8c8ba7c6a73ce204726fa01b8a7393a9b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:fb12144250fc6d3ea613357cbcf56caeffe9236a7736e6db4116cac1b789af8c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fb12144250fc6d3ea613357cbcf56caeffe9236a7736e6db4116cac1b789af8c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:fb12144250fc6d3ea613357cbcf56caeffe9236a7736e6db4116cac1b789af8c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c5f699dd86eb69e7b400e6fa9c3b87e03877e16b8327df647929891b6a015693_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c5f699dd86eb69e7b400e6fa9c3b87e03877e16b8327df647929891b6a015693_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c5f699dd86eb69e7b400e6fa9c3b87e03877e16b8327df647929891b6a015693_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f713e0b404c9ff34d5d022d4799da11873249450b55809513000d4b375708342_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f713e0b404c9ff34d5d022d4799da11873249450b55809513000d4b375708342_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f713e0b404c9ff34d5d022d4799da11873249450b55809513000d4b375708342_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:a695422b19a3d29a2b4ede64f9eb045f02bbcf3b246c0494aec9bef0fc961b2d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:a695422b19a3d29a2b4ede64f9eb045f02bbcf3b246c0494aec9bef0fc961b2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:a695422b19a3d29a2b4ede64f9eb045f02bbcf3b246c0494aec9bef0fc961b2d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea048908f75345d2dd2e770c94987db6c4cb865d7ced0064089ef22743841397_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea048908f75345d2dd2e770c94987db6c4cb865d7ced0064089ef22743841397_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea048908f75345d2dd2e770c94987db6c4cb865d7ced0064089ef22743841397_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20c539cc9f56e35c23da05fdc8c7d1334b5ef340077c8b6d3560bad4e92a00f1_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20c539cc9f56e35c23da05fdc8c7d1334b5ef340077c8b6d3560bad4e92a00f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20c539cc9f56e35c23da05fdc8c7d1334b5ef340077c8b6d3560bad4e92a00f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:247378f05337f5914840cff744da117f5e6b6d1377f69a4c6ab66c2752e1fa4b_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:247378f05337f5914840cff744da117f5e6b6d1377f69a4c6ab66c2752e1fa4b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:247378f05337f5914840cff744da117f5e6b6d1377f69a4c6ab66c2752e1fa4b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5acd334985679476cfa6827fcc89f00fc89e4c409de2f06d4284e1cbe9a3624c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5acd334985679476cfa6827fcc89f00fc89e4c409de2f06d4284e1cbe9a3624c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5acd334985679476cfa6827fcc89f00fc89e4c409de2f06d4284e1cbe9a3624c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:910679c50655521d2e955bdf0f6413016af80a1c705c9f2e6e02f1ec1f44d31c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:910679c50655521d2e955bdf0f6413016af80a1c705c9f2e6e02f1ec1f44d31c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:910679c50655521d2e955bdf0f6413016af80a1c705c9f2e6e02f1ec1f44d31c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2c00297c567711c713ad3020a258150a55c8db2206ef35ffabf177a2f579c586_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2c00297c567711c713ad3020a258150a55c8db2206ef35ffabf177a2f579c586_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2c00297c567711c713ad3020a258150a55c8db2206ef35ffabf177a2f579c586_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:9ec6d1351cc277ff1fc3d264fa896bc03e54297c1817e933f6c97946f6c3e108_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:9ec6d1351cc277ff1fc3d264fa896bc03e54297c1817e933f6c97946f6c3e108_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:9ec6d1351cc277ff1fc3d264fa896bc03e54297c1817e933f6c97946f6c3e108_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ef377efe3db560e6ddd466bc0e3c6e9fe8476aefef42c093f09682fb9e8981e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ef377efe3db560e6ddd466bc0e3c6e9fe8476aefef42c093f09682fb9e8981e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ef377efe3db560e6ddd466bc0e3c6e9fe8476aefef42c093f09682fb9e8981e4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:0cc0282d802bc9af9d66b0cc0f87e28e27199ad3b18eeff2bd726355ca71443e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:0cc0282d802bc9af9d66b0cc0f87e28e27199ad3b18eeff2bd726355ca71443e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:0cc0282d802bc9af9d66b0cc0f87e28e27199ad3b18eeff2bd726355ca71443e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7bfb0df1f28e9fc579a70182d185425c4f077738a9d238bdcfc4f06615e7e825_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7bfb0df1f28e9fc579a70182d185425c4f077738a9d238bdcfc4f06615e7e825_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7bfb0df1f28e9fc579a70182d185425c4f077738a9d238bdcfc4f06615e7e825_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8ee4532c139dcefc590b8188456a5f59528730d63fbc72075946e2139ae631ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8ee4532c139dcefc590b8188456a5f59528730d63fbc72075946e2139ae631ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8ee4532c139dcefc590b8188456a5f59528730d63fbc72075946e2139ae631ad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c852bc159ad836b50dc6e616d72446632bfe939a89e6efceec08c6b99362bf1c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c852bc159ad836b50dc6e616d72446632bfe939a89e6efceec08c6b99362bf1c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c852bc159ad836b50dc6e616d72446632bfe939a89e6efceec08c6b99362bf1c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:51364e22aecbb710acee25f374397d95f5395ca3c9c86128716b9b6522fc7035_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:51364e22aecbb710acee25f374397d95f5395ca3c9c86128716b9b6522fc7035_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:51364e22aecbb710acee25f374397d95f5395ca3c9c86128716b9b6522fc7035_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7cac6c4f530b4c27d0c9fea7ad5e6e39e8fe07bac432ac4714292251b47f8e3b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7cac6c4f530b4c27d0c9fea7ad5e6e39e8fe07bac432ac4714292251b47f8e3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7cac6c4f530b4c27d0c9fea7ad5e6e39e8fe07bac432ac4714292251b47f8e3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:d56ef6bd87903015a314557bb15e8b89d2e78c20b51354458d43f897a99a76cd_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:d56ef6bd87903015a314557bb15e8b89d2e78c20b51354458d43f897a99a76cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:d56ef6bd87903015a314557bb15e8b89d2e78c20b51354458d43f897a99a76cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ec9c17f297cf783b03d97e0ae4b9e114dbba1ae1681a2c5dc2d22d1bc1b5da4d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ec9c17f297cf783b03d97e0ae4b9e114dbba1ae1681a2c5dc2d22d1bc1b5da4d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ec9c17f297cf783b03d97e0ae4b9e114dbba1ae1681a2c5dc2d22d1bc1b5da4d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1c18b0dc1d67f764a6feac82dc5f0104e6c5535fc4ad2c40923cb48529e6ca25_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1c18b0dc1d67f764a6feac82dc5f0104e6c5535fc4ad2c40923cb48529e6ca25_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1c18b0dc1d67f764a6feac82dc5f0104e6c5535fc4ad2c40923cb48529e6ca25_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1e5a06fef06f3a45dd71fe6d57dbae99204ca9a6582d31eddb45eb820ff96aab_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1e5a06fef06f3a45dd71fe6d57dbae99204ca9a6582d31eddb45eb820ff96aab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1e5a06fef06f3a45dd71fe6d57dbae99204ca9a6582d31eddb45eb820ff96aab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5a88db2180d0d8357dddd959e3a519e1b71f2d2efd236f1b9ddb2d8ece90fb4f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5a88db2180d0d8357dddd959e3a519e1b71f2d2efd236f1b9ddb2d8ece90fb4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5a88db2180d0d8357dddd959e3a519e1b71f2d2efd236f1b9ddb2d8ece90fb4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:9cc05976b20d32a1e0ece5827c5a8cfa08ae29a54f49ffd4bc42c4180a3e420c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:9cc05976b20d32a1e0ece5827c5a8cfa08ae29a54f49ffd4bc42c4180a3e420c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:9cc05976b20d32a1e0ece5827c5a8cfa08ae29a54f49ffd4bc42c4180a3e420c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d75fed110fdc9cc355dea19d6db8cfbf159c22580427a394d6ab4fbb770beb15_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d75fed110fdc9cc355dea19d6db8cfbf159c22580427a394d6ab4fbb770beb15_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d75fed110fdc9cc355dea19d6db8cfbf159c22580427a394d6ab4fbb770beb15_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:efc2708d61193cc4cc753a1ff3a2600b5c3872f687b2d1f47c350a025556c873_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:efc2708d61193cc4cc753a1ff3a2600b5c3872f687b2d1f47c350a025556c873_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:efc2708d61193cc4cc753a1ff3a2600b5c3872f687b2d1f47c350a025556c873_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:f34dd1618b14072287db1b404bea782cc0e0f657f4d7d96859fdd831f59b4489_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:f34dd1618b14072287db1b404bea782cc0e0f657f4d7d96859fdd831f59b4489_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:f34dd1618b14072287db1b404bea782cc0e0f657f4d7d96859fdd831f59b4489_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:fe7d7b1dca8792f5d81cdb9e635cff1a2aa2159a2501c5d1ea1cb5f165bb5cda_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:fe7d7b1dca8792f5d81cdb9e635cff1a2aa2159a2501c5d1ea1cb5f165bb5cda_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:fe7d7b1dca8792f5d81cdb9e635cff1a2aa2159a2501c5d1ea1cb5f165bb5cda_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4a5c9f2b5743d2b9564a4408f8b8a20e1cc1be2dee4ce77c5205545a2656d8cc_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4a5c9f2b5743d2b9564a4408f8b8a20e1cc1be2dee4ce77c5205545a2656d8cc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4a5c9f2b5743d2b9564a4408f8b8a20e1cc1be2dee4ce77c5205545a2656d8cc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:abb512398117418cfff56ce361aaf6ddf373ff1bb37923ba240f336f200a8c44_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:abb512398117418cfff56ce361aaf6ddf373ff1bb37923ba240f336f200a8c44_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:abb512398117418cfff56ce361aaf6ddf373ff1bb37923ba240f336f200a8c44_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:d86d8f49b54887e31bef8132e5d01a2ff0f42cc1086afceabacdbce23b911070_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:d86d8f49b54887e31bef8132e5d01a2ff0f42cc1086afceabacdbce23b911070_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:d86d8f49b54887e31bef8132e5d01a2ff0f42cc1086afceabacdbce23b911070_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fc6e955cdf0e78fc2496b71b10cabc33575f9f6532cf137a88cb7fd4ef7bdd12_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fc6e955cdf0e78fc2496b71b10cabc33575f9f6532cf137a88cb7fd4ef7bdd12_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fc6e955cdf0e78fc2496b71b10cabc33575f9f6532cf137a88cb7fd4ef7bdd12_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4bf40c31c7db42c767c1bd01f34a59c41693d93f8cd3cf5d6eca6e21a4af8448_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4bf40c31c7db42c767c1bd01f34a59c41693d93f8cd3cf5d6eca6e21a4af8448_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4bf40c31c7db42c767c1bd01f34a59c41693d93f8cd3cf5d6eca6e21a4af8448_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4d649d4bff5c2c8d0b94d8f97b3bf2b6a16d7a0bae108f3db241b76476df5451_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4d649d4bff5c2c8d0b94d8f97b3bf2b6a16d7a0bae108f3db241b76476df5451_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4d649d4bff5c2c8d0b94d8f97b3bf2b6a16d7a0bae108f3db241b76476df5451_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:b04f0bbb50152c39aed33439899d7a82b66dbeded447592e6781fb2368848036_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:b04f0bbb50152c39aed33439899d7a82b66dbeded447592e6781fb2368848036_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:b04f0bbb50152c39aed33439899d7a82b66dbeded447592e6781fb2368848036_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:d33fbbd906c7dfb978ab4bc7791f88cb62d8a93d4a0057ac832f96260b119ac0_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:d33fbbd906c7dfb978ab4bc7791f88cb62d8a93d4a0057ac832f96260b119ac0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:d33fbbd906c7dfb978ab4bc7791f88cb62d8a93d4a0057ac832f96260b119ac0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:23bf3ebfcbd52d6b9f876b90e2681d05d469f902f35f89c89399ebf59a18c818_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:23bf3ebfcbd52d6b9f876b90e2681d05d469f902f35f89c89399ebf59a18c818_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:23bf3ebfcbd52d6b9f876b90e2681d05d469f902f35f89c89399ebf59a18c818_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:3ea41fb875b3810356430885375f2a4b262f9a5947cde346ad359f099e49b05f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:3ea41fb875b3810356430885375f2a4b262f9a5947cde346ad359f099e49b05f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:3ea41fb875b3810356430885375f2a4b262f9a5947cde346ad359f099e49b05f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:7d6fcd0184488fc8259a70f93ecf15185b31f8e4560bee3e22cd35c82cf479e8_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:7d6fcd0184488fc8259a70f93ecf15185b31f8e4560bee3e22cd35c82cf479e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:7d6fcd0184488fc8259a70f93ecf15185b31f8e4560bee3e22cd35c82cf479e8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:cb381ac5fe5d0d95935f481c03f6d26e53e667bc8d4e3cd2d301ec9fdff89944_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:cb381ac5fe5d0d95935f481c03f6d26e53e667bc8d4e3cd2d301ec9fdff89944_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:cb381ac5fe5d0d95935f481c03f6d26e53e667bc8d4e3cd2d301ec9fdff89944_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:641d0bdb5cd604bcdec8b32a7c166888b82cba8a248ba3912aa61391050ff12a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:641d0bdb5cd604bcdec8b32a7c166888b82cba8a248ba3912aa61391050ff12a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router@sha256:641d0bdb5cd604bcdec8b32a7c166888b82cba8a248ba3912aa61391050ff12a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:91022c9c26601a4b64b78be11ea8efa09d29fad8ef74b2f625ac1c1cbeb8bc08_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:91022c9c26601a4b64b78be11ea8efa09d29fad8ef74b2f625ac1c1cbeb8bc08_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router@sha256:91022c9c26601a4b64b78be11ea8efa09d29fad8ef74b2f625ac1c1cbeb8bc08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:b3ec369f7972bec489dfa5139e35e7141805982ca6dc89a7e3f99b9d6a23dc04_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b3ec369f7972bec489dfa5139e35e7141805982ca6dc89a7e3f99b9d6a23dc04_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router@sha256:b3ec369f7972bec489dfa5139e35e7141805982ca6dc89a7e3f99b9d6a23dc04_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:b64fb86134b86349392a106b570bea1e6fc79e6a56a58c3fbf8b98282198ebe8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b64fb86134b86349392a106b570bea1e6fc79e6a56a58c3fbf8b98282198ebe8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router@sha256:b64fb86134b86349392a106b570bea1e6fc79e6a56a58c3fbf8b98282198ebe8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:0bb1714177f8aa3a7f773c291745140535e9251f5c840ca7de4d88d830dbebdf_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:0bb1714177f8aa3a7f773c291745140535e9251f5c840ca7de4d88d830dbebdf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:0bb1714177f8aa3a7f773c291745140535e9251f5c840ca7de4d88d830dbebdf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:387867da06b841a3e3a11074f9dd80fd428e635d6ce0034a5d00fadeadf095bf_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:387867da06b841a3e3a11074f9dd80fd428e635d6ce0034a5d00fadeadf095bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:387867da06b841a3e3a11074f9dd80fd428e635d6ce0034a5d00fadeadf095bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c8ac965c796619d93422d106baa0ca55abd31e400feebcc71d76ef4741bc0434_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c8ac965c796619d93422d106baa0ca55abd31e400feebcc71d76ef4741bc0434_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c8ac965c796619d93422d106baa0ca55abd31e400feebcc71d76ef4741bc0434_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d33535375f98f5c56b850a8e3a35bd9c7c74dc10abe0065de294c4e22abfb7f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d33535375f98f5c56b850a8e3a35bd9c7c74dc10abe0065de294c4e22abfb7f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d33535375f98f5c56b850a8e3a35bd9c7c74dc10abe0065de294c4e22abfb7f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b966e6a3109b7586d55a8055f69adcbbf5aaa041503d5164371a289d84e5aa41_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b966e6a3109b7586d55a8055f69adcbbf5aaa041503d5164371a289d84e5aa41_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b966e6a3109b7586d55a8055f69adcbbf5aaa041503d5164371a289d84e5aa41_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c47212e1b7806fdca3b3d0a063158ff537c51ee30e657a14708f1ee071936188_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c47212e1b7806fdca3b3d0a063158ff537c51ee30e657a14708f1ee071936188_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c47212e1b7806fdca3b3d0a063158ff537c51ee30e657a14708f1ee071936188_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:56b218cf59d09916734a1f306585fafdf4717baad5fa96c9393ba85e9441664a_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:56b218cf59d09916734a1f306585fafdf4717baad5fa96c9393ba85e9441664a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-operator@sha256:56b218cf59d09916734a1f306585fafdf4717baad5fa96c9393ba85e9441664a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:7cd82ce95b878483934f520f5d616294f7232c25c8a5e183b4bf3c1d7532b83f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:7cd82ce95b878483934f520f5d616294f7232c25c8a5e183b4bf3c1d7532b83f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-operator@sha256:7cd82ce95b878483934f520f5d616294f7232c25c8a5e183b4bf3c1d7532b83f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:a10fff36c1024a908a98d4f31cc72711a8d9eb8a8a51944fe5ca2eadd0dd4226_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:a10fff36c1024a908a98d4f31cc72711a8d9eb8a8a51944fe5ca2eadd0dd4226_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-operator@sha256:a10fff36c1024a908a98d4f31cc72711a8d9eb8a8a51944fe5ca2eadd0dd4226_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:d8d67f6ba9efe67e7568dc962ce8db3b664e6c2a27b31bb2fa9a4179fd2515ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:d8d67f6ba9efe67e7568dc962ce8db3b664e6c2a27b31bb2fa9a4179fd2515ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-operator@sha256:d8d67f6ba9efe67e7568dc962ce8db3b664e6c2a27b31bb2fa9a4179fd2515ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38f9abf7774536383f3e8c99dfc3e32f4206c41837aacd581d0e93e26d8a61fd_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38f9abf7774536383f3e8c99dfc3e32f4206c41837aacd581d0e93e26d8a61fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38f9abf7774536383f3e8c99dfc3e32f4206c41837aacd581d0e93e26d8a61fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5d6800a82107ccda8ccc5a0189f87198df2663904d12d17376a4440d0ed17807_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5d6800a82107ccda8ccc5a0189f87198df2663904d12d17376a4440d0ed17807_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5d6800a82107ccda8ccc5a0189f87198df2663904d12d17376a4440d0ed17807_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9a29c12b31c4128c1582fb4a1fe563755f018919e866fc8e7aa653014e21b058_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9a29c12b31c4128c1582fb4a1fe563755f018919e866fc8e7aa653014e21b058_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9a29c12b31c4128c1582fb4a1fe563755f018919e866fc8e7aa653014e21b058_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e9ccc3d61bf34078ceb1b43f996f8f4bc66390e00a78437219cb0cc7bb0f7e91_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e9ccc3d61bf34078ceb1b43f996f8f4bc66390e00a78437219cb0cc7bb0f7e91_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e9ccc3d61bf34078ceb1b43f996f8f4bc66390e00a78437219cb0cc7bb0f7e91_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:18216ebaeae0426b7bcb077981db25baea3123bad32a42790c3cc37d7451b77d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:18216ebaeae0426b7bcb077981db25baea3123bad32a42790c3cc37d7451b77d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:18216ebaeae0426b7bcb077981db25baea3123bad32a42790c3cc37d7451b77d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4b7ac561feaebc72f2367cfbca15f7940cbb08d61146a5b91ed337175265a113_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4b7ac561feaebc72f2367cfbca15f7940cbb08d61146a5b91ed337175265a113_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4b7ac561feaebc72f2367cfbca15f7940cbb08d61146a5b91ed337175265a113_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c715470dd6eebb903acc3237e2697394ddd17f21ad61c2deb68ca5f9076c1210_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c715470dd6eebb903acc3237e2697394ddd17f21ad61c2deb68ca5f9076c1210_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c715470dd6eebb903acc3237e2697394ddd17f21ad61c2deb68ca5f9076c1210_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d800be636f49b50e277baf5dfa33d6862dd245921fc466fed383e2f27fd291f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d800be636f49b50e277baf5dfa33d6862dd245921fc466fed383e2f27fd291f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d800be636f49b50e277baf5dfa33d6862dd245921fc466fed383e2f27fd291f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:3c295d84562c65c8fd7a719982616165b13b354ff8b14202e8793390c7ef6bad_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:3c295d84562c65c8fd7a719982616165b13b354ff8b14202e8793390c7ef6bad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:3c295d84562c65c8fd7a719982616165b13b354ff8b14202e8793390c7ef6bad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:73dd9e94485110fcf6959369954fedc2f90b9d625b098c2afeddc07b8f623ef6_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:73dd9e94485110fcf6959369954fedc2f90b9d625b098c2afeddc07b8f623ef6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:73dd9e94485110fcf6959369954fedc2f90b9d625b098c2afeddc07b8f623ef6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a4c2601601b54a6108b118c505a510ec09737d834276c71c3e9cd134390ce12e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a4c2601601b54a6108b118c505a510ec09737d834276c71c3e9cd134390ce12e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a4c2601601b54a6108b118c505a510ec09737d834276c71c3e9cd134390ce12e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a58d7df52405238bc1b812eefbb1449efe4f48eea73d07ef97242929ae89e0b8_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a58d7df52405238bc1b812eefbb1449efe4f48eea73d07ef97242929ae89e0b8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a58d7df52405238bc1b812eefbb1449efe4f48eea73d07ef97242929ae89e0b8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0044b6cc0124ea07f90897a56383c117639ad914b769b65a52964869bd66349e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0044b6cc0124ea07f90897a56383c117639ad914b769b65a52964869bd66349e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0044b6cc0124ea07f90897a56383c117639ad914b769b65a52964869bd66349e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:032f5b3e93b461c9832ebf893ff207e9435c8b63cc1cd9c8bfb6892a442ff75f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:032f5b3e93b461c9832ebf893ff207e9435c8b63cc1cd9c8bfb6892a442ff75f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:032f5b3e93b461c9832ebf893ff207e9435c8b63cc1cd9c8bfb6892a442ff75f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:4e2d9f38ff713c22ee5a110ebf8dbd7a6e8e0fdd8e073db09c4d29bfbfb0d2d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:4e2d9f38ff713c22ee5a110ebf8dbd7a6e8e0fdd8e073db09c4d29bfbfb0d2d9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:4e2d9f38ff713c22ee5a110ebf8dbd7a6e8e0fdd8e073db09c4d29bfbfb0d2d9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8c041dadc0a911af2a47ce500b882798fe6abc75a10ecf770c6471f7bc73936b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8c041dadc0a911af2a47ce500b882798fe6abc75a10ecf770c6471f7bc73936b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8c041dadc0a911af2a47ce500b882798fe6abc75a10ecf770c6471f7bc73936b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1d96022c39360a11cb50ee0d80756b53311a3a9b3684b641b260ff1433d58f07_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1d96022c39360a11cb50ee0d80756b53311a3a9b3684b641b260ff1433d58f07_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1d96022c39360a11cb50ee0d80756b53311a3a9b3684b641b260ff1433d58f07_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:3916bd485b41958debb2061f0e23b8c1506517923e34fe7e1dc939c13065509f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:3916bd485b41958debb2061f0e23b8c1506517923e34fe7e1dc939c13065509f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:3916bd485b41958debb2061f0e23b8c1506517923e34fe7e1dc939c13065509f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:45a189001a07473dbe6f9a6b69b25f35bd0d2dc70f906df0b7df7e465e0e9796_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:45a189001a07473dbe6f9a6b69b25f35bd0d2dc70f906df0b7df7e465e0e9796_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:45a189001a07473dbe6f9a6b69b25f35bd0d2dc70f906df0b7df7e465e0e9796_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:dd6a46b10a54482c5a1f31b4de1de495dc02a72b8bb115f3dfb25e494ecddaa2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:dd6a46b10a54482c5a1f31b4de1de495dc02a72b8bb115f3dfb25e494ecddaa2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:dd6a46b10a54482c5a1f31b4de1de495dc02a72b8bb115f3dfb25e494ecddaa2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:32db8de07d4867bea45d6d48e8b43a01b262d06bf75e0644f8d4fd3f5c10dcbd_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:32db8de07d4867bea45d6d48e8b43a01b262d06bf75e0644f8d4fd3f5c10dcbd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:32db8de07d4867bea45d6d48e8b43a01b262d06bf75e0644f8d4fd3f5c10dcbd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d0ce9dbe2e4e4a1c76732c63832ff3e577026adda71517f37f0933441bf6f0ab_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d0ce9dbe2e4e4a1c76732c63832ff3e577026adda71517f37f0933441bf6f0ab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d0ce9dbe2e4e4a1c76732c63832ff3e577026adda71517f37f0933441bf6f0ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:eb0d7a2791486d3d6f3aa5c532a2d1427dc1c5740318e4cd3345dd7abb37fb4e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:eb0d7a2791486d3d6f3aa5c532a2d1427dc1c5740318e4cd3345dd7abb37fb4e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:eb0d7a2791486d3d6f3aa5c532a2d1427dc1c5740318e4cd3345dd7abb37fb4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:f956eeaa238cf4c56744e5209bd821c4272474d6cddce6dbe74f3355494ebefe_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:f956eeaa238cf4c56744e5209bd821c4272474d6cddce6dbe74f3355494ebefe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:f956eeaa238cf4c56744e5209bd821c4272474d6cddce6dbe74f3355494ebefe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3e9c64bab5210ecb56a3930fd926f0dbc55bc5c955b9cc6fecfee0409110c96f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3e9c64bab5210ecb56a3930fd926f0dbc55bc5c955b9cc6fecfee0409110c96f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3e9c64bab5210ecb56a3930fd926f0dbc55bc5c955b9cc6fecfee0409110c96f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9ca6139e7b6e15080e9149a6f3b497673b2affe86d6ba2f00a1e8a53fcf5698e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9ca6139e7b6e15080e9149a6f3b497673b2affe86d6ba2f00a1e8a53fcf5698e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9ca6139e7b6e15080e9149a6f3b497673b2affe86d6ba2f00a1e8a53fcf5698e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:cd6910f785500fdd6cd10724c5626ee31d2079502c382bb36ada9926c6c9a120_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:cd6910f785500fdd6cd10724c5626ee31d2079502c382bb36ada9926c6c9a120_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:cd6910f785500fdd6cd10724c5626ee31d2079502c382bb36ada9926c6c9a120_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:03c4a5dde5604fee60e75b0324572d28855cfa57f120b3e678d3eb7f3ad4cb22_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:03c4a5dde5604fee60e75b0324572d28855cfa57f120b3e678d3eb7f3ad4cb22_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:03c4a5dde5604fee60e75b0324572d28855cfa57f120b3e678d3eb7f3ad4cb22_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:0b599f1470df8e3a8a695793bcf7edae1150fec7e05dd2111b3a926697d56e53_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:0b599f1470df8e3a8a695793bcf7edae1150fec7e05dd2111b3a926697d56e53_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:0b599f1470df8e3a8a695793bcf7edae1150fec7e05dd2111b3a926697d56e53_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bbc190f19dca8799aff49578823a6b34280bdc8083faf4b4994942966f120a43_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bbc190f19dca8799aff49578823a6b34280bdc8083faf4b4994942966f120a43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bbc190f19dca8799aff49578823a6b34280bdc8083faf4b4994942966f120a43_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0c911890a88e3fd66e7032ec124e81dede82c9073d37272faccf21035345664_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0c911890a88e3fd66e7032ec124e81dede82c9073d37272faccf21035345664_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0c911890a88e3fd66e7032ec124e81dede82c9073d37272faccf21035345664_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0cf21c32ddcfd149415ec08377b0def18c243211e4be996f78da85952103d2c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0cf21c32ddcfd149415ec08377b0def18c243211e4be996f78da85952103d2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0cf21c32ddcfd149415ec08377b0def18c243211e4be996f78da85952103d2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b95ed20958e794687ec9222b32270bcfc85cb72d878ad92e03aa5dc995b4e600_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b95ed20958e794687ec9222b32270bcfc85cb72d878ad92e03aa5dc995b4e600_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b95ed20958e794687ec9222b32270bcfc85cb72d878ad92e03aa5dc995b4e600_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f12358bc4bbdbef2108b7915a29f9f72f3f54623ade6f20cc2d1670d22a0cb03_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f12358bc4bbdbef2108b7915a29f9f72f3f54623ade6f20cc2d1670d22a0cb03_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f12358bc4bbdbef2108b7915a29f9f72f3f54623ade6f20cc2d1670d22a0cb03_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:32904ba36b6bb51a3bf8211b9c57f3f7aad90d33c73c8f5befeeb8f9fc958f6c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:32904ba36b6bb51a3bf8211b9c57f3f7aad90d33c73c8f5befeeb8f9fc958f6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:32904ba36b6bb51a3bf8211b9c57f3f7aad90d33c73c8f5befeeb8f9fc958f6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:808a10cf4119f2954062c2dbf894f58108984494da50960006185ea9fa6c34d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:808a10cf4119f2954062c2dbf894f58108984494da50960006185ea9fa6c34d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:808a10cf4119f2954062c2dbf894f58108984494da50960006185ea9fa6c34d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9cb54d131b4b7c043903bbb400dca46e909a4036ef5bef3d34d6246153c481d5_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9cb54d131b4b7c043903bbb400dca46e909a4036ef5bef3d34d6246153c481d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9cb54d131b4b7c043903bbb400dca46e909a4036ef5bef3d34d6246153c481d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:efc67545f3a59c51bbb9ea945d7d695c1857183ee95a65b6ca0c88bbdb472299_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:efc67545f3a59c51bbb9ea945d7d695c1857183ee95a65b6ca0c88bbdb472299_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:efc67545f3a59c51bbb9ea945d7d695c1857183ee95a65b6ca0c88bbdb472299_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:660264d4bf6763c782d4d8a2c121338dc88f549a0e3a9c1259628f5c0a405f6f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:660264d4bf6763c782d4d8a2c121338dc88f549a0e3a9c1259628f5c0a405f6f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:660264d4bf6763c782d4d8a2c121338dc88f549a0e3a9c1259628f5c0a405f6f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:97e08eed4a56828d10b4160ebc70015ae2c247a7e0c03e33fd49a264eedcc69d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:97e08eed4a56828d10b4160ebc70015ae2c247a7e0c03e33fd49a264eedcc69d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:97e08eed4a56828d10b4160ebc70015ae2c247a7e0c03e33fd49a264eedcc69d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a58f93c956c8b8d1e15e6d2a19de7e7ae41705d334f74605b2eab20e33cb45a9_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a58f93c956c8b8d1e15e6d2a19de7e7ae41705d334f74605b2eab20e33cb45a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a58f93c956c8b8d1e15e6d2a19de7e7ae41705d334f74605b2eab20e33cb45a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c7a4ea792bd4b5ed2ac2b4ab37f9381f40f349fceb79b9e93b51ecab7d33360b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c7a4ea792bd4b5ed2ac2b4ab37f9381f40f349fceb79b9e93b51ecab7d33360b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c7a4ea792bd4b5ed2ac2b4ab37f9381f40f349fceb79b9e93b51ecab7d33360b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c2c81b011c816ecfae37abd6b4721e6c0678faf7a1e931cedc5873376a49efa_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c2c81b011c816ecfae37abd6b4721e6c0678faf7a1e931cedc5873376a49efa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c2c81b011c816ecfae37abd6b4721e6c0678faf7a1e931cedc5873376a49efa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:66d8c77dfdbfaa1113a200490f390c93a932b90ea13f68d663b83609280bf63f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:66d8c77dfdbfaa1113a200490f390c93a932b90ea13f68d663b83609280bf63f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:66d8c77dfdbfaa1113a200490f390c93a932b90ea13f68d663b83609280bf63f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c638a99bfac9e5693634ac6c2fd04af8207882b6546b5ae8721cca8205b9b62f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c638a99bfac9e5693634ac6c2fd04af8207882b6546b5ae8721cca8205b9b62f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c638a99bfac9e5693634ac6c2fd04af8207882b6546b5ae8721cca8205b9b62f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d22722b5a9a80bcdc6f0cc887de1432cec5b6fccb0480721b2450a576a42c98_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d22722b5a9a80bcdc6f0cc887de1432cec5b6fccb0480721b2450a576a42c98_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d22722b5a9a80bcdc6f0cc887de1432cec5b6fccb0480721b2450a576a42c98_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b9047f6f27c4a472d1d772f11c465d1e0a52dfb17563b199259b7f6f35755097_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b9047f6f27c4a472d1d772f11c465d1e0a52dfb17563b199259b7f6f35755097_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b9047f6f27c4a472d1d772f11c465d1e0a52dfb17563b199259b7f6f35755097_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:fdb635230b9474360212f4ff9d65b08da2d5ae7393db7e1446807e36b22e6b81_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:fdb635230b9474360212f4ff9d65b08da2d5ae7393db7e1446807e36b22e6b81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:fdb635230b9474360212f4ff9d65b08da2d5ae7393db7e1446807e36b22e6b81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30e24d9f744be4d729bc3e443a31a945eb952531b29b1b4057dbf41fc4d1849f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30e24d9f744be4d729bc3e443a31a945eb952531b29b1b4057dbf41fc4d1849f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30e24d9f744be4d729bc3e443a31a945eb952531b29b1b4057dbf41fc4d1849f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6adbeab62ab14ff659200361a7fac436216f942f782764734fabf664febfd375_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6adbeab62ab14ff659200361a7fac436216f942f782764734fabf664febfd375_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6adbeab62ab14ff659200361a7fac436216f942f782764734fabf664febfd375_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d92df363d5768e050581aae80395134dd6faae75d476bc28b40f6ec53ae5aee0_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d92df363d5768e050581aae80395134dd6faae75d476bc28b40f6ec53ae5aee0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d92df363d5768e050581aae80395134dd6faae75d476bc28b40f6ec53ae5aee0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:892d97b7c4dbbf202501e241d79a649025017110b00b8fc14c8c1f7997e8bcc4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:892d97b7c4dbbf202501e241d79a649025017110b00b8fc14c8c1f7997e8bcc4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:892d97b7c4dbbf202501e241d79a649025017110b00b8fc14c8c1f7997e8bcc4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:90726fcf9c62e9c723f5f108b6e1fcb55c1b94b5ddcc109874639fcb9531aee8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:90726fcf9c62e9c723f5f108b6e1fcb55c1b94b5ddcc109874639fcb9531aee8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:90726fcf9c62e9c723f5f108b6e1fcb55c1b94b5ddcc109874639fcb9531aee8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b376e3a380042c578a5cd0b2dfe1036c3cc0bf0e8a23cf3096793150c30fd749_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b376e3a380042c578a5cd0b2dfe1036c3cc0bf0e8a23cf3096793150c30fd749_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b376e3a380042c578a5cd0b2dfe1036c3cc0bf0e8a23cf3096793150c30fd749_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08409b71472330b107a00663e6198372bb08f444dc1c3ba703b3cfe33314a5fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08409b71472330b107a00663e6198372bb08f444dc1c3ba703b3cfe33314a5fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08409b71472330b107a00663e6198372bb08f444dc1c3ba703b3cfe33314a5fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:6367e1811ab013dbe08da56d86b90af5471113319825be8b289fa00d2df1648c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:6367e1811ab013dbe08da56d86b90af5471113319825be8b289fa00d2df1648c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:6367e1811ab013dbe08da56d86b90af5471113319825be8b289fa00d2df1648c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e54653c5d6109045c8029856d6928ab2de31224588a16a97313d5bc79c0aa7f9_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e54653c5d6109045c8029856d6928ab2de31224588a16a97313d5bc79c0aa7f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e54653c5d6109045c8029856d6928ab2de31224588a16a97313d5bc79c0aa7f9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:8ec44c793e1c8958f19356911ee75a3bf4907b51ead67a7438755d3fcacc28cc_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:8ec44c793e1c8958f19356911ee75a3bf4907b51ead67a7438755d3fcacc28cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:8ec44c793e1c8958f19356911ee75a3bf4907b51ead67a7438755d3fcacc28cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fd421ab96bef13ae969bc234efac92e5766ccf2060a9576b0ccae5918519ed05_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fd421ab96bef13ae969bc234efac92e5766ccf2060a9576b0ccae5918519ed05_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fd421ab96bef13ae969bc234efac92e5766ccf2060a9576b0ccae5918519ed05_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fe608164b671e81fd87943a1b520ce4bf3d184ab724ff6fa517fb6d4cbbc68fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fe608164b671e81fd87943a1b520ce4bf3d184ab724ff6fa517fb6d4cbbc68fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fe608164b671e81fd87943a1b520ce4bf3d184ab724ff6fa517fb6d4cbbc68fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:150bf5e2b4567776482733c5db730a84e8a9cbdf2636f17e8c86bfc69ea9cdb9_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:150bf5e2b4567776482733c5db730a84e8a9cbdf2636f17e8c86bfc69ea9cdb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:150bf5e2b4567776482733c5db730a84e8a9cbdf2636f17e8c86bfc69ea9cdb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:25bab0c0fc67f7c94bc636e13becb21e00ee54c67571bce6fd072ea81c8b3344_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:25bab0c0fc67f7c94bc636e13becb21e00ee54c67571bce6fd072ea81c8b3344_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:25bab0c0fc67f7c94bc636e13becb21e00ee54c67571bce6fd072ea81c8b3344_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bd6ef3b69a21c4d8690201c1aecaab15fc977968626437f70ef2b1742a1d6a3f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bd6ef3b69a21c4d8690201c1aecaab15fc977968626437f70ef2b1742a1d6a3f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bd6ef3b69a21c4d8690201c1aecaab15fc977968626437f70ef2b1742a1d6a3f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf2828ad55a05251e8841f1c7854425ffe5cdee7f73c85e0004ba1834af79fba_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf2828ad55a05251e8841f1c7854425ffe5cdee7f73c85e0004ba1834af79fba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf2828ad55a05251e8841f1c7854425ffe5cdee7f73c85e0004ba1834af79fba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1ca27f4805776b4117e858d7a928e91736fa1753abccae3d06c7d43713bc408e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1ca27f4805776b4117e858d7a928e91736fa1753abccae3d06c7d43713bc408e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1ca27f4805776b4117e858d7a928e91736fa1753abccae3d06c7d43713bc408e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5c6cdabd936f20e5990568bd04d19e1f179499f78a365e78f38143206f328ea3_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5c6cdabd936f20e5990568bd04d19e1f179499f78a365e78f38143206f328ea3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5c6cdabd936f20e5990568bd04d19e1f179499f78a365e78f38143206f328ea3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5e05d1243ac88fe5ab770d95e1f365fbb120d128b847c136052a453252cbdfcf_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5e05d1243ac88fe5ab770d95e1f365fbb120d128b847c136052a453252cbdfcf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5e05d1243ac88fe5ab770d95e1f365fbb120d128b847c136052a453252cbdfcf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed83236e1c16786da2d8951e8ead3d2ee078d9b8fdd75d2d26956bb75c12dddf_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed83236e1c16786da2d8951e8ead3d2ee078d9b8fdd75d2d26956bb75c12dddf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed83236e1c16786da2d8951e8ead3d2ee078d9b8fdd75d2d26956bb75c12dddf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:5fe63439a0d097634affe0e0ab52758166b9423771770a572b6727f8c4701ae2_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:5fe63439a0d097634affe0e0ab52758166b9423771770a572b6727f8c4701ae2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:5fe63439a0d097634affe0e0ab52758166b9423771770a572b6727f8c4701ae2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:7eba3d33c0a7e22acdfa306310f06b7f19803e5fdd1f084d48f3f26d0c6789ea_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:7eba3d33c0a7e22acdfa306310f06b7f19803e5fdd1f084d48f3f26d0c6789ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:7eba3d33c0a7e22acdfa306310f06b7f19803e5fdd1f084d48f3f26d0c6789ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:ffacdbb5b46211625414147810f789fea124666ae2cad504acbd30869534c7a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:ffacdbb5b46211625414147810f789fea124666ae2cad504acbd30869534c7a9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:ffacdbb5b46211625414147810f789fea124666ae2cad504acbd30869534c7a9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6530e658dca1bce45b6927f098e9535f0a9f24d2cfe6ed051bc4563f3a31a8db_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6530e658dca1bce45b6927f098e9535f0a9f24d2cfe6ed051bc4563f3a31a8db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6530e658dca1bce45b6927f098e9535f0a9f24d2cfe6ed051bc4563f3a31a8db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9736b543177d951bfeddd11d2d8f0da72af1113ed5b592f76d9e742c912639bf_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9736b543177d951bfeddd11d2d8f0da72af1113ed5b592f76d9e742c912639bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9736b543177d951bfeddd11d2d8f0da72af1113ed5b592f76d9e742c912639bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d7fb0212c31463ddbedc4cfcfdc3169db2e1761c6df7c40c15cce106640195ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d7fb0212c31463ddbedc4cfcfdc3169db2e1761c6df7c40c15cce106640195ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d7fb0212c31463ddbedc4cfcfdc3169db2e1761c6df7c40c15cce106640195ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:291b51f142433087d9a68c8ebeed772e37af6a54d3254aec4546483f83194b35_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:3328a0675ae2db79afec057009561e1c262eaa358897ad8a054e180297482b62_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:4df2698aa1277101384f263e1a52932cffadf5399df1ac670e94289184950d4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:ae9fb26083a889158d6ebebc49c93baac3190bb7349fa172a831e0295013bb9b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:162f41708e4582e0159ae794fec9969c35d1d1e8cf30037d45d896b7876b215b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5818b8345278b815cd0dab3e409606c5b14ae0da8bfc4fadfd28fe7dad8f69c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:9b54ca053b72e45af815c08a7833d32bd89266ac0f65b7aa25d3c2a88ea107c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dd4d28880ffd6f422cbc3bc82138b2ff18f075ba3e1b82d9993c648d057e645f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:2976c8097cce2468c476a58d0ca49de48a06f90ff00c7a5546e608bd6adc02ac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:6d5cdf8de9e565ef45226f1acc743358da5c14663a93d5b427c97940eb598c59_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:89fc8976059bb5f50b3950cd7c4625d4c77b630ad784b9c29ce7544de84e611e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:926b8d99005277c95ab7c64758cfe64316f6b94f54fed2892aeef67a44fc9df4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:446aeff94de90603fb22af76d310aac93ebad334dcc3f6da57f56bc3e587c041_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d6aca6e75eb464afdb001d6cb7b69c9068e82e1b1defa6dcb1f48e16392a3bd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f017c14d20143d1c0de3c003fb4dfc5b5256d30e2c3954e18d6544fd0f1591f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fe53979d7f1454153a4ad56e7e267faf75be5e995c2a4710eadb0eab5b41be9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8f567764033b088891642a5bacca1cb291d83b64cdf1e4f840d820f7d3cbe1ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a10863101a9a63c08126a63150799e23b315d51268ae927fe7021c7c7ef60f27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a11f515530bb260d97b24371ea2e21de404b46a95b222695b8a914eb0942e0ca_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e181e6c870125af4250b753c7836bbc1a5b4eeaf0ca24100ff2cd6636ec68a3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:01114ee04a38b2d63d4f4d7877cfeb45e3fd72db019ac09657e55eaef82ac3e1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:8c978d3a39f9fbcff5973ba44c41c4c2bc459f3ab1b0fadddc1ef81f6b190072_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:b3a3458c99efac27e7db18d16fe8587b98215795c322c24d721403da5d820818_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:dee09d94717c386691d2a1cad966eccc6b4e695f9a7aaf5e831908912cd07b4c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:17ee5262a2f32a842d902d6558c29b9297ae5b07b39eeaaae890421f32f7d653_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:4ee52748f05d501ce0315ed4e5b72c0df290e2221213c5af1ac6f6666cfcb3a5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:aa2d907596b9b5cf15e6d4f0b6edb26be0e5f09547fa869d59e525a3e64a2b95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:bdf9948a90fe6c4f72fae0fabcb1e82aa53f25c16ace20bfa1a67ba400a53db5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:785bf6b208680c589939dabd27f0d67f9ff94e1dde3cac6000d63f3dc29df33a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:c00b726342441e31a93a316cd886b5d6fa6cfb133f59f0b2ae5c39000dd4886d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:d6dcfa7681a062b390ccc18e32bd1a8c8ba7c6a73ce204726fa01b8a7393a9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fb12144250fc6d3ea613357cbcf56caeffe9236a7736e6db4116cac1b789af8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c5f699dd86eb69e7b400e6fa9c3b87e03877e16b8327df647929891b6a015693_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f713e0b404c9ff34d5d022d4799da11873249450b55809513000d4b375708342_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:a695422b19a3d29a2b4ede64f9eb045f02bbcf3b246c0494aec9bef0fc961b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea048908f75345d2dd2e770c94987db6c4cb865d7ced0064089ef22743841397_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20c539cc9f56e35c23da05fdc8c7d1334b5ef340077c8b6d3560bad4e92a00f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:247378f05337f5914840cff744da117f5e6b6d1377f69a4c6ab66c2752e1fa4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5acd334985679476cfa6827fcc89f00fc89e4c409de2f06d4284e1cbe9a3624c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:910679c50655521d2e955bdf0f6413016af80a1c705c9f2e6e02f1ec1f44d31c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2c00297c567711c713ad3020a258150a55c8db2206ef35ffabf177a2f579c586_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:9ec6d1351cc277ff1fc3d264fa896bc03e54297c1817e933f6c97946f6c3e108_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ef377efe3db560e6ddd466bc0e3c6e9fe8476aefef42c093f09682fb9e8981e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:0cc0282d802bc9af9d66b0cc0f87e28e27199ad3b18eeff2bd726355ca71443e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7bfb0df1f28e9fc579a70182d185425c4f077738a9d238bdcfc4f06615e7e825_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8ee4532c139dcefc590b8188456a5f59528730d63fbc72075946e2139ae631ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c852bc159ad836b50dc6e616d72446632bfe939a89e6efceec08c6b99362bf1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:51364e22aecbb710acee25f374397d95f5395ca3c9c86128716b9b6522fc7035_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7cac6c4f530b4c27d0c9fea7ad5e6e39e8fe07bac432ac4714292251b47f8e3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:d56ef6bd87903015a314557bb15e8b89d2e78c20b51354458d43f897a99a76cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ec9c17f297cf783b03d97e0ae4b9e114dbba1ae1681a2c5dc2d22d1bc1b5da4d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1c18b0dc1d67f764a6feac82dc5f0104e6c5535fc4ad2c40923cb48529e6ca25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1e5a06fef06f3a45dd71fe6d57dbae99204ca9a6582d31eddb45eb820ff96aab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5a88db2180d0d8357dddd959e3a519e1b71f2d2efd236f1b9ddb2d8ece90fb4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:9cc05976b20d32a1e0ece5827c5a8cfa08ae29a54f49ffd4bc42c4180a3e420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d75fed110fdc9cc355dea19d6db8cfbf159c22580427a394d6ab4fbb770beb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:efc2708d61193cc4cc753a1ff3a2600b5c3872f687b2d1f47c350a025556c873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:f34dd1618b14072287db1b404bea782cc0e0f657f4d7d96859fdd831f59b4489_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:fe7d7b1dca8792f5d81cdb9e635cff1a2aa2159a2501c5d1ea1cb5f165bb5cda_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4a5c9f2b5743d2b9564a4408f8b8a20e1cc1be2dee4ce77c5205545a2656d8cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:abb512398117418cfff56ce361aaf6ddf373ff1bb37923ba240f336f200a8c44_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:d86d8f49b54887e31bef8132e5d01a2ff0f42cc1086afceabacdbce23b911070_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fc6e955cdf0e78fc2496b71b10cabc33575f9f6532cf137a88cb7fd4ef7bdd12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4bf40c31c7db42c767c1bd01f34a59c41693d93f8cd3cf5d6eca6e21a4af8448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4d649d4bff5c2c8d0b94d8f97b3bf2b6a16d7a0bae108f3db241b76476df5451_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:b04f0bbb50152c39aed33439899d7a82b66dbeded447592e6781fb2368848036_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:d33fbbd906c7dfb978ab4bc7791f88cb62d8a93d4a0057ac832f96260b119ac0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:23bf3ebfcbd52d6b9f876b90e2681d05d469f902f35f89c89399ebf59a18c818_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:3ea41fb875b3810356430885375f2a4b262f9a5947cde346ad359f099e49b05f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:7d6fcd0184488fc8259a70f93ecf15185b31f8e4560bee3e22cd35c82cf479e8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:cb381ac5fe5d0d95935f481c03f6d26e53e667bc8d4e3cd2d301ec9fdff89944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:641d0bdb5cd604bcdec8b32a7c166888b82cba8a248ba3912aa61391050ff12a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:91022c9c26601a4b64b78be11ea8efa09d29fad8ef74b2f625ac1c1cbeb8bc08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b3ec369f7972bec489dfa5139e35e7141805982ca6dc89a7e3f99b9d6a23dc04_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b64fb86134b86349392a106b570bea1e6fc79e6a56a58c3fbf8b98282198ebe8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:0bb1714177f8aa3a7f773c291745140535e9251f5c840ca7de4d88d830dbebdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:387867da06b841a3e3a11074f9dd80fd428e635d6ce0034a5d00fadeadf095bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c8ac965c796619d93422d106baa0ca55abd31e400feebcc71d76ef4741bc0434_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d33535375f98f5c56b850a8e3a35bd9c7c74dc10abe0065de294c4e22abfb7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b966e6a3109b7586d55a8055f69adcbbf5aaa041503d5164371a289d84e5aa41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c47212e1b7806fdca3b3d0a063158ff537c51ee30e657a14708f1ee071936188_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:56b218cf59d09916734a1f306585fafdf4717baad5fa96c9393ba85e9441664a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:7cd82ce95b878483934f520f5d616294f7232c25c8a5e183b4bf3c1d7532b83f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:a10fff36c1024a908a98d4f31cc72711a8d9eb8a8a51944fe5ca2eadd0dd4226_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:d8d67f6ba9efe67e7568dc962ce8db3b664e6c2a27b31bb2fa9a4179fd2515ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38f9abf7774536383f3e8c99dfc3e32f4206c41837aacd581d0e93e26d8a61fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5d6800a82107ccda8ccc5a0189f87198df2663904d12d17376a4440d0ed17807_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9a29c12b31c4128c1582fb4a1fe563755f018919e866fc8e7aa653014e21b058_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e9ccc3d61bf34078ceb1b43f996f8f4bc66390e00a78437219cb0cc7bb0f7e91_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:18216ebaeae0426b7bcb077981db25baea3123bad32a42790c3cc37d7451b77d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4b7ac561feaebc72f2367cfbca15f7940cbb08d61146a5b91ed337175265a113_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c715470dd6eebb903acc3237e2697394ddd17f21ad61c2deb68ca5f9076c1210_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d800be636f49b50e277baf5dfa33d6862dd245921fc466fed383e2f27fd291f1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:3c295d84562c65c8fd7a719982616165b13b354ff8b14202e8793390c7ef6bad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:73dd9e94485110fcf6959369954fedc2f90b9d625b098c2afeddc07b8f623ef6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a4c2601601b54a6108b118c505a510ec09737d834276c71c3e9cd134390ce12e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a58d7df52405238bc1b812eefbb1449efe4f48eea73d07ef97242929ae89e0b8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0044b6cc0124ea07f90897a56383c117639ad914b769b65a52964869bd66349e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:032f5b3e93b461c9832ebf893ff207e9435c8b63cc1cd9c8bfb6892a442ff75f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:4e2d9f38ff713c22ee5a110ebf8dbd7a6e8e0fdd8e073db09c4d29bfbfb0d2d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8c041dadc0a911af2a47ce500b882798fe6abc75a10ecf770c6471f7bc73936b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1d96022c39360a11cb50ee0d80756b53311a3a9b3684b641b260ff1433d58f07_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:3916bd485b41958debb2061f0e23b8c1506517923e34fe7e1dc939c13065509f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:45a189001a07473dbe6f9a6b69b25f35bd0d2dc70f906df0b7df7e465e0e9796_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:dd6a46b10a54482c5a1f31b4de1de495dc02a72b8bb115f3dfb25e494ecddaa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:32db8de07d4867bea45d6d48e8b43a01b262d06bf75e0644f8d4fd3f5c10dcbd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d0ce9dbe2e4e4a1c76732c63832ff3e577026adda71517f37f0933441bf6f0ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:eb0d7a2791486d3d6f3aa5c532a2d1427dc1c5740318e4cd3345dd7abb37fb4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:f956eeaa238cf4c56744e5209bd821c4272474d6cddce6dbe74f3355494ebefe_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3e9c64bab5210ecb56a3930fd926f0dbc55bc5c955b9cc6fecfee0409110c96f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9ca6139e7b6e15080e9149a6f3b497673b2affe86d6ba2f00a1e8a53fcf5698e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:cd6910f785500fdd6cd10724c5626ee31d2079502c382bb36ada9926c6c9a120_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:03c4a5dde5604fee60e75b0324572d28855cfa57f120b3e678d3eb7f3ad4cb22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:0b599f1470df8e3a8a695793bcf7edae1150fec7e05dd2111b3a926697d56e53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bbc190f19dca8799aff49578823a6b34280bdc8083faf4b4994942966f120a43_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0c911890a88e3fd66e7032ec124e81dede82c9073d37272faccf21035345664_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0cf21c32ddcfd149415ec08377b0def18c243211e4be996f78da85952103d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b95ed20958e794687ec9222b32270bcfc85cb72d878ad92e03aa5dc995b4e600_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f12358bc4bbdbef2108b7915a29f9f72f3f54623ade6f20cc2d1670d22a0cb03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:32904ba36b6bb51a3bf8211b9c57f3f7aad90d33c73c8f5befeeb8f9fc958f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:808a10cf4119f2954062c2dbf894f58108984494da50960006185ea9fa6c34d5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9cb54d131b4b7c043903bbb400dca46e909a4036ef5bef3d34d6246153c481d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:efc67545f3a59c51bbb9ea945d7d695c1857183ee95a65b6ca0c88bbdb472299_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:660264d4bf6763c782d4d8a2c121338dc88f549a0e3a9c1259628f5c0a405f6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:97e08eed4a56828d10b4160ebc70015ae2c247a7e0c03e33fd49a264eedcc69d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a58f93c956c8b8d1e15e6d2a19de7e7ae41705d334f74605b2eab20e33cb45a9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c7a4ea792bd4b5ed2ac2b4ab37f9381f40f349fceb79b9e93b51ecab7d33360b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c2c81b011c816ecfae37abd6b4721e6c0678faf7a1e931cedc5873376a49efa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:66d8c77dfdbfaa1113a200490f390c93a932b90ea13f68d663b83609280bf63f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c638a99bfac9e5693634ac6c2fd04af8207882b6546b5ae8721cca8205b9b62f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d22722b5a9a80bcdc6f0cc887de1432cec5b6fccb0480721b2450a576a42c98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b9047f6f27c4a472d1d772f11c465d1e0a52dfb17563b199259b7f6f35755097_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:fdb635230b9474360212f4ff9d65b08da2d5ae7393db7e1446807e36b22e6b81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:892d97b7c4dbbf202501e241d79a649025017110b00b8fc14c8c1f7997e8bcc4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:90726fcf9c62e9c723f5f108b6e1fcb55c1b94b5ddcc109874639fcb9531aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b376e3a380042c578a5cd0b2dfe1036c3cc0bf0e8a23cf3096793150c30fd749_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:150bf5e2b4567776482733c5db730a84e8a9cbdf2636f17e8c86bfc69ea9cdb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:25bab0c0fc67f7c94bc636e13becb21e00ee54c67571bce6fd072ea81c8b3344_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bd6ef3b69a21c4d8690201c1aecaab15fc977968626437f70ef2b1742a1d6a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf2828ad55a05251e8841f1c7854425ffe5cdee7f73c85e0004ba1834af79fba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1ca27f4805776b4117e858d7a928e91736fa1753abccae3d06c7d43713bc408e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5c6cdabd936f20e5990568bd04d19e1f179499f78a365e78f38143206f328ea3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5e05d1243ac88fe5ab770d95e1f365fbb120d128b847c136052a453252cbdfcf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed83236e1c16786da2d8951e8ead3d2ee078d9b8fdd75d2d26956bb75c12dddf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:5fe63439a0d097634affe0e0ab52758166b9423771770a572b6727f8c4701ae2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:7eba3d33c0a7e22acdfa306310f06b7f19803e5fdd1f084d48f3f26d0c6789ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:ffacdbb5b46211625414147810f789fea124666ae2cad504acbd30869534c7a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6530e658dca1bce45b6927f098e9535f0a9f24d2cfe6ed051bc4563f3a31a8db_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9736b543177d951bfeddd11d2d8f0da72af1113ed5b592f76d9e742c912639bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d7fb0212c31463ddbedc4cfcfdc3169db2e1761c6df7c40c15cce106640195ab_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30e24d9f744be4d729bc3e443a31a945eb952531b29b1b4057dbf41fc4d1849f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6adbeab62ab14ff659200361a7fac436216f942f782764734fabf664febfd375_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d92df363d5768e050581aae80395134dd6faae75d476bc28b40f6ec53ae5aee0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08409b71472330b107a00663e6198372bb08f444dc1c3ba703b3cfe33314a5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:6367e1811ab013dbe08da56d86b90af5471113319825be8b289fa00d2df1648c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e54653c5d6109045c8029856d6928ab2de31224588a16a97313d5bc79c0aa7f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:8ec44c793e1c8958f19356911ee75a3bf4907b51ead67a7438755d3fcacc28cc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fd421ab96bef13ae969bc234efac92e5766ccf2060a9576b0ccae5918519ed05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fe608164b671e81fd87943a1b520ce4bf3d184ab724ff6fa517fb6d4cbbc68fa_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:291b51f142433087d9a68c8ebeed772e37af6a54d3254aec4546483f83194b35_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:3328a0675ae2db79afec057009561e1c262eaa358897ad8a054e180297482b62_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:4df2698aa1277101384f263e1a52932cffadf5399df1ac670e94289184950d4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:ae9fb26083a889158d6ebebc49c93baac3190bb7349fa172a831e0295013bb9b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:162f41708e4582e0159ae794fec9969c35d1d1e8cf30037d45d896b7876b215b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5818b8345278b815cd0dab3e409606c5b14ae0da8bfc4fadfd28fe7dad8f69c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:9b54ca053b72e45af815c08a7833d32bd89266ac0f65b7aa25d3c2a88ea107c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dd4d28880ffd6f422cbc3bc82138b2ff18f075ba3e1b82d9993c648d057e645f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:2976c8097cce2468c476a58d0ca49de48a06f90ff00c7a5546e608bd6adc02ac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:6d5cdf8de9e565ef45226f1acc743358da5c14663a93d5b427c97940eb598c59_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:89fc8976059bb5f50b3950cd7c4625d4c77b630ad784b9c29ce7544de84e611e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:926b8d99005277c95ab7c64758cfe64316f6b94f54fed2892aeef67a44fc9df4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:446aeff94de90603fb22af76d310aac93ebad334dcc3f6da57f56bc3e587c041_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d6aca6e75eb464afdb001d6cb7b69c9068e82e1b1defa6dcb1f48e16392a3bd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f017c14d20143d1c0de3c003fb4dfc5b5256d30e2c3954e18d6544fd0f1591f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fe53979d7f1454153a4ad56e7e267faf75be5e995c2a4710eadb0eab5b41be9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8f567764033b088891642a5bacca1cb291d83b64cdf1e4f840d820f7d3cbe1ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a10863101a9a63c08126a63150799e23b315d51268ae927fe7021c7c7ef60f27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a11f515530bb260d97b24371ea2e21de404b46a95b222695b8a914eb0942e0ca_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e181e6c870125af4250b753c7836bbc1a5b4eeaf0ca24100ff2cd6636ec68a3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:01114ee04a38b2d63d4f4d7877cfeb45e3fd72db019ac09657e55eaef82ac3e1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:8c978d3a39f9fbcff5973ba44c41c4c2bc459f3ab1b0fadddc1ef81f6b190072_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:b3a3458c99efac27e7db18d16fe8587b98215795c322c24d721403da5d820818_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:dee09d94717c386691d2a1cad966eccc6b4e695f9a7aaf5e831908912cd07b4c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:17ee5262a2f32a842d902d6558c29b9297ae5b07b39eeaaae890421f32f7d653_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:4ee52748f05d501ce0315ed4e5b72c0df290e2221213c5af1ac6f6666cfcb3a5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:aa2d907596b9b5cf15e6d4f0b6edb26be0e5f09547fa869d59e525a3e64a2b95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:bdf9948a90fe6c4f72fae0fabcb1e82aa53f25c16ace20bfa1a67ba400a53db5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:785bf6b208680c589939dabd27f0d67f9ff94e1dde3cac6000d63f3dc29df33a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:c00b726342441e31a93a316cd886b5d6fa6cfb133f59f0b2ae5c39000dd4886d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:d6dcfa7681a062b390ccc18e32bd1a8c8ba7c6a73ce204726fa01b8a7393a9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fb12144250fc6d3ea613357cbcf56caeffe9236a7736e6db4116cac1b789af8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c5f699dd86eb69e7b400e6fa9c3b87e03877e16b8327df647929891b6a015693_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f713e0b404c9ff34d5d022d4799da11873249450b55809513000d4b375708342_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:a695422b19a3d29a2b4ede64f9eb045f02bbcf3b246c0494aec9bef0fc961b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea048908f75345d2dd2e770c94987db6c4cb865d7ced0064089ef22743841397_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20c539cc9f56e35c23da05fdc8c7d1334b5ef340077c8b6d3560bad4e92a00f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:247378f05337f5914840cff744da117f5e6b6d1377f69a4c6ab66c2752e1fa4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5acd334985679476cfa6827fcc89f00fc89e4c409de2f06d4284e1cbe9a3624c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:910679c50655521d2e955bdf0f6413016af80a1c705c9f2e6e02f1ec1f44d31c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2c00297c567711c713ad3020a258150a55c8db2206ef35ffabf177a2f579c586_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:9ec6d1351cc277ff1fc3d264fa896bc03e54297c1817e933f6c97946f6c3e108_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ef377efe3db560e6ddd466bc0e3c6e9fe8476aefef42c093f09682fb9e8981e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:0cc0282d802bc9af9d66b0cc0f87e28e27199ad3b18eeff2bd726355ca71443e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7bfb0df1f28e9fc579a70182d185425c4f077738a9d238bdcfc4f06615e7e825_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8ee4532c139dcefc590b8188456a5f59528730d63fbc72075946e2139ae631ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c852bc159ad836b50dc6e616d72446632bfe939a89e6efceec08c6b99362bf1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:51364e22aecbb710acee25f374397d95f5395ca3c9c86128716b9b6522fc7035_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7cac6c4f530b4c27d0c9fea7ad5e6e39e8fe07bac432ac4714292251b47f8e3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:d56ef6bd87903015a314557bb15e8b89d2e78c20b51354458d43f897a99a76cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ec9c17f297cf783b03d97e0ae4b9e114dbba1ae1681a2c5dc2d22d1bc1b5da4d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1c18b0dc1d67f764a6feac82dc5f0104e6c5535fc4ad2c40923cb48529e6ca25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1e5a06fef06f3a45dd71fe6d57dbae99204ca9a6582d31eddb45eb820ff96aab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5a88db2180d0d8357dddd959e3a519e1b71f2d2efd236f1b9ddb2d8ece90fb4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:9cc05976b20d32a1e0ece5827c5a8cfa08ae29a54f49ffd4bc42c4180a3e420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d75fed110fdc9cc355dea19d6db8cfbf159c22580427a394d6ab4fbb770beb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:efc2708d61193cc4cc753a1ff3a2600b5c3872f687b2d1f47c350a025556c873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:f34dd1618b14072287db1b404bea782cc0e0f657f4d7d96859fdd831f59b4489_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:fe7d7b1dca8792f5d81cdb9e635cff1a2aa2159a2501c5d1ea1cb5f165bb5cda_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4a5c9f2b5743d2b9564a4408f8b8a20e1cc1be2dee4ce77c5205545a2656d8cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:abb512398117418cfff56ce361aaf6ddf373ff1bb37923ba240f336f200a8c44_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:d86d8f49b54887e31bef8132e5d01a2ff0f42cc1086afceabacdbce23b911070_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fc6e955cdf0e78fc2496b71b10cabc33575f9f6532cf137a88cb7fd4ef7bdd12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4bf40c31c7db42c767c1bd01f34a59c41693d93f8cd3cf5d6eca6e21a4af8448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4d649d4bff5c2c8d0b94d8f97b3bf2b6a16d7a0bae108f3db241b76476df5451_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:b04f0bbb50152c39aed33439899d7a82b66dbeded447592e6781fb2368848036_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:d33fbbd906c7dfb978ab4bc7791f88cb62d8a93d4a0057ac832f96260b119ac0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:23bf3ebfcbd52d6b9f876b90e2681d05d469f902f35f89c89399ebf59a18c818_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:3ea41fb875b3810356430885375f2a4b262f9a5947cde346ad359f099e49b05f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:7d6fcd0184488fc8259a70f93ecf15185b31f8e4560bee3e22cd35c82cf479e8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:cb381ac5fe5d0d95935f481c03f6d26e53e667bc8d4e3cd2d301ec9fdff89944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:641d0bdb5cd604bcdec8b32a7c166888b82cba8a248ba3912aa61391050ff12a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:91022c9c26601a4b64b78be11ea8efa09d29fad8ef74b2f625ac1c1cbeb8bc08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b3ec369f7972bec489dfa5139e35e7141805982ca6dc89a7e3f99b9d6a23dc04_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b64fb86134b86349392a106b570bea1e6fc79e6a56a58c3fbf8b98282198ebe8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:0bb1714177f8aa3a7f773c291745140535e9251f5c840ca7de4d88d830dbebdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:387867da06b841a3e3a11074f9dd80fd428e635d6ce0034a5d00fadeadf095bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c8ac965c796619d93422d106baa0ca55abd31e400feebcc71d76ef4741bc0434_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d33535375f98f5c56b850a8e3a35bd9c7c74dc10abe0065de294c4e22abfb7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b966e6a3109b7586d55a8055f69adcbbf5aaa041503d5164371a289d84e5aa41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c47212e1b7806fdca3b3d0a063158ff537c51ee30e657a14708f1ee071936188_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:56b218cf59d09916734a1f306585fafdf4717baad5fa96c9393ba85e9441664a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:7cd82ce95b878483934f520f5d616294f7232c25c8a5e183b4bf3c1d7532b83f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:a10fff36c1024a908a98d4f31cc72711a8d9eb8a8a51944fe5ca2eadd0dd4226_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:d8d67f6ba9efe67e7568dc962ce8db3b664e6c2a27b31bb2fa9a4179fd2515ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38f9abf7774536383f3e8c99dfc3e32f4206c41837aacd581d0e93e26d8a61fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5d6800a82107ccda8ccc5a0189f87198df2663904d12d17376a4440d0ed17807_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9a29c12b31c4128c1582fb4a1fe563755f018919e866fc8e7aa653014e21b058_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e9ccc3d61bf34078ceb1b43f996f8f4bc66390e00a78437219cb0cc7bb0f7e91_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:18216ebaeae0426b7bcb077981db25baea3123bad32a42790c3cc37d7451b77d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4b7ac561feaebc72f2367cfbca15f7940cbb08d61146a5b91ed337175265a113_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c715470dd6eebb903acc3237e2697394ddd17f21ad61c2deb68ca5f9076c1210_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d800be636f49b50e277baf5dfa33d6862dd245921fc466fed383e2f27fd291f1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:3c295d84562c65c8fd7a719982616165b13b354ff8b14202e8793390c7ef6bad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:73dd9e94485110fcf6959369954fedc2f90b9d625b098c2afeddc07b8f623ef6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a4c2601601b54a6108b118c505a510ec09737d834276c71c3e9cd134390ce12e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a58d7df52405238bc1b812eefbb1449efe4f48eea73d07ef97242929ae89e0b8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0044b6cc0124ea07f90897a56383c117639ad914b769b65a52964869bd66349e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:032f5b3e93b461c9832ebf893ff207e9435c8b63cc1cd9c8bfb6892a442ff75f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:4e2d9f38ff713c22ee5a110ebf8dbd7a6e8e0fdd8e073db09c4d29bfbfb0d2d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8c041dadc0a911af2a47ce500b882798fe6abc75a10ecf770c6471f7bc73936b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1d96022c39360a11cb50ee0d80756b53311a3a9b3684b641b260ff1433d58f07_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:3916bd485b41958debb2061f0e23b8c1506517923e34fe7e1dc939c13065509f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:45a189001a07473dbe6f9a6b69b25f35bd0d2dc70f906df0b7df7e465e0e9796_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:dd6a46b10a54482c5a1f31b4de1de495dc02a72b8bb115f3dfb25e494ecddaa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:32db8de07d4867bea45d6d48e8b43a01b262d06bf75e0644f8d4fd3f5c10dcbd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d0ce9dbe2e4e4a1c76732c63832ff3e577026adda71517f37f0933441bf6f0ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:eb0d7a2791486d3d6f3aa5c532a2d1427dc1c5740318e4cd3345dd7abb37fb4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:f956eeaa238cf4c56744e5209bd821c4272474d6cddce6dbe74f3355494ebefe_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3e9c64bab5210ecb56a3930fd926f0dbc55bc5c955b9cc6fecfee0409110c96f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9ca6139e7b6e15080e9149a6f3b497673b2affe86d6ba2f00a1e8a53fcf5698e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:cd6910f785500fdd6cd10724c5626ee31d2079502c382bb36ada9926c6c9a120_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:03c4a5dde5604fee60e75b0324572d28855cfa57f120b3e678d3eb7f3ad4cb22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:0b599f1470df8e3a8a695793bcf7edae1150fec7e05dd2111b3a926697d56e53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bbc190f19dca8799aff49578823a6b34280bdc8083faf4b4994942966f120a43_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0c911890a88e3fd66e7032ec124e81dede82c9073d37272faccf21035345664_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0cf21c32ddcfd149415ec08377b0def18c243211e4be996f78da85952103d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b95ed20958e794687ec9222b32270bcfc85cb72d878ad92e03aa5dc995b4e600_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f12358bc4bbdbef2108b7915a29f9f72f3f54623ade6f20cc2d1670d22a0cb03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:32904ba36b6bb51a3bf8211b9c57f3f7aad90d33c73c8f5befeeb8f9fc958f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:808a10cf4119f2954062c2dbf894f58108984494da50960006185ea9fa6c34d5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9cb54d131b4b7c043903bbb400dca46e909a4036ef5bef3d34d6246153c481d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:efc67545f3a59c51bbb9ea945d7d695c1857183ee95a65b6ca0c88bbdb472299_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:660264d4bf6763c782d4d8a2c121338dc88f549a0e3a9c1259628f5c0a405f6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:97e08eed4a56828d10b4160ebc70015ae2c247a7e0c03e33fd49a264eedcc69d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a58f93c956c8b8d1e15e6d2a19de7e7ae41705d334f74605b2eab20e33cb45a9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c7a4ea792bd4b5ed2ac2b4ab37f9381f40f349fceb79b9e93b51ecab7d33360b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c2c81b011c816ecfae37abd6b4721e6c0678faf7a1e931cedc5873376a49efa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:66d8c77dfdbfaa1113a200490f390c93a932b90ea13f68d663b83609280bf63f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c638a99bfac9e5693634ac6c2fd04af8207882b6546b5ae8721cca8205b9b62f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d22722b5a9a80bcdc6f0cc887de1432cec5b6fccb0480721b2450a576a42c98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b9047f6f27c4a472d1d772f11c465d1e0a52dfb17563b199259b7f6f35755097_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:fdb635230b9474360212f4ff9d65b08da2d5ae7393db7e1446807e36b22e6b81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:892d97b7c4dbbf202501e241d79a649025017110b00b8fc14c8c1f7997e8bcc4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:90726fcf9c62e9c723f5f108b6e1fcb55c1b94b5ddcc109874639fcb9531aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b376e3a380042c578a5cd0b2dfe1036c3cc0bf0e8a23cf3096793150c30fd749_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:150bf5e2b4567776482733c5db730a84e8a9cbdf2636f17e8c86bfc69ea9cdb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:25bab0c0fc67f7c94bc636e13becb21e00ee54c67571bce6fd072ea81c8b3344_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bd6ef3b69a21c4d8690201c1aecaab15fc977968626437f70ef2b1742a1d6a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf2828ad55a05251e8841f1c7854425ffe5cdee7f73c85e0004ba1834af79fba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1ca27f4805776b4117e858d7a928e91736fa1753abccae3d06c7d43713bc408e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5c6cdabd936f20e5990568bd04d19e1f179499f78a365e78f38143206f328ea3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5e05d1243ac88fe5ab770d95e1f365fbb120d128b847c136052a453252cbdfcf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed83236e1c16786da2d8951e8ead3d2ee078d9b8fdd75d2d26956bb75c12dddf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:5fe63439a0d097634affe0e0ab52758166b9423771770a572b6727f8c4701ae2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:7eba3d33c0a7e22acdfa306310f06b7f19803e5fdd1f084d48f3f26d0c6789ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:ffacdbb5b46211625414147810f789fea124666ae2cad504acbd30869534c7a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6530e658dca1bce45b6927f098e9535f0a9f24d2cfe6ed051bc4563f3a31a8db_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9736b543177d951bfeddd11d2d8f0da72af1113ed5b592f76d9e742c912639bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d7fb0212c31463ddbedc4cfcfdc3169db2e1761c6df7c40c15cce106640195ab_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T06:06:58+00:00",
"details": "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.15/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30e24d9f744be4d729bc3e443a31a945eb952531b29b1b4057dbf41fc4d1849f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6adbeab62ab14ff659200361a7fac436216f942f782764734fabf664febfd375_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d92df363d5768e050581aae80395134dd6faae75d476bc28b40f6ec53ae5aee0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08409b71472330b107a00663e6198372bb08f444dc1c3ba703b3cfe33314a5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:6367e1811ab013dbe08da56d86b90af5471113319825be8b289fa00d2df1648c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e54653c5d6109045c8029856d6928ab2de31224588a16a97313d5bc79c0aa7f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:8ec44c793e1c8958f19356911ee75a3bf4907b51ead67a7438755d3fcacc28cc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fd421ab96bef13ae969bc234efac92e5766ccf2060a9576b0ccae5918519ed05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fe608164b671e81fd87943a1b520ce4bf3d184ab724ff6fa517fb6d4cbbc68fa_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:23235"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:291b51f142433087d9a68c8ebeed772e37af6a54d3254aec4546483f83194b35_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:3328a0675ae2db79afec057009561e1c262eaa358897ad8a054e180297482b62_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:4df2698aa1277101384f263e1a52932cffadf5399df1ac670e94289184950d4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:ae9fb26083a889158d6ebebc49c93baac3190bb7349fa172a831e0295013bb9b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:162f41708e4582e0159ae794fec9969c35d1d1e8cf30037d45d896b7876b215b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5818b8345278b815cd0dab3e409606c5b14ae0da8bfc4fadfd28fe7dad8f69c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:9b54ca053b72e45af815c08a7833d32bd89266ac0f65b7aa25d3c2a88ea107c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dd4d28880ffd6f422cbc3bc82138b2ff18f075ba3e1b82d9993c648d057e645f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:2976c8097cce2468c476a58d0ca49de48a06f90ff00c7a5546e608bd6adc02ac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:6d5cdf8de9e565ef45226f1acc743358da5c14663a93d5b427c97940eb598c59_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:89fc8976059bb5f50b3950cd7c4625d4c77b630ad784b9c29ce7544de84e611e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:926b8d99005277c95ab7c64758cfe64316f6b94f54fed2892aeef67a44fc9df4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:446aeff94de90603fb22af76d310aac93ebad334dcc3f6da57f56bc3e587c041_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d6aca6e75eb464afdb001d6cb7b69c9068e82e1b1defa6dcb1f48e16392a3bd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f017c14d20143d1c0de3c003fb4dfc5b5256d30e2c3954e18d6544fd0f1591f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fe53979d7f1454153a4ad56e7e267faf75be5e995c2a4710eadb0eab5b41be9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8f567764033b088891642a5bacca1cb291d83b64cdf1e4f840d820f7d3cbe1ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a10863101a9a63c08126a63150799e23b315d51268ae927fe7021c7c7ef60f27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a11f515530bb260d97b24371ea2e21de404b46a95b222695b8a914eb0942e0ca_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e181e6c870125af4250b753c7836bbc1a5b4eeaf0ca24100ff2cd6636ec68a3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:01114ee04a38b2d63d4f4d7877cfeb45e3fd72db019ac09657e55eaef82ac3e1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:8c978d3a39f9fbcff5973ba44c41c4c2bc459f3ab1b0fadddc1ef81f6b190072_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:b3a3458c99efac27e7db18d16fe8587b98215795c322c24d721403da5d820818_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:dee09d94717c386691d2a1cad966eccc6b4e695f9a7aaf5e831908912cd07b4c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:17ee5262a2f32a842d902d6558c29b9297ae5b07b39eeaaae890421f32f7d653_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:4ee52748f05d501ce0315ed4e5b72c0df290e2221213c5af1ac6f6666cfcb3a5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:aa2d907596b9b5cf15e6d4f0b6edb26be0e5f09547fa869d59e525a3e64a2b95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:bdf9948a90fe6c4f72fae0fabcb1e82aa53f25c16ace20bfa1a67ba400a53db5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:785bf6b208680c589939dabd27f0d67f9ff94e1dde3cac6000d63f3dc29df33a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:c00b726342441e31a93a316cd886b5d6fa6cfb133f59f0b2ae5c39000dd4886d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:d6dcfa7681a062b390ccc18e32bd1a8c8ba7c6a73ce204726fa01b8a7393a9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fb12144250fc6d3ea613357cbcf56caeffe9236a7736e6db4116cac1b789af8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c5f699dd86eb69e7b400e6fa9c3b87e03877e16b8327df647929891b6a015693_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f713e0b404c9ff34d5d022d4799da11873249450b55809513000d4b375708342_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:a695422b19a3d29a2b4ede64f9eb045f02bbcf3b246c0494aec9bef0fc961b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea048908f75345d2dd2e770c94987db6c4cb865d7ced0064089ef22743841397_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20c539cc9f56e35c23da05fdc8c7d1334b5ef340077c8b6d3560bad4e92a00f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:247378f05337f5914840cff744da117f5e6b6d1377f69a4c6ab66c2752e1fa4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5acd334985679476cfa6827fcc89f00fc89e4c409de2f06d4284e1cbe9a3624c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:910679c50655521d2e955bdf0f6413016af80a1c705c9f2e6e02f1ec1f44d31c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2c00297c567711c713ad3020a258150a55c8db2206ef35ffabf177a2f579c586_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:9ec6d1351cc277ff1fc3d264fa896bc03e54297c1817e933f6c97946f6c3e108_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ef377efe3db560e6ddd466bc0e3c6e9fe8476aefef42c093f09682fb9e8981e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:0cc0282d802bc9af9d66b0cc0f87e28e27199ad3b18eeff2bd726355ca71443e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7bfb0df1f28e9fc579a70182d185425c4f077738a9d238bdcfc4f06615e7e825_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8ee4532c139dcefc590b8188456a5f59528730d63fbc72075946e2139ae631ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c852bc159ad836b50dc6e616d72446632bfe939a89e6efceec08c6b99362bf1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:51364e22aecbb710acee25f374397d95f5395ca3c9c86128716b9b6522fc7035_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7cac6c4f530b4c27d0c9fea7ad5e6e39e8fe07bac432ac4714292251b47f8e3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:d56ef6bd87903015a314557bb15e8b89d2e78c20b51354458d43f897a99a76cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ec9c17f297cf783b03d97e0ae4b9e114dbba1ae1681a2c5dc2d22d1bc1b5da4d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1c18b0dc1d67f764a6feac82dc5f0104e6c5535fc4ad2c40923cb48529e6ca25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1e5a06fef06f3a45dd71fe6d57dbae99204ca9a6582d31eddb45eb820ff96aab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5a88db2180d0d8357dddd959e3a519e1b71f2d2efd236f1b9ddb2d8ece90fb4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:9cc05976b20d32a1e0ece5827c5a8cfa08ae29a54f49ffd4bc42c4180a3e420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d75fed110fdc9cc355dea19d6db8cfbf159c22580427a394d6ab4fbb770beb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:efc2708d61193cc4cc753a1ff3a2600b5c3872f687b2d1f47c350a025556c873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:f34dd1618b14072287db1b404bea782cc0e0f657f4d7d96859fdd831f59b4489_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:fe7d7b1dca8792f5d81cdb9e635cff1a2aa2159a2501c5d1ea1cb5f165bb5cda_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4a5c9f2b5743d2b9564a4408f8b8a20e1cc1be2dee4ce77c5205545a2656d8cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:abb512398117418cfff56ce361aaf6ddf373ff1bb37923ba240f336f200a8c44_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:d86d8f49b54887e31bef8132e5d01a2ff0f42cc1086afceabacdbce23b911070_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fc6e955cdf0e78fc2496b71b10cabc33575f9f6532cf137a88cb7fd4ef7bdd12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4bf40c31c7db42c767c1bd01f34a59c41693d93f8cd3cf5d6eca6e21a4af8448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4d649d4bff5c2c8d0b94d8f97b3bf2b6a16d7a0bae108f3db241b76476df5451_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:b04f0bbb50152c39aed33439899d7a82b66dbeded447592e6781fb2368848036_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:d33fbbd906c7dfb978ab4bc7791f88cb62d8a93d4a0057ac832f96260b119ac0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:23bf3ebfcbd52d6b9f876b90e2681d05d469f902f35f89c89399ebf59a18c818_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:3ea41fb875b3810356430885375f2a4b262f9a5947cde346ad359f099e49b05f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:7d6fcd0184488fc8259a70f93ecf15185b31f8e4560bee3e22cd35c82cf479e8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:cb381ac5fe5d0d95935f481c03f6d26e53e667bc8d4e3cd2d301ec9fdff89944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:641d0bdb5cd604bcdec8b32a7c166888b82cba8a248ba3912aa61391050ff12a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:91022c9c26601a4b64b78be11ea8efa09d29fad8ef74b2f625ac1c1cbeb8bc08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b3ec369f7972bec489dfa5139e35e7141805982ca6dc89a7e3f99b9d6a23dc04_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b64fb86134b86349392a106b570bea1e6fc79e6a56a58c3fbf8b98282198ebe8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:0bb1714177f8aa3a7f773c291745140535e9251f5c840ca7de4d88d830dbebdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:387867da06b841a3e3a11074f9dd80fd428e635d6ce0034a5d00fadeadf095bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c8ac965c796619d93422d106baa0ca55abd31e400feebcc71d76ef4741bc0434_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d33535375f98f5c56b850a8e3a35bd9c7c74dc10abe0065de294c4e22abfb7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b966e6a3109b7586d55a8055f69adcbbf5aaa041503d5164371a289d84e5aa41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c47212e1b7806fdca3b3d0a063158ff537c51ee30e657a14708f1ee071936188_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:56b218cf59d09916734a1f306585fafdf4717baad5fa96c9393ba85e9441664a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:7cd82ce95b878483934f520f5d616294f7232c25c8a5e183b4bf3c1d7532b83f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:a10fff36c1024a908a98d4f31cc72711a8d9eb8a8a51944fe5ca2eadd0dd4226_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:d8d67f6ba9efe67e7568dc962ce8db3b664e6c2a27b31bb2fa9a4179fd2515ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38f9abf7774536383f3e8c99dfc3e32f4206c41837aacd581d0e93e26d8a61fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5d6800a82107ccda8ccc5a0189f87198df2663904d12d17376a4440d0ed17807_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9a29c12b31c4128c1582fb4a1fe563755f018919e866fc8e7aa653014e21b058_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e9ccc3d61bf34078ceb1b43f996f8f4bc66390e00a78437219cb0cc7bb0f7e91_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:18216ebaeae0426b7bcb077981db25baea3123bad32a42790c3cc37d7451b77d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4b7ac561feaebc72f2367cfbca15f7940cbb08d61146a5b91ed337175265a113_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c715470dd6eebb903acc3237e2697394ddd17f21ad61c2deb68ca5f9076c1210_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d800be636f49b50e277baf5dfa33d6862dd245921fc466fed383e2f27fd291f1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:3c295d84562c65c8fd7a719982616165b13b354ff8b14202e8793390c7ef6bad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:73dd9e94485110fcf6959369954fedc2f90b9d625b098c2afeddc07b8f623ef6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a4c2601601b54a6108b118c505a510ec09737d834276c71c3e9cd134390ce12e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a58d7df52405238bc1b812eefbb1449efe4f48eea73d07ef97242929ae89e0b8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0044b6cc0124ea07f90897a56383c117639ad914b769b65a52964869bd66349e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:032f5b3e93b461c9832ebf893ff207e9435c8b63cc1cd9c8bfb6892a442ff75f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:4e2d9f38ff713c22ee5a110ebf8dbd7a6e8e0fdd8e073db09c4d29bfbfb0d2d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8c041dadc0a911af2a47ce500b882798fe6abc75a10ecf770c6471f7bc73936b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1d96022c39360a11cb50ee0d80756b53311a3a9b3684b641b260ff1433d58f07_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:3916bd485b41958debb2061f0e23b8c1506517923e34fe7e1dc939c13065509f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:45a189001a07473dbe6f9a6b69b25f35bd0d2dc70f906df0b7df7e465e0e9796_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:dd6a46b10a54482c5a1f31b4de1de495dc02a72b8bb115f3dfb25e494ecddaa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:32db8de07d4867bea45d6d48e8b43a01b262d06bf75e0644f8d4fd3f5c10dcbd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d0ce9dbe2e4e4a1c76732c63832ff3e577026adda71517f37f0933441bf6f0ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:eb0d7a2791486d3d6f3aa5c532a2d1427dc1c5740318e4cd3345dd7abb37fb4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:f956eeaa238cf4c56744e5209bd821c4272474d6cddce6dbe74f3355494ebefe_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3e9c64bab5210ecb56a3930fd926f0dbc55bc5c955b9cc6fecfee0409110c96f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9ca6139e7b6e15080e9149a6f3b497673b2affe86d6ba2f00a1e8a53fcf5698e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:cd6910f785500fdd6cd10724c5626ee31d2079502c382bb36ada9926c6c9a120_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:03c4a5dde5604fee60e75b0324572d28855cfa57f120b3e678d3eb7f3ad4cb22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:0b599f1470df8e3a8a695793bcf7edae1150fec7e05dd2111b3a926697d56e53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bbc190f19dca8799aff49578823a6b34280bdc8083faf4b4994942966f120a43_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0c911890a88e3fd66e7032ec124e81dede82c9073d37272faccf21035345664_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0cf21c32ddcfd149415ec08377b0def18c243211e4be996f78da85952103d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b95ed20958e794687ec9222b32270bcfc85cb72d878ad92e03aa5dc995b4e600_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f12358bc4bbdbef2108b7915a29f9f72f3f54623ade6f20cc2d1670d22a0cb03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:32904ba36b6bb51a3bf8211b9c57f3f7aad90d33c73c8f5befeeb8f9fc958f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:808a10cf4119f2954062c2dbf894f58108984494da50960006185ea9fa6c34d5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9cb54d131b4b7c043903bbb400dca46e909a4036ef5bef3d34d6246153c481d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:efc67545f3a59c51bbb9ea945d7d695c1857183ee95a65b6ca0c88bbdb472299_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:660264d4bf6763c782d4d8a2c121338dc88f549a0e3a9c1259628f5c0a405f6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:97e08eed4a56828d10b4160ebc70015ae2c247a7e0c03e33fd49a264eedcc69d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a58f93c956c8b8d1e15e6d2a19de7e7ae41705d334f74605b2eab20e33cb45a9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c7a4ea792bd4b5ed2ac2b4ab37f9381f40f349fceb79b9e93b51ecab7d33360b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c2c81b011c816ecfae37abd6b4721e6c0678faf7a1e931cedc5873376a49efa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:66d8c77dfdbfaa1113a200490f390c93a932b90ea13f68d663b83609280bf63f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c638a99bfac9e5693634ac6c2fd04af8207882b6546b5ae8721cca8205b9b62f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d22722b5a9a80bcdc6f0cc887de1432cec5b6fccb0480721b2450a576a42c98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b9047f6f27c4a472d1d772f11c465d1e0a52dfb17563b199259b7f6f35755097_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:fdb635230b9474360212f4ff9d65b08da2d5ae7393db7e1446807e36b22e6b81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30e24d9f744be4d729bc3e443a31a945eb952531b29b1b4057dbf41fc4d1849f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6adbeab62ab14ff659200361a7fac436216f942f782764734fabf664febfd375_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d92df363d5768e050581aae80395134dd6faae75d476bc28b40f6ec53ae5aee0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:892d97b7c4dbbf202501e241d79a649025017110b00b8fc14c8c1f7997e8bcc4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:90726fcf9c62e9c723f5f108b6e1fcb55c1b94b5ddcc109874639fcb9531aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b376e3a380042c578a5cd0b2dfe1036c3cc0bf0e8a23cf3096793150c30fd749_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08409b71472330b107a00663e6198372bb08f444dc1c3ba703b3cfe33314a5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:6367e1811ab013dbe08da56d86b90af5471113319825be8b289fa00d2df1648c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e54653c5d6109045c8029856d6928ab2de31224588a16a97313d5bc79c0aa7f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:8ec44c793e1c8958f19356911ee75a3bf4907b51ead67a7438755d3fcacc28cc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fd421ab96bef13ae969bc234efac92e5766ccf2060a9576b0ccae5918519ed05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fe608164b671e81fd87943a1b520ce4bf3d184ab724ff6fa517fb6d4cbbc68fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:150bf5e2b4567776482733c5db730a84e8a9cbdf2636f17e8c86bfc69ea9cdb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:25bab0c0fc67f7c94bc636e13becb21e00ee54c67571bce6fd072ea81c8b3344_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bd6ef3b69a21c4d8690201c1aecaab15fc977968626437f70ef2b1742a1d6a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf2828ad55a05251e8841f1c7854425ffe5cdee7f73c85e0004ba1834af79fba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1ca27f4805776b4117e858d7a928e91736fa1753abccae3d06c7d43713bc408e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5c6cdabd936f20e5990568bd04d19e1f179499f78a365e78f38143206f328ea3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5e05d1243ac88fe5ab770d95e1f365fbb120d128b847c136052a453252cbdfcf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed83236e1c16786da2d8951e8ead3d2ee078d9b8fdd75d2d26956bb75c12dddf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:5fe63439a0d097634affe0e0ab52758166b9423771770a572b6727f8c4701ae2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:7eba3d33c0a7e22acdfa306310f06b7f19803e5fdd1f084d48f3f26d0c6789ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:ffacdbb5b46211625414147810f789fea124666ae2cad504acbd30869534c7a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6530e658dca1bce45b6927f098e9535f0a9f24d2cfe6ed051bc4563f3a31a8db_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9736b543177d951bfeddd11d2d8f0da72af1113ed5b592f76d9e742c912639bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d7fb0212c31463ddbedc4cfcfdc3169db2e1761c6df7c40c15cce106640195ab_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:291b51f142433087d9a68c8ebeed772e37af6a54d3254aec4546483f83194b35_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:3328a0675ae2db79afec057009561e1c262eaa358897ad8a054e180297482b62_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:4df2698aa1277101384f263e1a52932cffadf5399df1ac670e94289184950d4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:ae9fb26083a889158d6ebebc49c93baac3190bb7349fa172a831e0295013bb9b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:162f41708e4582e0159ae794fec9969c35d1d1e8cf30037d45d896b7876b215b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5818b8345278b815cd0dab3e409606c5b14ae0da8bfc4fadfd28fe7dad8f69c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:9b54ca053b72e45af815c08a7833d32bd89266ac0f65b7aa25d3c2a88ea107c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dd4d28880ffd6f422cbc3bc82138b2ff18f075ba3e1b82d9993c648d057e645f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:2976c8097cce2468c476a58d0ca49de48a06f90ff00c7a5546e608bd6adc02ac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:6d5cdf8de9e565ef45226f1acc743358da5c14663a93d5b427c97940eb598c59_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:89fc8976059bb5f50b3950cd7c4625d4c77b630ad784b9c29ce7544de84e611e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:926b8d99005277c95ab7c64758cfe64316f6b94f54fed2892aeef67a44fc9df4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:446aeff94de90603fb22af76d310aac93ebad334dcc3f6da57f56bc3e587c041_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d6aca6e75eb464afdb001d6cb7b69c9068e82e1b1defa6dcb1f48e16392a3bd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f017c14d20143d1c0de3c003fb4dfc5b5256d30e2c3954e18d6544fd0f1591f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fe53979d7f1454153a4ad56e7e267faf75be5e995c2a4710eadb0eab5b41be9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8f567764033b088891642a5bacca1cb291d83b64cdf1e4f840d820f7d3cbe1ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a10863101a9a63c08126a63150799e23b315d51268ae927fe7021c7c7ef60f27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a11f515530bb260d97b24371ea2e21de404b46a95b222695b8a914eb0942e0ca_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e181e6c870125af4250b753c7836bbc1a5b4eeaf0ca24100ff2cd6636ec68a3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:01114ee04a38b2d63d4f4d7877cfeb45e3fd72db019ac09657e55eaef82ac3e1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:8c978d3a39f9fbcff5973ba44c41c4c2bc459f3ab1b0fadddc1ef81f6b190072_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:b3a3458c99efac27e7db18d16fe8587b98215795c322c24d721403da5d820818_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:dee09d94717c386691d2a1cad966eccc6b4e695f9a7aaf5e831908912cd07b4c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:17ee5262a2f32a842d902d6558c29b9297ae5b07b39eeaaae890421f32f7d653_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:4ee52748f05d501ce0315ed4e5b72c0df290e2221213c5af1ac6f6666cfcb3a5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:aa2d907596b9b5cf15e6d4f0b6edb26be0e5f09547fa869d59e525a3e64a2b95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:bdf9948a90fe6c4f72fae0fabcb1e82aa53f25c16ace20bfa1a67ba400a53db5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:785bf6b208680c589939dabd27f0d67f9ff94e1dde3cac6000d63f3dc29df33a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:c00b726342441e31a93a316cd886b5d6fa6cfb133f59f0b2ae5c39000dd4886d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:d6dcfa7681a062b390ccc18e32bd1a8c8ba7c6a73ce204726fa01b8a7393a9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fb12144250fc6d3ea613357cbcf56caeffe9236a7736e6db4116cac1b789af8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c5f699dd86eb69e7b400e6fa9c3b87e03877e16b8327df647929891b6a015693_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f713e0b404c9ff34d5d022d4799da11873249450b55809513000d4b375708342_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:a695422b19a3d29a2b4ede64f9eb045f02bbcf3b246c0494aec9bef0fc961b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea048908f75345d2dd2e770c94987db6c4cb865d7ced0064089ef22743841397_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20c539cc9f56e35c23da05fdc8c7d1334b5ef340077c8b6d3560bad4e92a00f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:247378f05337f5914840cff744da117f5e6b6d1377f69a4c6ab66c2752e1fa4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5acd334985679476cfa6827fcc89f00fc89e4c409de2f06d4284e1cbe9a3624c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:910679c50655521d2e955bdf0f6413016af80a1c705c9f2e6e02f1ec1f44d31c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2c00297c567711c713ad3020a258150a55c8db2206ef35ffabf177a2f579c586_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:9ec6d1351cc277ff1fc3d264fa896bc03e54297c1817e933f6c97946f6c3e108_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ef377efe3db560e6ddd466bc0e3c6e9fe8476aefef42c093f09682fb9e8981e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:0cc0282d802bc9af9d66b0cc0f87e28e27199ad3b18eeff2bd726355ca71443e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7bfb0df1f28e9fc579a70182d185425c4f077738a9d238bdcfc4f06615e7e825_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8ee4532c139dcefc590b8188456a5f59528730d63fbc72075946e2139ae631ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c852bc159ad836b50dc6e616d72446632bfe939a89e6efceec08c6b99362bf1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:51364e22aecbb710acee25f374397d95f5395ca3c9c86128716b9b6522fc7035_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7cac6c4f530b4c27d0c9fea7ad5e6e39e8fe07bac432ac4714292251b47f8e3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:d56ef6bd87903015a314557bb15e8b89d2e78c20b51354458d43f897a99a76cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ec9c17f297cf783b03d97e0ae4b9e114dbba1ae1681a2c5dc2d22d1bc1b5da4d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1c18b0dc1d67f764a6feac82dc5f0104e6c5535fc4ad2c40923cb48529e6ca25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1e5a06fef06f3a45dd71fe6d57dbae99204ca9a6582d31eddb45eb820ff96aab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5a88db2180d0d8357dddd959e3a519e1b71f2d2efd236f1b9ddb2d8ece90fb4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:9cc05976b20d32a1e0ece5827c5a8cfa08ae29a54f49ffd4bc42c4180a3e420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d75fed110fdc9cc355dea19d6db8cfbf159c22580427a394d6ab4fbb770beb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:efc2708d61193cc4cc753a1ff3a2600b5c3872f687b2d1f47c350a025556c873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:f34dd1618b14072287db1b404bea782cc0e0f657f4d7d96859fdd831f59b4489_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:fe7d7b1dca8792f5d81cdb9e635cff1a2aa2159a2501c5d1ea1cb5f165bb5cda_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4a5c9f2b5743d2b9564a4408f8b8a20e1cc1be2dee4ce77c5205545a2656d8cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:abb512398117418cfff56ce361aaf6ddf373ff1bb37923ba240f336f200a8c44_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:d86d8f49b54887e31bef8132e5d01a2ff0f42cc1086afceabacdbce23b911070_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fc6e955cdf0e78fc2496b71b10cabc33575f9f6532cf137a88cb7fd4ef7bdd12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4bf40c31c7db42c767c1bd01f34a59c41693d93f8cd3cf5d6eca6e21a4af8448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4d649d4bff5c2c8d0b94d8f97b3bf2b6a16d7a0bae108f3db241b76476df5451_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:b04f0bbb50152c39aed33439899d7a82b66dbeded447592e6781fb2368848036_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:d33fbbd906c7dfb978ab4bc7791f88cb62d8a93d4a0057ac832f96260b119ac0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:23bf3ebfcbd52d6b9f876b90e2681d05d469f902f35f89c89399ebf59a18c818_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:3ea41fb875b3810356430885375f2a4b262f9a5947cde346ad359f099e49b05f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:7d6fcd0184488fc8259a70f93ecf15185b31f8e4560bee3e22cd35c82cf479e8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:cb381ac5fe5d0d95935f481c03f6d26e53e667bc8d4e3cd2d301ec9fdff89944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:641d0bdb5cd604bcdec8b32a7c166888b82cba8a248ba3912aa61391050ff12a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:91022c9c26601a4b64b78be11ea8efa09d29fad8ef74b2f625ac1c1cbeb8bc08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b3ec369f7972bec489dfa5139e35e7141805982ca6dc89a7e3f99b9d6a23dc04_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b64fb86134b86349392a106b570bea1e6fc79e6a56a58c3fbf8b98282198ebe8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:0bb1714177f8aa3a7f773c291745140535e9251f5c840ca7de4d88d830dbebdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:387867da06b841a3e3a11074f9dd80fd428e635d6ce0034a5d00fadeadf095bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c8ac965c796619d93422d106baa0ca55abd31e400feebcc71d76ef4741bc0434_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d33535375f98f5c56b850a8e3a35bd9c7c74dc10abe0065de294c4e22abfb7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b966e6a3109b7586d55a8055f69adcbbf5aaa041503d5164371a289d84e5aa41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c47212e1b7806fdca3b3d0a063158ff537c51ee30e657a14708f1ee071936188_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:56b218cf59d09916734a1f306585fafdf4717baad5fa96c9393ba85e9441664a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:7cd82ce95b878483934f520f5d616294f7232c25c8a5e183b4bf3c1d7532b83f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:a10fff36c1024a908a98d4f31cc72711a8d9eb8a8a51944fe5ca2eadd0dd4226_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:d8d67f6ba9efe67e7568dc962ce8db3b664e6c2a27b31bb2fa9a4179fd2515ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38f9abf7774536383f3e8c99dfc3e32f4206c41837aacd581d0e93e26d8a61fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5d6800a82107ccda8ccc5a0189f87198df2663904d12d17376a4440d0ed17807_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9a29c12b31c4128c1582fb4a1fe563755f018919e866fc8e7aa653014e21b058_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e9ccc3d61bf34078ceb1b43f996f8f4bc66390e00a78437219cb0cc7bb0f7e91_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:18216ebaeae0426b7bcb077981db25baea3123bad32a42790c3cc37d7451b77d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4b7ac561feaebc72f2367cfbca15f7940cbb08d61146a5b91ed337175265a113_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c715470dd6eebb903acc3237e2697394ddd17f21ad61c2deb68ca5f9076c1210_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d800be636f49b50e277baf5dfa33d6862dd245921fc466fed383e2f27fd291f1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:3c295d84562c65c8fd7a719982616165b13b354ff8b14202e8793390c7ef6bad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:73dd9e94485110fcf6959369954fedc2f90b9d625b098c2afeddc07b8f623ef6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a4c2601601b54a6108b118c505a510ec09737d834276c71c3e9cd134390ce12e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a58d7df52405238bc1b812eefbb1449efe4f48eea73d07ef97242929ae89e0b8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0044b6cc0124ea07f90897a56383c117639ad914b769b65a52964869bd66349e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:032f5b3e93b461c9832ebf893ff207e9435c8b63cc1cd9c8bfb6892a442ff75f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:4e2d9f38ff713c22ee5a110ebf8dbd7a6e8e0fdd8e073db09c4d29bfbfb0d2d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8c041dadc0a911af2a47ce500b882798fe6abc75a10ecf770c6471f7bc73936b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1d96022c39360a11cb50ee0d80756b53311a3a9b3684b641b260ff1433d58f07_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:3916bd485b41958debb2061f0e23b8c1506517923e34fe7e1dc939c13065509f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:45a189001a07473dbe6f9a6b69b25f35bd0d2dc70f906df0b7df7e465e0e9796_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:dd6a46b10a54482c5a1f31b4de1de495dc02a72b8bb115f3dfb25e494ecddaa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:32db8de07d4867bea45d6d48e8b43a01b262d06bf75e0644f8d4fd3f5c10dcbd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d0ce9dbe2e4e4a1c76732c63832ff3e577026adda71517f37f0933441bf6f0ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:eb0d7a2791486d3d6f3aa5c532a2d1427dc1c5740318e4cd3345dd7abb37fb4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:f956eeaa238cf4c56744e5209bd821c4272474d6cddce6dbe74f3355494ebefe_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3e9c64bab5210ecb56a3930fd926f0dbc55bc5c955b9cc6fecfee0409110c96f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9ca6139e7b6e15080e9149a6f3b497673b2affe86d6ba2f00a1e8a53fcf5698e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:cd6910f785500fdd6cd10724c5626ee31d2079502c382bb36ada9926c6c9a120_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:03c4a5dde5604fee60e75b0324572d28855cfa57f120b3e678d3eb7f3ad4cb22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:0b599f1470df8e3a8a695793bcf7edae1150fec7e05dd2111b3a926697d56e53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bbc190f19dca8799aff49578823a6b34280bdc8083faf4b4994942966f120a43_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0c911890a88e3fd66e7032ec124e81dede82c9073d37272faccf21035345664_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0cf21c32ddcfd149415ec08377b0def18c243211e4be996f78da85952103d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b95ed20958e794687ec9222b32270bcfc85cb72d878ad92e03aa5dc995b4e600_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f12358bc4bbdbef2108b7915a29f9f72f3f54623ade6f20cc2d1670d22a0cb03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:32904ba36b6bb51a3bf8211b9c57f3f7aad90d33c73c8f5befeeb8f9fc958f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:808a10cf4119f2954062c2dbf894f58108984494da50960006185ea9fa6c34d5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9cb54d131b4b7c043903bbb400dca46e909a4036ef5bef3d34d6246153c481d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:efc67545f3a59c51bbb9ea945d7d695c1857183ee95a65b6ca0c88bbdb472299_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:660264d4bf6763c782d4d8a2c121338dc88f549a0e3a9c1259628f5c0a405f6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:97e08eed4a56828d10b4160ebc70015ae2c247a7e0c03e33fd49a264eedcc69d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a58f93c956c8b8d1e15e6d2a19de7e7ae41705d334f74605b2eab20e33cb45a9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c7a4ea792bd4b5ed2ac2b4ab37f9381f40f349fceb79b9e93b51ecab7d33360b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c2c81b011c816ecfae37abd6b4721e6c0678faf7a1e931cedc5873376a49efa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:66d8c77dfdbfaa1113a200490f390c93a932b90ea13f68d663b83609280bf63f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c638a99bfac9e5693634ac6c2fd04af8207882b6546b5ae8721cca8205b9b62f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d22722b5a9a80bcdc6f0cc887de1432cec5b6fccb0480721b2450a576a42c98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b9047f6f27c4a472d1d772f11c465d1e0a52dfb17563b199259b7f6f35755097_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:fdb635230b9474360212f4ff9d65b08da2d5ae7393db7e1446807e36b22e6b81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30e24d9f744be4d729bc3e443a31a945eb952531b29b1b4057dbf41fc4d1849f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6adbeab62ab14ff659200361a7fac436216f942f782764734fabf664febfd375_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d92df363d5768e050581aae80395134dd6faae75d476bc28b40f6ec53ae5aee0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:892d97b7c4dbbf202501e241d79a649025017110b00b8fc14c8c1f7997e8bcc4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:90726fcf9c62e9c723f5f108b6e1fcb55c1b94b5ddcc109874639fcb9531aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b376e3a380042c578a5cd0b2dfe1036c3cc0bf0e8a23cf3096793150c30fd749_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08409b71472330b107a00663e6198372bb08f444dc1c3ba703b3cfe33314a5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:6367e1811ab013dbe08da56d86b90af5471113319825be8b289fa00d2df1648c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e54653c5d6109045c8029856d6928ab2de31224588a16a97313d5bc79c0aa7f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:8ec44c793e1c8958f19356911ee75a3bf4907b51ead67a7438755d3fcacc28cc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fd421ab96bef13ae969bc234efac92e5766ccf2060a9576b0ccae5918519ed05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fe608164b671e81fd87943a1b520ce4bf3d184ab724ff6fa517fb6d4cbbc68fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:150bf5e2b4567776482733c5db730a84e8a9cbdf2636f17e8c86bfc69ea9cdb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:25bab0c0fc67f7c94bc636e13becb21e00ee54c67571bce6fd072ea81c8b3344_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bd6ef3b69a21c4d8690201c1aecaab15fc977968626437f70ef2b1742a1d6a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf2828ad55a05251e8841f1c7854425ffe5cdee7f73c85e0004ba1834af79fba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1ca27f4805776b4117e858d7a928e91736fa1753abccae3d06c7d43713bc408e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5c6cdabd936f20e5990568bd04d19e1f179499f78a365e78f38143206f328ea3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5e05d1243ac88fe5ab770d95e1f365fbb120d128b847c136052a453252cbdfcf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed83236e1c16786da2d8951e8ead3d2ee078d9b8fdd75d2d26956bb75c12dddf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:5fe63439a0d097634affe0e0ab52758166b9423771770a572b6727f8c4701ae2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:7eba3d33c0a7e22acdfa306310f06b7f19803e5fdd1f084d48f3f26d0c6789ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:ffacdbb5b46211625414147810f789fea124666ae2cad504acbd30869534c7a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6530e658dca1bce45b6927f098e9535f0a9f24d2cfe6ed051bc4563f3a31a8db_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9736b543177d951bfeddd11d2d8f0da72af1113ed5b592f76d9e742c912639bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d7fb0212c31463ddbedc4cfcfdc3169db2e1761c6df7c40c15cce106640195ab_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:291b51f142433087d9a68c8ebeed772e37af6a54d3254aec4546483f83194b35_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:3328a0675ae2db79afec057009561e1c262eaa358897ad8a054e180297482b62_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:4df2698aa1277101384f263e1a52932cffadf5399df1ac670e94289184950d4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:ae9fb26083a889158d6ebebc49c93baac3190bb7349fa172a831e0295013bb9b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:162f41708e4582e0159ae794fec9969c35d1d1e8cf30037d45d896b7876b215b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5818b8345278b815cd0dab3e409606c5b14ae0da8bfc4fadfd28fe7dad8f69c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:9b54ca053b72e45af815c08a7833d32bd89266ac0f65b7aa25d3c2a88ea107c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dd4d28880ffd6f422cbc3bc82138b2ff18f075ba3e1b82d9993c648d057e645f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:2976c8097cce2468c476a58d0ca49de48a06f90ff00c7a5546e608bd6adc02ac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:6d5cdf8de9e565ef45226f1acc743358da5c14663a93d5b427c97940eb598c59_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:89fc8976059bb5f50b3950cd7c4625d4c77b630ad784b9c29ce7544de84e611e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:926b8d99005277c95ab7c64758cfe64316f6b94f54fed2892aeef67a44fc9df4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:446aeff94de90603fb22af76d310aac93ebad334dcc3f6da57f56bc3e587c041_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d6aca6e75eb464afdb001d6cb7b69c9068e82e1b1defa6dcb1f48e16392a3bd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f017c14d20143d1c0de3c003fb4dfc5b5256d30e2c3954e18d6544fd0f1591f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fe53979d7f1454153a4ad56e7e267faf75be5e995c2a4710eadb0eab5b41be9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8f567764033b088891642a5bacca1cb291d83b64cdf1e4f840d820f7d3cbe1ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a10863101a9a63c08126a63150799e23b315d51268ae927fe7021c7c7ef60f27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a11f515530bb260d97b24371ea2e21de404b46a95b222695b8a914eb0942e0ca_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e181e6c870125af4250b753c7836bbc1a5b4eeaf0ca24100ff2cd6636ec68a3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:01114ee04a38b2d63d4f4d7877cfeb45e3fd72db019ac09657e55eaef82ac3e1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:8c978d3a39f9fbcff5973ba44c41c4c2bc459f3ab1b0fadddc1ef81f6b190072_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:b3a3458c99efac27e7db18d16fe8587b98215795c322c24d721403da5d820818_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:dee09d94717c386691d2a1cad966eccc6b4e695f9a7aaf5e831908912cd07b4c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:17ee5262a2f32a842d902d6558c29b9297ae5b07b39eeaaae890421f32f7d653_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:4ee52748f05d501ce0315ed4e5b72c0df290e2221213c5af1ac6f6666cfcb3a5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:aa2d907596b9b5cf15e6d4f0b6edb26be0e5f09547fa869d59e525a3e64a2b95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:bdf9948a90fe6c4f72fae0fabcb1e82aa53f25c16ace20bfa1a67ba400a53db5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:785bf6b208680c589939dabd27f0d67f9ff94e1dde3cac6000d63f3dc29df33a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:c00b726342441e31a93a316cd886b5d6fa6cfb133f59f0b2ae5c39000dd4886d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:d6dcfa7681a062b390ccc18e32bd1a8c8ba7c6a73ce204726fa01b8a7393a9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fb12144250fc6d3ea613357cbcf56caeffe9236a7736e6db4116cac1b789af8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c5f699dd86eb69e7b400e6fa9c3b87e03877e16b8327df647929891b6a015693_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f713e0b404c9ff34d5d022d4799da11873249450b55809513000d4b375708342_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:a695422b19a3d29a2b4ede64f9eb045f02bbcf3b246c0494aec9bef0fc961b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea048908f75345d2dd2e770c94987db6c4cb865d7ced0064089ef22743841397_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20c539cc9f56e35c23da05fdc8c7d1334b5ef340077c8b6d3560bad4e92a00f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:247378f05337f5914840cff744da117f5e6b6d1377f69a4c6ab66c2752e1fa4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5acd334985679476cfa6827fcc89f00fc89e4c409de2f06d4284e1cbe9a3624c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:910679c50655521d2e955bdf0f6413016af80a1c705c9f2e6e02f1ec1f44d31c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2c00297c567711c713ad3020a258150a55c8db2206ef35ffabf177a2f579c586_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:9ec6d1351cc277ff1fc3d264fa896bc03e54297c1817e933f6c97946f6c3e108_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ef377efe3db560e6ddd466bc0e3c6e9fe8476aefef42c093f09682fb9e8981e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:0cc0282d802bc9af9d66b0cc0f87e28e27199ad3b18eeff2bd726355ca71443e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7bfb0df1f28e9fc579a70182d185425c4f077738a9d238bdcfc4f06615e7e825_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8ee4532c139dcefc590b8188456a5f59528730d63fbc72075946e2139ae631ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c852bc159ad836b50dc6e616d72446632bfe939a89e6efceec08c6b99362bf1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:51364e22aecbb710acee25f374397d95f5395ca3c9c86128716b9b6522fc7035_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7cac6c4f530b4c27d0c9fea7ad5e6e39e8fe07bac432ac4714292251b47f8e3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:d56ef6bd87903015a314557bb15e8b89d2e78c20b51354458d43f897a99a76cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ec9c17f297cf783b03d97e0ae4b9e114dbba1ae1681a2c5dc2d22d1bc1b5da4d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1c18b0dc1d67f764a6feac82dc5f0104e6c5535fc4ad2c40923cb48529e6ca25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1e5a06fef06f3a45dd71fe6d57dbae99204ca9a6582d31eddb45eb820ff96aab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5a88db2180d0d8357dddd959e3a519e1b71f2d2efd236f1b9ddb2d8ece90fb4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:9cc05976b20d32a1e0ece5827c5a8cfa08ae29a54f49ffd4bc42c4180a3e420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d75fed110fdc9cc355dea19d6db8cfbf159c22580427a394d6ab4fbb770beb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:efc2708d61193cc4cc753a1ff3a2600b5c3872f687b2d1f47c350a025556c873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:f34dd1618b14072287db1b404bea782cc0e0f657f4d7d96859fdd831f59b4489_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:fe7d7b1dca8792f5d81cdb9e635cff1a2aa2159a2501c5d1ea1cb5f165bb5cda_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4a5c9f2b5743d2b9564a4408f8b8a20e1cc1be2dee4ce77c5205545a2656d8cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:abb512398117418cfff56ce361aaf6ddf373ff1bb37923ba240f336f200a8c44_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:d86d8f49b54887e31bef8132e5d01a2ff0f42cc1086afceabacdbce23b911070_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fc6e955cdf0e78fc2496b71b10cabc33575f9f6532cf137a88cb7fd4ef7bdd12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4bf40c31c7db42c767c1bd01f34a59c41693d93f8cd3cf5d6eca6e21a4af8448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4d649d4bff5c2c8d0b94d8f97b3bf2b6a16d7a0bae108f3db241b76476df5451_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:b04f0bbb50152c39aed33439899d7a82b66dbeded447592e6781fb2368848036_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:d33fbbd906c7dfb978ab4bc7791f88cb62d8a93d4a0057ac832f96260b119ac0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:23bf3ebfcbd52d6b9f876b90e2681d05d469f902f35f89c89399ebf59a18c818_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:3ea41fb875b3810356430885375f2a4b262f9a5947cde346ad359f099e49b05f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:7d6fcd0184488fc8259a70f93ecf15185b31f8e4560bee3e22cd35c82cf479e8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:cb381ac5fe5d0d95935f481c03f6d26e53e667bc8d4e3cd2d301ec9fdff89944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:641d0bdb5cd604bcdec8b32a7c166888b82cba8a248ba3912aa61391050ff12a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:91022c9c26601a4b64b78be11ea8efa09d29fad8ef74b2f625ac1c1cbeb8bc08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b3ec369f7972bec489dfa5139e35e7141805982ca6dc89a7e3f99b9d6a23dc04_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b64fb86134b86349392a106b570bea1e6fc79e6a56a58c3fbf8b98282198ebe8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:0bb1714177f8aa3a7f773c291745140535e9251f5c840ca7de4d88d830dbebdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:387867da06b841a3e3a11074f9dd80fd428e635d6ce0034a5d00fadeadf095bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c8ac965c796619d93422d106baa0ca55abd31e400feebcc71d76ef4741bc0434_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d33535375f98f5c56b850a8e3a35bd9c7c74dc10abe0065de294c4e22abfb7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b966e6a3109b7586d55a8055f69adcbbf5aaa041503d5164371a289d84e5aa41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c47212e1b7806fdca3b3d0a063158ff537c51ee30e657a14708f1ee071936188_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:56b218cf59d09916734a1f306585fafdf4717baad5fa96c9393ba85e9441664a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:7cd82ce95b878483934f520f5d616294f7232c25c8a5e183b4bf3c1d7532b83f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:a10fff36c1024a908a98d4f31cc72711a8d9eb8a8a51944fe5ca2eadd0dd4226_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:d8d67f6ba9efe67e7568dc962ce8db3b664e6c2a27b31bb2fa9a4179fd2515ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38f9abf7774536383f3e8c99dfc3e32f4206c41837aacd581d0e93e26d8a61fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5d6800a82107ccda8ccc5a0189f87198df2663904d12d17376a4440d0ed17807_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9a29c12b31c4128c1582fb4a1fe563755f018919e866fc8e7aa653014e21b058_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e9ccc3d61bf34078ceb1b43f996f8f4bc66390e00a78437219cb0cc7bb0f7e91_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:18216ebaeae0426b7bcb077981db25baea3123bad32a42790c3cc37d7451b77d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4b7ac561feaebc72f2367cfbca15f7940cbb08d61146a5b91ed337175265a113_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c715470dd6eebb903acc3237e2697394ddd17f21ad61c2deb68ca5f9076c1210_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d800be636f49b50e277baf5dfa33d6862dd245921fc466fed383e2f27fd291f1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:3c295d84562c65c8fd7a719982616165b13b354ff8b14202e8793390c7ef6bad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:73dd9e94485110fcf6959369954fedc2f90b9d625b098c2afeddc07b8f623ef6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a4c2601601b54a6108b118c505a510ec09737d834276c71c3e9cd134390ce12e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a58d7df52405238bc1b812eefbb1449efe4f48eea73d07ef97242929ae89e0b8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0044b6cc0124ea07f90897a56383c117639ad914b769b65a52964869bd66349e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:032f5b3e93b461c9832ebf893ff207e9435c8b63cc1cd9c8bfb6892a442ff75f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:4e2d9f38ff713c22ee5a110ebf8dbd7a6e8e0fdd8e073db09c4d29bfbfb0d2d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8c041dadc0a911af2a47ce500b882798fe6abc75a10ecf770c6471f7bc73936b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:32db8de07d4867bea45d6d48e8b43a01b262d06bf75e0644f8d4fd3f5c10dcbd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d0ce9dbe2e4e4a1c76732c63832ff3e577026adda71517f37f0933441bf6f0ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:eb0d7a2791486d3d6f3aa5c532a2d1427dc1c5740318e4cd3345dd7abb37fb4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:f956eeaa238cf4c56744e5209bd821c4272474d6cddce6dbe74f3355494ebefe_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3e9c64bab5210ecb56a3930fd926f0dbc55bc5c955b9cc6fecfee0409110c96f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9ca6139e7b6e15080e9149a6f3b497673b2affe86d6ba2f00a1e8a53fcf5698e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:cd6910f785500fdd6cd10724c5626ee31d2079502c382bb36ada9926c6c9a120_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:03c4a5dde5604fee60e75b0324572d28855cfa57f120b3e678d3eb7f3ad4cb22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:0b599f1470df8e3a8a695793bcf7edae1150fec7e05dd2111b3a926697d56e53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bbc190f19dca8799aff49578823a6b34280bdc8083faf4b4994942966f120a43_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0c911890a88e3fd66e7032ec124e81dede82c9073d37272faccf21035345664_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0cf21c32ddcfd149415ec08377b0def18c243211e4be996f78da85952103d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b95ed20958e794687ec9222b32270bcfc85cb72d878ad92e03aa5dc995b4e600_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f12358bc4bbdbef2108b7915a29f9f72f3f54623ade6f20cc2d1670d22a0cb03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:32904ba36b6bb51a3bf8211b9c57f3f7aad90d33c73c8f5befeeb8f9fc958f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:808a10cf4119f2954062c2dbf894f58108984494da50960006185ea9fa6c34d5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9cb54d131b4b7c043903bbb400dca46e909a4036ef5bef3d34d6246153c481d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:efc67545f3a59c51bbb9ea945d7d695c1857183ee95a65b6ca0c88bbdb472299_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:660264d4bf6763c782d4d8a2c121338dc88f549a0e3a9c1259628f5c0a405f6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:97e08eed4a56828d10b4160ebc70015ae2c247a7e0c03e33fd49a264eedcc69d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a58f93c956c8b8d1e15e6d2a19de7e7ae41705d334f74605b2eab20e33cb45a9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c7a4ea792bd4b5ed2ac2b4ab37f9381f40f349fceb79b9e93b51ecab7d33360b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c2c81b011c816ecfae37abd6b4721e6c0678faf7a1e931cedc5873376a49efa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:66d8c77dfdbfaa1113a200490f390c93a932b90ea13f68d663b83609280bf63f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c638a99bfac9e5693634ac6c2fd04af8207882b6546b5ae8721cca8205b9b62f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d22722b5a9a80bcdc6f0cc887de1432cec5b6fccb0480721b2450a576a42c98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b9047f6f27c4a472d1d772f11c465d1e0a52dfb17563b199259b7f6f35755097_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:fdb635230b9474360212f4ff9d65b08da2d5ae7393db7e1446807e36b22e6b81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:892d97b7c4dbbf202501e241d79a649025017110b00b8fc14c8c1f7997e8bcc4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:90726fcf9c62e9c723f5f108b6e1fcb55c1b94b5ddcc109874639fcb9531aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b376e3a380042c578a5cd0b2dfe1036c3cc0bf0e8a23cf3096793150c30fd749_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:150bf5e2b4567776482733c5db730a84e8a9cbdf2636f17e8c86bfc69ea9cdb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:25bab0c0fc67f7c94bc636e13becb21e00ee54c67571bce6fd072ea81c8b3344_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bd6ef3b69a21c4d8690201c1aecaab15fc977968626437f70ef2b1742a1d6a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf2828ad55a05251e8841f1c7854425ffe5cdee7f73c85e0004ba1834af79fba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1ca27f4805776b4117e858d7a928e91736fa1753abccae3d06c7d43713bc408e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5c6cdabd936f20e5990568bd04d19e1f179499f78a365e78f38143206f328ea3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5e05d1243ac88fe5ab770d95e1f365fbb120d128b847c136052a453252cbdfcf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed83236e1c16786da2d8951e8ead3d2ee078d9b8fdd75d2d26956bb75c12dddf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:5fe63439a0d097634affe0e0ab52758166b9423771770a572b6727f8c4701ae2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:7eba3d33c0a7e22acdfa306310f06b7f19803e5fdd1f084d48f3f26d0c6789ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:ffacdbb5b46211625414147810f789fea124666ae2cad504acbd30869534c7a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6530e658dca1bce45b6927f098e9535f0a9f24d2cfe6ed051bc4563f3a31a8db_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9736b543177d951bfeddd11d2d8f0da72af1113ed5b592f76d9e742c912639bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d7fb0212c31463ddbedc4cfcfdc3169db2e1761c6df7c40c15cce106640195ab_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"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.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1d96022c39360a11cb50ee0d80756b53311a3a9b3684b641b260ff1433d58f07_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:3916bd485b41958debb2061f0e23b8c1506517923e34fe7e1dc939c13065509f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:45a189001a07473dbe6f9a6b69b25f35bd0d2dc70f906df0b7df7e465e0e9796_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:dd6a46b10a54482c5a1f31b4de1de495dc02a72b8bb115f3dfb25e494ecddaa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30e24d9f744be4d729bc3e443a31a945eb952531b29b1b4057dbf41fc4d1849f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6adbeab62ab14ff659200361a7fac436216f942f782764734fabf664febfd375_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d92df363d5768e050581aae80395134dd6faae75d476bc28b40f6ec53ae5aee0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08409b71472330b107a00663e6198372bb08f444dc1c3ba703b3cfe33314a5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:6367e1811ab013dbe08da56d86b90af5471113319825be8b289fa00d2df1648c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e54653c5d6109045c8029856d6928ab2de31224588a16a97313d5bc79c0aa7f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:8ec44c793e1c8958f19356911ee75a3bf4907b51ead67a7438755d3fcacc28cc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fd421ab96bef13ae969bc234efac92e5766ccf2060a9576b0ccae5918519ed05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fe608164b671e81fd87943a1b520ce4bf3d184ab724ff6fa517fb6d4cbbc68fa_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:291b51f142433087d9a68c8ebeed772e37af6a54d3254aec4546483f83194b35_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:3328a0675ae2db79afec057009561e1c262eaa358897ad8a054e180297482b62_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:4df2698aa1277101384f263e1a52932cffadf5399df1ac670e94289184950d4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:ae9fb26083a889158d6ebebc49c93baac3190bb7349fa172a831e0295013bb9b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:162f41708e4582e0159ae794fec9969c35d1d1e8cf30037d45d896b7876b215b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5818b8345278b815cd0dab3e409606c5b14ae0da8bfc4fadfd28fe7dad8f69c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:9b54ca053b72e45af815c08a7833d32bd89266ac0f65b7aa25d3c2a88ea107c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dd4d28880ffd6f422cbc3bc82138b2ff18f075ba3e1b82d9993c648d057e645f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:2976c8097cce2468c476a58d0ca49de48a06f90ff00c7a5546e608bd6adc02ac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:6d5cdf8de9e565ef45226f1acc743358da5c14663a93d5b427c97940eb598c59_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:89fc8976059bb5f50b3950cd7c4625d4c77b630ad784b9c29ce7544de84e611e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:926b8d99005277c95ab7c64758cfe64316f6b94f54fed2892aeef67a44fc9df4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:446aeff94de90603fb22af76d310aac93ebad334dcc3f6da57f56bc3e587c041_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d6aca6e75eb464afdb001d6cb7b69c9068e82e1b1defa6dcb1f48e16392a3bd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f017c14d20143d1c0de3c003fb4dfc5b5256d30e2c3954e18d6544fd0f1591f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fe53979d7f1454153a4ad56e7e267faf75be5e995c2a4710eadb0eab5b41be9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8f567764033b088891642a5bacca1cb291d83b64cdf1e4f840d820f7d3cbe1ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a10863101a9a63c08126a63150799e23b315d51268ae927fe7021c7c7ef60f27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a11f515530bb260d97b24371ea2e21de404b46a95b222695b8a914eb0942e0ca_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e181e6c870125af4250b753c7836bbc1a5b4eeaf0ca24100ff2cd6636ec68a3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:01114ee04a38b2d63d4f4d7877cfeb45e3fd72db019ac09657e55eaef82ac3e1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:8c978d3a39f9fbcff5973ba44c41c4c2bc459f3ab1b0fadddc1ef81f6b190072_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:b3a3458c99efac27e7db18d16fe8587b98215795c322c24d721403da5d820818_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:dee09d94717c386691d2a1cad966eccc6b4e695f9a7aaf5e831908912cd07b4c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:17ee5262a2f32a842d902d6558c29b9297ae5b07b39eeaaae890421f32f7d653_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:4ee52748f05d501ce0315ed4e5b72c0df290e2221213c5af1ac6f6666cfcb3a5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:aa2d907596b9b5cf15e6d4f0b6edb26be0e5f09547fa869d59e525a3e64a2b95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:bdf9948a90fe6c4f72fae0fabcb1e82aa53f25c16ace20bfa1a67ba400a53db5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:785bf6b208680c589939dabd27f0d67f9ff94e1dde3cac6000d63f3dc29df33a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:c00b726342441e31a93a316cd886b5d6fa6cfb133f59f0b2ae5c39000dd4886d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:d6dcfa7681a062b390ccc18e32bd1a8c8ba7c6a73ce204726fa01b8a7393a9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fb12144250fc6d3ea613357cbcf56caeffe9236a7736e6db4116cac1b789af8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c5f699dd86eb69e7b400e6fa9c3b87e03877e16b8327df647929891b6a015693_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f713e0b404c9ff34d5d022d4799da11873249450b55809513000d4b375708342_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:a695422b19a3d29a2b4ede64f9eb045f02bbcf3b246c0494aec9bef0fc961b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea048908f75345d2dd2e770c94987db6c4cb865d7ced0064089ef22743841397_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20c539cc9f56e35c23da05fdc8c7d1334b5ef340077c8b6d3560bad4e92a00f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:247378f05337f5914840cff744da117f5e6b6d1377f69a4c6ab66c2752e1fa4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5acd334985679476cfa6827fcc89f00fc89e4c409de2f06d4284e1cbe9a3624c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:910679c50655521d2e955bdf0f6413016af80a1c705c9f2e6e02f1ec1f44d31c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2c00297c567711c713ad3020a258150a55c8db2206ef35ffabf177a2f579c586_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:9ec6d1351cc277ff1fc3d264fa896bc03e54297c1817e933f6c97946f6c3e108_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ef377efe3db560e6ddd466bc0e3c6e9fe8476aefef42c093f09682fb9e8981e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:0cc0282d802bc9af9d66b0cc0f87e28e27199ad3b18eeff2bd726355ca71443e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7bfb0df1f28e9fc579a70182d185425c4f077738a9d238bdcfc4f06615e7e825_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8ee4532c139dcefc590b8188456a5f59528730d63fbc72075946e2139ae631ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c852bc159ad836b50dc6e616d72446632bfe939a89e6efceec08c6b99362bf1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:51364e22aecbb710acee25f374397d95f5395ca3c9c86128716b9b6522fc7035_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7cac6c4f530b4c27d0c9fea7ad5e6e39e8fe07bac432ac4714292251b47f8e3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:d56ef6bd87903015a314557bb15e8b89d2e78c20b51354458d43f897a99a76cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ec9c17f297cf783b03d97e0ae4b9e114dbba1ae1681a2c5dc2d22d1bc1b5da4d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1c18b0dc1d67f764a6feac82dc5f0104e6c5535fc4ad2c40923cb48529e6ca25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1e5a06fef06f3a45dd71fe6d57dbae99204ca9a6582d31eddb45eb820ff96aab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5a88db2180d0d8357dddd959e3a519e1b71f2d2efd236f1b9ddb2d8ece90fb4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:9cc05976b20d32a1e0ece5827c5a8cfa08ae29a54f49ffd4bc42c4180a3e420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d75fed110fdc9cc355dea19d6db8cfbf159c22580427a394d6ab4fbb770beb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:efc2708d61193cc4cc753a1ff3a2600b5c3872f687b2d1f47c350a025556c873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:f34dd1618b14072287db1b404bea782cc0e0f657f4d7d96859fdd831f59b4489_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:fe7d7b1dca8792f5d81cdb9e635cff1a2aa2159a2501c5d1ea1cb5f165bb5cda_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4a5c9f2b5743d2b9564a4408f8b8a20e1cc1be2dee4ce77c5205545a2656d8cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:abb512398117418cfff56ce361aaf6ddf373ff1bb37923ba240f336f200a8c44_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:d86d8f49b54887e31bef8132e5d01a2ff0f42cc1086afceabacdbce23b911070_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fc6e955cdf0e78fc2496b71b10cabc33575f9f6532cf137a88cb7fd4ef7bdd12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4bf40c31c7db42c767c1bd01f34a59c41693d93f8cd3cf5d6eca6e21a4af8448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4d649d4bff5c2c8d0b94d8f97b3bf2b6a16d7a0bae108f3db241b76476df5451_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:b04f0bbb50152c39aed33439899d7a82b66dbeded447592e6781fb2368848036_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:d33fbbd906c7dfb978ab4bc7791f88cb62d8a93d4a0057ac832f96260b119ac0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:23bf3ebfcbd52d6b9f876b90e2681d05d469f902f35f89c89399ebf59a18c818_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:3ea41fb875b3810356430885375f2a4b262f9a5947cde346ad359f099e49b05f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:7d6fcd0184488fc8259a70f93ecf15185b31f8e4560bee3e22cd35c82cf479e8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:cb381ac5fe5d0d95935f481c03f6d26e53e667bc8d4e3cd2d301ec9fdff89944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:641d0bdb5cd604bcdec8b32a7c166888b82cba8a248ba3912aa61391050ff12a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:91022c9c26601a4b64b78be11ea8efa09d29fad8ef74b2f625ac1c1cbeb8bc08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b3ec369f7972bec489dfa5139e35e7141805982ca6dc89a7e3f99b9d6a23dc04_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b64fb86134b86349392a106b570bea1e6fc79e6a56a58c3fbf8b98282198ebe8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:0bb1714177f8aa3a7f773c291745140535e9251f5c840ca7de4d88d830dbebdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:387867da06b841a3e3a11074f9dd80fd428e635d6ce0034a5d00fadeadf095bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c8ac965c796619d93422d106baa0ca55abd31e400feebcc71d76ef4741bc0434_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d33535375f98f5c56b850a8e3a35bd9c7c74dc10abe0065de294c4e22abfb7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b966e6a3109b7586d55a8055f69adcbbf5aaa041503d5164371a289d84e5aa41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c47212e1b7806fdca3b3d0a063158ff537c51ee30e657a14708f1ee071936188_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:56b218cf59d09916734a1f306585fafdf4717baad5fa96c9393ba85e9441664a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:7cd82ce95b878483934f520f5d616294f7232c25c8a5e183b4bf3c1d7532b83f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:a10fff36c1024a908a98d4f31cc72711a8d9eb8a8a51944fe5ca2eadd0dd4226_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:d8d67f6ba9efe67e7568dc962ce8db3b664e6c2a27b31bb2fa9a4179fd2515ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38f9abf7774536383f3e8c99dfc3e32f4206c41837aacd581d0e93e26d8a61fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5d6800a82107ccda8ccc5a0189f87198df2663904d12d17376a4440d0ed17807_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9a29c12b31c4128c1582fb4a1fe563755f018919e866fc8e7aa653014e21b058_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e9ccc3d61bf34078ceb1b43f996f8f4bc66390e00a78437219cb0cc7bb0f7e91_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:18216ebaeae0426b7bcb077981db25baea3123bad32a42790c3cc37d7451b77d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4b7ac561feaebc72f2367cfbca15f7940cbb08d61146a5b91ed337175265a113_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c715470dd6eebb903acc3237e2697394ddd17f21ad61c2deb68ca5f9076c1210_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d800be636f49b50e277baf5dfa33d6862dd245921fc466fed383e2f27fd291f1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:3c295d84562c65c8fd7a719982616165b13b354ff8b14202e8793390c7ef6bad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:73dd9e94485110fcf6959369954fedc2f90b9d625b098c2afeddc07b8f623ef6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a4c2601601b54a6108b118c505a510ec09737d834276c71c3e9cd134390ce12e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a58d7df52405238bc1b812eefbb1449efe4f48eea73d07ef97242929ae89e0b8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0044b6cc0124ea07f90897a56383c117639ad914b769b65a52964869bd66349e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:032f5b3e93b461c9832ebf893ff207e9435c8b63cc1cd9c8bfb6892a442ff75f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:4e2d9f38ff713c22ee5a110ebf8dbd7a6e8e0fdd8e073db09c4d29bfbfb0d2d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8c041dadc0a911af2a47ce500b882798fe6abc75a10ecf770c6471f7bc73936b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:32db8de07d4867bea45d6d48e8b43a01b262d06bf75e0644f8d4fd3f5c10dcbd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d0ce9dbe2e4e4a1c76732c63832ff3e577026adda71517f37f0933441bf6f0ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:eb0d7a2791486d3d6f3aa5c532a2d1427dc1c5740318e4cd3345dd7abb37fb4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:f956eeaa238cf4c56744e5209bd821c4272474d6cddce6dbe74f3355494ebefe_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3e9c64bab5210ecb56a3930fd926f0dbc55bc5c955b9cc6fecfee0409110c96f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9ca6139e7b6e15080e9149a6f3b497673b2affe86d6ba2f00a1e8a53fcf5698e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:cd6910f785500fdd6cd10724c5626ee31d2079502c382bb36ada9926c6c9a120_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:03c4a5dde5604fee60e75b0324572d28855cfa57f120b3e678d3eb7f3ad4cb22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:0b599f1470df8e3a8a695793bcf7edae1150fec7e05dd2111b3a926697d56e53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bbc190f19dca8799aff49578823a6b34280bdc8083faf4b4994942966f120a43_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0c911890a88e3fd66e7032ec124e81dede82c9073d37272faccf21035345664_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0cf21c32ddcfd149415ec08377b0def18c243211e4be996f78da85952103d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b95ed20958e794687ec9222b32270bcfc85cb72d878ad92e03aa5dc995b4e600_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f12358bc4bbdbef2108b7915a29f9f72f3f54623ade6f20cc2d1670d22a0cb03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:32904ba36b6bb51a3bf8211b9c57f3f7aad90d33c73c8f5befeeb8f9fc958f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:808a10cf4119f2954062c2dbf894f58108984494da50960006185ea9fa6c34d5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9cb54d131b4b7c043903bbb400dca46e909a4036ef5bef3d34d6246153c481d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:efc67545f3a59c51bbb9ea945d7d695c1857183ee95a65b6ca0c88bbdb472299_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:660264d4bf6763c782d4d8a2c121338dc88f549a0e3a9c1259628f5c0a405f6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:97e08eed4a56828d10b4160ebc70015ae2c247a7e0c03e33fd49a264eedcc69d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a58f93c956c8b8d1e15e6d2a19de7e7ae41705d334f74605b2eab20e33cb45a9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c7a4ea792bd4b5ed2ac2b4ab37f9381f40f349fceb79b9e93b51ecab7d33360b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c2c81b011c816ecfae37abd6b4721e6c0678faf7a1e931cedc5873376a49efa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:66d8c77dfdbfaa1113a200490f390c93a932b90ea13f68d663b83609280bf63f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c638a99bfac9e5693634ac6c2fd04af8207882b6546b5ae8721cca8205b9b62f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d22722b5a9a80bcdc6f0cc887de1432cec5b6fccb0480721b2450a576a42c98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b9047f6f27c4a472d1d772f11c465d1e0a52dfb17563b199259b7f6f35755097_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:fdb635230b9474360212f4ff9d65b08da2d5ae7393db7e1446807e36b22e6b81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:892d97b7c4dbbf202501e241d79a649025017110b00b8fc14c8c1f7997e8bcc4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:90726fcf9c62e9c723f5f108b6e1fcb55c1b94b5ddcc109874639fcb9531aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b376e3a380042c578a5cd0b2dfe1036c3cc0bf0e8a23cf3096793150c30fd749_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:150bf5e2b4567776482733c5db730a84e8a9cbdf2636f17e8c86bfc69ea9cdb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:25bab0c0fc67f7c94bc636e13becb21e00ee54c67571bce6fd072ea81c8b3344_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bd6ef3b69a21c4d8690201c1aecaab15fc977968626437f70ef2b1742a1d6a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf2828ad55a05251e8841f1c7854425ffe5cdee7f73c85e0004ba1834af79fba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1ca27f4805776b4117e858d7a928e91736fa1753abccae3d06c7d43713bc408e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5c6cdabd936f20e5990568bd04d19e1f179499f78a365e78f38143206f328ea3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5e05d1243ac88fe5ab770d95e1f365fbb120d128b847c136052a453252cbdfcf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed83236e1c16786da2d8951e8ead3d2ee078d9b8fdd75d2d26956bb75c12dddf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:5fe63439a0d097634affe0e0ab52758166b9423771770a572b6727f8c4701ae2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:7eba3d33c0a7e22acdfa306310f06b7f19803e5fdd1f084d48f3f26d0c6789ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:ffacdbb5b46211625414147810f789fea124666ae2cad504acbd30869534c7a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6530e658dca1bce45b6927f098e9535f0a9f24d2cfe6ed051bc4563f3a31a8db_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9736b543177d951bfeddd11d2d8f0da72af1113ed5b592f76d9e742c912639bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d7fb0212c31463ddbedc4cfcfdc3169db2e1761c6df7c40c15cce106640195ab_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T06:06:58+00:00",
"details": "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.15/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1d96022c39360a11cb50ee0d80756b53311a3a9b3684b641b260ff1433d58f07_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:3916bd485b41958debb2061f0e23b8c1506517923e34fe7e1dc939c13065509f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:45a189001a07473dbe6f9a6b69b25f35bd0d2dc70f906df0b7df7e465e0e9796_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:dd6a46b10a54482c5a1f31b4de1de495dc02a72b8bb115f3dfb25e494ecddaa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30e24d9f744be4d729bc3e443a31a945eb952531b29b1b4057dbf41fc4d1849f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6adbeab62ab14ff659200361a7fac436216f942f782764734fabf664febfd375_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d92df363d5768e050581aae80395134dd6faae75d476bc28b40f6ec53ae5aee0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08409b71472330b107a00663e6198372bb08f444dc1c3ba703b3cfe33314a5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:6367e1811ab013dbe08da56d86b90af5471113319825be8b289fa00d2df1648c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e54653c5d6109045c8029856d6928ab2de31224588a16a97313d5bc79c0aa7f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:8ec44c793e1c8958f19356911ee75a3bf4907b51ead67a7438755d3fcacc28cc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fd421ab96bef13ae969bc234efac92e5766ccf2060a9576b0ccae5918519ed05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fe608164b671e81fd87943a1b520ce4bf3d184ab724ff6fa517fb6d4cbbc68fa_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:23235"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:291b51f142433087d9a68c8ebeed772e37af6a54d3254aec4546483f83194b35_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:3328a0675ae2db79afec057009561e1c262eaa358897ad8a054e180297482b62_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:4df2698aa1277101384f263e1a52932cffadf5399df1ac670e94289184950d4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:ae9fb26083a889158d6ebebc49c93baac3190bb7349fa172a831e0295013bb9b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:162f41708e4582e0159ae794fec9969c35d1d1e8cf30037d45d896b7876b215b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5818b8345278b815cd0dab3e409606c5b14ae0da8bfc4fadfd28fe7dad8f69c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:9b54ca053b72e45af815c08a7833d32bd89266ac0f65b7aa25d3c2a88ea107c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dd4d28880ffd6f422cbc3bc82138b2ff18f075ba3e1b82d9993c648d057e645f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:2976c8097cce2468c476a58d0ca49de48a06f90ff00c7a5546e608bd6adc02ac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:6d5cdf8de9e565ef45226f1acc743358da5c14663a93d5b427c97940eb598c59_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:89fc8976059bb5f50b3950cd7c4625d4c77b630ad784b9c29ce7544de84e611e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:926b8d99005277c95ab7c64758cfe64316f6b94f54fed2892aeef67a44fc9df4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:446aeff94de90603fb22af76d310aac93ebad334dcc3f6da57f56bc3e587c041_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d6aca6e75eb464afdb001d6cb7b69c9068e82e1b1defa6dcb1f48e16392a3bd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f017c14d20143d1c0de3c003fb4dfc5b5256d30e2c3954e18d6544fd0f1591f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fe53979d7f1454153a4ad56e7e267faf75be5e995c2a4710eadb0eab5b41be9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8f567764033b088891642a5bacca1cb291d83b64cdf1e4f840d820f7d3cbe1ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a10863101a9a63c08126a63150799e23b315d51268ae927fe7021c7c7ef60f27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a11f515530bb260d97b24371ea2e21de404b46a95b222695b8a914eb0942e0ca_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e181e6c870125af4250b753c7836bbc1a5b4eeaf0ca24100ff2cd6636ec68a3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:01114ee04a38b2d63d4f4d7877cfeb45e3fd72db019ac09657e55eaef82ac3e1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:8c978d3a39f9fbcff5973ba44c41c4c2bc459f3ab1b0fadddc1ef81f6b190072_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:b3a3458c99efac27e7db18d16fe8587b98215795c322c24d721403da5d820818_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:dee09d94717c386691d2a1cad966eccc6b4e695f9a7aaf5e831908912cd07b4c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:17ee5262a2f32a842d902d6558c29b9297ae5b07b39eeaaae890421f32f7d653_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:4ee52748f05d501ce0315ed4e5b72c0df290e2221213c5af1ac6f6666cfcb3a5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:aa2d907596b9b5cf15e6d4f0b6edb26be0e5f09547fa869d59e525a3e64a2b95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:bdf9948a90fe6c4f72fae0fabcb1e82aa53f25c16ace20bfa1a67ba400a53db5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:785bf6b208680c589939dabd27f0d67f9ff94e1dde3cac6000d63f3dc29df33a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:c00b726342441e31a93a316cd886b5d6fa6cfb133f59f0b2ae5c39000dd4886d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:d6dcfa7681a062b390ccc18e32bd1a8c8ba7c6a73ce204726fa01b8a7393a9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fb12144250fc6d3ea613357cbcf56caeffe9236a7736e6db4116cac1b789af8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c5f699dd86eb69e7b400e6fa9c3b87e03877e16b8327df647929891b6a015693_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f713e0b404c9ff34d5d022d4799da11873249450b55809513000d4b375708342_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:a695422b19a3d29a2b4ede64f9eb045f02bbcf3b246c0494aec9bef0fc961b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea048908f75345d2dd2e770c94987db6c4cb865d7ced0064089ef22743841397_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20c539cc9f56e35c23da05fdc8c7d1334b5ef340077c8b6d3560bad4e92a00f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:247378f05337f5914840cff744da117f5e6b6d1377f69a4c6ab66c2752e1fa4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5acd334985679476cfa6827fcc89f00fc89e4c409de2f06d4284e1cbe9a3624c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:910679c50655521d2e955bdf0f6413016af80a1c705c9f2e6e02f1ec1f44d31c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2c00297c567711c713ad3020a258150a55c8db2206ef35ffabf177a2f579c586_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:9ec6d1351cc277ff1fc3d264fa896bc03e54297c1817e933f6c97946f6c3e108_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ef377efe3db560e6ddd466bc0e3c6e9fe8476aefef42c093f09682fb9e8981e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:0cc0282d802bc9af9d66b0cc0f87e28e27199ad3b18eeff2bd726355ca71443e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7bfb0df1f28e9fc579a70182d185425c4f077738a9d238bdcfc4f06615e7e825_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8ee4532c139dcefc590b8188456a5f59528730d63fbc72075946e2139ae631ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c852bc159ad836b50dc6e616d72446632bfe939a89e6efceec08c6b99362bf1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:51364e22aecbb710acee25f374397d95f5395ca3c9c86128716b9b6522fc7035_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7cac6c4f530b4c27d0c9fea7ad5e6e39e8fe07bac432ac4714292251b47f8e3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:d56ef6bd87903015a314557bb15e8b89d2e78c20b51354458d43f897a99a76cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ec9c17f297cf783b03d97e0ae4b9e114dbba1ae1681a2c5dc2d22d1bc1b5da4d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1c18b0dc1d67f764a6feac82dc5f0104e6c5535fc4ad2c40923cb48529e6ca25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1e5a06fef06f3a45dd71fe6d57dbae99204ca9a6582d31eddb45eb820ff96aab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5a88db2180d0d8357dddd959e3a519e1b71f2d2efd236f1b9ddb2d8ece90fb4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:9cc05976b20d32a1e0ece5827c5a8cfa08ae29a54f49ffd4bc42c4180a3e420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d75fed110fdc9cc355dea19d6db8cfbf159c22580427a394d6ab4fbb770beb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:efc2708d61193cc4cc753a1ff3a2600b5c3872f687b2d1f47c350a025556c873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:f34dd1618b14072287db1b404bea782cc0e0f657f4d7d96859fdd831f59b4489_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:fe7d7b1dca8792f5d81cdb9e635cff1a2aa2159a2501c5d1ea1cb5f165bb5cda_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4a5c9f2b5743d2b9564a4408f8b8a20e1cc1be2dee4ce77c5205545a2656d8cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:abb512398117418cfff56ce361aaf6ddf373ff1bb37923ba240f336f200a8c44_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:d86d8f49b54887e31bef8132e5d01a2ff0f42cc1086afceabacdbce23b911070_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fc6e955cdf0e78fc2496b71b10cabc33575f9f6532cf137a88cb7fd4ef7bdd12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4bf40c31c7db42c767c1bd01f34a59c41693d93f8cd3cf5d6eca6e21a4af8448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4d649d4bff5c2c8d0b94d8f97b3bf2b6a16d7a0bae108f3db241b76476df5451_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:b04f0bbb50152c39aed33439899d7a82b66dbeded447592e6781fb2368848036_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:d33fbbd906c7dfb978ab4bc7791f88cb62d8a93d4a0057ac832f96260b119ac0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:23bf3ebfcbd52d6b9f876b90e2681d05d469f902f35f89c89399ebf59a18c818_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:3ea41fb875b3810356430885375f2a4b262f9a5947cde346ad359f099e49b05f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:7d6fcd0184488fc8259a70f93ecf15185b31f8e4560bee3e22cd35c82cf479e8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:cb381ac5fe5d0d95935f481c03f6d26e53e667bc8d4e3cd2d301ec9fdff89944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:641d0bdb5cd604bcdec8b32a7c166888b82cba8a248ba3912aa61391050ff12a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:91022c9c26601a4b64b78be11ea8efa09d29fad8ef74b2f625ac1c1cbeb8bc08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b3ec369f7972bec489dfa5139e35e7141805982ca6dc89a7e3f99b9d6a23dc04_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b64fb86134b86349392a106b570bea1e6fc79e6a56a58c3fbf8b98282198ebe8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:0bb1714177f8aa3a7f773c291745140535e9251f5c840ca7de4d88d830dbebdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:387867da06b841a3e3a11074f9dd80fd428e635d6ce0034a5d00fadeadf095bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c8ac965c796619d93422d106baa0ca55abd31e400feebcc71d76ef4741bc0434_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d33535375f98f5c56b850a8e3a35bd9c7c74dc10abe0065de294c4e22abfb7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b966e6a3109b7586d55a8055f69adcbbf5aaa041503d5164371a289d84e5aa41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c47212e1b7806fdca3b3d0a063158ff537c51ee30e657a14708f1ee071936188_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:56b218cf59d09916734a1f306585fafdf4717baad5fa96c9393ba85e9441664a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:7cd82ce95b878483934f520f5d616294f7232c25c8a5e183b4bf3c1d7532b83f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:a10fff36c1024a908a98d4f31cc72711a8d9eb8a8a51944fe5ca2eadd0dd4226_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:d8d67f6ba9efe67e7568dc962ce8db3b664e6c2a27b31bb2fa9a4179fd2515ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38f9abf7774536383f3e8c99dfc3e32f4206c41837aacd581d0e93e26d8a61fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5d6800a82107ccda8ccc5a0189f87198df2663904d12d17376a4440d0ed17807_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9a29c12b31c4128c1582fb4a1fe563755f018919e866fc8e7aa653014e21b058_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e9ccc3d61bf34078ceb1b43f996f8f4bc66390e00a78437219cb0cc7bb0f7e91_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:18216ebaeae0426b7bcb077981db25baea3123bad32a42790c3cc37d7451b77d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4b7ac561feaebc72f2367cfbca15f7940cbb08d61146a5b91ed337175265a113_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c715470dd6eebb903acc3237e2697394ddd17f21ad61c2deb68ca5f9076c1210_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d800be636f49b50e277baf5dfa33d6862dd245921fc466fed383e2f27fd291f1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:3c295d84562c65c8fd7a719982616165b13b354ff8b14202e8793390c7ef6bad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:73dd9e94485110fcf6959369954fedc2f90b9d625b098c2afeddc07b8f623ef6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a4c2601601b54a6108b118c505a510ec09737d834276c71c3e9cd134390ce12e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a58d7df52405238bc1b812eefbb1449efe4f48eea73d07ef97242929ae89e0b8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0044b6cc0124ea07f90897a56383c117639ad914b769b65a52964869bd66349e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:032f5b3e93b461c9832ebf893ff207e9435c8b63cc1cd9c8bfb6892a442ff75f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:4e2d9f38ff713c22ee5a110ebf8dbd7a6e8e0fdd8e073db09c4d29bfbfb0d2d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8c041dadc0a911af2a47ce500b882798fe6abc75a10ecf770c6471f7bc73936b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1d96022c39360a11cb50ee0d80756b53311a3a9b3684b641b260ff1433d58f07_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:3916bd485b41958debb2061f0e23b8c1506517923e34fe7e1dc939c13065509f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:45a189001a07473dbe6f9a6b69b25f35bd0d2dc70f906df0b7df7e465e0e9796_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:dd6a46b10a54482c5a1f31b4de1de495dc02a72b8bb115f3dfb25e494ecddaa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:32db8de07d4867bea45d6d48e8b43a01b262d06bf75e0644f8d4fd3f5c10dcbd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d0ce9dbe2e4e4a1c76732c63832ff3e577026adda71517f37f0933441bf6f0ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:eb0d7a2791486d3d6f3aa5c532a2d1427dc1c5740318e4cd3345dd7abb37fb4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:f956eeaa238cf4c56744e5209bd821c4272474d6cddce6dbe74f3355494ebefe_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3e9c64bab5210ecb56a3930fd926f0dbc55bc5c955b9cc6fecfee0409110c96f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9ca6139e7b6e15080e9149a6f3b497673b2affe86d6ba2f00a1e8a53fcf5698e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:cd6910f785500fdd6cd10724c5626ee31d2079502c382bb36ada9926c6c9a120_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:03c4a5dde5604fee60e75b0324572d28855cfa57f120b3e678d3eb7f3ad4cb22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:0b599f1470df8e3a8a695793bcf7edae1150fec7e05dd2111b3a926697d56e53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bbc190f19dca8799aff49578823a6b34280bdc8083faf4b4994942966f120a43_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0c911890a88e3fd66e7032ec124e81dede82c9073d37272faccf21035345664_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0cf21c32ddcfd149415ec08377b0def18c243211e4be996f78da85952103d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b95ed20958e794687ec9222b32270bcfc85cb72d878ad92e03aa5dc995b4e600_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f12358bc4bbdbef2108b7915a29f9f72f3f54623ade6f20cc2d1670d22a0cb03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:32904ba36b6bb51a3bf8211b9c57f3f7aad90d33c73c8f5befeeb8f9fc958f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:808a10cf4119f2954062c2dbf894f58108984494da50960006185ea9fa6c34d5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9cb54d131b4b7c043903bbb400dca46e909a4036ef5bef3d34d6246153c481d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:efc67545f3a59c51bbb9ea945d7d695c1857183ee95a65b6ca0c88bbdb472299_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:660264d4bf6763c782d4d8a2c121338dc88f549a0e3a9c1259628f5c0a405f6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:97e08eed4a56828d10b4160ebc70015ae2c247a7e0c03e33fd49a264eedcc69d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a58f93c956c8b8d1e15e6d2a19de7e7ae41705d334f74605b2eab20e33cb45a9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c7a4ea792bd4b5ed2ac2b4ab37f9381f40f349fceb79b9e93b51ecab7d33360b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c2c81b011c816ecfae37abd6b4721e6c0678faf7a1e931cedc5873376a49efa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:66d8c77dfdbfaa1113a200490f390c93a932b90ea13f68d663b83609280bf63f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c638a99bfac9e5693634ac6c2fd04af8207882b6546b5ae8721cca8205b9b62f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d22722b5a9a80bcdc6f0cc887de1432cec5b6fccb0480721b2450a576a42c98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b9047f6f27c4a472d1d772f11c465d1e0a52dfb17563b199259b7f6f35755097_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:fdb635230b9474360212f4ff9d65b08da2d5ae7393db7e1446807e36b22e6b81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30e24d9f744be4d729bc3e443a31a945eb952531b29b1b4057dbf41fc4d1849f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6adbeab62ab14ff659200361a7fac436216f942f782764734fabf664febfd375_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d92df363d5768e050581aae80395134dd6faae75d476bc28b40f6ec53ae5aee0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:892d97b7c4dbbf202501e241d79a649025017110b00b8fc14c8c1f7997e8bcc4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:90726fcf9c62e9c723f5f108b6e1fcb55c1b94b5ddcc109874639fcb9531aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b376e3a380042c578a5cd0b2dfe1036c3cc0bf0e8a23cf3096793150c30fd749_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08409b71472330b107a00663e6198372bb08f444dc1c3ba703b3cfe33314a5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:6367e1811ab013dbe08da56d86b90af5471113319825be8b289fa00d2df1648c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e54653c5d6109045c8029856d6928ab2de31224588a16a97313d5bc79c0aa7f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:8ec44c793e1c8958f19356911ee75a3bf4907b51ead67a7438755d3fcacc28cc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fd421ab96bef13ae969bc234efac92e5766ccf2060a9576b0ccae5918519ed05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fe608164b671e81fd87943a1b520ce4bf3d184ab724ff6fa517fb6d4cbbc68fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:150bf5e2b4567776482733c5db730a84e8a9cbdf2636f17e8c86bfc69ea9cdb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:25bab0c0fc67f7c94bc636e13becb21e00ee54c67571bce6fd072ea81c8b3344_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bd6ef3b69a21c4d8690201c1aecaab15fc977968626437f70ef2b1742a1d6a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf2828ad55a05251e8841f1c7854425ffe5cdee7f73c85e0004ba1834af79fba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1ca27f4805776b4117e858d7a928e91736fa1753abccae3d06c7d43713bc408e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5c6cdabd936f20e5990568bd04d19e1f179499f78a365e78f38143206f328ea3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5e05d1243ac88fe5ab770d95e1f365fbb120d128b847c136052a453252cbdfcf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed83236e1c16786da2d8951e8ead3d2ee078d9b8fdd75d2d26956bb75c12dddf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:5fe63439a0d097634affe0e0ab52758166b9423771770a572b6727f8c4701ae2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:7eba3d33c0a7e22acdfa306310f06b7f19803e5fdd1f084d48f3f26d0c6789ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:ffacdbb5b46211625414147810f789fea124666ae2cad504acbd30869534c7a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6530e658dca1bce45b6927f098e9535f0a9f24d2cfe6ed051bc4563f3a31a8db_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9736b543177d951bfeddd11d2d8f0da72af1113ed5b592f76d9e742c912639bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d7fb0212c31463ddbedc4cfcfdc3169db2e1761c6df7c40c15cce106640195ab_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:291b51f142433087d9a68c8ebeed772e37af6a54d3254aec4546483f83194b35_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:3328a0675ae2db79afec057009561e1c262eaa358897ad8a054e180297482b62_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:4df2698aa1277101384f263e1a52932cffadf5399df1ac670e94289184950d4e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/frr-rhel9@sha256:ae9fb26083a889158d6ebebc49c93baac3190bb7349fa172a831e0295013bb9b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:162f41708e4582e0159ae794fec9969c35d1d1e8cf30037d45d896b7876b215b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5818b8345278b815cd0dab3e409606c5b14ae0da8bfc4fadfd28fe7dad8f69c5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:9b54ca053b72e45af815c08a7833d32bd89266ac0f65b7aa25d3c2a88ea107c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dd4d28880ffd6f422cbc3bc82138b2ff18f075ba3e1b82d9993c648d057e645f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:2976c8097cce2468c476a58d0ca49de48a06f90ff00c7a5546e608bd6adc02ac_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:6d5cdf8de9e565ef45226f1acc743358da5c14663a93d5b427c97940eb598c59_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:89fc8976059bb5f50b3950cd7c4625d4c77b630ad784b9c29ce7544de84e611e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:926b8d99005277c95ab7c64758cfe64316f6b94f54fed2892aeef67a44fc9df4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:446aeff94de90603fb22af76d310aac93ebad334dcc3f6da57f56bc3e587c041_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d6aca6e75eb464afdb001d6cb7b69c9068e82e1b1defa6dcb1f48e16392a3bd5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f017c14d20143d1c0de3c003fb4dfc5b5256d30e2c3954e18d6544fd0f1591f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fe53979d7f1454153a4ad56e7e267faf75be5e995c2a4710eadb0eab5b41be9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8f567764033b088891642a5bacca1cb291d83b64cdf1e4f840d820f7d3cbe1ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a10863101a9a63c08126a63150799e23b315d51268ae927fe7021c7c7ef60f27_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a11f515530bb260d97b24371ea2e21de404b46a95b222695b8a914eb0942e0ca_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e181e6c870125af4250b753c7836bbc1a5b4eeaf0ca24100ff2cd6636ec68a3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:01114ee04a38b2d63d4f4d7877cfeb45e3fd72db019ac09657e55eaef82ac3e1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:8c978d3a39f9fbcff5973ba44c41c4c2bc459f3ab1b0fadddc1ef81f6b190072_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:b3a3458c99efac27e7db18d16fe8587b98215795c322c24d721403da5d820818_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/metallb-rhel9@sha256:dee09d94717c386691d2a1cad966eccc6b4e695f9a7aaf5e831908912cd07b4c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:17ee5262a2f32a842d902d6558c29b9297ae5b07b39eeaaae890421f32f7d653_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:4ee52748f05d501ce0315ed4e5b72c0df290e2221213c5af1ac6f6666cfcb3a5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:aa2d907596b9b5cf15e6d4f0b6edb26be0e5f09547fa869d59e525a3e64a2b95_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:bdf9948a90fe6c4f72fae0fabcb1e82aa53f25c16ace20bfa1a67ba400a53db5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:785bf6b208680c589939dabd27f0d67f9ff94e1dde3cac6000d63f3dc29df33a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:c00b726342441e31a93a316cd886b5d6fa6cfb133f59f0b2ae5c39000dd4886d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:d6dcfa7681a062b390ccc18e32bd1a8c8ba7c6a73ce204726fa01b8a7393a9b7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fb12144250fc6d3ea613357cbcf56caeffe9236a7736e6db4116cac1b789af8c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c5f699dd86eb69e7b400e6fa9c3b87e03877e16b8327df647929891b6a015693_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f713e0b404c9ff34d5d022d4799da11873249450b55809513000d4b375708342_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:a695422b19a3d29a2b4ede64f9eb045f02bbcf3b246c0494aec9bef0fc961b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea048908f75345d2dd2e770c94987db6c4cb865d7ced0064089ef22743841397_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:20c539cc9f56e35c23da05fdc8c7d1334b5ef340077c8b6d3560bad4e92a00f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:247378f05337f5914840cff744da117f5e6b6d1377f69a4c6ab66c2752e1fa4b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5acd334985679476cfa6827fcc89f00fc89e4c409de2f06d4284e1cbe9a3624c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:910679c50655521d2e955bdf0f6413016af80a1c705c9f2e6e02f1ec1f44d31c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2c00297c567711c713ad3020a258150a55c8db2206ef35ffabf177a2f579c586_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:9ec6d1351cc277ff1fc3d264fa896bc03e54297c1817e933f6c97946f6c3e108_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:ef377efe3db560e6ddd466bc0e3c6e9fe8476aefef42c093f09682fb9e8981e4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:0cc0282d802bc9af9d66b0cc0f87e28e27199ad3b18eeff2bd726355ca71443e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7bfb0df1f28e9fc579a70182d185425c4f077738a9d238bdcfc4f06615e7e825_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8ee4532c139dcefc590b8188456a5f59528730d63fbc72075946e2139ae631ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c852bc159ad836b50dc6e616d72446632bfe939a89e6efceec08c6b99362bf1c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:51364e22aecbb710acee25f374397d95f5395ca3c9c86128716b9b6522fc7035_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7cac6c4f530b4c27d0c9fea7ad5e6e39e8fe07bac432ac4714292251b47f8e3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:d56ef6bd87903015a314557bb15e8b89d2e78c20b51354458d43f897a99a76cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ec9c17f297cf783b03d97e0ae4b9e114dbba1ae1681a2c5dc2d22d1bc1b5da4d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1c18b0dc1d67f764a6feac82dc5f0104e6c5535fc4ad2c40923cb48529e6ca25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:1e5a06fef06f3a45dd71fe6d57dbae99204ca9a6582d31eddb45eb820ff96aab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5a88db2180d0d8357dddd959e3a519e1b71f2d2efd236f1b9ddb2d8ece90fb4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:9cc05976b20d32a1e0ece5827c5a8cfa08ae29a54f49ffd4bc42c4180a3e420c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d75fed110fdc9cc355dea19d6db8cfbf159c22580427a394d6ab4fbb770beb15_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:efc2708d61193cc4cc753a1ff3a2600b5c3872f687b2d1f47c350a025556c873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:f34dd1618b14072287db1b404bea782cc0e0f657f4d7d96859fdd831f59b4489_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:fe7d7b1dca8792f5d81cdb9e635cff1a2aa2159a2501c5d1ea1cb5f165bb5cda_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4a5c9f2b5743d2b9564a4408f8b8a20e1cc1be2dee4ce77c5205545a2656d8cc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:abb512398117418cfff56ce361aaf6ddf373ff1bb37923ba240f336f200a8c44_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:d86d8f49b54887e31bef8132e5d01a2ff0f42cc1086afceabacdbce23b911070_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fc6e955cdf0e78fc2496b71b10cabc33575f9f6532cf137a88cb7fd4ef7bdd12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4bf40c31c7db42c767c1bd01f34a59c41693d93f8cd3cf5d6eca6e21a4af8448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:4d649d4bff5c2c8d0b94d8f97b3bf2b6a16d7a0bae108f3db241b76476df5451_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:b04f0bbb50152c39aed33439899d7a82b66dbeded447592e6781fb2368848036_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:d33fbbd906c7dfb978ab4bc7791f88cb62d8a93d4a0057ac832f96260b119ac0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:23bf3ebfcbd52d6b9f876b90e2681d05d469f902f35f89c89399ebf59a18c818_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:3ea41fb875b3810356430885375f2a4b262f9a5947cde346ad359f099e49b05f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:7d6fcd0184488fc8259a70f93ecf15185b31f8e4560bee3e22cd35c82cf479e8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:cb381ac5fe5d0d95935f481c03f6d26e53e667bc8d4e3cd2d301ec9fdff89944_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:641d0bdb5cd604bcdec8b32a7c166888b82cba8a248ba3912aa61391050ff12a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:91022c9c26601a4b64b78be11ea8efa09d29fad8ef74b2f625ac1c1cbeb8bc08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b3ec369f7972bec489dfa5139e35e7141805982ca6dc89a7e3f99b9d6a23dc04_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-egress-router@sha256:b64fb86134b86349392a106b570bea1e6fc79e6a56a58c3fbf8b98282198ebe8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:0bb1714177f8aa3a7f773c291745140535e9251f5c840ca7de4d88d830dbebdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:387867da06b841a3e3a11074f9dd80fd428e635d6ce0034a5d00fadeadf095bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c8ac965c796619d93422d106baa0ca55abd31e400feebcc71d76ef4741bc0434_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:8d33535375f98f5c56b850a8e3a35bd9c7c74dc10abe0065de294c4e22abfb7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b966e6a3109b7586d55a8055f69adcbbf5aaa041503d5164371a289d84e5aa41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c47212e1b7806fdca3b3d0a063158ff537c51ee30e657a14708f1ee071936188_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:56b218cf59d09916734a1f306585fafdf4717baad5fa96c9393ba85e9441664a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:7cd82ce95b878483934f520f5d616294f7232c25c8a5e183b4bf3c1d7532b83f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:a10fff36c1024a908a98d4f31cc72711a8d9eb8a8a51944fe5ca2eadd0dd4226_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-helm-operator@sha256:d8d67f6ba9efe67e7568dc962ce8db3b664e6c2a27b31bb2fa9a4179fd2515ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38f9abf7774536383f3e8c99dfc3e32f4206c41837aacd581d0e93e26d8a61fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5d6800a82107ccda8ccc5a0189f87198df2663904d12d17376a4440d0ed17807_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9a29c12b31c4128c1582fb4a1fe563755f018919e866fc8e7aa653014e21b058_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:e9ccc3d61bf34078ceb1b43f996f8f4bc66390e00a78437219cb0cc7bb0f7e91_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:18216ebaeae0426b7bcb077981db25baea3123bad32a42790c3cc37d7451b77d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4b7ac561feaebc72f2367cfbca15f7940cbb08d61146a5b91ed337175265a113_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c715470dd6eebb903acc3237e2697394ddd17f21ad61c2deb68ca5f9076c1210_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d800be636f49b50e277baf5dfa33d6862dd245921fc466fed383e2f27fd291f1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:3c295d84562c65c8fd7a719982616165b13b354ff8b14202e8793390c7ef6bad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:73dd9e94485110fcf6959369954fedc2f90b9d625b098c2afeddc07b8f623ef6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a4c2601601b54a6108b118c505a510ec09737d834276c71c3e9cd134390ce12e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:a58d7df52405238bc1b812eefbb1449efe4f48eea73d07ef97242929ae89e0b8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0044b6cc0124ea07f90897a56383c117639ad914b769b65a52964869bd66349e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:032f5b3e93b461c9832ebf893ff207e9435c8b63cc1cd9c8bfb6892a442ff75f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:4e2d9f38ff713c22ee5a110ebf8dbd7a6e8e0fdd8e073db09c4d29bfbfb0d2d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:8c041dadc0a911af2a47ce500b882798fe6abc75a10ecf770c6471f7bc73936b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1d96022c39360a11cb50ee0d80756b53311a3a9b3684b641b260ff1433d58f07_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:3916bd485b41958debb2061f0e23b8c1506517923e34fe7e1dc939c13065509f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:45a189001a07473dbe6f9a6b69b25f35bd0d2dc70f906df0b7df7e465e0e9796_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:dd6a46b10a54482c5a1f31b4de1de495dc02a72b8bb115f3dfb25e494ecddaa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:32db8de07d4867bea45d6d48e8b43a01b262d06bf75e0644f8d4fd3f5c10dcbd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d0ce9dbe2e4e4a1c76732c63832ff3e577026adda71517f37f0933441bf6f0ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:eb0d7a2791486d3d6f3aa5c532a2d1427dc1c5740318e4cd3345dd7abb37fb4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:f956eeaa238cf4c56744e5209bd821c4272474d6cddce6dbe74f3355494ebefe_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3e9c64bab5210ecb56a3930fd926f0dbc55bc5c955b9cc6fecfee0409110c96f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9ca6139e7b6e15080e9149a6f3b497673b2affe86d6ba2f00a1e8a53fcf5698e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:cd6910f785500fdd6cd10724c5626ee31d2079502c382bb36ada9926c6c9a120_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:03c4a5dde5604fee60e75b0324572d28855cfa57f120b3e678d3eb7f3ad4cb22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:0b599f1470df8e3a8a695793bcf7edae1150fec7e05dd2111b3a926697d56e53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bbc190f19dca8799aff49578823a6b34280bdc8083faf4b4994942966f120a43_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0c911890a88e3fd66e7032ec124e81dede82c9073d37272faccf21035345664_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0cf21c32ddcfd149415ec08377b0def18c243211e4be996f78da85952103d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b95ed20958e794687ec9222b32270bcfc85cb72d878ad92e03aa5dc995b4e600_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:f12358bc4bbdbef2108b7915a29f9f72f3f54623ade6f20cc2d1670d22a0cb03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:32904ba36b6bb51a3bf8211b9c57f3f7aad90d33c73c8f5befeeb8f9fc958f6c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:808a10cf4119f2954062c2dbf894f58108984494da50960006185ea9fa6c34d5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:9cb54d131b4b7c043903bbb400dca46e909a4036ef5bef3d34d6246153c481d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:efc67545f3a59c51bbb9ea945d7d695c1857183ee95a65b6ca0c88bbdb472299_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:660264d4bf6763c782d4d8a2c121338dc88f549a0e3a9c1259628f5c0a405f6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:97e08eed4a56828d10b4160ebc70015ae2c247a7e0c03e33fd49a264eedcc69d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a58f93c956c8b8d1e15e6d2a19de7e7ae41705d334f74605b2eab20e33cb45a9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c7a4ea792bd4b5ed2ac2b4ab37f9381f40f349fceb79b9e93b51ecab7d33360b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c2c81b011c816ecfae37abd6b4721e6c0678faf7a1e931cedc5873376a49efa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:66d8c77dfdbfaa1113a200490f390c93a932b90ea13f68d663b83609280bf63f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c638a99bfac9e5693634ac6c2fd04af8207882b6546b5ae8721cca8205b9b62f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d22722b5a9a80bcdc6f0cc887de1432cec5b6fccb0480721b2450a576a42c98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b9047f6f27c4a472d1d772f11c465d1e0a52dfb17563b199259b7f6f35755097_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:fdb635230b9474360212f4ff9d65b08da2d5ae7393db7e1446807e36b22e6b81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30e24d9f744be4d729bc3e443a31a945eb952531b29b1b4057dbf41fc4d1849f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6adbeab62ab14ff659200361a7fac436216f942f782764734fabf664febfd375_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:d92df363d5768e050581aae80395134dd6faae75d476bc28b40f6ec53ae5aee0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:892d97b7c4dbbf202501e241d79a649025017110b00b8fc14c8c1f7997e8bcc4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:90726fcf9c62e9c723f5f108b6e1fcb55c1b94b5ddcc109874639fcb9531aee8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b376e3a380042c578a5cd0b2dfe1036c3cc0bf0e8a23cf3096793150c30fd749_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08409b71472330b107a00663e6198372bb08f444dc1c3ba703b3cfe33314a5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:6367e1811ab013dbe08da56d86b90af5471113319825be8b289fa00d2df1648c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e54653c5d6109045c8029856d6928ab2de31224588a16a97313d5bc79c0aa7f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:8ec44c793e1c8958f19356911ee75a3bf4907b51ead67a7438755d3fcacc28cc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fd421ab96bef13ae969bc234efac92e5766ccf2060a9576b0ccae5918519ed05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:fe608164b671e81fd87943a1b520ce4bf3d184ab724ff6fa517fb6d4cbbc68fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:150bf5e2b4567776482733c5db730a84e8a9cbdf2636f17e8c86bfc69ea9cdb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:25bab0c0fc67f7c94bc636e13becb21e00ee54c67571bce6fd072ea81c8b3344_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bd6ef3b69a21c4d8690201c1aecaab15fc977968626437f70ef2b1742a1d6a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf2828ad55a05251e8841f1c7854425ffe5cdee7f73c85e0004ba1834af79fba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1ca27f4805776b4117e858d7a928e91736fa1753abccae3d06c7d43713bc408e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5c6cdabd936f20e5990568bd04d19e1f179499f78a365e78f38143206f328ea3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5e05d1243ac88fe5ab770d95e1f365fbb120d128b847c136052a453252cbdfcf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ed83236e1c16786da2d8951e8ead3d2ee078d9b8fdd75d2d26956bb75c12dddf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:5fe63439a0d097634affe0e0ab52758166b9423771770a572b6727f8c4701ae2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:7eba3d33c0a7e22acdfa306310f06b7f19803e5fdd1f084d48f3f26d0c6789ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:ffacdbb5b46211625414147810f789fea124666ae2cad504acbd30869534c7a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:6530e658dca1bce45b6927f098e9535f0a9f24d2cfe6ed051bc4563f3a31a8db_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9736b543177d951bfeddd11d2d8f0da72af1113ed5b592f76d9e742c912639bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d7fb0212c31463ddbedc4cfcfdc3169db2e1761c6df7c40c15cce106640195ab_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
}
]
}
RHSA-2026:25009
Vulnerability from csaf_redhat - Published: 2026-06-17 07:57 - Updated: 2026-06-27 08:55A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:041d72bac1ff9895f91c83b21a4f92499b948c13354fd074393bb7b9294d46c0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:505e422599401fbf23ce7000b02929b67d389c9d437974c8fdf91a0ec76061ee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:e6a4680ab3d78db90ff3cf6502c8e1987844f5c5d8a2c920d2aeb9c8607f8d5e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:1222990acec343a998b5085dd11a44583d86b7cc76d8f99b69d8a287116dd57b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:a80bc249c918d1cd92e3c46de8e87b388783ae93b9ac95839eb3b0c0efb8d8a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:cd6243cac5a039740a5b47baf91141ed3e70cb5675cec93c93434201d374a6f2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:78dd8bba83fef4a8fffaa7b65ecf9f9c50567eb051f3015c8bdefbaa8334de5c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:b4a51cacc8a06fb6588ea140e3b50ff0166554e8d7b38c77a13be4bab9885356_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fd24147630533238a126ea21fbba484239135a15023c524137fc8ea25a7065ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:8451c790ba30fb6395d8074c37c150d88d2adad11920e9b999332ffdb929a328_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:cdf612d1d3001b7e2eab47bee66395dc626a6a41421a9fff247ac7f1e530c281_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:d6584c4860edb91594eda55fcb27a576c6e74313b10569079d5454553dc1b64e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:e970ac1c75d936d92009f8fbc6754079704ea6d7731f2065c345c3a1e4412cdb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3965aaeeb958ccea911ff08d45da2c16ef953f6a473eb69b790fa1afa7c0b76d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:a7e30f2b77bb97ed583ee189ed72dfe9ad2a3928c67eb6d5aade5f1467f5d332_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b3925f84e0f1311b6a2461b89da2d45c79d93fb87c927e8211581a320ca9f9d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dfa66f12770ded49cbc84646d0c22440a157fcc71704d9162e1336a26331d9fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:4601d8011ff56e11bb8821db387d98354312a371bd8670cf915bfa9dd3de99be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:59850338d772efb690f2016093b01feeb4dd3c73805d77c26172ef7f293f1a55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7fe48ad9f89f61203bd0ee397ccf7c5d9d37ec30b05ba837dc1089fe6ee67068_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:9cbca78a3a21d65303eba79b841fbe67f53b0a65fc82879534266075deef35d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5b648181cb5f1db70ab87fbf67b017c76fc1f83f7add0eacb658bc723763e3e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:748bda8560c46129d59afd0680c6ce7421d5bbe007cde1e750a8dc9c417cc88e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:776c81365d8979f2ca91127ff47d38362c7a1682643bb70d9f221a35b4c1f05c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:e6deb824bf0fdd43b4c1d89e8b8601e05b1b09dd1b89922fbb6e3ca7ef7bdfea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:35b685780d05bc62b306783208ceea2a99b78ec1e38099d25ab9e27fe64fc2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:38b7e234acdefe69fa3c01d50447aecf4314443f72410df6b81d9b7d66d8281c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5cbf178c6594a373950ddf0e3c81452aa4163b6e4ebf30a735207a2523cf918a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:93c75b2ad4a4b85855a1e63cf1e1ca7e0a7b615c771b857d9bfebb7651d18871_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:3605def86edd8ea7f97a2e46ead0764197dfb13a9b5fd00052d91e5eb7e9fafb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e1fa556d3b407ce1489283a4111eafad610475cbb18d17e238cd20bdc24910dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e4ac1d06fcc633033dbac0db2749c09678ef71c109c1efd75ad31ecda396f721_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:edb5c32f8172251350021de785fabeb9a00a0d8250758f7857f9ea675c74f540_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2db7e64a9345be2d431e0ba15601ee9cc8d8dfc219a757a0f7a664d521e8adda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:67bc0d4e819af067717ddcf765b4d565ba2f953c65633c122577fe192a6bea0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:7c48b8be9465a9f1b14db62cb2a1b4f2799df16407f306e9ed085946ebbd8d30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:a4770ea3815a2528058f98f6952dbf58ff2d7ac12fd36f8119568c03eb5b0263_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:0100f495023b4ede4318d4cf15f68b9e33f0ba0b48331ce8cebf9250152f3211_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:222f4a27a841f4431f3fb204e1c7d3b55fa030495319514eecb26292c3beb0a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:db078402e0278f7dc1a0626bf3afe14c2c4221dd438708136de4a93bb0ee70c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fcdcc373e6c1ee28739e8883c4c6b447267987e34b9404ae693cf4331aeac76a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c4059a5b02bdd9d01fed234cde35e9c45e812cc4ee5be35f00ba806f0d84f3d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f553364c160f85a326a63ef456658486e384c56ed0b1af539ebea2d2e503c81e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:30af84e015601d39ad0b62c14cd5ad901ae6a4450ff247ab265b78eb8fac39a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:eeb09578f651f65f8f8216cac46869034bf17bff001a2ed73d96d11772532666_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:3dc64c49b4ebe48c00a1e75fdc94bbd8828adf9118e5af8d03d51a245f1112a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:6e36fd9c87b45f4257f9853d69dc676dfd561c408ddbfbf1c247579a62c54350_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:adf0ed6be1fc6efe5c78191efc5094efd8663b0c3ec3815f7c824f9919045c5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c604800d8da5342d1a2d3c8d684844d66c4df5d03b686b0666e109aab6dc984b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:8d5c598393328496de5fafd9117d9d4f9fa4fcfb8c5418ade4df1604de18207a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:a91a92813ffb55ea55c55c27085ceceaef7734567cb916fb9bdbb18d59a10e12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:d456e8be4a3a28609cd29dda8c9f6fa46130c8a3d421e23c97d762d089bbe5b6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:ed64b71e99e3e436e96d00d475870df08877316e3f38df129dfb62d40ef4c45b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:50035776c45729ee560a831d79b3c8afc24a5691167e8c583eadea2474e23641_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:529836546956099d5d3b03861187b4bf92be0fcce6fbe95e5d229d6d5923c28c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:53f6f7a759a936966f39d97e1a7c0b10c86e02122557d710f14f0289f0b673a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f56649d00f40db610f0a6fae6827575adbf58b70368c0dad73c794a3c77a35df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:0e8ab3244ad637aba8448bd161d3a06c85a68afe7ea08e25064c4ed16c7ef650_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:280c976f5b58de0920c9ec4e2284cab56077dc975a46146aeb53509c4b302b83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:6b5e8518bc692c328963e632a4f0a910761ec536a8f4ed717a576c4bac3ce963_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:df7c038aab12b439d56efe938bc673a24018e023a8de1e1c7aa416e042c55561_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0d7ec956e636933e576c00924726bd24a267bf46a9510a9e50b7a3e79f70daca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:467ed1130abf80b62f8e0537e9977658d22dbc3cf7cd40ca96e3a54d878feedb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b2d5d8ec572abb2c30a98be0de1e11ca1a2adf0c6faa3347c6a0d2ef784afeac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c915c06f28341ba8aa9a1c00fc49504a8816b0610b2cf5304f89fcedca8bc478_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2a325b078b73e9bfd6e92f8154c4177aeb60dbdd59657227ca37ab1bd46827af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:671a3dabbb5b5f6b2b4620ce823d6928b65506f2acffa0104a4c2d149a223211_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:7d65d75e025be1ea2f6d82d14f859786f448e619422b10f68cfd4f68ae786a21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:999c307a79cabd8e9553f5d807d4125df1fef3153ecfce17cca871d5f8051eeb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:758f10fd65669acf6c81de7d53ffacf7de3b2e81498cd0f39990debd9110b69d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:9d5b06a17a27074c71ca8c4005e1b6b04a4ca488eb2571279805cffc56656c03_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:dad9ed95f9fbba93ad7fe74761b007ca7b4da4c59a73abb1fda223e4c03a422d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:fcfa3ae6a7face4161aba93179d149a20d144e8a2a8564650750b4d8f0013496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:4bd8b3ac46a8db114f1910d03bab222e17e18db8544e8d54ae8a0b1d0e24fa1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:97832034bbb82111434b4fbfe1444407ada2a083429a7efba57d55b4d610537b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:a52f59971348bb0e5766a857c16818b379c404c3af300bc697ae1fc8e3f54f15_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:b65119938857e8150f90c3b6bbc4e92d9646b9bc6c39f467e0ba3e4662e28036_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:633d1d92e36d87a1f8adcc69c9b9810ef84ecda5b85dbfbd6eca2bd4e97a2ee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:6ef9d153bbf3c65f132cd7d29dbd58d01019615f03eb07967023e446bdced8c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f70052e4ccac8f01affc7e0f1eaf9d14b4eb15544b0b5509fefb4e47a2a820ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:12d9ca6fa5893e68c553fd8909113ee1a29a96d3ff3bf32f3824791681de15d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:3af4fce899db69f0df6699cec4a3e4b26439c6a18de30232f1ff145f00d5d68a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d2fe0edcc847e8cb3727941b91149007f9c669b0bec5847a425e82212d095d79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:0889d518d954d62033fefe6df255f5ba816dec01d415d13a5634132f05eeb344_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3115448f5481f6842c97e13aaef4b9a2925a54f6998b9f48000a74faa63bbfc9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3a07fa757f01f4899f9c27883f06f4f7ab567310f5ae6bd44e96eab22d6dd01b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:95c7e0528adda5ba04775f32106977c5e3d95383b6553d57c703fc3e74d50a18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:04bb985f7378665fe9840691d2ab90465b726431a39518dd087d3689d6817a6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a008fe2d2aba4b5f793d1d795f04174dfecc2633856129d3786a18b641a34f2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c368220ebde4dcf75123e81eb9dc4e13544f64edaa79c28a21c93126e58239f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d4b20eee8037ab15a8e786ef3db3b1fddfc936fc59f249d893227dd1659d1ef5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:3f29b35a62f679a89a6cf199988f89e736707012542d72aa1761c89eef1909fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6c1b9f3900fd21b51aab4429b50959da2eec8d1fa64c70e1cc8e5ebe72a24cbd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d498d0d92f88fd51112e5b14233bd66880e081569a99000e508d5811d3afa56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e94ce6c4e49d6de3e1bdbc145712ac8d1a45cc841785b20cb7605c35bef5d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1273f2e53f3d42e861050972fb3612e33d8ec159e29fa08bd7dd0e6f896b17a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c814b9a5380c33f9da6d646d956f2ba425d1eed63e718b44f574b1c2f3f0ea5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:f005f7a9a4bbe701274a5e59e7e0e3c3a72426b19560653575ac6caa0e28cdbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:fc078ca1f72f833ac498c30a1de5a4c7500c83cd94a3008445373266bfe56acd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2af9330004a06971944971326d1e8377cbbf4725f9d703db266abd7e5359d7ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:89971adb04a2e0a67571cf02489e6e383ae971000028d30305e584aa03784348_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:a3c950362ae071e71de468b7f619678386edfdfd0855d0df075f99d993132720_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b35a1300569e0905cb750b7217145c94e246036cd498993ead14d07e645d1fb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:1afcc680effd2ce9de75d5a8ca4b7a1940198d30e5c042094f6eba007f5d673a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:8da6cb3c6dacaf49d3eedbeb0f03324a14734f4c918ffb038f41d0ab2acadd68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:9235d5f0629ffad8a5af4e8a50660751684ce91eae489122c2f89bb79ee833fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:ec49da4e5124996506d50392d8b7078d00c5862bea5e229e7351b5e0e6532c6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:7c1c1e7d2af533ee43c92204d4e87104f305cbde1af7c8531fa8f1299c16a3ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:b1d620feb486ef28423ee30cf03dedd26c30f589b12d87fff47a19cbcde4c3c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d13a4baf04347af18f6eaa4cbdcd5f847ebcd396efedeb89ecf1393cd1e378f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ecceb25263477c9c9aa06a38df00fc004dd471ee9cccfbdfbc280c29d62f275b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:932692970cab5f163ce35ed82c9cbbb70c8a7b2224b82d4bab39c86aaef4609b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:9d157aa28bd24d12e49d76723cb91a19f9bc840a02d4850f94b9110530b76e7e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:b5c8be4282dce9ca844df81ff8696bdd5fd25bb58b51c2061d3a3643e3f8dc2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:6265c12a8b31624fe4257abad1889839e2e1612167dafa7274b8d614fdfee64e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:70857d797ad076f5f20217e39673aa6abb0647ecbaf95ab8252075f43a68c073_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:ce8fe5503b8bcb1bb338f06dc100f0bed5f85340eda1b73adb58d92e7aaec22c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3b597f3bd5af1c355f4e7c0ed012ca06697cbc37b9bf9a23a5c5f4d0d8162321_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3fe5d5a4ba52d689ec4b106ed8899e5fd75759671a6192641e2e24873707db77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:557cefcdfef854b4ef381acf2f7de1bd1cf3f29a54398616043c6abcbc8a81f0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0bdf015e02c235268ce9fefafcb7b841266f434448ae5aaa9ad66e49ed36a39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:22969e24366f0b43d2cf11c30157842f595bc54976ac096ede75fbdcc5d4985f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:3b487d6d2f8191f74b599cd30b8c982010c10409fd291eb1dc4c6c7b683f7cc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7da1135f319c0f3086b822465dfe0d5e1d1d7b547b92dbd42dee8286c8f5c68f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e3b0258cdf56b709000aad847e7995099da913bf27676c138a5f9b0ea585bcac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a26f61e6063fca59ba6ab989888880ce959e81bb54b552ef7bd81a89d69b2b77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c115cba6d9973e91e208f56a315676b56657e5cf7863d19c0a7103f13edb9b44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:ccb1f539fd2f75a062fc2ed4b0d7f27c360aef121f933975e9ef9235af453934_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:e7a8657e23e6dd922ea658aa52e8145254cd5753589e5ab3732a0d1d574e46f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0ac2a7fd509e0f905d2807f93051fef189de6febdf428b8c14e2618e6b70fe7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:18bc241751cb6151f5b879ca160aeea4f08290e3fa0922e2c01eded3a9c44919_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ff30de805aae0da846920093dafb42ca2266b48d7b232ce774070fc1c0da5709_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:10efa408842bcf0b21fad1e720b1a05dc849b5965a891ac470cb8540f517a54a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:61967b9608d0920d92492b9fca096e3598f389329db9cf64c2eb6bd75b846777_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:77f97aa79f52695ab5dfc605b780692847051e9dd679789a0f355510ff6cfe51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:82c20bceaf5cb9e4d3e98fa58c98a679c05d55482519ea3fa080aabeab34cdf7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ba573576b17d3230c3893819b2e570a0f5c2c9760935b2c882c57b2da99696f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:d83381f446c0dd432b817203f7e86897fd07a8e5bae54a537edb4712fa6fc264_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:88f1d696cd44e19a0852b3d51ba224129b920c5d1859870dc36de53e3cb95c84_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8acaa460c5ae992714e25d957948477118dfa2eb6adfd0d84a457b9bfdba54d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b23ea9fa8eaa75fb8e0acfa6f45ff360a8784627cc3fad5d608a80181f193c3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b70ef1d999b9f5308ecc361d6e4b74c8da65658d1d6802c731b6aa3a24725dc0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:402f0bc32520a6391d25b5fd70e323df8f810aaa32d6f4a4ec190c32f851a153_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:5d95ebdf8eba75315f3e296f24533697ca66e3b828b886e12f0957d197ee388a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:637f6b5eb27d7a38e108b070130b6a52c0f44923d584ca65534cd88623d86f40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:6c87ec100726f3a8c65475666e604062f391ce3a8d9f516eae64ef7d51247fba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:61059dc3377fbd1c6d7426712242943cec1ae8a76752709afd421a618e143b47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:baa34b4e2cccff9bc62d82eb6552639010785d44cb019acc69866cf2aaaa3806_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:fe4370f51955f5a8b5588b7e590a9521cb792066f6259ea0b2b032ac957be413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:753de30d0d2a7db211426c9ede26bda02b91709680ca5acd2334c921e08fc088_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8d3a4e42a1ab884c9bbc9933b66db18c60e75a344a2d0570b10923c95d70fdb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9a3c8ef3d81076660d34fdeb0f7b2d7ec088383fb8666f843eff5c6efdb9016b_arm64 | — |
Workaround
|
A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:1afcc680effd2ce9de75d5a8ca4b7a1940198d30e5c042094f6eba007f5d673a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:8da6cb3c6dacaf49d3eedbeb0f03324a14734f4c918ffb038f41d0ab2acadd68_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:9235d5f0629ffad8a5af4e8a50660751684ce91eae489122c2f89bb79ee833fc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:ec49da4e5124996506d50392d8b7078d00c5862bea5e229e7351b5e0e6532c6f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:041d72bac1ff9895f91c83b21a4f92499b948c13354fd074393bb7b9294d46c0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:505e422599401fbf23ce7000b02929b67d389c9d437974c8fdf91a0ec76061ee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:e6a4680ab3d78db90ff3cf6502c8e1987844f5c5d8a2c920d2aeb9c8607f8d5e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:1222990acec343a998b5085dd11a44583d86b7cc76d8f99b69d8a287116dd57b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:a80bc249c918d1cd92e3c46de8e87b388783ae93b9ac95839eb3b0c0efb8d8a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:cd6243cac5a039740a5b47baf91141ed3e70cb5675cec93c93434201d374a6f2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:78dd8bba83fef4a8fffaa7b65ecf9f9c50567eb051f3015c8bdefbaa8334de5c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:b4a51cacc8a06fb6588ea140e3b50ff0166554e8d7b38c77a13be4bab9885356_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fd24147630533238a126ea21fbba484239135a15023c524137fc8ea25a7065ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:8451c790ba30fb6395d8074c37c150d88d2adad11920e9b999332ffdb929a328_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:cdf612d1d3001b7e2eab47bee66395dc626a6a41421a9fff247ac7f1e530c281_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:d6584c4860edb91594eda55fcb27a576c6e74313b10569079d5454553dc1b64e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:e970ac1c75d936d92009f8fbc6754079704ea6d7731f2065c345c3a1e4412cdb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3965aaeeb958ccea911ff08d45da2c16ef953f6a473eb69b790fa1afa7c0b76d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:a7e30f2b77bb97ed583ee189ed72dfe9ad2a3928c67eb6d5aade5f1467f5d332_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b3925f84e0f1311b6a2461b89da2d45c79d93fb87c927e8211581a320ca9f9d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dfa66f12770ded49cbc84646d0c22440a157fcc71704d9162e1336a26331d9fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:4601d8011ff56e11bb8821db387d98354312a371bd8670cf915bfa9dd3de99be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:59850338d772efb690f2016093b01feeb4dd3c73805d77c26172ef7f293f1a55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7fe48ad9f89f61203bd0ee397ccf7c5d9d37ec30b05ba837dc1089fe6ee67068_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:9cbca78a3a21d65303eba79b841fbe67f53b0a65fc82879534266075deef35d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5b648181cb5f1db70ab87fbf67b017c76fc1f83f7add0eacb658bc723763e3e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:748bda8560c46129d59afd0680c6ce7421d5bbe007cde1e750a8dc9c417cc88e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:776c81365d8979f2ca91127ff47d38362c7a1682643bb70d9f221a35b4c1f05c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:e6deb824bf0fdd43b4c1d89e8b8601e05b1b09dd1b89922fbb6e3ca7ef7bdfea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:35b685780d05bc62b306783208ceea2a99b78ec1e38099d25ab9e27fe64fc2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:38b7e234acdefe69fa3c01d50447aecf4314443f72410df6b81d9b7d66d8281c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5cbf178c6594a373950ddf0e3c81452aa4163b6e4ebf30a735207a2523cf918a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:93c75b2ad4a4b85855a1e63cf1e1ca7e0a7b615c771b857d9bfebb7651d18871_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:3605def86edd8ea7f97a2e46ead0764197dfb13a9b5fd00052d91e5eb7e9fafb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e1fa556d3b407ce1489283a4111eafad610475cbb18d17e238cd20bdc24910dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e4ac1d06fcc633033dbac0db2749c09678ef71c109c1efd75ad31ecda396f721_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:edb5c32f8172251350021de785fabeb9a00a0d8250758f7857f9ea675c74f540_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2db7e64a9345be2d431e0ba15601ee9cc8d8dfc219a757a0f7a664d521e8adda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:67bc0d4e819af067717ddcf765b4d565ba2f953c65633c122577fe192a6bea0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:7c48b8be9465a9f1b14db62cb2a1b4f2799df16407f306e9ed085946ebbd8d30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:a4770ea3815a2528058f98f6952dbf58ff2d7ac12fd36f8119568c03eb5b0263_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:0100f495023b4ede4318d4cf15f68b9e33f0ba0b48331ce8cebf9250152f3211_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:222f4a27a841f4431f3fb204e1c7d3b55fa030495319514eecb26292c3beb0a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:db078402e0278f7dc1a0626bf3afe14c2c4221dd438708136de4a93bb0ee70c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fcdcc373e6c1ee28739e8883c4c6b447267987e34b9404ae693cf4331aeac76a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c4059a5b02bdd9d01fed234cde35e9c45e812cc4ee5be35f00ba806f0d84f3d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f553364c160f85a326a63ef456658486e384c56ed0b1af539ebea2d2e503c81e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:30af84e015601d39ad0b62c14cd5ad901ae6a4450ff247ab265b78eb8fac39a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:eeb09578f651f65f8f8216cac46869034bf17bff001a2ed73d96d11772532666_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:3dc64c49b4ebe48c00a1e75fdc94bbd8828adf9118e5af8d03d51a245f1112a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:6e36fd9c87b45f4257f9853d69dc676dfd561c408ddbfbf1c247579a62c54350_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:adf0ed6be1fc6efe5c78191efc5094efd8663b0c3ec3815f7c824f9919045c5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c604800d8da5342d1a2d3c8d684844d66c4df5d03b686b0666e109aab6dc984b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:8d5c598393328496de5fafd9117d9d4f9fa4fcfb8c5418ade4df1604de18207a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:a91a92813ffb55ea55c55c27085ceceaef7734567cb916fb9bdbb18d59a10e12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:d456e8be4a3a28609cd29dda8c9f6fa46130c8a3d421e23c97d762d089bbe5b6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:ed64b71e99e3e436e96d00d475870df08877316e3f38df129dfb62d40ef4c45b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:50035776c45729ee560a831d79b3c8afc24a5691167e8c583eadea2474e23641_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:529836546956099d5d3b03861187b4bf92be0fcce6fbe95e5d229d6d5923c28c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:53f6f7a759a936966f39d97e1a7c0b10c86e02122557d710f14f0289f0b673a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f56649d00f40db610f0a6fae6827575adbf58b70368c0dad73c794a3c77a35df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:0e8ab3244ad637aba8448bd161d3a06c85a68afe7ea08e25064c4ed16c7ef650_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:280c976f5b58de0920c9ec4e2284cab56077dc975a46146aeb53509c4b302b83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:6b5e8518bc692c328963e632a4f0a910761ec536a8f4ed717a576c4bac3ce963_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:df7c038aab12b439d56efe938bc673a24018e023a8de1e1c7aa416e042c55561_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0d7ec956e636933e576c00924726bd24a267bf46a9510a9e50b7a3e79f70daca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:467ed1130abf80b62f8e0537e9977658d22dbc3cf7cd40ca96e3a54d878feedb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b2d5d8ec572abb2c30a98be0de1e11ca1a2adf0c6faa3347c6a0d2ef784afeac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c915c06f28341ba8aa9a1c00fc49504a8816b0610b2cf5304f89fcedca8bc478_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2a325b078b73e9bfd6e92f8154c4177aeb60dbdd59657227ca37ab1bd46827af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:671a3dabbb5b5f6b2b4620ce823d6928b65506f2acffa0104a4c2d149a223211_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:7d65d75e025be1ea2f6d82d14f859786f448e619422b10f68cfd4f68ae786a21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:999c307a79cabd8e9553f5d807d4125df1fef3153ecfce17cca871d5f8051eeb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:758f10fd65669acf6c81de7d53ffacf7de3b2e81498cd0f39990debd9110b69d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:9d5b06a17a27074c71ca8c4005e1b6b04a4ca488eb2571279805cffc56656c03_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:dad9ed95f9fbba93ad7fe74761b007ca7b4da4c59a73abb1fda223e4c03a422d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:fcfa3ae6a7face4161aba93179d149a20d144e8a2a8564650750b4d8f0013496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:4bd8b3ac46a8db114f1910d03bab222e17e18db8544e8d54ae8a0b1d0e24fa1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:97832034bbb82111434b4fbfe1444407ada2a083429a7efba57d55b4d610537b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:a52f59971348bb0e5766a857c16818b379c404c3af300bc697ae1fc8e3f54f15_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:b65119938857e8150f90c3b6bbc4e92d9646b9bc6c39f467e0ba3e4662e28036_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:633d1d92e36d87a1f8adcc69c9b9810ef84ecda5b85dbfbd6eca2bd4e97a2ee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:6ef9d153bbf3c65f132cd7d29dbd58d01019615f03eb07967023e446bdced8c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f70052e4ccac8f01affc7e0f1eaf9d14b4eb15544b0b5509fefb4e47a2a820ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:12d9ca6fa5893e68c553fd8909113ee1a29a96d3ff3bf32f3824791681de15d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:3af4fce899db69f0df6699cec4a3e4b26439c6a18de30232f1ff145f00d5d68a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d2fe0edcc847e8cb3727941b91149007f9c669b0bec5847a425e82212d095d79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:0889d518d954d62033fefe6df255f5ba816dec01d415d13a5634132f05eeb344_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3115448f5481f6842c97e13aaef4b9a2925a54f6998b9f48000a74faa63bbfc9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3a07fa757f01f4899f9c27883f06f4f7ab567310f5ae6bd44e96eab22d6dd01b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:95c7e0528adda5ba04775f32106977c5e3d95383b6553d57c703fc3e74d50a18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:04bb985f7378665fe9840691d2ab90465b726431a39518dd087d3689d6817a6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a008fe2d2aba4b5f793d1d795f04174dfecc2633856129d3786a18b641a34f2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c368220ebde4dcf75123e81eb9dc4e13544f64edaa79c28a21c93126e58239f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d4b20eee8037ab15a8e786ef3db3b1fddfc936fc59f249d893227dd1659d1ef5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:3f29b35a62f679a89a6cf199988f89e736707012542d72aa1761c89eef1909fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6c1b9f3900fd21b51aab4429b50959da2eec8d1fa64c70e1cc8e5ebe72a24cbd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d498d0d92f88fd51112e5b14233bd66880e081569a99000e508d5811d3afa56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e94ce6c4e49d6de3e1bdbc145712ac8d1a45cc841785b20cb7605c35bef5d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1273f2e53f3d42e861050972fb3612e33d8ec159e29fa08bd7dd0e6f896b17a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c814b9a5380c33f9da6d646d956f2ba425d1eed63e718b44f574b1c2f3f0ea5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:f005f7a9a4bbe701274a5e59e7e0e3c3a72426b19560653575ac6caa0e28cdbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:fc078ca1f72f833ac498c30a1de5a4c7500c83cd94a3008445373266bfe56acd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2af9330004a06971944971326d1e8377cbbf4725f9d703db266abd7e5359d7ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:89971adb04a2e0a67571cf02489e6e383ae971000028d30305e584aa03784348_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:a3c950362ae071e71de468b7f619678386edfdfd0855d0df075f99d993132720_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b35a1300569e0905cb750b7217145c94e246036cd498993ead14d07e645d1fb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:7c1c1e7d2af533ee43c92204d4e87104f305cbde1af7c8531fa8f1299c16a3ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:b1d620feb486ef28423ee30cf03dedd26c30f589b12d87fff47a19cbcde4c3c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d13a4baf04347af18f6eaa4cbdcd5f847ebcd396efedeb89ecf1393cd1e378f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ecceb25263477c9c9aa06a38df00fc004dd471ee9cccfbdfbc280c29d62f275b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:932692970cab5f163ce35ed82c9cbbb70c8a7b2224b82d4bab39c86aaef4609b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:9d157aa28bd24d12e49d76723cb91a19f9bc840a02d4850f94b9110530b76e7e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:b5c8be4282dce9ca844df81ff8696bdd5fd25bb58b51c2061d3a3643e3f8dc2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:6265c12a8b31624fe4257abad1889839e2e1612167dafa7274b8d614fdfee64e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:70857d797ad076f5f20217e39673aa6abb0647ecbaf95ab8252075f43a68c073_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:ce8fe5503b8bcb1bb338f06dc100f0bed5f85340eda1b73adb58d92e7aaec22c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3b597f3bd5af1c355f4e7c0ed012ca06697cbc37b9bf9a23a5c5f4d0d8162321_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3fe5d5a4ba52d689ec4b106ed8899e5fd75759671a6192641e2e24873707db77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:557cefcdfef854b4ef381acf2f7de1bd1cf3f29a54398616043c6abcbc8a81f0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0bdf015e02c235268ce9fefafcb7b841266f434448ae5aaa9ad66e49ed36a39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:22969e24366f0b43d2cf11c30157842f595bc54976ac096ede75fbdcc5d4985f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:3b487d6d2f8191f74b599cd30b8c982010c10409fd291eb1dc4c6c7b683f7cc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7da1135f319c0f3086b822465dfe0d5e1d1d7b547b92dbd42dee8286c8f5c68f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e3b0258cdf56b709000aad847e7995099da913bf27676c138a5f9b0ea585bcac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a26f61e6063fca59ba6ab989888880ce959e81bb54b552ef7bd81a89d69b2b77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c115cba6d9973e91e208f56a315676b56657e5cf7863d19c0a7103f13edb9b44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:ccb1f539fd2f75a062fc2ed4b0d7f27c360aef121f933975e9ef9235af453934_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:e7a8657e23e6dd922ea658aa52e8145254cd5753589e5ab3732a0d1d574e46f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0ac2a7fd509e0f905d2807f93051fef189de6febdf428b8c14e2618e6b70fe7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:18bc241751cb6151f5b879ca160aeea4f08290e3fa0922e2c01eded3a9c44919_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ff30de805aae0da846920093dafb42ca2266b48d7b232ce774070fc1c0da5709_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:10efa408842bcf0b21fad1e720b1a05dc849b5965a891ac470cb8540f517a54a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:61967b9608d0920d92492b9fca096e3598f389329db9cf64c2eb6bd75b846777_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:77f97aa79f52695ab5dfc605b780692847051e9dd679789a0f355510ff6cfe51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:82c20bceaf5cb9e4d3e98fa58c98a679c05d55482519ea3fa080aabeab34cdf7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ba573576b17d3230c3893819b2e570a0f5c2c9760935b2c882c57b2da99696f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:d83381f446c0dd432b817203f7e86897fd07a8e5bae54a537edb4712fa6fc264_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:88f1d696cd44e19a0852b3d51ba224129b920c5d1859870dc36de53e3cb95c84_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8acaa460c5ae992714e25d957948477118dfa2eb6adfd0d84a457b9bfdba54d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b23ea9fa8eaa75fb8e0acfa6f45ff360a8784627cc3fad5d608a80181f193c3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b70ef1d999b9f5308ecc361d6e4b74c8da65658d1d6802c731b6aa3a24725dc0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:402f0bc32520a6391d25b5fd70e323df8f810aaa32d6f4a4ec190c32f851a153_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:5d95ebdf8eba75315f3e296f24533697ca66e3b828b886e12f0957d197ee388a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:637f6b5eb27d7a38e108b070130b6a52c0f44923d584ca65534cd88623d86f40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:6c87ec100726f3a8c65475666e604062f391ce3a8d9f516eae64ef7d51247fba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:61059dc3377fbd1c6d7426712242943cec1ae8a76752709afd421a618e143b47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:baa34b4e2cccff9bc62d82eb6552639010785d44cb019acc69866cf2aaaa3806_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:fe4370f51955f5a8b5588b7e590a9521cb792066f6259ea0b2b032ac957be413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:753de30d0d2a7db211426c9ede26bda02b91709680ca5acd2334c921e08fc088_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8d3a4e42a1ab884c9bbc9933b66db18c60e75a344a2d0570b10923c95d70fdb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9a3c8ef3d81076660d34fdeb0f7b2d7ec088383fb8666f843eff5c6efdb9016b_arm64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.14.67 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.14.\n\nRed Hat Product Security has rated this update as having a security impact of 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 RPM packages for Red Hat OpenShift Container Platform 4.14.67. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:25008\n\nSecurity Fix(es):\n\n* Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code (CVE-2026-35469)\n* google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation (CVE-2026-33186)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:25009",
"url": "https://access.redhat.com/errata/RHSA-2026:25009"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"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_25009.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.14.67 security and extras update",
"tracking": {
"current_release_date": "2026-06-27T08:55:05+00:00",
"generator": {
"date": "2026-06-27T08:55:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:25009",
"initial_release_date": "2026-06-17T07:57:34+00:00",
"revision_history": [
{
"date": "2026-06-17T07:57:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-17T07:58:15+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T08:55:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.14",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-event-proxy-rhel8@sha256%3A6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-event-proxy-rhel8\u0026tag=1780955488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-event-proxy-rhel8@sha256%3A6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8\u0026tag=1780955488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:a91a92813ffb55ea55c55c27085ceceaef7734567cb916fb9bdbb18d59a10e12_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:a91a92813ffb55ea55c55c27085ceceaef7734567cb916fb9bdbb18d59a10e12_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:a91a92813ffb55ea55c55c27085ceceaef7734567cb916fb9bdbb18d59a10e12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-operator@sha256%3Aa91a92813ffb55ea55c55c27085ceceaef7734567cb916fb9bdbb18d59a10e12?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-operator\u0026tag=1780954465"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:df7c038aab12b439d56efe938bc673a24018e023a8de1e1c7aa416e042c55561_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:df7c038aab12b439d56efe938bc673a24018e023a8de1e1c7aa416e042c55561_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:df7c038aab12b439d56efe938bc673a24018e023a8de1e1c7aa416e042c55561_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel8@sha256%3Adf7c038aab12b439d56efe938bc673a24018e023a8de1e1c7aa416e042c55561?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8\u0026tag=1780959721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:50035776c45729ee560a831d79b3c8afc24a5691167e8c583eadea2474e23641_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:50035776c45729ee560a831d79b3c8afc24a5691167e8c583eadea2474e23641_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:50035776c45729ee560a831d79b3c8afc24a5691167e8c583eadea2474e23641_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel8-operator@sha256%3A50035776c45729ee560a831d79b3c8afc24a5691167e8c583eadea2474e23641?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator\u0026tag=1780956955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:61967b9608d0920d92492b9fca096e3598f389329db9cf64c2eb6bd75b846777_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:61967b9608d0920d92492b9fca096e3598f389329db9cf64c2eb6bd75b846777_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:61967b9608d0920d92492b9fca096e3598f389329db9cf64c2eb6bd75b846777_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni@sha256%3A61967b9608d0920d92492b9fca096e3598f389329db9cf64c2eb6bd75b846777?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni\u0026tag=1780954990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:4601d8011ff56e11bb8821db387d98354312a371bd8670cf915bfa9dd3de99be_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:4601d8011ff56e11bb8821db387d98354312a371bd8670cf915bfa9dd3de99be_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:4601d8011ff56e11bb8821db387d98354312a371bd8670cf915bfa9dd3de99be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A4601d8011ff56e11bb8821db387d98354312a371bd8670cf915bfa9dd3de99be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1781009434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dfa66f12770ded49cbc84646d0c22440a157fcc71704d9162e1336a26331d9fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dfa66f12770ded49cbc84646d0c22440a157fcc71704d9162e1336a26331d9fc_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dfa66f12770ded49cbc84646d0c22440a157fcc71704d9162e1336a26331d9fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3Adfa66f12770ded49cbc84646d0c22440a157fcc71704d9162e1336a26331d9fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1781011186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:70857d797ad076f5f20217e39673aa6abb0647ecbaf95ab8252075f43a68c073_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:70857d797ad076f5f20217e39673aa6abb0647ecbaf95ab8252075f43a68c073_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:70857d797ad076f5f20217e39673aa6abb0647ecbaf95ab8252075f43a68c073_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A70857d797ad076f5f20217e39673aa6abb0647ecbaf95ab8252075f43a68c073?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1781009142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d498d0d92f88fd51112e5b14233bd66880e081569a99000e508d5811d3afa56_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d498d0d92f88fd51112e5b14233bd66880e081569a99000e508d5811d3afa56_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d498d0d92f88fd51112e5b14233bd66880e081569a99000e508d5811d3afa56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A6d498d0d92f88fd51112e5b14233bd66880e081569a99000e508d5811d3afa56?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1781009040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c814b9a5380c33f9da6d646d956f2ba425d1eed63e718b44f574b1c2f3f0ea5a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c814b9a5380c33f9da6d646d956f2ba425d1eed63e718b44f574b1c2f3f0ea5a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c814b9a5380c33f9da6d646d956f2ba425d1eed63e718b44f574b1c2f3f0ea5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Ac814b9a5380c33f9da6d646d956f2ba425d1eed63e718b44f574b1c2f3f0ea5a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1781011673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b35a1300569e0905cb750b7217145c94e246036cd498993ead14d07e645d1fb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b35a1300569e0905cb750b7217145c94e246036cd498993ead14d07e645d1fb2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b35a1300569e0905cb750b7217145c94e246036cd498993ead14d07e645d1fb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3Ab35a1300569e0905cb750b7217145c94e246036cd498993ead14d07e645d1fb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1781011186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:7c48b8be9465a9f1b14db62cb2a1b4f2799df16407f306e9ed085946ebbd8d30_arm64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:7c48b8be9465a9f1b14db62cb2a1b4f2799df16407f306e9ed085946ebbd8d30_arm64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:7c48b8be9465a9f1b14db62cb2a1b4f2799df16407f306e9ed085946ebbd8d30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel8@sha256%3A7c48b8be9465a9f1b14db62cb2a1b4f2799df16407f306e9ed085946ebbd8d30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=1780959932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:9235d5f0629ffad8a5af4e8a50660751684ce91eae489122c2f89bb79ee833fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:9235d5f0629ffad8a5af4e8a50660751684ce91eae489122c2f89bb79ee833fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:9235d5f0629ffad8a5af4e8a50660751684ce91eae489122c2f89bb79ee833fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery@sha256%3A9235d5f0629ffad8a5af4e8a50660751684ce91eae489122c2f89bb79ee833fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery\u0026tag=1780956818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:db078402e0278f7dc1a0626bf3afe14c2c4221dd438708136de4a93bb0ee70c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:db078402e0278f7dc1a0626bf3afe14c2c4221dd438708136de4a93bb0ee70c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:db078402e0278f7dc1a0626bf3afe14c2c4221dd438708136de4a93bb0ee70c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-operator@sha256%3Adb078402e0278f7dc1a0626bf3afe14c2c4221dd438708136de4a93bb0ee70c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=1780963391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:6e36fd9c87b45f4257f9853d69dc676dfd561c408ddbfbf1c247579a62c54350_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:6e36fd9c87b45f4257f9853d69dc676dfd561c408ddbfbf1c247579a62c54350_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:6e36fd9c87b45f4257f9853d69dc676dfd561c408ddbfbf1c247579a62c54350_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity@sha256%3A6e36fd9c87b45f4257f9853d69dc676dfd561c408ddbfbf1c247579a62c54350?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=1780961435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:7d65d75e025be1ea2f6d82d14f859786f448e619422b10f68cfd4f68ae786a21_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:7d65d75e025be1ea2f6d82d14f859786f448e619422b10f68cfd4f68ae786a21_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:7d65d75e025be1ea2f6d82d14f859786f448e619422b10f68cfd4f68ae786a21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy@sha256%3A7d65d75e025be1ea2f6d82d14f859786f448e619422b10f68cfd4f68ae786a21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=1780962923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:4bd8b3ac46a8db114f1910d03bab222e17e18db8544e8d54ae8a0b1d0e24fa1f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:4bd8b3ac46a8db114f1910d03bab222e17e18db8544e8d54ae8a0b1d0e24fa1f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-router@sha256:4bd8b3ac46a8db114f1910d03bab222e17e18db8544e8d54ae8a0b1d0e24fa1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router@sha256%3A4bd8b3ac46a8db114f1910d03bab222e17e18db8544e8d54ae8a0b1d0e24fa1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=1780961042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:3115448f5481f6842c97e13aaef4b9a2925a54f6998b9f48000a74faa63bbfc9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:3115448f5481f6842c97e13aaef4b9a2925a54f6998b9f48000a74faa63bbfc9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-helm-operator@sha256:3115448f5481f6842c97e13aaef4b9a2925a54f6998b9f48000a74faa63bbfc9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-operator@sha256%3A3115448f5481f6842c97e13aaef4b9a2925a54f6998b9f48000a74faa63bbfc9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=1780966032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ecceb25263477c9c9aa06a38df00fc004dd471ee9cccfbdfbc280c29d62f275b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ecceb25263477c9c9aa06a38df00fc004dd471ee9cccfbdfbc280c29d62f275b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ecceb25263477c9c9aa06a38df00fc004dd471ee9cccfbdfbc280c29d62f275b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel8@sha256%3Aecceb25263477c9c9aa06a38df00fc004dd471ee9cccfbdfbc280c29d62f275b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=1780954673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:04bb985f7378665fe9840691d2ab90465b726431a39518dd087d3689d6817a6a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:04bb985f7378665fe9840691d2ab90465b726431a39518dd087d3689d6817a6a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:04bb985f7378665fe9840691d2ab90465b726431a39518dd087d3689d6817a6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A04bb985f7378665fe9840691d2ab90465b726431a39518dd087d3689d6817a6a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1781009462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:748bda8560c46129d59afd0680c6ce7421d5bbe007cde1e750a8dc9c417cc88e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:748bda8560c46129d59afd0680c6ce7421d5bbe007cde1e750a8dc9c417cc88e_arm64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:748bda8560c46129d59afd0680c6ce7421d5bbe007cde1e750a8dc9c417cc88e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A748bda8560c46129d59afd0680c6ce7421d5bbe007cde1e750a8dc9c417cc88e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1781011204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c4059a5b02bdd9d01fed234cde35e9c45e812cc4ee5be35f00ba806f0d84f3d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c4059a5b02bdd9d01fed234cde35e9c45e812cc4ee5be35f00ba806f0d84f3d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c4059a5b02bdd9d01fed234cde35e9c45e812cc4ee5be35f00ba806f0d84f3d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel8@sha256%3Ac4059a5b02bdd9d01fed234cde35e9c45e812cc4ee5be35f00ba806f0d84f3d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8\u0026tag=1780955356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:eeb09578f651f65f8f8216cac46869034bf17bff001a2ed73d96d11772532666_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:eeb09578f651f65f8f8216cac46869034bf17bff001a2ed73d96d11772532666_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:eeb09578f651f65f8f8216cac46869034bf17bff001a2ed73d96d11772532666_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel8-operator@sha256%3Aeeb09578f651f65f8f8216cac46869034bf17bff001a2ed73d96d11772532666?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator\u0026tag=1780954539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b2d5d8ec572abb2c30a98be0de1e11ca1a2adf0c6faa3347c6a0d2ef784afeac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b2d5d8ec572abb2c30a98be0de1e11ca1a2adf0c6faa3347c6a0d2ef784afeac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b2d5d8ec572abb2c30a98be0de1e11ca1a2adf0c6faa3347c6a0d2ef784afeac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-mustgather-rhel8@sha256%3Ab2d5d8ec572abb2c30a98be0de1e11ca1a2adf0c6faa3347c6a0d2ef784afeac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=1780965271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:758f10fd65669acf6c81de7d53ffacf7de3b2e81498cd0f39990debd9110b69d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:758f10fd65669acf6c81de7d53ffacf7de3b2e81498cd0f39990debd9110b69d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:758f10fd65669acf6c81de7d53ffacf7de3b2e81498cd0f39990debd9110b69d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy@sha256%3A758f10fd65669acf6c81de7d53ffacf7de3b2e81498cd0f39990debd9110b69d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=1780955409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:cdf612d1d3001b7e2eab47bee66395dc626a6a41421a9fff247ac7f1e530c281_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:cdf612d1d3001b7e2eab47bee66395dc626a6a41421a9fff247ac7f1e530c281_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:cdf612d1d3001b7e2eab47bee66395dc626a6a41421a9fff247ac7f1e530c281_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Acdf612d1d3001b7e2eab47bee66395dc626a6a41421a9fff247ac7f1e530c281?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1781008024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d2fe0edcc847e8cb3727941b91149007f9c669b0bec5847a425e82212d095d79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d2fe0edcc847e8cb3727941b91149007f9c669b0bec5847a425e82212d095d79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d2fe0edcc847e8cb3727941b91149007f9c669b0bec5847a425e82212d095d79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel8@sha256%3Ad2fe0edcc847e8cb3727941b91149007f9c669b0bec5847a425e82212d095d79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=1780956405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:6ef9d153bbf3c65f132cd7d29dbd58d01019615f03eb07967023e446bdced8c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:6ef9d153bbf3c65f132cd7d29dbd58d01019615f03eb07967023e446bdced8c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:6ef9d153bbf3c65f132cd7d29dbd58d01019615f03eb07967023e446bdced8c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel8-operator@sha256%3A6ef9d153bbf3c65f132cd7d29dbd58d01019615f03eb07967023e446bdced8c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=1780956562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3605def86edd8ea7f97a2e46ead0764197dfb13a9b5fd00052d91e5eb7e9fafb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3605def86edd8ea7f97a2e46ead0764197dfb13a9b5fd00052d91e5eb7e9fafb_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3605def86edd8ea7f97a2e46ead0764197dfb13a9b5fd00052d91e5eb7e9fafb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A3605def86edd8ea7f97a2e46ead0764197dfb13a9b5fd00052d91e5eb7e9fafb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1781007977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:93c75b2ad4a4b85855a1e63cf1e1ca7e0a7b615c771b857d9bfebb7651d18871_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:93c75b2ad4a4b85855a1e63cf1e1ca7e0a7b615c771b857d9bfebb7651d18871_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:93c75b2ad4a4b85855a1e63cf1e1ca7e0a7b615c771b857d9bfebb7651d18871_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A93c75b2ad4a4b85855a1e63cf1e1ca7e0a7b615c771b857d9bfebb7651d18871?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1781010941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e3b0258cdf56b709000aad847e7995099da913bf27676c138a5f9b0ea585bcac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e3b0258cdf56b709000aad847e7995099da913bf27676c138a5f9b0ea585bcac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e3b0258cdf56b709000aad847e7995099da913bf27676c138a5f9b0ea585bcac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel8@sha256%3Ae3b0258cdf56b709000aad847e7995099da913bf27676c138a5f9b0ea585bcac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=1780955025"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:557cefcdfef854b4ef381acf2f7de1bd1cf3f29a54398616043c6abcbc8a81f0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:557cefcdfef854b4ef381acf2f7de1bd1cf3f29a54398616043c6abcbc8a81f0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:557cefcdfef854b4ef381acf2f7de1bd1cf3f29a54398616043c6abcbc8a81f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel8-operator@sha256%3A557cefcdfef854b4ef381acf2f7de1bd1cf3f29a54398616043c6abcbc8a81f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=1780965806"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a26f61e6063fca59ba6ab989888880ce959e81bb54b552ef7bd81a89d69b2b77_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a26f61e6063fca59ba6ab989888880ce959e81bb54b552ef7bd81a89d69b2b77_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a26f61e6063fca59ba6ab989888880ce959e81bb54b552ef7bd81a89d69b2b77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel8@sha256%3Aa26f61e6063fca59ba6ab989888880ce959e81bb54b552ef7bd81a89d69b2b77?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=1780961686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:9d157aa28bd24d12e49d76723cb91a19f9bc840a02d4850f94b9110530b76e7e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:9d157aa28bd24d12e49d76723cb91a19f9bc840a02d4850f94b9110530b76e7e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:9d157aa28bd24d12e49d76723cb91a19f9bc840a02d4850f94b9110530b76e7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-operator@sha256%3A9d157aa28bd24d12e49d76723cb91a19f9bc840a02d4850f94b9110530b76e7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-operator\u0026tag=1781006893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:61059dc3377fbd1c6d7426712242943cec1ae8a76752709afd421a618e143b47_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:61059dc3377fbd1c6d7426712242943cec1ae8a76752709afd421a618e143b47_arm64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:61059dc3377fbd1c6d7426712242943cec1ae8a76752709afd421a618e143b47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel8@sha256%3A61059dc3377fbd1c6d7426712242943cec1ae8a76752709afd421a618e143b47?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=1780962923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9a3c8ef3d81076660d34fdeb0f7b2d7ec088383fb8666f843eff5c6efdb9016b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9a3c8ef3d81076660d34fdeb0f7b2d7ec088383fb8666f843eff5c6efdb9016b_arm64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9a3c8ef3d81076660d34fdeb0f7b2d7ec088383fb8666f843eff5c6efdb9016b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A9a3c8ef3d81076660d34fdeb0f7b2d7ec088383fb8666f843eff5c6efdb9016b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1781009090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:18bc241751cb6151f5b879ca160aeea4f08290e3fa0922e2c01eded3a9c44919_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:18bc241751cb6151f5b879ca160aeea4f08290e3fa0922e2c01eded3a9c44919_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:18bc241751cb6151f5b879ca160aeea4f08290e3fa0922e2c01eded3a9c44919_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller@sha256%3A18bc241751cb6151f5b879ca160aeea4f08290e3fa0922e2c01eded3a9c44919?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller\u0026tag=1780955729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:e6a4680ab3d78db90ff3cf6502c8e1987844f5c5d8a2c920d2aeb9c8607f8d5e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:e6a4680ab3d78db90ff3cf6502c8e1987844f5c5d8a2c920d2aeb9c8607f8d5e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:e6a4680ab3d78db90ff3cf6502c8e1987844f5c5d8a2c920d2aeb9c8607f8d5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon@sha256%3Ae6a4680ab3d78db90ff3cf6502c8e1987844f5c5d8a2c920d2aeb9c8607f8d5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon\u0026tag=1780955979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:d83381f446c0dd432b817203f7e86897fd07a8e5bae54a537edb4712fa6fc264_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:d83381f446c0dd432b817203f7e86897fd07a8e5bae54a537edb4712fa6fc264_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:d83381f446c0dd432b817203f7e86897fd07a8e5bae54a537edb4712fa6fc264_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin@sha256%3Ad83381f446c0dd432b817203f7e86897fd07a8e5bae54a537edb4712fa6fc264?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin\u0026tag=1780955821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:cd6243cac5a039740a5b47baf91141ed3e70cb5675cec93c93434201d374a6f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:cd6243cac5a039740a5b47baf91141ed3e70cb5675cec93c93434201d374a6f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:cd6243cac5a039740a5b47baf91141ed3e70cb5675cec93c93434201d374a6f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-operator@sha256%3Acd6243cac5a039740a5b47baf91141ed3e70cb5675cec93c93434201d374a6f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-operator\u0026tag=1781006909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:b4a51cacc8a06fb6588ea140e3b50ff0166554e8d7b38c77a13be4bab9885356_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:b4a51cacc8a06fb6588ea140e3b50ff0166554e8d7b38c77a13be4bab9885356_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:b4a51cacc8a06fb6588ea140e3b50ff0166554e8d7b38c77a13be4bab9885356_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook@sha256%3Ab4a51cacc8a06fb6588ea140e3b50ff0166554e8d7b38c77a13be4bab9885356?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook\u0026tag=1780956441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:402f0bc32520a6391d25b5fd70e323df8f810aaa32d6f4a4ec190c32f851a153_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:402f0bc32520a6391d25b5fd70e323df8f810aaa32d6f4a4ec190c32f851a153_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:402f0bc32520a6391d25b5fd70e323df8f810aaa32d6f4a4ec190c32f851a153_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel8@sha256%3A402f0bc32520a6391d25b5fd70e323df8f810aaa32d6f4a4ec190c32f851a153?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8\u0026tag=1780959659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8acaa460c5ae992714e25d957948477118dfa2eb6adfd0d84a457b9bfdba54d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8acaa460c5ae992714e25d957948477118dfa2eb6adfd0d84a457b9bfdba54d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8acaa460c5ae992714e25d957948477118dfa2eb6adfd0d84a457b9bfdba54d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel8-operator@sha256%3A8acaa460c5ae992714e25d957948477118dfa2eb6adfd0d84a457b9bfdba54d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator\u0026tag=1780955015"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-event-proxy-rhel8@sha256%3Aab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-event-proxy-rhel8\u0026tag=1780955488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-event-proxy-rhel8@sha256%3Aab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8\u0026tag=1780955488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:ed64b71e99e3e436e96d00d475870df08877316e3f38df129dfb62d40ef4c45b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:ed64b71e99e3e436e96d00d475870df08877316e3f38df129dfb62d40ef4c45b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:ed64b71e99e3e436e96d00d475870df08877316e3f38df129dfb62d40ef4c45b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-operator@sha256%3Aed64b71e99e3e436e96d00d475870df08877316e3f38df129dfb62d40ef4c45b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-operator\u0026tag=1780954465"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:6b5e8518bc692c328963e632a4f0a910761ec536a8f4ed717a576c4bac3ce963_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:6b5e8518bc692c328963e632a4f0a910761ec536a8f4ed717a576c4bac3ce963_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:6b5e8518bc692c328963e632a4f0a910761ec536a8f4ed717a576c4bac3ce963_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel8@sha256%3A6b5e8518bc692c328963e632a4f0a910761ec536a8f4ed717a576c4bac3ce963?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8\u0026tag=1780959721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:529836546956099d5d3b03861187b4bf92be0fcce6fbe95e5d229d6d5923c28c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:529836546956099d5d3b03861187b4bf92be0fcce6fbe95e5d229d6d5923c28c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:529836546956099d5d3b03861187b4bf92be0fcce6fbe95e5d229d6d5923c28c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel8-operator@sha256%3A529836546956099d5d3b03861187b4bf92be0fcce6fbe95e5d229d6d5923c28c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator\u0026tag=1780956955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:10efa408842bcf0b21fad1e720b1a05dc849b5965a891ac470cb8540f517a54a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:10efa408842bcf0b21fad1e720b1a05dc849b5965a891ac470cb8540f517a54a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:10efa408842bcf0b21fad1e720b1a05dc849b5965a891ac470cb8540f517a54a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni@sha256%3A10efa408842bcf0b21fad1e720b1a05dc849b5965a891ac470cb8540f517a54a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni\u0026tag=1780954990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7fe48ad9f89f61203bd0ee397ccf7c5d9d37ec30b05ba837dc1089fe6ee67068_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7fe48ad9f89f61203bd0ee397ccf7c5d9d37ec30b05ba837dc1089fe6ee67068_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7fe48ad9f89f61203bd0ee397ccf7c5d9d37ec30b05ba837dc1089fe6ee67068_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A7fe48ad9f89f61203bd0ee397ccf7c5d9d37ec30b05ba837dc1089fe6ee67068?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1781009434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3965aaeeb958ccea911ff08d45da2c16ef953f6a473eb69b790fa1afa7c0b76d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3965aaeeb958ccea911ff08d45da2c16ef953f6a473eb69b790fa1afa7c0b76d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3965aaeeb958ccea911ff08d45da2c16ef953f6a473eb69b790fa1afa7c0b76d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A3965aaeeb958ccea911ff08d45da2c16ef953f6a473eb69b790fa1afa7c0b76d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1781011186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:ce8fe5503b8bcb1bb338f06dc100f0bed5f85340eda1b73adb58d92e7aaec22c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:ce8fe5503b8bcb1bb338f06dc100f0bed5f85340eda1b73adb58d92e7aaec22c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:ce8fe5503b8bcb1bb338f06dc100f0bed5f85340eda1b73adb58d92e7aaec22c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3Ace8fe5503b8bcb1bb338f06dc100f0bed5f85340eda1b73adb58d92e7aaec22c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1781009142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6c1b9f3900fd21b51aab4429b50959da2eec8d1fa64c70e1cc8e5ebe72a24cbd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6c1b9f3900fd21b51aab4429b50959da2eec8d1fa64c70e1cc8e5ebe72a24cbd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6c1b9f3900fd21b51aab4429b50959da2eec8d1fa64c70e1cc8e5ebe72a24cbd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A6c1b9f3900fd21b51aab4429b50959da2eec8d1fa64c70e1cc8e5ebe72a24cbd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1781009040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1273f2e53f3d42e861050972fb3612e33d8ec159e29fa08bd7dd0e6f896b17a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1273f2e53f3d42e861050972fb3612e33d8ec159e29fa08bd7dd0e6f896b17a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1273f2e53f3d42e861050972fb3612e33d8ec159e29fa08bd7dd0e6f896b17a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A1273f2e53f3d42e861050972fb3612e33d8ec159e29fa08bd7dd0e6f896b17a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1781011673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:89971adb04a2e0a67571cf02489e6e383ae971000028d30305e584aa03784348_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:89971adb04a2e0a67571cf02489e6e383ae971000028d30305e584aa03784348_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:89971adb04a2e0a67571cf02489e6e383ae971000028d30305e584aa03784348_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A89971adb04a2e0a67571cf02489e6e383ae971000028d30305e584aa03784348?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1781011186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:a4770ea3815a2528058f98f6952dbf58ff2d7ac12fd36f8119568c03eb5b0263_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:a4770ea3815a2528058f98f6952dbf58ff2d7ac12fd36f8119568c03eb5b0263_ppc64le",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:a4770ea3815a2528058f98f6952dbf58ff2d7ac12fd36f8119568c03eb5b0263_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel8@sha256%3Aa4770ea3815a2528058f98f6952dbf58ff2d7ac12fd36f8119568c03eb5b0263?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=1780959932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:ec49da4e5124996506d50392d8b7078d00c5862bea5e229e7351b5e0e6532c6f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:ec49da4e5124996506d50392d8b7078d00c5862bea5e229e7351b5e0e6532c6f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:ec49da4e5124996506d50392d8b7078d00c5862bea5e229e7351b5e0e6532c6f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery@sha256%3Aec49da4e5124996506d50392d8b7078d00c5862bea5e229e7351b5e0e6532c6f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery\u0026tag=1780956818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:0100f495023b4ede4318d4cf15f68b9e33f0ba0b48331ce8cebf9250152f3211_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:0100f495023b4ede4318d4cf15f68b9e33f0ba0b48331ce8cebf9250152f3211_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:0100f495023b4ede4318d4cf15f68b9e33f0ba0b48331ce8cebf9250152f3211_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-operator@sha256%3A0100f495023b4ede4318d4cf15f68b9e33f0ba0b48331ce8cebf9250152f3211?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=1780963391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:3dc64c49b4ebe48c00a1e75fdc94bbd8828adf9118e5af8d03d51a245f1112a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:3dc64c49b4ebe48c00a1e75fdc94bbd8828adf9118e5af8d03d51a245f1112a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:3dc64c49b4ebe48c00a1e75fdc94bbd8828adf9118e5af8d03d51a245f1112a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity@sha256%3A3dc64c49b4ebe48c00a1e75fdc94bbd8828adf9118e5af8d03d51a245f1112a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=1780961435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:999c307a79cabd8e9553f5d807d4125df1fef3153ecfce17cca871d5f8051eeb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:999c307a79cabd8e9553f5d807d4125df1fef3153ecfce17cca871d5f8051eeb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:999c307a79cabd8e9553f5d807d4125df1fef3153ecfce17cca871d5f8051eeb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy@sha256%3A999c307a79cabd8e9553f5d807d4125df1fef3153ecfce17cca871d5f8051eeb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=1780962923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:a52f59971348bb0e5766a857c16818b379c404c3af300bc697ae1fc8e3f54f15_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:a52f59971348bb0e5766a857c16818b379c404c3af300bc697ae1fc8e3f54f15_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-router@sha256:a52f59971348bb0e5766a857c16818b379c404c3af300bc697ae1fc8e3f54f15_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router@sha256%3Aa52f59971348bb0e5766a857c16818b379c404c3af300bc697ae1fc8e3f54f15?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=1780961042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:95c7e0528adda5ba04775f32106977c5e3d95383b6553d57c703fc3e74d50a18_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:95c7e0528adda5ba04775f32106977c5e3d95383b6553d57c703fc3e74d50a18_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-helm-operator@sha256:95c7e0528adda5ba04775f32106977c5e3d95383b6553d57c703fc3e74d50a18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-operator@sha256%3A95c7e0528adda5ba04775f32106977c5e3d95383b6553d57c703fc3e74d50a18?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=1780966032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:7c1c1e7d2af533ee43c92204d4e87104f305cbde1af7c8531fa8f1299c16a3ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:7c1c1e7d2af533ee43c92204d4e87104f305cbde1af7c8531fa8f1299c16a3ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:7c1c1e7d2af533ee43c92204d4e87104f305cbde1af7c8531fa8f1299c16a3ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel8@sha256%3A7c1c1e7d2af533ee43c92204d4e87104f305cbde1af7c8531fa8f1299c16a3ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=1780954673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c368220ebde4dcf75123e81eb9dc4e13544f64edaa79c28a21c93126e58239f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c368220ebde4dcf75123e81eb9dc4e13544f64edaa79c28a21c93126e58239f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c368220ebde4dcf75123e81eb9dc4e13544f64edaa79c28a21c93126e58239f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3Ac368220ebde4dcf75123e81eb9dc4e13544f64edaa79c28a21c93126e58239f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1781009462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:e6deb824bf0fdd43b4c1d89e8b8601e05b1b09dd1b89922fbb6e3ca7ef7bdfea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:e6deb824bf0fdd43b4c1d89e8b8601e05b1b09dd1b89922fbb6e3ca7ef7bdfea_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:e6deb824bf0fdd43b4c1d89e8b8601e05b1b09dd1b89922fbb6e3ca7ef7bdfea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3Ae6deb824bf0fdd43b4c1d89e8b8601e05b1b09dd1b89922fbb6e3ca7ef7bdfea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1781011204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c915c06f28341ba8aa9a1c00fc49504a8816b0610b2cf5304f89fcedca8bc478_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c915c06f28341ba8aa9a1c00fc49504a8816b0610b2cf5304f89fcedca8bc478_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c915c06f28341ba8aa9a1c00fc49504a8816b0610b2cf5304f89fcedca8bc478_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-mustgather-rhel8@sha256%3Ac915c06f28341ba8aa9a1c00fc49504a8816b0610b2cf5304f89fcedca8bc478?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=1780965271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:fcfa3ae6a7face4161aba93179d149a20d144e8a2a8564650750b4d8f0013496_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:fcfa3ae6a7face4161aba93179d149a20d144e8a2a8564650750b4d8f0013496_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:fcfa3ae6a7face4161aba93179d149a20d144e8a2a8564650750b4d8f0013496_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy@sha256%3Afcfa3ae6a7face4161aba93179d149a20d144e8a2a8564650750b4d8f0013496?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=1780955409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:e970ac1c75d936d92009f8fbc6754079704ea6d7731f2065c345c3a1e4412cdb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:e970ac1c75d936d92009f8fbc6754079704ea6d7731f2065c345c3a1e4412cdb_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:e970ac1c75d936d92009f8fbc6754079704ea6d7731f2065c345c3a1e4412cdb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Ae970ac1c75d936d92009f8fbc6754079704ea6d7731f2065c345c3a1e4412cdb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1781008024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:12d9ca6fa5893e68c553fd8909113ee1a29a96d3ff3bf32f3824791681de15d9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:12d9ca6fa5893e68c553fd8909113ee1a29a96d3ff3bf32f3824791681de15d9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:12d9ca6fa5893e68c553fd8909113ee1a29a96d3ff3bf32f3824791681de15d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel8@sha256%3A12d9ca6fa5893e68c553fd8909113ee1a29a96d3ff3bf32f3824791681de15d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=1780956405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:633d1d92e36d87a1f8adcc69c9b9810ef84ecda5b85dbfbd6eca2bd4e97a2ee7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:633d1d92e36d87a1f8adcc69c9b9810ef84ecda5b85dbfbd6eca2bd4e97a2ee7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:633d1d92e36d87a1f8adcc69c9b9810ef84ecda5b85dbfbd6eca2bd4e97a2ee7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel8-operator@sha256%3A633d1d92e36d87a1f8adcc69c9b9810ef84ecda5b85dbfbd6eca2bd4e97a2ee7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=1780956562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e1fa556d3b407ce1489283a4111eafad610475cbb18d17e238cd20bdc24910dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e1fa556d3b407ce1489283a4111eafad610475cbb18d17e238cd20bdc24910dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e1fa556d3b407ce1489283a4111eafad610475cbb18d17e238cd20bdc24910dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3Ae1fa556d3b407ce1489283a4111eafad610475cbb18d17e238cd20bdc24910dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1781007977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:38b7e234acdefe69fa3c01d50447aecf4314443f72410df6b81d9b7d66d8281c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:38b7e234acdefe69fa3c01d50447aecf4314443f72410df6b81d9b7d66d8281c_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:38b7e234acdefe69fa3c01d50447aecf4314443f72410df6b81d9b7d66d8281c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A38b7e234acdefe69fa3c01d50447aecf4314443f72410df6b81d9b7d66d8281c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1781010941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:3b487d6d2f8191f74b599cd30b8c982010c10409fd291eb1dc4c6c7b683f7cc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:3b487d6d2f8191f74b599cd30b8c982010c10409fd291eb1dc4c6c7b683f7cc0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:3b487d6d2f8191f74b599cd30b8c982010c10409fd291eb1dc4c6c7b683f7cc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel8@sha256%3A3b487d6d2f8191f74b599cd30b8c982010c10409fd291eb1dc4c6c7b683f7cc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=1780955025"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3b597f3bd5af1c355f4e7c0ed012ca06697cbc37b9bf9a23a5c5f4d0d8162321_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3b597f3bd5af1c355f4e7c0ed012ca06697cbc37b9bf9a23a5c5f4d0d8162321_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3b597f3bd5af1c355f4e7c0ed012ca06697cbc37b9bf9a23a5c5f4d0d8162321_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel8-operator@sha256%3A3b597f3bd5af1c355f4e7c0ed012ca06697cbc37b9bf9a23a5c5f4d0d8162321?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=1780965806"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:ccb1f539fd2f75a062fc2ed4b0d7f27c360aef121f933975e9ef9235af453934_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:ccb1f539fd2f75a062fc2ed4b0d7f27c360aef121f933975e9ef9235af453934_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:ccb1f539fd2f75a062fc2ed4b0d7f27c360aef121f933975e9ef9235af453934_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel8@sha256%3Accb1f539fd2f75a062fc2ed4b0d7f27c360aef121f933975e9ef9235af453934?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=1780961686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:932692970cab5f163ce35ed82c9cbbb70c8a7b2224b82d4bab39c86aaef4609b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:932692970cab5f163ce35ed82c9cbbb70c8a7b2224b82d4bab39c86aaef4609b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:932692970cab5f163ce35ed82c9cbbb70c8a7b2224b82d4bab39c86aaef4609b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-operator@sha256%3A932692970cab5f163ce35ed82c9cbbb70c8a7b2224b82d4bab39c86aaef4609b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-operator\u0026tag=1781006893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:baa34b4e2cccff9bc62d82eb6552639010785d44cb019acc69866cf2aaaa3806_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:baa34b4e2cccff9bc62d82eb6552639010785d44cb019acc69866cf2aaaa3806_ppc64le",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:baa34b4e2cccff9bc62d82eb6552639010785d44cb019acc69866cf2aaaa3806_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel8@sha256%3Abaa34b4e2cccff9bc62d82eb6552639010785d44cb019acc69866cf2aaaa3806?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=1780962923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8d3a4e42a1ab884c9bbc9933b66db18c60e75a344a2d0570b10923c95d70fdb8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8d3a4e42a1ab884c9bbc9933b66db18c60e75a344a2d0570b10923c95d70fdb8_ppc64le",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8d3a4e42a1ab884c9bbc9933b66db18c60e75a344a2d0570b10923c95d70fdb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A8d3a4e42a1ab884c9bbc9933b66db18c60e75a344a2d0570b10923c95d70fdb8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1781009090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0ac2a7fd509e0f905d2807f93051fef189de6febdf428b8c14e2618e6b70fe7f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0ac2a7fd509e0f905d2807f93051fef189de6febdf428b8c14e2618e6b70fe7f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0ac2a7fd509e0f905d2807f93051fef189de6febdf428b8c14e2618e6b70fe7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller@sha256%3A0ac2a7fd509e0f905d2807f93051fef189de6febdf428b8c14e2618e6b70fe7f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller\u0026tag=1780955729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:505e422599401fbf23ce7000b02929b67d389c9d437974c8fdf91a0ec76061ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:505e422599401fbf23ce7000b02929b67d389c9d437974c8fdf91a0ec76061ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:505e422599401fbf23ce7000b02929b67d389c9d437974c8fdf91a0ec76061ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon@sha256%3A505e422599401fbf23ce7000b02929b67d389c9d437974c8fdf91a0ec76061ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon\u0026tag=1780955979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ba573576b17d3230c3893819b2e570a0f5c2c9760935b2c882c57b2da99696f5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ba573576b17d3230c3893819b2e570a0f5c2c9760935b2c882c57b2da99696f5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ba573576b17d3230c3893819b2e570a0f5c2c9760935b2c882c57b2da99696f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin@sha256%3Aba573576b17d3230c3893819b2e570a0f5c2c9760935b2c882c57b2da99696f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin\u0026tag=1780955821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:1222990acec343a998b5085dd11a44583d86b7cc76d8f99b69d8a287116dd57b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:1222990acec343a998b5085dd11a44583d86b7cc76d8f99b69d8a287116dd57b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:1222990acec343a998b5085dd11a44583d86b7cc76d8f99b69d8a287116dd57b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-operator@sha256%3A1222990acec343a998b5085dd11a44583d86b7cc76d8f99b69d8a287116dd57b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-operator\u0026tag=1781006909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fd24147630533238a126ea21fbba484239135a15023c524137fc8ea25a7065ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fd24147630533238a126ea21fbba484239135a15023c524137fc8ea25a7065ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fd24147630533238a126ea21fbba484239135a15023c524137fc8ea25a7065ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook@sha256%3Afd24147630533238a126ea21fbba484239135a15023c524137fc8ea25a7065ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook\u0026tag=1780956441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:5d95ebdf8eba75315f3e296f24533697ca66e3b828b886e12f0957d197ee388a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:5d95ebdf8eba75315f3e296f24533697ca66e3b828b886e12f0957d197ee388a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:5d95ebdf8eba75315f3e296f24533697ca66e3b828b886e12f0957d197ee388a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel8@sha256%3A5d95ebdf8eba75315f3e296f24533697ca66e3b828b886e12f0957d197ee388a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8\u0026tag=1780959659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b23ea9fa8eaa75fb8e0acfa6f45ff360a8784627cc3fad5d608a80181f193c3f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b23ea9fa8eaa75fb8e0acfa6f45ff360a8784627cc3fad5d608a80181f193c3f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b23ea9fa8eaa75fb8e0acfa6f45ff360a8784627cc3fad5d608a80181f193c3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel8-operator@sha256%3Ab23ea9fa8eaa75fb8e0acfa6f45ff360a8784627cc3fad5d608a80181f193c3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator\u0026tag=1780955015"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-event-proxy-rhel8@sha256%3A908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-event-proxy-rhel8\u0026tag=1780955488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-event-proxy-rhel8@sha256%3A908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8\u0026tag=1780955488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:8d5c598393328496de5fafd9117d9d4f9fa4fcfb8c5418ade4df1604de18207a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:8d5c598393328496de5fafd9117d9d4f9fa4fcfb8c5418ade4df1604de18207a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:8d5c598393328496de5fafd9117d9d4f9fa4fcfb8c5418ade4df1604de18207a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-operator@sha256%3A8d5c598393328496de5fafd9117d9d4f9fa4fcfb8c5418ade4df1604de18207a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-operator\u0026tag=1780954465"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:0e8ab3244ad637aba8448bd161d3a06c85a68afe7ea08e25064c4ed16c7ef650_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:0e8ab3244ad637aba8448bd161d3a06c85a68afe7ea08e25064c4ed16c7ef650_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:0e8ab3244ad637aba8448bd161d3a06c85a68afe7ea08e25064c4ed16c7ef650_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel8@sha256%3A0e8ab3244ad637aba8448bd161d3a06c85a68afe7ea08e25064c4ed16c7ef650?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8\u0026tag=1780959721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f56649d00f40db610f0a6fae6827575adbf58b70368c0dad73c794a3c77a35df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f56649d00f40db610f0a6fae6827575adbf58b70368c0dad73c794a3c77a35df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f56649d00f40db610f0a6fae6827575adbf58b70368c0dad73c794a3c77a35df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel8-operator@sha256%3Af56649d00f40db610f0a6fae6827575adbf58b70368c0dad73c794a3c77a35df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator\u0026tag=1780956955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:77f97aa79f52695ab5dfc605b780692847051e9dd679789a0f355510ff6cfe51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:77f97aa79f52695ab5dfc605b780692847051e9dd679789a0f355510ff6cfe51_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:77f97aa79f52695ab5dfc605b780692847051e9dd679789a0f355510ff6cfe51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni@sha256%3A77f97aa79f52695ab5dfc605b780692847051e9dd679789a0f355510ff6cfe51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni\u0026tag=1780954990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:59850338d772efb690f2016093b01feeb4dd3c73805d77c26172ef7f293f1a55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:59850338d772efb690f2016093b01feeb4dd3c73805d77c26172ef7f293f1a55_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:59850338d772efb690f2016093b01feeb4dd3c73805d77c26172ef7f293f1a55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A59850338d772efb690f2016093b01feeb4dd3c73805d77c26172ef7f293f1a55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1781009434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b3925f84e0f1311b6a2461b89da2d45c79d93fb87c927e8211581a320ca9f9d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b3925f84e0f1311b6a2461b89da2d45c79d93fb87c927e8211581a320ca9f9d4_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b3925f84e0f1311b6a2461b89da2d45c79d93fb87c927e8211581a320ca9f9d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3Ab3925f84e0f1311b6a2461b89da2d45c79d93fb87c927e8211581a320ca9f9d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1781011186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:6265c12a8b31624fe4257abad1889839e2e1612167dafa7274b8d614fdfee64e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:6265c12a8b31624fe4257abad1889839e2e1612167dafa7274b8d614fdfee64e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:6265c12a8b31624fe4257abad1889839e2e1612167dafa7274b8d614fdfee64e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A6265c12a8b31624fe4257abad1889839e2e1612167dafa7274b8d614fdfee64e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1781009142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e94ce6c4e49d6de3e1bdbc145712ac8d1a45cc841785b20cb7605c35bef5d35_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e94ce6c4e49d6de3e1bdbc145712ac8d1a45cc841785b20cb7605c35bef5d35_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e94ce6c4e49d6de3e1bdbc145712ac8d1a45cc841785b20cb7605c35bef5d35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A6e94ce6c4e49d6de3e1bdbc145712ac8d1a45cc841785b20cb7605c35bef5d35?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1781009040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:fc078ca1f72f833ac498c30a1de5a4c7500c83cd94a3008445373266bfe56acd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:fc078ca1f72f833ac498c30a1de5a4c7500c83cd94a3008445373266bfe56acd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:fc078ca1f72f833ac498c30a1de5a4c7500c83cd94a3008445373266bfe56acd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Afc078ca1f72f833ac498c30a1de5a4c7500c83cd94a3008445373266bfe56acd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1781011673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2af9330004a06971944971326d1e8377cbbf4725f9d703db266abd7e5359d7ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2af9330004a06971944971326d1e8377cbbf4725f9d703db266abd7e5359d7ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2af9330004a06971944971326d1e8377cbbf4725f9d703db266abd7e5359d7ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A2af9330004a06971944971326d1e8377cbbf4725f9d703db266abd7e5359d7ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1781011186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:67bc0d4e819af067717ddcf765b4d565ba2f953c65633c122577fe192a6bea0b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:67bc0d4e819af067717ddcf765b4d565ba2f953c65633c122577fe192a6bea0b_amd64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:67bc0d4e819af067717ddcf765b4d565ba2f953c65633c122577fe192a6bea0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel8@sha256%3A67bc0d4e819af067717ddcf765b4d565ba2f953c65633c122577fe192a6bea0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=1780959932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:1afcc680effd2ce9de75d5a8ca4b7a1940198d30e5c042094f6eba007f5d673a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:1afcc680effd2ce9de75d5a8ca4b7a1940198d30e5c042094f6eba007f5d673a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:1afcc680effd2ce9de75d5a8ca4b7a1940198d30e5c042094f6eba007f5d673a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery@sha256%3A1afcc680effd2ce9de75d5a8ca4b7a1940198d30e5c042094f6eba007f5d673a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery\u0026tag=1780956818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:fcdcc373e6c1ee28739e8883c4c6b447267987e34b9404ae693cf4331aeac76a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:fcdcc373e6c1ee28739e8883c4c6b447267987e34b9404ae693cf4331aeac76a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:fcdcc373e6c1ee28739e8883c4c6b447267987e34b9404ae693cf4331aeac76a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-operator@sha256%3Afcdcc373e6c1ee28739e8883c4c6b447267987e34b9404ae693cf4331aeac76a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=1780963391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c604800d8da5342d1a2d3c8d684844d66c4df5d03b686b0666e109aab6dc984b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c604800d8da5342d1a2d3c8d684844d66c4df5d03b686b0666e109aab6dc984b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c604800d8da5342d1a2d3c8d684844d66c4df5d03b686b0666e109aab6dc984b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity@sha256%3Ac604800d8da5342d1a2d3c8d684844d66c4df5d03b686b0666e109aab6dc984b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=1780961435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:671a3dabbb5b5f6b2b4620ce823d6928b65506f2acffa0104a4c2d149a223211_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:671a3dabbb5b5f6b2b4620ce823d6928b65506f2acffa0104a4c2d149a223211_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:671a3dabbb5b5f6b2b4620ce823d6928b65506f2acffa0104a4c2d149a223211_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy@sha256%3A671a3dabbb5b5f6b2b4620ce823d6928b65506f2acffa0104a4c2d149a223211?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=1780962923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:b65119938857e8150f90c3b6bbc4e92d9646b9bc6c39f467e0ba3e4662e28036_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:b65119938857e8150f90c3b6bbc4e92d9646b9bc6c39f467e0ba3e4662e28036_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-router@sha256:b65119938857e8150f90c3b6bbc4e92d9646b9bc6c39f467e0ba3e4662e28036_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router@sha256%3Ab65119938857e8150f90c3b6bbc4e92d9646b9bc6c39f467e0ba3e4662e28036?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=1780961042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:0889d518d954d62033fefe6df255f5ba816dec01d415d13a5634132f05eeb344_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:0889d518d954d62033fefe6df255f5ba816dec01d415d13a5634132f05eeb344_amd64",
"product_id": "registry.redhat.io/openshift4/ose-helm-operator@sha256:0889d518d954d62033fefe6df255f5ba816dec01d415d13a5634132f05eeb344_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-operator@sha256%3A0889d518d954d62033fefe6df255f5ba816dec01d415d13a5634132f05eeb344?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=1780966032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:b1d620feb486ef28423ee30cf03dedd26c30f589b12d87fff47a19cbcde4c3c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:b1d620feb486ef28423ee30cf03dedd26c30f589b12d87fff47a19cbcde4c3c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:b1d620feb486ef28423ee30cf03dedd26c30f589b12d87fff47a19cbcde4c3c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel8@sha256%3Ab1d620feb486ef28423ee30cf03dedd26c30f589b12d87fff47a19cbcde4c3c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=1780954673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a008fe2d2aba4b5f793d1d795f04174dfecc2633856129d3786a18b641a34f2d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a008fe2d2aba4b5f793d1d795f04174dfecc2633856129d3786a18b641a34f2d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a008fe2d2aba4b5f793d1d795f04174dfecc2633856129d3786a18b641a34f2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3Aa008fe2d2aba4b5f793d1d795f04174dfecc2633856129d3786a18b641a34f2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1781009462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5b648181cb5f1db70ab87fbf67b017c76fc1f83f7add0eacb658bc723763e3e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5b648181cb5f1db70ab87fbf67b017c76fc1f83f7add0eacb658bc723763e3e1_amd64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5b648181cb5f1db70ab87fbf67b017c76fc1f83f7add0eacb658bc723763e3e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A5b648181cb5f1db70ab87fbf67b017c76fc1f83f7add0eacb658bc723763e3e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1781011204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f553364c160f85a326a63ef456658486e384c56ed0b1af539ebea2d2e503c81e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f553364c160f85a326a63ef456658486e384c56ed0b1af539ebea2d2e503c81e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f553364c160f85a326a63ef456658486e384c56ed0b1af539ebea2d2e503c81e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel8@sha256%3Af553364c160f85a326a63ef456658486e384c56ed0b1af539ebea2d2e503c81e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8\u0026tag=1780955356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:30af84e015601d39ad0b62c14cd5ad901ae6a4450ff247ab265b78eb8fac39a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:30af84e015601d39ad0b62c14cd5ad901ae6a4450ff247ab265b78eb8fac39a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:30af84e015601d39ad0b62c14cd5ad901ae6a4450ff247ab265b78eb8fac39a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel8-operator@sha256%3A30af84e015601d39ad0b62c14cd5ad901ae6a4450ff247ab265b78eb8fac39a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator\u0026tag=1780954539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:467ed1130abf80b62f8e0537e9977658d22dbc3cf7cd40ca96e3a54d878feedb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:467ed1130abf80b62f8e0537e9977658d22dbc3cf7cd40ca96e3a54d878feedb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:467ed1130abf80b62f8e0537e9977658d22dbc3cf7cd40ca96e3a54d878feedb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-mustgather-rhel8@sha256%3A467ed1130abf80b62f8e0537e9977658d22dbc3cf7cd40ca96e3a54d878feedb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=1780965271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:dad9ed95f9fbba93ad7fe74761b007ca7b4da4c59a73abb1fda223e4c03a422d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:dad9ed95f9fbba93ad7fe74761b007ca7b4da4c59a73abb1fda223e4c03a422d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:dad9ed95f9fbba93ad7fe74761b007ca7b4da4c59a73abb1fda223e4c03a422d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy@sha256%3Adad9ed95f9fbba93ad7fe74761b007ca7b4da4c59a73abb1fda223e4c03a422d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=1780955409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d6584c4860edb91594eda55fcb27a576c6e74313b10569079d5454553dc1b64e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d6584c4860edb91594eda55fcb27a576c6e74313b10569079d5454553dc1b64e_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:d6584c4860edb91594eda55fcb27a576c6e74313b10569079d5454553dc1b64e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Ad6584c4860edb91594eda55fcb27a576c6e74313b10569079d5454553dc1b64e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1781008024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:3af4fce899db69f0df6699cec4a3e4b26439c6a18de30232f1ff145f00d5d68a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:3af4fce899db69f0df6699cec4a3e4b26439c6a18de30232f1ff145f00d5d68a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:3af4fce899db69f0df6699cec4a3e4b26439c6a18de30232f1ff145f00d5d68a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel8@sha256%3A3af4fce899db69f0df6699cec4a3e4b26439c6a18de30232f1ff145f00d5d68a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=1780956405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f70052e4ccac8f01affc7e0f1eaf9d14b4eb15544b0b5509fefb4e47a2a820ee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f70052e4ccac8f01affc7e0f1eaf9d14b4eb15544b0b5509fefb4e47a2a820ee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f70052e4ccac8f01affc7e0f1eaf9d14b4eb15544b0b5509fefb4e47a2a820ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel8-operator@sha256%3Af70052e4ccac8f01affc7e0f1eaf9d14b4eb15544b0b5509fefb4e47a2a820ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=1780956562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e4ac1d06fcc633033dbac0db2749c09678ef71c109c1efd75ad31ecda396f721_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e4ac1d06fcc633033dbac0db2749c09678ef71c109c1efd75ad31ecda396f721_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e4ac1d06fcc633033dbac0db2749c09678ef71c109c1efd75ad31ecda396f721_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3Ae4ac1d06fcc633033dbac0db2749c09678ef71c109c1efd75ad31ecda396f721?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1781007977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:35b685780d05bc62b306783208ceea2a99b78ec1e38099d25ab9e27fe64fc2e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:35b685780d05bc62b306783208ceea2a99b78ec1e38099d25ab9e27fe64fc2e9_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:35b685780d05bc62b306783208ceea2a99b78ec1e38099d25ab9e27fe64fc2e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A35b685780d05bc62b306783208ceea2a99b78ec1e38099d25ab9e27fe64fc2e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1781010941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:22969e24366f0b43d2cf11c30157842f595bc54976ac096ede75fbdcc5d4985f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:22969e24366f0b43d2cf11c30157842f595bc54976ac096ede75fbdcc5d4985f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:22969e24366f0b43d2cf11c30157842f595bc54976ac096ede75fbdcc5d4985f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel8@sha256%3A22969e24366f0b43d2cf11c30157842f595bc54976ac096ede75fbdcc5d4985f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=1780955025"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3fe5d5a4ba52d689ec4b106ed8899e5fd75759671a6192641e2e24873707db77_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3fe5d5a4ba52d689ec4b106ed8899e5fd75759671a6192641e2e24873707db77_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3fe5d5a4ba52d689ec4b106ed8899e5fd75759671a6192641e2e24873707db77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel8-operator@sha256%3A3fe5d5a4ba52d689ec4b106ed8899e5fd75759671a6192641e2e24873707db77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=1780965806"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:e7a8657e23e6dd922ea658aa52e8145254cd5753589e5ab3732a0d1d574e46f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:e7a8657e23e6dd922ea658aa52e8145254cd5753589e5ab3732a0d1d574e46f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:e7a8657e23e6dd922ea658aa52e8145254cd5753589e5ab3732a0d1d574e46f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel8@sha256%3Ae7a8657e23e6dd922ea658aa52e8145254cd5753589e5ab3732a0d1d574e46f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=1780961686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:b5c8be4282dce9ca844df81ff8696bdd5fd25bb58b51c2061d3a3643e3f8dc2a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:b5c8be4282dce9ca844df81ff8696bdd5fd25bb58b51c2061d3a3643e3f8dc2a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:b5c8be4282dce9ca844df81ff8696bdd5fd25bb58b51c2061d3a3643e3f8dc2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-operator@sha256%3Ab5c8be4282dce9ca844df81ff8696bdd5fd25bb58b51c2061d3a3643e3f8dc2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-operator\u0026tag=1781006893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:fe4370f51955f5a8b5588b7e590a9521cb792066f6259ea0b2b032ac957be413_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:fe4370f51955f5a8b5588b7e590a9521cb792066f6259ea0b2b032ac957be413_amd64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:fe4370f51955f5a8b5588b7e590a9521cb792066f6259ea0b2b032ac957be413_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel8@sha256%3Afe4370f51955f5a8b5588b7e590a9521cb792066f6259ea0b2b032ac957be413?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=1780962923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:753de30d0d2a7db211426c9ede26bda02b91709680ca5acd2334c921e08fc088_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:753de30d0d2a7db211426c9ede26bda02b91709680ca5acd2334c921e08fc088_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:753de30d0d2a7db211426c9ede26bda02b91709680ca5acd2334c921e08fc088_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A753de30d0d2a7db211426c9ede26bda02b91709680ca5acd2334c921e08fc088?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1781009090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ff30de805aae0da846920093dafb42ca2266b48d7b232ce774070fc1c0da5709_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ff30de805aae0da846920093dafb42ca2266b48d7b232ce774070fc1c0da5709_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ff30de805aae0da846920093dafb42ca2266b48d7b232ce774070fc1c0da5709_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller@sha256%3Aff30de805aae0da846920093dafb42ca2266b48d7b232ce774070fc1c0da5709?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller\u0026tag=1780955729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:041d72bac1ff9895f91c83b21a4f92499b948c13354fd074393bb7b9294d46c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:041d72bac1ff9895f91c83b21a4f92499b948c13354fd074393bb7b9294d46c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:041d72bac1ff9895f91c83b21a4f92499b948c13354fd074393bb7b9294d46c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon@sha256%3A041d72bac1ff9895f91c83b21a4f92499b948c13354fd074393bb7b9294d46c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon\u0026tag=1780955979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:82c20bceaf5cb9e4d3e98fa58c98a679c05d55482519ea3fa080aabeab34cdf7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:82c20bceaf5cb9e4d3e98fa58c98a679c05d55482519ea3fa080aabeab34cdf7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:82c20bceaf5cb9e4d3e98fa58c98a679c05d55482519ea3fa080aabeab34cdf7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin@sha256%3A82c20bceaf5cb9e4d3e98fa58c98a679c05d55482519ea3fa080aabeab34cdf7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin\u0026tag=1780955821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:a80bc249c918d1cd92e3c46de8e87b388783ae93b9ac95839eb3b0c0efb8d8a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:a80bc249c918d1cd92e3c46de8e87b388783ae93b9ac95839eb3b0c0efb8d8a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:a80bc249c918d1cd92e3c46de8e87b388783ae93b9ac95839eb3b0c0efb8d8a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-operator@sha256%3Aa80bc249c918d1cd92e3c46de8e87b388783ae93b9ac95839eb3b0c0efb8d8a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-operator\u0026tag=1781006909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:78dd8bba83fef4a8fffaa7b65ecf9f9c50567eb051f3015c8bdefbaa8334de5c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:78dd8bba83fef4a8fffaa7b65ecf9f9c50567eb051f3015c8bdefbaa8334de5c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:78dd8bba83fef4a8fffaa7b65ecf9f9c50567eb051f3015c8bdefbaa8334de5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook@sha256%3A78dd8bba83fef4a8fffaa7b65ecf9f9c50567eb051f3015c8bdefbaa8334de5c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook\u0026tag=1780956441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:637f6b5eb27d7a38e108b070130b6a52c0f44923d584ca65534cd88623d86f40_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:637f6b5eb27d7a38e108b070130b6a52c0f44923d584ca65534cd88623d86f40_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:637f6b5eb27d7a38e108b070130b6a52c0f44923d584ca65534cd88623d86f40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel8@sha256%3A637f6b5eb27d7a38e108b070130b6a52c0f44923d584ca65534cd88623d86f40?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8\u0026tag=1780959659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b70ef1d999b9f5308ecc361d6e4b74c8da65658d1d6802c731b6aa3a24725dc0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b70ef1d999b9f5308ecc361d6e4b74c8da65658d1d6802c731b6aa3a24725dc0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b70ef1d999b9f5308ecc361d6e4b74c8da65658d1d6802c731b6aa3a24725dc0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel8-operator@sha256%3Ab70ef1d999b9f5308ecc361d6e4b74c8da65658d1d6802c731b6aa3a24725dc0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator\u0026tag=1780955015"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:d456e8be4a3a28609cd29dda8c9f6fa46130c8a3d421e23c97d762d089bbe5b6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:d456e8be4a3a28609cd29dda8c9f6fa46130c8a3d421e23c97d762d089bbe5b6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:d456e8be4a3a28609cd29dda8c9f6fa46130c8a3d421e23c97d762d089bbe5b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-operator@sha256%3Ad456e8be4a3a28609cd29dda8c9f6fa46130c8a3d421e23c97d762d089bbe5b6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-operator\u0026tag=1780954465"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:280c976f5b58de0920c9ec4e2284cab56077dc975a46146aeb53509c4b302b83_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:280c976f5b58de0920c9ec4e2284cab56077dc975a46146aeb53509c4b302b83_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:280c976f5b58de0920c9ec4e2284cab56077dc975a46146aeb53509c4b302b83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel8@sha256%3A280c976f5b58de0920c9ec4e2284cab56077dc975a46146aeb53509c4b302b83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8\u0026tag=1780959721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:53f6f7a759a936966f39d97e1a7c0b10c86e02122557d710f14f0289f0b673a5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:53f6f7a759a936966f39d97e1a7c0b10c86e02122557d710f14f0289f0b673a5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:53f6f7a759a936966f39d97e1a7c0b10c86e02122557d710f14f0289f0b673a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel8-operator@sha256%3A53f6f7a759a936966f39d97e1a7c0b10c86e02122557d710f14f0289f0b673a5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator\u0026tag=1780956955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:9cbca78a3a21d65303eba79b841fbe67f53b0a65fc82879534266075deef35d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:9cbca78a3a21d65303eba79b841fbe67f53b0a65fc82879534266075deef35d4_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:9cbca78a3a21d65303eba79b841fbe67f53b0a65fc82879534266075deef35d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A9cbca78a3a21d65303eba79b841fbe67f53b0a65fc82879534266075deef35d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1781009434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:a7e30f2b77bb97ed583ee189ed72dfe9ad2a3928c67eb6d5aade5f1467f5d332_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:a7e30f2b77bb97ed583ee189ed72dfe9ad2a3928c67eb6d5aade5f1467f5d332_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:a7e30f2b77bb97ed583ee189ed72dfe9ad2a3928c67eb6d5aade5f1467f5d332_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3Aa7e30f2b77bb97ed583ee189ed72dfe9ad2a3928c67eb6d5aade5f1467f5d332?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1781011186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:3f29b35a62f679a89a6cf199988f89e736707012542d72aa1761c89eef1909fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:3f29b35a62f679a89a6cf199988f89e736707012542d72aa1761c89eef1909fc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:3f29b35a62f679a89a6cf199988f89e736707012542d72aa1761c89eef1909fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A3f29b35a62f679a89a6cf199988f89e736707012542d72aa1761c89eef1909fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1781009040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:f005f7a9a4bbe701274a5e59e7e0e3c3a72426b19560653575ac6caa0e28cdbf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:f005f7a9a4bbe701274a5e59e7e0e3c3a72426b19560653575ac6caa0e28cdbf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:f005f7a9a4bbe701274a5e59e7e0e3c3a72426b19560653575ac6caa0e28cdbf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Af005f7a9a4bbe701274a5e59e7e0e3c3a72426b19560653575ac6caa0e28cdbf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1781011673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:a3c950362ae071e71de468b7f619678386edfdfd0855d0df075f99d993132720_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:a3c950362ae071e71de468b7f619678386edfdfd0855d0df075f99d993132720_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:a3c950362ae071e71de468b7f619678386edfdfd0855d0df075f99d993132720_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3Aa3c950362ae071e71de468b7f619678386edfdfd0855d0df075f99d993132720?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1781011186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2db7e64a9345be2d431e0ba15601ee9cc8d8dfc219a757a0f7a664d521e8adda_s390x",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2db7e64a9345be2d431e0ba15601ee9cc8d8dfc219a757a0f7a664d521e8adda_s390x",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2db7e64a9345be2d431e0ba15601ee9cc8d8dfc219a757a0f7a664d521e8adda_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel8@sha256%3A2db7e64a9345be2d431e0ba15601ee9cc8d8dfc219a757a0f7a664d521e8adda?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=1780959932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:8da6cb3c6dacaf49d3eedbeb0f03324a14734f4c918ffb038f41d0ab2acadd68_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:8da6cb3c6dacaf49d3eedbeb0f03324a14734f4c918ffb038f41d0ab2acadd68_s390x",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:8da6cb3c6dacaf49d3eedbeb0f03324a14734f4c918ffb038f41d0ab2acadd68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery@sha256%3A8da6cb3c6dacaf49d3eedbeb0f03324a14734f4c918ffb038f41d0ab2acadd68?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery\u0026tag=1780956818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:222f4a27a841f4431f3fb204e1c7d3b55fa030495319514eecb26292c3beb0a0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:222f4a27a841f4431f3fb204e1c7d3b55fa030495319514eecb26292c3beb0a0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:222f4a27a841f4431f3fb204e1c7d3b55fa030495319514eecb26292c3beb0a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-operator@sha256%3A222f4a27a841f4431f3fb204e1c7d3b55fa030495319514eecb26292c3beb0a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=1780963391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:adf0ed6be1fc6efe5c78191efc5094efd8663b0c3ec3815f7c824f9919045c5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:adf0ed6be1fc6efe5c78191efc5094efd8663b0c3ec3815f7c824f9919045c5b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:adf0ed6be1fc6efe5c78191efc5094efd8663b0c3ec3815f7c824f9919045c5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity@sha256%3Aadf0ed6be1fc6efe5c78191efc5094efd8663b0c3ec3815f7c824f9919045c5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=1780961435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2a325b078b73e9bfd6e92f8154c4177aeb60dbdd59657227ca37ab1bd46827af_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2a325b078b73e9bfd6e92f8154c4177aeb60dbdd59657227ca37ab1bd46827af_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2a325b078b73e9bfd6e92f8154c4177aeb60dbdd59657227ca37ab1bd46827af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy@sha256%3A2a325b078b73e9bfd6e92f8154c4177aeb60dbdd59657227ca37ab1bd46827af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=1780962923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:97832034bbb82111434b4fbfe1444407ada2a083429a7efba57d55b4d610537b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:97832034bbb82111434b4fbfe1444407ada2a083429a7efba57d55b4d610537b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-router@sha256:97832034bbb82111434b4fbfe1444407ada2a083429a7efba57d55b4d610537b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router@sha256%3A97832034bbb82111434b4fbfe1444407ada2a083429a7efba57d55b4d610537b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=1780961042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:3a07fa757f01f4899f9c27883f06f4f7ab567310f5ae6bd44e96eab22d6dd01b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:3a07fa757f01f4899f9c27883f06f4f7ab567310f5ae6bd44e96eab22d6dd01b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-helm-operator@sha256:3a07fa757f01f4899f9c27883f06f4f7ab567310f5ae6bd44e96eab22d6dd01b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-operator@sha256%3A3a07fa757f01f4899f9c27883f06f4f7ab567310f5ae6bd44e96eab22d6dd01b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=1780966032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d13a4baf04347af18f6eaa4cbdcd5f847ebcd396efedeb89ecf1393cd1e378f7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d13a4baf04347af18f6eaa4cbdcd5f847ebcd396efedeb89ecf1393cd1e378f7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d13a4baf04347af18f6eaa4cbdcd5f847ebcd396efedeb89ecf1393cd1e378f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel8@sha256%3Ad13a4baf04347af18f6eaa4cbdcd5f847ebcd396efedeb89ecf1393cd1e378f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=1780954673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d4b20eee8037ab15a8e786ef3db3b1fddfc936fc59f249d893227dd1659d1ef5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d4b20eee8037ab15a8e786ef3db3b1fddfc936fc59f249d893227dd1659d1ef5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d4b20eee8037ab15a8e786ef3db3b1fddfc936fc59f249d893227dd1659d1ef5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3Ad4b20eee8037ab15a8e786ef3db3b1fddfc936fc59f249d893227dd1659d1ef5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1781009462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:776c81365d8979f2ca91127ff47d38362c7a1682643bb70d9f221a35b4c1f05c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:776c81365d8979f2ca91127ff47d38362c7a1682643bb70d9f221a35b4c1f05c_s390x",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:776c81365d8979f2ca91127ff47d38362c7a1682643bb70d9f221a35b4c1f05c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A776c81365d8979f2ca91127ff47d38362c7a1682643bb70d9f221a35b4c1f05c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1781011204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0d7ec956e636933e576c00924726bd24a267bf46a9510a9e50b7a3e79f70daca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0d7ec956e636933e576c00924726bd24a267bf46a9510a9e50b7a3e79f70daca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0d7ec956e636933e576c00924726bd24a267bf46a9510a9e50b7a3e79f70daca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-mustgather-rhel8@sha256%3A0d7ec956e636933e576c00924726bd24a267bf46a9510a9e50b7a3e79f70daca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=1780965271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:9d5b06a17a27074c71ca8c4005e1b6b04a4ca488eb2571279805cffc56656c03_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:9d5b06a17a27074c71ca8c4005e1b6b04a4ca488eb2571279805cffc56656c03_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:9d5b06a17a27074c71ca8c4005e1b6b04a4ca488eb2571279805cffc56656c03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy@sha256%3A9d5b06a17a27074c71ca8c4005e1b6b04a4ca488eb2571279805cffc56656c03?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=1780955409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:8451c790ba30fb6395d8074c37c150d88d2adad11920e9b999332ffdb929a328_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:8451c790ba30fb6395d8074c37c150d88d2adad11920e9b999332ffdb929a328_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:8451c790ba30fb6395d8074c37c150d88d2adad11920e9b999332ffdb929a328_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A8451c790ba30fb6395d8074c37c150d88d2adad11920e9b999332ffdb929a328?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1781008024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:edb5c32f8172251350021de785fabeb9a00a0d8250758f7857f9ea675c74f540_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:edb5c32f8172251350021de785fabeb9a00a0d8250758f7857f9ea675c74f540_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:edb5c32f8172251350021de785fabeb9a00a0d8250758f7857f9ea675c74f540_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3Aedb5c32f8172251350021de785fabeb9a00a0d8250758f7857f9ea675c74f540?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1781007977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5cbf178c6594a373950ddf0e3c81452aa4163b6e4ebf30a735207a2523cf918a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5cbf178c6594a373950ddf0e3c81452aa4163b6e4ebf30a735207a2523cf918a_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5cbf178c6594a373950ddf0e3c81452aa4163b6e4ebf30a735207a2523cf918a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A5cbf178c6594a373950ddf0e3c81452aa4163b6e4ebf30a735207a2523cf918a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1781010941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7da1135f319c0f3086b822465dfe0d5e1d1d7b547b92dbd42dee8286c8f5c68f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7da1135f319c0f3086b822465dfe0d5e1d1d7b547b92dbd42dee8286c8f5c68f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7da1135f319c0f3086b822465dfe0d5e1d1d7b547b92dbd42dee8286c8f5c68f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel8@sha256%3A7da1135f319c0f3086b822465dfe0d5e1d1d7b547b92dbd42dee8286c8f5c68f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=1780955025"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0bdf015e02c235268ce9fefafcb7b841266f434448ae5aaa9ad66e49ed36a39_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0bdf015e02c235268ce9fefafcb7b841266f434448ae5aaa9ad66e49ed36a39_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0bdf015e02c235268ce9fefafcb7b841266f434448ae5aaa9ad66e49ed36a39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel8-operator@sha256%3Aa0bdf015e02c235268ce9fefafcb7b841266f434448ae5aaa9ad66e49ed36a39?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=1780965806"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c115cba6d9973e91e208f56a315676b56657e5cf7863d19c0a7103f13edb9b44_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c115cba6d9973e91e208f56a315676b56657e5cf7863d19c0a7103f13edb9b44_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c115cba6d9973e91e208f56a315676b56657e5cf7863d19c0a7103f13edb9b44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel8@sha256%3Ac115cba6d9973e91e208f56a315676b56657e5cf7863d19c0a7103f13edb9b44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=1780961686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:6c87ec100726f3a8c65475666e604062f391ce3a8d9f516eae64ef7d51247fba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:6c87ec100726f3a8c65475666e604062f391ce3a8d9f516eae64ef7d51247fba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:6c87ec100726f3a8c65475666e604062f391ce3a8d9f516eae64ef7d51247fba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel8@sha256%3A6c87ec100726f3a8c65475666e604062f391ce3a8d9f516eae64ef7d51247fba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8\u0026tag=1780959659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:88f1d696cd44e19a0852b3d51ba224129b920c5d1859870dc36de53e3cb95c84_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:88f1d696cd44e19a0852b3d51ba224129b920c5d1859870dc36de53e3cb95c84_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:88f1d696cd44e19a0852b3d51ba224129b920c5d1859870dc36de53e3cb95c84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel8-operator@sha256%3A88f1d696cd44e19a0852b3d51ba224129b920c5d1859870dc36de53e3cb95c84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator\u0026tag=1780955015"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_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-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:8451c790ba30fb6395d8074c37c150d88d2adad11920e9b999332ffdb929a328_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:8451c790ba30fb6395d8074c37c150d88d2adad11920e9b999332ffdb929a328_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:8451c790ba30fb6395d8074c37c150d88d2adad11920e9b999332ffdb929a328_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:cdf612d1d3001b7e2eab47bee66395dc626a6a41421a9fff247ac7f1e530c281_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:cdf612d1d3001b7e2eab47bee66395dc626a6a41421a9fff247ac7f1e530c281_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:cdf612d1d3001b7e2eab47bee66395dc626a6a41421a9fff247ac7f1e530c281_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d6584c4860edb91594eda55fcb27a576c6e74313b10569079d5454553dc1b64e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:d6584c4860edb91594eda55fcb27a576c6e74313b10569079d5454553dc1b64e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:d6584c4860edb91594eda55fcb27a576c6e74313b10569079d5454553dc1b64e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:e970ac1c75d936d92009f8fbc6754079704ea6d7731f2065c345c3a1e4412cdb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:e970ac1c75d936d92009f8fbc6754079704ea6d7731f2065c345c3a1e4412cdb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:e970ac1c75d936d92009f8fbc6754079704ea6d7731f2065c345c3a1e4412cdb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3965aaeeb958ccea911ff08d45da2c16ef953f6a473eb69b790fa1afa7c0b76d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3965aaeeb958ccea911ff08d45da2c16ef953f6a473eb69b790fa1afa7c0b76d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3965aaeeb958ccea911ff08d45da2c16ef953f6a473eb69b790fa1afa7c0b76d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:a7e30f2b77bb97ed583ee189ed72dfe9ad2a3928c67eb6d5aade5f1467f5d332_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:a7e30f2b77bb97ed583ee189ed72dfe9ad2a3928c67eb6d5aade5f1467f5d332_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:a7e30f2b77bb97ed583ee189ed72dfe9ad2a3928c67eb6d5aade5f1467f5d332_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b3925f84e0f1311b6a2461b89da2d45c79d93fb87c927e8211581a320ca9f9d4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b3925f84e0f1311b6a2461b89da2d45c79d93fb87c927e8211581a320ca9f9d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b3925f84e0f1311b6a2461b89da2d45c79d93fb87c927e8211581a320ca9f9d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dfa66f12770ded49cbc84646d0c22440a157fcc71704d9162e1336a26331d9fc_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dfa66f12770ded49cbc84646d0c22440a157fcc71704d9162e1336a26331d9fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dfa66f12770ded49cbc84646d0c22440a157fcc71704d9162e1336a26331d9fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:4601d8011ff56e11bb8821db387d98354312a371bd8670cf915bfa9dd3de99be_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:4601d8011ff56e11bb8821db387d98354312a371bd8670cf915bfa9dd3de99be_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:4601d8011ff56e11bb8821db387d98354312a371bd8670cf915bfa9dd3de99be_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:59850338d772efb690f2016093b01feeb4dd3c73805d77c26172ef7f293f1a55_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:59850338d772efb690f2016093b01feeb4dd3c73805d77c26172ef7f293f1a55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:59850338d772efb690f2016093b01feeb4dd3c73805d77c26172ef7f293f1a55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7fe48ad9f89f61203bd0ee397ccf7c5d9d37ec30b05ba837dc1089fe6ee67068_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7fe48ad9f89f61203bd0ee397ccf7c5d9d37ec30b05ba837dc1089fe6ee67068_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7fe48ad9f89f61203bd0ee397ccf7c5d9d37ec30b05ba837dc1089fe6ee67068_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:9cbca78a3a21d65303eba79b841fbe67f53b0a65fc82879534266075deef35d4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:9cbca78a3a21d65303eba79b841fbe67f53b0a65fc82879534266075deef35d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:9cbca78a3a21d65303eba79b841fbe67f53b0a65fc82879534266075deef35d4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5b648181cb5f1db70ab87fbf67b017c76fc1f83f7add0eacb658bc723763e3e1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5b648181cb5f1db70ab87fbf67b017c76fc1f83f7add0eacb658bc723763e3e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5b648181cb5f1db70ab87fbf67b017c76fc1f83f7add0eacb658bc723763e3e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:748bda8560c46129d59afd0680c6ce7421d5bbe007cde1e750a8dc9c417cc88e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:748bda8560c46129d59afd0680c6ce7421d5bbe007cde1e750a8dc9c417cc88e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:748bda8560c46129d59afd0680c6ce7421d5bbe007cde1e750a8dc9c417cc88e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:776c81365d8979f2ca91127ff47d38362c7a1682643bb70d9f221a35b4c1f05c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:776c81365d8979f2ca91127ff47d38362c7a1682643bb70d9f221a35b4c1f05c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:776c81365d8979f2ca91127ff47d38362c7a1682643bb70d9f221a35b4c1f05c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:e6deb824bf0fdd43b4c1d89e8b8601e05b1b09dd1b89922fbb6e3ca7ef7bdfea_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:e6deb824bf0fdd43b4c1d89e8b8601e05b1b09dd1b89922fbb6e3ca7ef7bdfea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:e6deb824bf0fdd43b4c1d89e8b8601e05b1b09dd1b89922fbb6e3ca7ef7bdfea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:35b685780d05bc62b306783208ceea2a99b78ec1e38099d25ab9e27fe64fc2e9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:35b685780d05bc62b306783208ceea2a99b78ec1e38099d25ab9e27fe64fc2e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:35b685780d05bc62b306783208ceea2a99b78ec1e38099d25ab9e27fe64fc2e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:38b7e234acdefe69fa3c01d50447aecf4314443f72410df6b81d9b7d66d8281c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:38b7e234acdefe69fa3c01d50447aecf4314443f72410df6b81d9b7d66d8281c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:38b7e234acdefe69fa3c01d50447aecf4314443f72410df6b81d9b7d66d8281c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5cbf178c6594a373950ddf0e3c81452aa4163b6e4ebf30a735207a2523cf918a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5cbf178c6594a373950ddf0e3c81452aa4163b6e4ebf30a735207a2523cf918a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5cbf178c6594a373950ddf0e3c81452aa4163b6e4ebf30a735207a2523cf918a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:93c75b2ad4a4b85855a1e63cf1e1ca7e0a7b615c771b857d9bfebb7651d18871_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:93c75b2ad4a4b85855a1e63cf1e1ca7e0a7b615c771b857d9bfebb7651d18871_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:93c75b2ad4a4b85855a1e63cf1e1ca7e0a7b615c771b857d9bfebb7651d18871_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3605def86edd8ea7f97a2e46ead0764197dfb13a9b5fd00052d91e5eb7e9fafb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:3605def86edd8ea7f97a2e46ead0764197dfb13a9b5fd00052d91e5eb7e9fafb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3605def86edd8ea7f97a2e46ead0764197dfb13a9b5fd00052d91e5eb7e9fafb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e1fa556d3b407ce1489283a4111eafad610475cbb18d17e238cd20bdc24910dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e1fa556d3b407ce1489283a4111eafad610475cbb18d17e238cd20bdc24910dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e1fa556d3b407ce1489283a4111eafad610475cbb18d17e238cd20bdc24910dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e4ac1d06fcc633033dbac0db2749c09678ef71c109c1efd75ad31ecda396f721_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e4ac1d06fcc633033dbac0db2749c09678ef71c109c1efd75ad31ecda396f721_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e4ac1d06fcc633033dbac0db2749c09678ef71c109c1efd75ad31ecda396f721_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:edb5c32f8172251350021de785fabeb9a00a0d8250758f7857f9ea675c74f540_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:edb5c32f8172251350021de785fabeb9a00a0d8250758f7857f9ea675c74f540_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:edb5c32f8172251350021de785fabeb9a00a0d8250758f7857f9ea675c74f540_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2db7e64a9345be2d431e0ba15601ee9cc8d8dfc219a757a0f7a664d521e8adda_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2db7e64a9345be2d431e0ba15601ee9cc8d8dfc219a757a0f7a664d521e8adda_s390x"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2db7e64a9345be2d431e0ba15601ee9cc8d8dfc219a757a0f7a664d521e8adda_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:67bc0d4e819af067717ddcf765b4d565ba2f953c65633c122577fe192a6bea0b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:67bc0d4e819af067717ddcf765b4d565ba2f953c65633c122577fe192a6bea0b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:67bc0d4e819af067717ddcf765b4d565ba2f953c65633c122577fe192a6bea0b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:7c48b8be9465a9f1b14db62cb2a1b4f2799df16407f306e9ed085946ebbd8d30_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:7c48b8be9465a9f1b14db62cb2a1b4f2799df16407f306e9ed085946ebbd8d30_arm64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:7c48b8be9465a9f1b14db62cb2a1b4f2799df16407f306e9ed085946ebbd8d30_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:a4770ea3815a2528058f98f6952dbf58ff2d7ac12fd36f8119568c03eb5b0263_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:a4770ea3815a2528058f98f6952dbf58ff2d7ac12fd36f8119568c03eb5b0263_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:a4770ea3815a2528058f98f6952dbf58ff2d7ac12fd36f8119568c03eb5b0263_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:0100f495023b4ede4318d4cf15f68b9e33f0ba0b48331ce8cebf9250152f3211_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:0100f495023b4ede4318d4cf15f68b9e33f0ba0b48331ce8cebf9250152f3211_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:0100f495023b4ede4318d4cf15f68b9e33f0ba0b48331ce8cebf9250152f3211_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:222f4a27a841f4431f3fb204e1c7d3b55fa030495319514eecb26292c3beb0a0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:222f4a27a841f4431f3fb204e1c7d3b55fa030495319514eecb26292c3beb0a0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:222f4a27a841f4431f3fb204e1c7d3b55fa030495319514eecb26292c3beb0a0_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-ansible-operator@sha256:db078402e0278f7dc1a0626bf3afe14c2c4221dd438708136de4a93bb0ee70c4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:db078402e0278f7dc1a0626bf3afe14c2c4221dd438708136de4a93bb0ee70c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:db078402e0278f7dc1a0626bf3afe14c2c4221dd438708136de4a93bb0ee70c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:fcdcc373e6c1ee28739e8883c4c6b447267987e34b9404ae693cf4331aeac76a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fcdcc373e6c1ee28739e8883c4c6b447267987e34b9404ae693cf4331aeac76a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:fcdcc373e6c1ee28739e8883c4c6b447267987e34b9404ae693cf4331aeac76a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c4059a5b02bdd9d01fed234cde35e9c45e812cc4ee5be35f00ba806f0d84f3d9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c4059a5b02bdd9d01fed234cde35e9c45e812cc4ee5be35f00ba806f0d84f3d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c4059a5b02bdd9d01fed234cde35e9c45e812cc4ee5be35f00ba806f0d84f3d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f553364c160f85a326a63ef456658486e384c56ed0b1af539ebea2d2e503c81e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f553364c160f85a326a63ef456658486e384c56ed0b1af539ebea2d2e503c81e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f553364c160f85a326a63ef456658486e384c56ed0b1af539ebea2d2e503c81e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:30af84e015601d39ad0b62c14cd5ad901ae6a4450ff247ab265b78eb8fac39a3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:30af84e015601d39ad0b62c14cd5ad901ae6a4450ff247ab265b78eb8fac39a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:30af84e015601d39ad0b62c14cd5ad901ae6a4450ff247ab265b78eb8fac39a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:eeb09578f651f65f8f8216cac46869034bf17bff001a2ed73d96d11772532666_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:eeb09578f651f65f8f8216cac46869034bf17bff001a2ed73d96d11772532666_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:eeb09578f651f65f8f8216cac46869034bf17bff001a2ed73d96d11772532666_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:3dc64c49b4ebe48c00a1e75fdc94bbd8828adf9118e5af8d03d51a245f1112a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:3dc64c49b4ebe48c00a1e75fdc94bbd8828adf9118e5af8d03d51a245f1112a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:3dc64c49b4ebe48c00a1e75fdc94bbd8828adf9118e5af8d03d51a245f1112a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:6e36fd9c87b45f4257f9853d69dc676dfd561c408ddbfbf1c247579a62c54350_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:6e36fd9c87b45f4257f9853d69dc676dfd561c408ddbfbf1c247579a62c54350_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:6e36fd9c87b45f4257f9853d69dc676dfd561c408ddbfbf1c247579a62c54350_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:adf0ed6be1fc6efe5c78191efc5094efd8663b0c3ec3815f7c824f9919045c5b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:adf0ed6be1fc6efe5c78191efc5094efd8663b0c3ec3815f7c824f9919045c5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:adf0ed6be1fc6efe5c78191efc5094efd8663b0c3ec3815f7c824f9919045c5b_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-capacity@sha256:c604800d8da5342d1a2d3c8d684844d66c4df5d03b686b0666e109aab6dc984b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c604800d8da5342d1a2d3c8d684844d66c4df5d03b686b0666e109aab6dc984b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c604800d8da5342d1a2d3c8d684844d66c4df5d03b686b0666e109aab6dc984b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:8d5c598393328496de5fafd9117d9d4f9fa4fcfb8c5418ade4df1604de18207a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:8d5c598393328496de5fafd9117d9d4f9fa4fcfb8c5418ade4df1604de18207a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:8d5c598393328496de5fafd9117d9d4f9fa4fcfb8c5418ade4df1604de18207a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:a91a92813ffb55ea55c55c27085ceceaef7734567cb916fb9bdbb18d59a10e12_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:a91a92813ffb55ea55c55c27085ceceaef7734567cb916fb9bdbb18d59a10e12_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:a91a92813ffb55ea55c55c27085ceceaef7734567cb916fb9bdbb18d59a10e12_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-nfd-operator@sha256:d456e8be4a3a28609cd29dda8c9f6fa46130c8a3d421e23c97d762d089bbe5b6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:d456e8be4a3a28609cd29dda8c9f6fa46130c8a3d421e23c97d762d089bbe5b6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:d456e8be4a3a28609cd29dda8c9f6fa46130c8a3d421e23c97d762d089bbe5b6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:ed64b71e99e3e436e96d00d475870df08877316e3f38df129dfb62d40ef4c45b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:ed64b71e99e3e436e96d00d475870df08877316e3f38df129dfb62d40ef4c45b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:ed64b71e99e3e436e96d00d475870df08877316e3f38df129dfb62d40ef4c45b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:50035776c45729ee560a831d79b3c8afc24a5691167e8c583eadea2474e23641_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:50035776c45729ee560a831d79b3c8afc24a5691167e8c583eadea2474e23641_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:50035776c45729ee560a831d79b3c8afc24a5691167e8c583eadea2474e23641_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:529836546956099d5d3b03861187b4bf92be0fcce6fbe95e5d229d6d5923c28c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:529836546956099d5d3b03861187b4bf92be0fcce6fbe95e5d229d6d5923c28c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:529836546956099d5d3b03861187b4bf92be0fcce6fbe95e5d229d6d5923c28c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:53f6f7a759a936966f39d97e1a7c0b10c86e02122557d710f14f0289f0b673a5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:53f6f7a759a936966f39d97e1a7c0b10c86e02122557d710f14f0289f0b673a5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:53f6f7a759a936966f39d97e1a7c0b10c86e02122557d710f14f0289f0b673a5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f56649d00f40db610f0a6fae6827575adbf58b70368c0dad73c794a3c77a35df_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f56649d00f40db610f0a6fae6827575adbf58b70368c0dad73c794a3c77a35df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f56649d00f40db610f0a6fae6827575adbf58b70368c0dad73c794a3c77a35df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:0e8ab3244ad637aba8448bd161d3a06c85a68afe7ea08e25064c4ed16c7ef650_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:0e8ab3244ad637aba8448bd161d3a06c85a68afe7ea08e25064c4ed16c7ef650_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:0e8ab3244ad637aba8448bd161d3a06c85a68afe7ea08e25064c4ed16c7ef650_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:280c976f5b58de0920c9ec4e2284cab56077dc975a46146aeb53509c4b302b83_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:280c976f5b58de0920c9ec4e2284cab56077dc975a46146aeb53509c4b302b83_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:280c976f5b58de0920c9ec4e2284cab56077dc975a46146aeb53509c4b302b83_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:6b5e8518bc692c328963e632a4f0a910761ec536a8f4ed717a576c4bac3ce963_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:6b5e8518bc692c328963e632a4f0a910761ec536a8f4ed717a576c4bac3ce963_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:6b5e8518bc692c328963e632a4f0a910761ec536a8f4ed717a576c4bac3ce963_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:df7c038aab12b439d56efe938bc673a24018e023a8de1e1c7aa416e042c55561_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:df7c038aab12b439d56efe938bc673a24018e023a8de1e1c7aa416e042c55561_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:df7c038aab12b439d56efe938bc673a24018e023a8de1e1c7aa416e042c55561_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0d7ec956e636933e576c00924726bd24a267bf46a9510a9e50b7a3e79f70daca_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0d7ec956e636933e576c00924726bd24a267bf46a9510a9e50b7a3e79f70daca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0d7ec956e636933e576c00924726bd24a267bf46a9510a9e50b7a3e79f70daca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:467ed1130abf80b62f8e0537e9977658d22dbc3cf7cd40ca96e3a54d878feedb_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:467ed1130abf80b62f8e0537e9977658d22dbc3cf7cd40ca96e3a54d878feedb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:467ed1130abf80b62f8e0537e9977658d22dbc3cf7cd40ca96e3a54d878feedb_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-mustgather-rhel8@sha256:b2d5d8ec572abb2c30a98be0de1e11ca1a2adf0c6faa3347c6a0d2ef784afeac_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b2d5d8ec572abb2c30a98be0de1e11ca1a2adf0c6faa3347c6a0d2ef784afeac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b2d5d8ec572abb2c30a98be0de1e11ca1a2adf0c6faa3347c6a0d2ef784afeac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c915c06f28341ba8aa9a1c00fc49504a8816b0610b2cf5304f89fcedca8bc478_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c915c06f28341ba8aa9a1c00fc49504a8816b0610b2cf5304f89fcedca8bc478_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c915c06f28341ba8aa9a1c00fc49504a8816b0610b2cf5304f89fcedca8bc478_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2a325b078b73e9bfd6e92f8154c4177aeb60dbdd59657227ca37ab1bd46827af_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2a325b078b73e9bfd6e92f8154c4177aeb60dbdd59657227ca37ab1bd46827af_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2a325b078b73e9bfd6e92f8154c4177aeb60dbdd59657227ca37ab1bd46827af_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:671a3dabbb5b5f6b2b4620ce823d6928b65506f2acffa0104a4c2d149a223211_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:671a3dabbb5b5f6b2b4620ce823d6928b65506f2acffa0104a4c2d149a223211_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:671a3dabbb5b5f6b2b4620ce823d6928b65506f2acffa0104a4c2d149a223211_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:7d65d75e025be1ea2f6d82d14f859786f448e619422b10f68cfd4f68ae786a21_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:7d65d75e025be1ea2f6d82d14f859786f448e619422b10f68cfd4f68ae786a21_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:7d65d75e025be1ea2f6d82d14f859786f448e619422b10f68cfd4f68ae786a21_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:999c307a79cabd8e9553f5d807d4125df1fef3153ecfce17cca871d5f8051eeb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:999c307a79cabd8e9553f5d807d4125df1fef3153ecfce17cca871d5f8051eeb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:999c307a79cabd8e9553f5d807d4125df1fef3153ecfce17cca871d5f8051eeb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:758f10fd65669acf6c81de7d53ffacf7de3b2e81498cd0f39990debd9110b69d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:758f10fd65669acf6c81de7d53ffacf7de3b2e81498cd0f39990debd9110b69d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:758f10fd65669acf6c81de7d53ffacf7de3b2e81498cd0f39990debd9110b69d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:9d5b06a17a27074c71ca8c4005e1b6b04a4ca488eb2571279805cffc56656c03_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:9d5b06a17a27074c71ca8c4005e1b6b04a4ca488eb2571279805cffc56656c03_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:9d5b06a17a27074c71ca8c4005e1b6b04a4ca488eb2571279805cffc56656c03_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:dad9ed95f9fbba93ad7fe74761b007ca7b4da4c59a73abb1fda223e4c03a422d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:dad9ed95f9fbba93ad7fe74761b007ca7b4da4c59a73abb1fda223e4c03a422d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:dad9ed95f9fbba93ad7fe74761b007ca7b4da4c59a73abb1fda223e4c03a422d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:fcfa3ae6a7face4161aba93179d149a20d144e8a2a8564650750b4d8f0013496_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:fcfa3ae6a7face4161aba93179d149a20d144e8a2a8564650750b4d8f0013496_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:fcfa3ae6a7face4161aba93179d149a20d144e8a2a8564650750b4d8f0013496_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:4bd8b3ac46a8db114f1910d03bab222e17e18db8544e8d54ae8a0b1d0e24fa1f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:4bd8b3ac46a8db114f1910d03bab222e17e18db8544e8d54ae8a0b1d0e24fa1f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router@sha256:4bd8b3ac46a8db114f1910d03bab222e17e18db8544e8d54ae8a0b1d0e24fa1f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:97832034bbb82111434b4fbfe1444407ada2a083429a7efba57d55b4d610537b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:97832034bbb82111434b4fbfe1444407ada2a083429a7efba57d55b4d610537b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router@sha256:97832034bbb82111434b4fbfe1444407ada2a083429a7efba57d55b4d610537b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:a52f59971348bb0e5766a857c16818b379c404c3af300bc697ae1fc8e3f54f15_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:a52f59971348bb0e5766a857c16818b379c404c3af300bc697ae1fc8e3f54f15_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router@sha256:a52f59971348bb0e5766a857c16818b379c404c3af300bc697ae1fc8e3f54f15_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:b65119938857e8150f90c3b6bbc4e92d9646b9bc6c39f467e0ba3e4662e28036_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:b65119938857e8150f90c3b6bbc4e92d9646b9bc6c39f467e0ba3e4662e28036_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router@sha256:b65119938857e8150f90c3b6bbc4e92d9646b9bc6c39f467e0ba3e4662e28036_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:633d1d92e36d87a1f8adcc69c9b9810ef84ecda5b85dbfbd6eca2bd4e97a2ee7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:633d1d92e36d87a1f8adcc69c9b9810ef84ecda5b85dbfbd6eca2bd4e97a2ee7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:633d1d92e36d87a1f8adcc69c9b9810ef84ecda5b85dbfbd6eca2bd4e97a2ee7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:6ef9d153bbf3c65f132cd7d29dbd58d01019615f03eb07967023e446bdced8c3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:6ef9d153bbf3c65f132cd7d29dbd58d01019615f03eb07967023e446bdced8c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:6ef9d153bbf3c65f132cd7d29dbd58d01019615f03eb07967023e446bdced8c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f70052e4ccac8f01affc7e0f1eaf9d14b4eb15544b0b5509fefb4e47a2a820ee_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f70052e4ccac8f01affc7e0f1eaf9d14b4eb15544b0b5509fefb4e47a2a820ee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f70052e4ccac8f01affc7e0f1eaf9d14b4eb15544b0b5509fefb4e47a2a820ee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:12d9ca6fa5893e68c553fd8909113ee1a29a96d3ff3bf32f3824791681de15d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:12d9ca6fa5893e68c553fd8909113ee1a29a96d3ff3bf32f3824791681de15d9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:12d9ca6fa5893e68c553fd8909113ee1a29a96d3ff3bf32f3824791681de15d9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:3af4fce899db69f0df6699cec4a3e4b26439c6a18de30232f1ff145f00d5d68a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:3af4fce899db69f0df6699cec4a3e4b26439c6a18de30232f1ff145f00d5d68a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:3af4fce899db69f0df6699cec4a3e4b26439c6a18de30232f1ff145f00d5d68a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d2fe0edcc847e8cb3727941b91149007f9c669b0bec5847a425e82212d095d79_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d2fe0edcc847e8cb3727941b91149007f9c669b0bec5847a425e82212d095d79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d2fe0edcc847e8cb3727941b91149007f9c669b0bec5847a425e82212d095d79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:0889d518d954d62033fefe6df255f5ba816dec01d415d13a5634132f05eeb344_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:0889d518d954d62033fefe6df255f5ba816dec01d415d13a5634132f05eeb344_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-operator@sha256:0889d518d954d62033fefe6df255f5ba816dec01d415d13a5634132f05eeb344_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:3115448f5481f6842c97e13aaef4b9a2925a54f6998b9f48000a74faa63bbfc9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3115448f5481f6842c97e13aaef4b9a2925a54f6998b9f48000a74faa63bbfc9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-operator@sha256:3115448f5481f6842c97e13aaef4b9a2925a54f6998b9f48000a74faa63bbfc9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:3a07fa757f01f4899f9c27883f06f4f7ab567310f5ae6bd44e96eab22d6dd01b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3a07fa757f01f4899f9c27883f06f4f7ab567310f5ae6bd44e96eab22d6dd01b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-operator@sha256:3a07fa757f01f4899f9c27883f06f4f7ab567310f5ae6bd44e96eab22d6dd01b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:95c7e0528adda5ba04775f32106977c5e3d95383b6553d57c703fc3e74d50a18_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:95c7e0528adda5ba04775f32106977c5e3d95383b6553d57c703fc3e74d50a18_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-operator@sha256:95c7e0528adda5ba04775f32106977c5e3d95383b6553d57c703fc3e74d50a18_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:04bb985f7378665fe9840691d2ab90465b726431a39518dd087d3689d6817a6a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:04bb985f7378665fe9840691d2ab90465b726431a39518dd087d3689d6817a6a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:04bb985f7378665fe9840691d2ab90465b726431a39518dd087d3689d6817a6a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a008fe2d2aba4b5f793d1d795f04174dfecc2633856129d3786a18b641a34f2d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a008fe2d2aba4b5f793d1d795f04174dfecc2633856129d3786a18b641a34f2d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a008fe2d2aba4b5f793d1d795f04174dfecc2633856129d3786a18b641a34f2d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c368220ebde4dcf75123e81eb9dc4e13544f64edaa79c28a21c93126e58239f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c368220ebde4dcf75123e81eb9dc4e13544f64edaa79c28a21c93126e58239f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c368220ebde4dcf75123e81eb9dc4e13544f64edaa79c28a21c93126e58239f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d4b20eee8037ab15a8e786ef3db3b1fddfc936fc59f249d893227dd1659d1ef5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d4b20eee8037ab15a8e786ef3db3b1fddfc936fc59f249d893227dd1659d1ef5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d4b20eee8037ab15a8e786ef3db3b1fddfc936fc59f249d893227dd1659d1ef5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:3f29b35a62f679a89a6cf199988f89e736707012542d72aa1761c89eef1909fc_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:3f29b35a62f679a89a6cf199988f89e736707012542d72aa1761c89eef1909fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:3f29b35a62f679a89a6cf199988f89e736707012542d72aa1761c89eef1909fc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6c1b9f3900fd21b51aab4429b50959da2eec8d1fa64c70e1cc8e5ebe72a24cbd_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6c1b9f3900fd21b51aab4429b50959da2eec8d1fa64c70e1cc8e5ebe72a24cbd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6c1b9f3900fd21b51aab4429b50959da2eec8d1fa64c70e1cc8e5ebe72a24cbd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d498d0d92f88fd51112e5b14233bd66880e081569a99000e508d5811d3afa56_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d498d0d92f88fd51112e5b14233bd66880e081569a99000e508d5811d3afa56_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d498d0d92f88fd51112e5b14233bd66880e081569a99000e508d5811d3afa56_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e94ce6c4e49d6de3e1bdbc145712ac8d1a45cc841785b20cb7605c35bef5d35_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e94ce6c4e49d6de3e1bdbc145712ac8d1a45cc841785b20cb7605c35bef5d35_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e94ce6c4e49d6de3e1bdbc145712ac8d1a45cc841785b20cb7605c35bef5d35_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1273f2e53f3d42e861050972fb3612e33d8ec159e29fa08bd7dd0e6f896b17a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1273f2e53f3d42e861050972fb3612e33d8ec159e29fa08bd7dd0e6f896b17a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1273f2e53f3d42e861050972fb3612e33d8ec159e29fa08bd7dd0e6f896b17a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c814b9a5380c33f9da6d646d956f2ba425d1eed63e718b44f574b1c2f3f0ea5a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c814b9a5380c33f9da6d646d956f2ba425d1eed63e718b44f574b1c2f3f0ea5a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c814b9a5380c33f9da6d646d956f2ba425d1eed63e718b44f574b1c2f3f0ea5a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:f005f7a9a4bbe701274a5e59e7e0e3c3a72426b19560653575ac6caa0e28cdbf_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:f005f7a9a4bbe701274a5e59e7e0e3c3a72426b19560653575ac6caa0e28cdbf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:f005f7a9a4bbe701274a5e59e7e0e3c3a72426b19560653575ac6caa0e28cdbf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:fc078ca1f72f833ac498c30a1de5a4c7500c83cd94a3008445373266bfe56acd_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:fc078ca1f72f833ac498c30a1de5a4c7500c83cd94a3008445373266bfe56acd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:fc078ca1f72f833ac498c30a1de5a4c7500c83cd94a3008445373266bfe56acd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2af9330004a06971944971326d1e8377cbbf4725f9d703db266abd7e5359d7ec_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2af9330004a06971944971326d1e8377cbbf4725f9d703db266abd7e5359d7ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2af9330004a06971944971326d1e8377cbbf4725f9d703db266abd7e5359d7ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:89971adb04a2e0a67571cf02489e6e383ae971000028d30305e584aa03784348_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:89971adb04a2e0a67571cf02489e6e383ae971000028d30305e584aa03784348_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:89971adb04a2e0a67571cf02489e6e383ae971000028d30305e584aa03784348_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:a3c950362ae071e71de468b7f619678386edfdfd0855d0df075f99d993132720_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:a3c950362ae071e71de468b7f619678386edfdfd0855d0df075f99d993132720_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:a3c950362ae071e71de468b7f619678386edfdfd0855d0df075f99d993132720_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b35a1300569e0905cb750b7217145c94e246036cd498993ead14d07e645d1fb2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b35a1300569e0905cb750b7217145c94e246036cd498993ead14d07e645d1fb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b35a1300569e0905cb750b7217145c94e246036cd498993ead14d07e645d1fb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:1afcc680effd2ce9de75d5a8ca4b7a1940198d30e5c042094f6eba007f5d673a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:1afcc680effd2ce9de75d5a8ca4b7a1940198d30e5c042094f6eba007f5d673a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:1afcc680effd2ce9de75d5a8ca4b7a1940198d30e5c042094f6eba007f5d673a_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-node-feature-discovery@sha256:8da6cb3c6dacaf49d3eedbeb0f03324a14734f4c918ffb038f41d0ab2acadd68_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:8da6cb3c6dacaf49d3eedbeb0f03324a14734f4c918ffb038f41d0ab2acadd68_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:8da6cb3c6dacaf49d3eedbeb0f03324a14734f4c918ffb038f41d0ab2acadd68_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:9235d5f0629ffad8a5af4e8a50660751684ce91eae489122c2f89bb79ee833fc_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:9235d5f0629ffad8a5af4e8a50660751684ce91eae489122c2f89bb79ee833fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:9235d5f0629ffad8a5af4e8a50660751684ce91eae489122c2f89bb79ee833fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:ec49da4e5124996506d50392d8b7078d00c5862bea5e229e7351b5e0e6532c6f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:ec49da4e5124996506d50392d8b7078d00c5862bea5e229e7351b5e0e6532c6f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:ec49da4e5124996506d50392d8b7078d00c5862bea5e229e7351b5e0e6532c6f_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-sdk-rhel8@sha256:7c1c1e7d2af533ee43c92204d4e87104f305cbde1af7c8531fa8f1299c16a3ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:7c1c1e7d2af533ee43c92204d4e87104f305cbde1af7c8531fa8f1299c16a3ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:7c1c1e7d2af533ee43c92204d4e87104f305cbde1af7c8531fa8f1299c16a3ff_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-sdk-rhel8@sha256:b1d620feb486ef28423ee30cf03dedd26c30f589b12d87fff47a19cbcde4c3c4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:b1d620feb486ef28423ee30cf03dedd26c30f589b12d87fff47a19cbcde4c3c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:b1d620feb486ef28423ee30cf03dedd26c30f589b12d87fff47a19cbcde4c3c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d13a4baf04347af18f6eaa4cbdcd5f847ebcd396efedeb89ecf1393cd1e378f7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d13a4baf04347af18f6eaa4cbdcd5f847ebcd396efedeb89ecf1393cd1e378f7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d13a4baf04347af18f6eaa4cbdcd5f847ebcd396efedeb89ecf1393cd1e378f7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ecceb25263477c9c9aa06a38df00fc004dd471ee9cccfbdfbc280c29d62f275b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ecceb25263477c9c9aa06a38df00fc004dd471ee9cccfbdfbc280c29d62f275b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ecceb25263477c9c9aa06a38df00fc004dd471ee9cccfbdfbc280c29d62f275b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:932692970cab5f163ce35ed82c9cbbb70c8a7b2224b82d4bab39c86aaef4609b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:932692970cab5f163ce35ed82c9cbbb70c8a7b2224b82d4bab39c86aaef4609b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:932692970cab5f163ce35ed82c9cbbb70c8a7b2224b82d4bab39c86aaef4609b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:9d157aa28bd24d12e49d76723cb91a19f9bc840a02d4850f94b9110530b76e7e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:9d157aa28bd24d12e49d76723cb91a19f9bc840a02d4850f94b9110530b76e7e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:9d157aa28bd24d12e49d76723cb91a19f9bc840a02d4850f94b9110530b76e7e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:b5c8be4282dce9ca844df81ff8696bdd5fd25bb58b51c2061d3a3643e3f8dc2a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:b5c8be4282dce9ca844df81ff8696bdd5fd25bb58b51c2061d3a3643e3f8dc2a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:b5c8be4282dce9ca844df81ff8696bdd5fd25bb58b51c2061d3a3643e3f8dc2a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:6265c12a8b31624fe4257abad1889839e2e1612167dafa7274b8d614fdfee64e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:6265c12a8b31624fe4257abad1889839e2e1612167dafa7274b8d614fdfee64e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:6265c12a8b31624fe4257abad1889839e2e1612167dafa7274b8d614fdfee64e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:70857d797ad076f5f20217e39673aa6abb0647ecbaf95ab8252075f43a68c073_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:70857d797ad076f5f20217e39673aa6abb0647ecbaf95ab8252075f43a68c073_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:70857d797ad076f5f20217e39673aa6abb0647ecbaf95ab8252075f43a68c073_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:ce8fe5503b8bcb1bb338f06dc100f0bed5f85340eda1b73adb58d92e7aaec22c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:ce8fe5503b8bcb1bb338f06dc100f0bed5f85340eda1b73adb58d92e7aaec22c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:ce8fe5503b8bcb1bb338f06dc100f0bed5f85340eda1b73adb58d92e7aaec22c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3b597f3bd5af1c355f4e7c0ed012ca06697cbc37b9bf9a23a5c5f4d0d8162321_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3b597f3bd5af1c355f4e7c0ed012ca06697cbc37b9bf9a23a5c5f4d0d8162321_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3b597f3bd5af1c355f4e7c0ed012ca06697cbc37b9bf9a23a5c5f4d0d8162321_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3fe5d5a4ba52d689ec4b106ed8899e5fd75759671a6192641e2e24873707db77_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3fe5d5a4ba52d689ec4b106ed8899e5fd75759671a6192641e2e24873707db77_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3fe5d5a4ba52d689ec4b106ed8899e5fd75759671a6192641e2e24873707db77_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:557cefcdfef854b4ef381acf2f7de1bd1cf3f29a54398616043c6abcbc8a81f0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:557cefcdfef854b4ef381acf2f7de1bd1cf3f29a54398616043c6abcbc8a81f0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:557cefcdfef854b4ef381acf2f7de1bd1cf3f29a54398616043c6abcbc8a81f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0bdf015e02c235268ce9fefafcb7b841266f434448ae5aaa9ad66e49ed36a39_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0bdf015e02c235268ce9fefafcb7b841266f434448ae5aaa9ad66e49ed36a39_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0bdf015e02c235268ce9fefafcb7b841266f434448ae5aaa9ad66e49ed36a39_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:22969e24366f0b43d2cf11c30157842f595bc54976ac096ede75fbdcc5d4985f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:22969e24366f0b43d2cf11c30157842f595bc54976ac096ede75fbdcc5d4985f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:22969e24366f0b43d2cf11c30157842f595bc54976ac096ede75fbdcc5d4985f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:3b487d6d2f8191f74b599cd30b8c982010c10409fd291eb1dc4c6c7b683f7cc0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:3b487d6d2f8191f74b599cd30b8c982010c10409fd291eb1dc4c6c7b683f7cc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:3b487d6d2f8191f74b599cd30b8c982010c10409fd291eb1dc4c6c7b683f7cc0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7da1135f319c0f3086b822465dfe0d5e1d1d7b547b92dbd42dee8286c8f5c68f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7da1135f319c0f3086b822465dfe0d5e1d1d7b547b92dbd42dee8286c8f5c68f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7da1135f319c0f3086b822465dfe0d5e1d1d7b547b92dbd42dee8286c8f5c68f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e3b0258cdf56b709000aad847e7995099da913bf27676c138a5f9b0ea585bcac_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e3b0258cdf56b709000aad847e7995099da913bf27676c138a5f9b0ea585bcac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e3b0258cdf56b709000aad847e7995099da913bf27676c138a5f9b0ea585bcac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a26f61e6063fca59ba6ab989888880ce959e81bb54b552ef7bd81a89d69b2b77_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a26f61e6063fca59ba6ab989888880ce959e81bb54b552ef7bd81a89d69b2b77_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a26f61e6063fca59ba6ab989888880ce959e81bb54b552ef7bd81a89d69b2b77_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c115cba6d9973e91e208f56a315676b56657e5cf7863d19c0a7103f13edb9b44_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c115cba6d9973e91e208f56a315676b56657e5cf7863d19c0a7103f13edb9b44_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c115cba6d9973e91e208f56a315676b56657e5cf7863d19c0a7103f13edb9b44_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:ccb1f539fd2f75a062fc2ed4b0d7f27c360aef121f933975e9ef9235af453934_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:ccb1f539fd2f75a062fc2ed4b0d7f27c360aef121f933975e9ef9235af453934_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:ccb1f539fd2f75a062fc2ed4b0d7f27c360aef121f933975e9ef9235af453934_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:e7a8657e23e6dd922ea658aa52e8145254cd5753589e5ab3732a0d1d574e46f2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:e7a8657e23e6dd922ea658aa52e8145254cd5753589e5ab3732a0d1d574e46f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:e7a8657e23e6dd922ea658aa52e8145254cd5753589e5ab3732a0d1d574e46f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0ac2a7fd509e0f905d2807f93051fef189de6febdf428b8c14e2618e6b70fe7f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0ac2a7fd509e0f905d2807f93051fef189de6febdf428b8c14e2618e6b70fe7f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0ac2a7fd509e0f905d2807f93051fef189de6febdf428b8c14e2618e6b70fe7f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:18bc241751cb6151f5b879ca160aeea4f08290e3fa0922e2c01eded3a9c44919_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:18bc241751cb6151f5b879ca160aeea4f08290e3fa0922e2c01eded3a9c44919_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:18bc241751cb6151f5b879ca160aeea4f08290e3fa0922e2c01eded3a9c44919_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ff30de805aae0da846920093dafb42ca2266b48d7b232ce774070fc1c0da5709_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ff30de805aae0da846920093dafb42ca2266b48d7b232ce774070fc1c0da5709_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ff30de805aae0da846920093dafb42ca2266b48d7b232ce774070fc1c0da5709_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:10efa408842bcf0b21fad1e720b1a05dc849b5965a891ac470cb8540f517a54a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:10efa408842bcf0b21fad1e720b1a05dc849b5965a891ac470cb8540f517a54a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:10efa408842bcf0b21fad1e720b1a05dc849b5965a891ac470cb8540f517a54a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:61967b9608d0920d92492b9fca096e3598f389329db9cf64c2eb6bd75b846777_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:61967b9608d0920d92492b9fca096e3598f389329db9cf64c2eb6bd75b846777_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:61967b9608d0920d92492b9fca096e3598f389329db9cf64c2eb6bd75b846777_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:77f97aa79f52695ab5dfc605b780692847051e9dd679789a0f355510ff6cfe51_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:77f97aa79f52695ab5dfc605b780692847051e9dd679789a0f355510ff6cfe51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:77f97aa79f52695ab5dfc605b780692847051e9dd679789a0f355510ff6cfe51_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:041d72bac1ff9895f91c83b21a4f92499b948c13354fd074393bb7b9294d46c0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:041d72bac1ff9895f91c83b21a4f92499b948c13354fd074393bb7b9294d46c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:041d72bac1ff9895f91c83b21a4f92499b948c13354fd074393bb7b9294d46c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:505e422599401fbf23ce7000b02929b67d389c9d437974c8fdf91a0ec76061ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:505e422599401fbf23ce7000b02929b67d389c9d437974c8fdf91a0ec76061ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:505e422599401fbf23ce7000b02929b67d389c9d437974c8fdf91a0ec76061ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:e6a4680ab3d78db90ff3cf6502c8e1987844f5c5d8a2c920d2aeb9c8607f8d5e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:e6a4680ab3d78db90ff3cf6502c8e1987844f5c5d8a2c920d2aeb9c8607f8d5e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:e6a4680ab3d78db90ff3cf6502c8e1987844f5c5d8a2c920d2aeb9c8607f8d5e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:82c20bceaf5cb9e4d3e98fa58c98a679c05d55482519ea3fa080aabeab34cdf7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:82c20bceaf5cb9e4d3e98fa58c98a679c05d55482519ea3fa080aabeab34cdf7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:82c20bceaf5cb9e4d3e98fa58c98a679c05d55482519ea3fa080aabeab34cdf7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ba573576b17d3230c3893819b2e570a0f5c2c9760935b2c882c57b2da99696f5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ba573576b17d3230c3893819b2e570a0f5c2c9760935b2c882c57b2da99696f5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ba573576b17d3230c3893819b2e570a0f5c2c9760935b2c882c57b2da99696f5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:d83381f446c0dd432b817203f7e86897fd07a8e5bae54a537edb4712fa6fc264_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:d83381f446c0dd432b817203f7e86897fd07a8e5bae54a537edb4712fa6fc264_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:d83381f446c0dd432b817203f7e86897fd07a8e5bae54a537edb4712fa6fc264_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:1222990acec343a998b5085dd11a44583d86b7cc76d8f99b69d8a287116dd57b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:1222990acec343a998b5085dd11a44583d86b7cc76d8f99b69d8a287116dd57b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:1222990acec343a998b5085dd11a44583d86b7cc76d8f99b69d8a287116dd57b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:a80bc249c918d1cd92e3c46de8e87b388783ae93b9ac95839eb3b0c0efb8d8a7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:a80bc249c918d1cd92e3c46de8e87b388783ae93b9ac95839eb3b0c0efb8d8a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:a80bc249c918d1cd92e3c46de8e87b388783ae93b9ac95839eb3b0c0efb8d8a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:cd6243cac5a039740a5b47baf91141ed3e70cb5675cec93c93434201d374a6f2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:cd6243cac5a039740a5b47baf91141ed3e70cb5675cec93c93434201d374a6f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:cd6243cac5a039740a5b47baf91141ed3e70cb5675cec93c93434201d374a6f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:78dd8bba83fef4a8fffaa7b65ecf9f9c50567eb051f3015c8bdefbaa8334de5c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:78dd8bba83fef4a8fffaa7b65ecf9f9c50567eb051f3015c8bdefbaa8334de5c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:78dd8bba83fef4a8fffaa7b65ecf9f9c50567eb051f3015c8bdefbaa8334de5c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:b4a51cacc8a06fb6588ea140e3b50ff0166554e8d7b38c77a13be4bab9885356_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:b4a51cacc8a06fb6588ea140e3b50ff0166554e8d7b38c77a13be4bab9885356_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:b4a51cacc8a06fb6588ea140e3b50ff0166554e8d7b38c77a13be4bab9885356_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fd24147630533238a126ea21fbba484239135a15023c524137fc8ea25a7065ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fd24147630533238a126ea21fbba484239135a15023c524137fc8ea25a7065ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fd24147630533238a126ea21fbba484239135a15023c524137fc8ea25a7065ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:88f1d696cd44e19a0852b3d51ba224129b920c5d1859870dc36de53e3cb95c84_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:88f1d696cd44e19a0852b3d51ba224129b920c5d1859870dc36de53e3cb95c84_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:88f1d696cd44e19a0852b3d51ba224129b920c5d1859870dc36de53e3cb95c84_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8acaa460c5ae992714e25d957948477118dfa2eb6adfd0d84a457b9bfdba54d2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8acaa460c5ae992714e25d957948477118dfa2eb6adfd0d84a457b9bfdba54d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8acaa460c5ae992714e25d957948477118dfa2eb6adfd0d84a457b9bfdba54d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b23ea9fa8eaa75fb8e0acfa6f45ff360a8784627cc3fad5d608a80181f193c3f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b23ea9fa8eaa75fb8e0acfa6f45ff360a8784627cc3fad5d608a80181f193c3f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b23ea9fa8eaa75fb8e0acfa6f45ff360a8784627cc3fad5d608a80181f193c3f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b70ef1d999b9f5308ecc361d6e4b74c8da65658d1d6802c731b6aa3a24725dc0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b70ef1d999b9f5308ecc361d6e4b74c8da65658d1d6802c731b6aa3a24725dc0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b70ef1d999b9f5308ecc361d6e4b74c8da65658d1d6802c731b6aa3a24725dc0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:402f0bc32520a6391d25b5fd70e323df8f810aaa32d6f4a4ec190c32f851a153_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:402f0bc32520a6391d25b5fd70e323df8f810aaa32d6f4a4ec190c32f851a153_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:402f0bc32520a6391d25b5fd70e323df8f810aaa32d6f4a4ec190c32f851a153_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:5d95ebdf8eba75315f3e296f24533697ca66e3b828b886e12f0957d197ee388a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:5d95ebdf8eba75315f3e296f24533697ca66e3b828b886e12f0957d197ee388a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:5d95ebdf8eba75315f3e296f24533697ca66e3b828b886e12f0957d197ee388a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:637f6b5eb27d7a38e108b070130b6a52c0f44923d584ca65534cd88623d86f40_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:637f6b5eb27d7a38e108b070130b6a52c0f44923d584ca65534cd88623d86f40_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:637f6b5eb27d7a38e108b070130b6a52c0f44923d584ca65534cd88623d86f40_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:6c87ec100726f3a8c65475666e604062f391ce3a8d9f516eae64ef7d51247fba_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:6c87ec100726f3a8c65475666e604062f391ce3a8d9f516eae64ef7d51247fba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:6c87ec100726f3a8c65475666e604062f391ce3a8d9f516eae64ef7d51247fba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:61059dc3377fbd1c6d7426712242943cec1ae8a76752709afd421a618e143b47_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:61059dc3377fbd1c6d7426712242943cec1ae8a76752709afd421a618e143b47_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:61059dc3377fbd1c6d7426712242943cec1ae8a76752709afd421a618e143b47_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:baa34b4e2cccff9bc62d82eb6552639010785d44cb019acc69866cf2aaaa3806_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:baa34b4e2cccff9bc62d82eb6552639010785d44cb019acc69866cf2aaaa3806_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:baa34b4e2cccff9bc62d82eb6552639010785d44cb019acc69866cf2aaaa3806_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:fe4370f51955f5a8b5588b7e590a9521cb792066f6259ea0b2b032ac957be413_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:fe4370f51955f5a8b5588b7e590a9521cb792066f6259ea0b2b032ac957be413_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:fe4370f51955f5a8b5588b7e590a9521cb792066f6259ea0b2b032ac957be413_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:753de30d0d2a7db211426c9ede26bda02b91709680ca5acd2334c921e08fc088_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:753de30d0d2a7db211426c9ede26bda02b91709680ca5acd2334c921e08fc088_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:753de30d0d2a7db211426c9ede26bda02b91709680ca5acd2334c921e08fc088_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8d3a4e42a1ab884c9bbc9933b66db18c60e75a344a2d0570b10923c95d70fdb8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8d3a4e42a1ab884c9bbc9933b66db18c60e75a344a2d0570b10923c95d70fdb8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8d3a4e42a1ab884c9bbc9933b66db18c60e75a344a2d0570b10923c95d70fdb8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9a3c8ef3d81076660d34fdeb0f7b2d7ec088383fb8666f843eff5c6efdb9016b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9a3c8ef3d81076660d34fdeb0f7b2d7ec088383fb8666f843eff5c6efdb9016b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9a3c8ef3d81076660d34fdeb0f7b2d7ec088383fb8666f843eff5c6efdb9016b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:8451c790ba30fb6395d8074c37c150d88d2adad11920e9b999332ffdb929a328_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:cdf612d1d3001b7e2eab47bee66395dc626a6a41421a9fff247ac7f1e530c281_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:d6584c4860edb91594eda55fcb27a576c6e74313b10569079d5454553dc1b64e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:e970ac1c75d936d92009f8fbc6754079704ea6d7731f2065c345c3a1e4412cdb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3965aaeeb958ccea911ff08d45da2c16ef953f6a473eb69b790fa1afa7c0b76d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:a7e30f2b77bb97ed583ee189ed72dfe9ad2a3928c67eb6d5aade5f1467f5d332_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b3925f84e0f1311b6a2461b89da2d45c79d93fb87c927e8211581a320ca9f9d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dfa66f12770ded49cbc84646d0c22440a157fcc71704d9162e1336a26331d9fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:4601d8011ff56e11bb8821db387d98354312a371bd8670cf915bfa9dd3de99be_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:59850338d772efb690f2016093b01feeb4dd3c73805d77c26172ef7f293f1a55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7fe48ad9f89f61203bd0ee397ccf7c5d9d37ec30b05ba837dc1089fe6ee67068_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:9cbca78a3a21d65303eba79b841fbe67f53b0a65fc82879534266075deef35d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5b648181cb5f1db70ab87fbf67b017c76fc1f83f7add0eacb658bc723763e3e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:748bda8560c46129d59afd0680c6ce7421d5bbe007cde1e750a8dc9c417cc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:776c81365d8979f2ca91127ff47d38362c7a1682643bb70d9f221a35b4c1f05c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:e6deb824bf0fdd43b4c1d89e8b8601e05b1b09dd1b89922fbb6e3ca7ef7bdfea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:35b685780d05bc62b306783208ceea2a99b78ec1e38099d25ab9e27fe64fc2e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:38b7e234acdefe69fa3c01d50447aecf4314443f72410df6b81d9b7d66d8281c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5cbf178c6594a373950ddf0e3c81452aa4163b6e4ebf30a735207a2523cf918a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:93c75b2ad4a4b85855a1e63cf1e1ca7e0a7b615c771b857d9bfebb7651d18871_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:3605def86edd8ea7f97a2e46ead0764197dfb13a9b5fd00052d91e5eb7e9fafb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e1fa556d3b407ce1489283a4111eafad610475cbb18d17e238cd20bdc24910dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e4ac1d06fcc633033dbac0db2749c09678ef71c109c1efd75ad31ecda396f721_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:edb5c32f8172251350021de785fabeb9a00a0d8250758f7857f9ea675c74f540_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2db7e64a9345be2d431e0ba15601ee9cc8d8dfc219a757a0f7a664d521e8adda_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:67bc0d4e819af067717ddcf765b4d565ba2f953c65633c122577fe192a6bea0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:7c48b8be9465a9f1b14db62cb2a1b4f2799df16407f306e9ed085946ebbd8d30_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:a4770ea3815a2528058f98f6952dbf58ff2d7ac12fd36f8119568c03eb5b0263_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:0100f495023b4ede4318d4cf15f68b9e33f0ba0b48331ce8cebf9250152f3211_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:222f4a27a841f4431f3fb204e1c7d3b55fa030495319514eecb26292c3beb0a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:db078402e0278f7dc1a0626bf3afe14c2c4221dd438708136de4a93bb0ee70c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fcdcc373e6c1ee28739e8883c4c6b447267987e34b9404ae693cf4331aeac76a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c4059a5b02bdd9d01fed234cde35e9c45e812cc4ee5be35f00ba806f0d84f3d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f553364c160f85a326a63ef456658486e384c56ed0b1af539ebea2d2e503c81e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:30af84e015601d39ad0b62c14cd5ad901ae6a4450ff247ab265b78eb8fac39a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:eeb09578f651f65f8f8216cac46869034bf17bff001a2ed73d96d11772532666_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:3dc64c49b4ebe48c00a1e75fdc94bbd8828adf9118e5af8d03d51a245f1112a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:6e36fd9c87b45f4257f9853d69dc676dfd561c408ddbfbf1c247579a62c54350_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:adf0ed6be1fc6efe5c78191efc5094efd8663b0c3ec3815f7c824f9919045c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c604800d8da5342d1a2d3c8d684844d66c4df5d03b686b0666e109aab6dc984b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:8d5c598393328496de5fafd9117d9d4f9fa4fcfb8c5418ade4df1604de18207a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:a91a92813ffb55ea55c55c27085ceceaef7734567cb916fb9bdbb18d59a10e12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:d456e8be4a3a28609cd29dda8c9f6fa46130c8a3d421e23c97d762d089bbe5b6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:ed64b71e99e3e436e96d00d475870df08877316e3f38df129dfb62d40ef4c45b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:50035776c45729ee560a831d79b3c8afc24a5691167e8c583eadea2474e23641_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:529836546956099d5d3b03861187b4bf92be0fcce6fbe95e5d229d6d5923c28c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:53f6f7a759a936966f39d97e1a7c0b10c86e02122557d710f14f0289f0b673a5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f56649d00f40db610f0a6fae6827575adbf58b70368c0dad73c794a3c77a35df_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:0e8ab3244ad637aba8448bd161d3a06c85a68afe7ea08e25064c4ed16c7ef650_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:280c976f5b58de0920c9ec4e2284cab56077dc975a46146aeb53509c4b302b83_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:6b5e8518bc692c328963e632a4f0a910761ec536a8f4ed717a576c4bac3ce963_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:df7c038aab12b439d56efe938bc673a24018e023a8de1e1c7aa416e042c55561_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0d7ec956e636933e576c00924726bd24a267bf46a9510a9e50b7a3e79f70daca_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:467ed1130abf80b62f8e0537e9977658d22dbc3cf7cd40ca96e3a54d878feedb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b2d5d8ec572abb2c30a98be0de1e11ca1a2adf0c6faa3347c6a0d2ef784afeac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c915c06f28341ba8aa9a1c00fc49504a8816b0610b2cf5304f89fcedca8bc478_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2a325b078b73e9bfd6e92f8154c4177aeb60dbdd59657227ca37ab1bd46827af_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:671a3dabbb5b5f6b2b4620ce823d6928b65506f2acffa0104a4c2d149a223211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:7d65d75e025be1ea2f6d82d14f859786f448e619422b10f68cfd4f68ae786a21_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:999c307a79cabd8e9553f5d807d4125df1fef3153ecfce17cca871d5f8051eeb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:758f10fd65669acf6c81de7d53ffacf7de3b2e81498cd0f39990debd9110b69d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:9d5b06a17a27074c71ca8c4005e1b6b04a4ca488eb2571279805cffc56656c03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:dad9ed95f9fbba93ad7fe74761b007ca7b4da4c59a73abb1fda223e4c03a422d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:fcfa3ae6a7face4161aba93179d149a20d144e8a2a8564650750b4d8f0013496_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:4bd8b3ac46a8db114f1910d03bab222e17e18db8544e8d54ae8a0b1d0e24fa1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:97832034bbb82111434b4fbfe1444407ada2a083429a7efba57d55b4d610537b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:a52f59971348bb0e5766a857c16818b379c404c3af300bc697ae1fc8e3f54f15_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:b65119938857e8150f90c3b6bbc4e92d9646b9bc6c39f467e0ba3e4662e28036_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:633d1d92e36d87a1f8adcc69c9b9810ef84ecda5b85dbfbd6eca2bd4e97a2ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:6ef9d153bbf3c65f132cd7d29dbd58d01019615f03eb07967023e446bdced8c3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f70052e4ccac8f01affc7e0f1eaf9d14b4eb15544b0b5509fefb4e47a2a820ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:12d9ca6fa5893e68c553fd8909113ee1a29a96d3ff3bf32f3824791681de15d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:3af4fce899db69f0df6699cec4a3e4b26439c6a18de30232f1ff145f00d5d68a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d2fe0edcc847e8cb3727941b91149007f9c669b0bec5847a425e82212d095d79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:0889d518d954d62033fefe6df255f5ba816dec01d415d13a5634132f05eeb344_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3115448f5481f6842c97e13aaef4b9a2925a54f6998b9f48000a74faa63bbfc9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3a07fa757f01f4899f9c27883f06f4f7ab567310f5ae6bd44e96eab22d6dd01b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:95c7e0528adda5ba04775f32106977c5e3d95383b6553d57c703fc3e74d50a18_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:04bb985f7378665fe9840691d2ab90465b726431a39518dd087d3689d6817a6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a008fe2d2aba4b5f793d1d795f04174dfecc2633856129d3786a18b641a34f2d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c368220ebde4dcf75123e81eb9dc4e13544f64edaa79c28a21c93126e58239f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d4b20eee8037ab15a8e786ef3db3b1fddfc936fc59f249d893227dd1659d1ef5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:3f29b35a62f679a89a6cf199988f89e736707012542d72aa1761c89eef1909fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6c1b9f3900fd21b51aab4429b50959da2eec8d1fa64c70e1cc8e5ebe72a24cbd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d498d0d92f88fd51112e5b14233bd66880e081569a99000e508d5811d3afa56_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e94ce6c4e49d6de3e1bdbc145712ac8d1a45cc841785b20cb7605c35bef5d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1273f2e53f3d42e861050972fb3612e33d8ec159e29fa08bd7dd0e6f896b17a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c814b9a5380c33f9da6d646d956f2ba425d1eed63e718b44f574b1c2f3f0ea5a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:f005f7a9a4bbe701274a5e59e7e0e3c3a72426b19560653575ac6caa0e28cdbf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:fc078ca1f72f833ac498c30a1de5a4c7500c83cd94a3008445373266bfe56acd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2af9330004a06971944971326d1e8377cbbf4725f9d703db266abd7e5359d7ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:89971adb04a2e0a67571cf02489e6e383ae971000028d30305e584aa03784348_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:a3c950362ae071e71de468b7f619678386edfdfd0855d0df075f99d993132720_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b35a1300569e0905cb750b7217145c94e246036cd498993ead14d07e645d1fb2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:1afcc680effd2ce9de75d5a8ca4b7a1940198d30e5c042094f6eba007f5d673a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:8da6cb3c6dacaf49d3eedbeb0f03324a14734f4c918ffb038f41d0ab2acadd68_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:9235d5f0629ffad8a5af4e8a50660751684ce91eae489122c2f89bb79ee833fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:ec49da4e5124996506d50392d8b7078d00c5862bea5e229e7351b5e0e6532c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:7c1c1e7d2af533ee43c92204d4e87104f305cbde1af7c8531fa8f1299c16a3ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:b1d620feb486ef28423ee30cf03dedd26c30f589b12d87fff47a19cbcde4c3c4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d13a4baf04347af18f6eaa4cbdcd5f847ebcd396efedeb89ecf1393cd1e378f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ecceb25263477c9c9aa06a38df00fc004dd471ee9cccfbdfbc280c29d62f275b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:932692970cab5f163ce35ed82c9cbbb70c8a7b2224b82d4bab39c86aaef4609b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:9d157aa28bd24d12e49d76723cb91a19f9bc840a02d4850f94b9110530b76e7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:b5c8be4282dce9ca844df81ff8696bdd5fd25bb58b51c2061d3a3643e3f8dc2a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:6265c12a8b31624fe4257abad1889839e2e1612167dafa7274b8d614fdfee64e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:70857d797ad076f5f20217e39673aa6abb0647ecbaf95ab8252075f43a68c073_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:ce8fe5503b8bcb1bb338f06dc100f0bed5f85340eda1b73adb58d92e7aaec22c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3b597f3bd5af1c355f4e7c0ed012ca06697cbc37b9bf9a23a5c5f4d0d8162321_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3fe5d5a4ba52d689ec4b106ed8899e5fd75759671a6192641e2e24873707db77_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:557cefcdfef854b4ef381acf2f7de1bd1cf3f29a54398616043c6abcbc8a81f0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0bdf015e02c235268ce9fefafcb7b841266f434448ae5aaa9ad66e49ed36a39_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:22969e24366f0b43d2cf11c30157842f595bc54976ac096ede75fbdcc5d4985f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:3b487d6d2f8191f74b599cd30b8c982010c10409fd291eb1dc4c6c7b683f7cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7da1135f319c0f3086b822465dfe0d5e1d1d7b547b92dbd42dee8286c8f5c68f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e3b0258cdf56b709000aad847e7995099da913bf27676c138a5f9b0ea585bcac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a26f61e6063fca59ba6ab989888880ce959e81bb54b552ef7bd81a89d69b2b77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c115cba6d9973e91e208f56a315676b56657e5cf7863d19c0a7103f13edb9b44_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:ccb1f539fd2f75a062fc2ed4b0d7f27c360aef121f933975e9ef9235af453934_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:e7a8657e23e6dd922ea658aa52e8145254cd5753589e5ab3732a0d1d574e46f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0ac2a7fd509e0f905d2807f93051fef189de6febdf428b8c14e2618e6b70fe7f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:18bc241751cb6151f5b879ca160aeea4f08290e3fa0922e2c01eded3a9c44919_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ff30de805aae0da846920093dafb42ca2266b48d7b232ce774070fc1c0da5709_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:10efa408842bcf0b21fad1e720b1a05dc849b5965a891ac470cb8540f517a54a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:61967b9608d0920d92492b9fca096e3598f389329db9cf64c2eb6bd75b846777_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:77f97aa79f52695ab5dfc605b780692847051e9dd679789a0f355510ff6cfe51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:82c20bceaf5cb9e4d3e98fa58c98a679c05d55482519ea3fa080aabeab34cdf7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ba573576b17d3230c3893819b2e570a0f5c2c9760935b2c882c57b2da99696f5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:d83381f446c0dd432b817203f7e86897fd07a8e5bae54a537edb4712fa6fc264_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:88f1d696cd44e19a0852b3d51ba224129b920c5d1859870dc36de53e3cb95c84_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8acaa460c5ae992714e25d957948477118dfa2eb6adfd0d84a457b9bfdba54d2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b23ea9fa8eaa75fb8e0acfa6f45ff360a8784627cc3fad5d608a80181f193c3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b70ef1d999b9f5308ecc361d6e4b74c8da65658d1d6802c731b6aa3a24725dc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:402f0bc32520a6391d25b5fd70e323df8f810aaa32d6f4a4ec190c32f851a153_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:5d95ebdf8eba75315f3e296f24533697ca66e3b828b886e12f0957d197ee388a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:637f6b5eb27d7a38e108b070130b6a52c0f44923d584ca65534cd88623d86f40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:6c87ec100726f3a8c65475666e604062f391ce3a8d9f516eae64ef7d51247fba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:61059dc3377fbd1c6d7426712242943cec1ae8a76752709afd421a618e143b47_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:baa34b4e2cccff9bc62d82eb6552639010785d44cb019acc69866cf2aaaa3806_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:fe4370f51955f5a8b5588b7e590a9521cb792066f6259ea0b2b032ac957be413_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:753de30d0d2a7db211426c9ede26bda02b91709680ca5acd2334c921e08fc088_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8d3a4e42a1ab884c9bbc9933b66db18c60e75a344a2d0570b10923c95d70fdb8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9a3c8ef3d81076660d34fdeb0f7b2d7ec088383fb8666f843eff5c6efdb9016b_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:041d72bac1ff9895f91c83b21a4f92499b948c13354fd074393bb7b9294d46c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:505e422599401fbf23ce7000b02929b67d389c9d437974c8fdf91a0ec76061ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:e6a4680ab3d78db90ff3cf6502c8e1987844f5c5d8a2c920d2aeb9c8607f8d5e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:1222990acec343a998b5085dd11a44583d86b7cc76d8f99b69d8a287116dd57b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:a80bc249c918d1cd92e3c46de8e87b388783ae93b9ac95839eb3b0c0efb8d8a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:cd6243cac5a039740a5b47baf91141ed3e70cb5675cec93c93434201d374a6f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:78dd8bba83fef4a8fffaa7b65ecf9f9c50567eb051f3015c8bdefbaa8334de5c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:b4a51cacc8a06fb6588ea140e3b50ff0166554e8d7b38c77a13be4bab9885356_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fd24147630533238a126ea21fbba484239135a15023c524137fc8ea25a7065ca_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:8451c790ba30fb6395d8074c37c150d88d2adad11920e9b999332ffdb929a328_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:cdf612d1d3001b7e2eab47bee66395dc626a6a41421a9fff247ac7f1e530c281_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:d6584c4860edb91594eda55fcb27a576c6e74313b10569079d5454553dc1b64e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:e970ac1c75d936d92009f8fbc6754079704ea6d7731f2065c345c3a1e4412cdb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3965aaeeb958ccea911ff08d45da2c16ef953f6a473eb69b790fa1afa7c0b76d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:a7e30f2b77bb97ed583ee189ed72dfe9ad2a3928c67eb6d5aade5f1467f5d332_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b3925f84e0f1311b6a2461b89da2d45c79d93fb87c927e8211581a320ca9f9d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dfa66f12770ded49cbc84646d0c22440a157fcc71704d9162e1336a26331d9fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:4601d8011ff56e11bb8821db387d98354312a371bd8670cf915bfa9dd3de99be_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:59850338d772efb690f2016093b01feeb4dd3c73805d77c26172ef7f293f1a55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7fe48ad9f89f61203bd0ee397ccf7c5d9d37ec30b05ba837dc1089fe6ee67068_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:9cbca78a3a21d65303eba79b841fbe67f53b0a65fc82879534266075deef35d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5b648181cb5f1db70ab87fbf67b017c76fc1f83f7add0eacb658bc723763e3e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:748bda8560c46129d59afd0680c6ce7421d5bbe007cde1e750a8dc9c417cc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:776c81365d8979f2ca91127ff47d38362c7a1682643bb70d9f221a35b4c1f05c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:e6deb824bf0fdd43b4c1d89e8b8601e05b1b09dd1b89922fbb6e3ca7ef7bdfea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:35b685780d05bc62b306783208ceea2a99b78ec1e38099d25ab9e27fe64fc2e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:38b7e234acdefe69fa3c01d50447aecf4314443f72410df6b81d9b7d66d8281c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5cbf178c6594a373950ddf0e3c81452aa4163b6e4ebf30a735207a2523cf918a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:93c75b2ad4a4b85855a1e63cf1e1ca7e0a7b615c771b857d9bfebb7651d18871_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:3605def86edd8ea7f97a2e46ead0764197dfb13a9b5fd00052d91e5eb7e9fafb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e1fa556d3b407ce1489283a4111eafad610475cbb18d17e238cd20bdc24910dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e4ac1d06fcc633033dbac0db2749c09678ef71c109c1efd75ad31ecda396f721_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:edb5c32f8172251350021de785fabeb9a00a0d8250758f7857f9ea675c74f540_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2db7e64a9345be2d431e0ba15601ee9cc8d8dfc219a757a0f7a664d521e8adda_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:67bc0d4e819af067717ddcf765b4d565ba2f953c65633c122577fe192a6bea0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:7c48b8be9465a9f1b14db62cb2a1b4f2799df16407f306e9ed085946ebbd8d30_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:a4770ea3815a2528058f98f6952dbf58ff2d7ac12fd36f8119568c03eb5b0263_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:0100f495023b4ede4318d4cf15f68b9e33f0ba0b48331ce8cebf9250152f3211_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:222f4a27a841f4431f3fb204e1c7d3b55fa030495319514eecb26292c3beb0a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:db078402e0278f7dc1a0626bf3afe14c2c4221dd438708136de4a93bb0ee70c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fcdcc373e6c1ee28739e8883c4c6b447267987e34b9404ae693cf4331aeac76a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c4059a5b02bdd9d01fed234cde35e9c45e812cc4ee5be35f00ba806f0d84f3d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f553364c160f85a326a63ef456658486e384c56ed0b1af539ebea2d2e503c81e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:30af84e015601d39ad0b62c14cd5ad901ae6a4450ff247ab265b78eb8fac39a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:eeb09578f651f65f8f8216cac46869034bf17bff001a2ed73d96d11772532666_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:3dc64c49b4ebe48c00a1e75fdc94bbd8828adf9118e5af8d03d51a245f1112a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:6e36fd9c87b45f4257f9853d69dc676dfd561c408ddbfbf1c247579a62c54350_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:adf0ed6be1fc6efe5c78191efc5094efd8663b0c3ec3815f7c824f9919045c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c604800d8da5342d1a2d3c8d684844d66c4df5d03b686b0666e109aab6dc984b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:8d5c598393328496de5fafd9117d9d4f9fa4fcfb8c5418ade4df1604de18207a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:a91a92813ffb55ea55c55c27085ceceaef7734567cb916fb9bdbb18d59a10e12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:d456e8be4a3a28609cd29dda8c9f6fa46130c8a3d421e23c97d762d089bbe5b6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:ed64b71e99e3e436e96d00d475870df08877316e3f38df129dfb62d40ef4c45b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:50035776c45729ee560a831d79b3c8afc24a5691167e8c583eadea2474e23641_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:529836546956099d5d3b03861187b4bf92be0fcce6fbe95e5d229d6d5923c28c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:53f6f7a759a936966f39d97e1a7c0b10c86e02122557d710f14f0289f0b673a5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f56649d00f40db610f0a6fae6827575adbf58b70368c0dad73c794a3c77a35df_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:0e8ab3244ad637aba8448bd161d3a06c85a68afe7ea08e25064c4ed16c7ef650_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:280c976f5b58de0920c9ec4e2284cab56077dc975a46146aeb53509c4b302b83_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:6b5e8518bc692c328963e632a4f0a910761ec536a8f4ed717a576c4bac3ce963_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:df7c038aab12b439d56efe938bc673a24018e023a8de1e1c7aa416e042c55561_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0d7ec956e636933e576c00924726bd24a267bf46a9510a9e50b7a3e79f70daca_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:467ed1130abf80b62f8e0537e9977658d22dbc3cf7cd40ca96e3a54d878feedb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b2d5d8ec572abb2c30a98be0de1e11ca1a2adf0c6faa3347c6a0d2ef784afeac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c915c06f28341ba8aa9a1c00fc49504a8816b0610b2cf5304f89fcedca8bc478_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2a325b078b73e9bfd6e92f8154c4177aeb60dbdd59657227ca37ab1bd46827af_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:671a3dabbb5b5f6b2b4620ce823d6928b65506f2acffa0104a4c2d149a223211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:7d65d75e025be1ea2f6d82d14f859786f448e619422b10f68cfd4f68ae786a21_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:999c307a79cabd8e9553f5d807d4125df1fef3153ecfce17cca871d5f8051eeb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:758f10fd65669acf6c81de7d53ffacf7de3b2e81498cd0f39990debd9110b69d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:9d5b06a17a27074c71ca8c4005e1b6b04a4ca488eb2571279805cffc56656c03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:dad9ed95f9fbba93ad7fe74761b007ca7b4da4c59a73abb1fda223e4c03a422d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:fcfa3ae6a7face4161aba93179d149a20d144e8a2a8564650750b4d8f0013496_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:4bd8b3ac46a8db114f1910d03bab222e17e18db8544e8d54ae8a0b1d0e24fa1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:97832034bbb82111434b4fbfe1444407ada2a083429a7efba57d55b4d610537b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:a52f59971348bb0e5766a857c16818b379c404c3af300bc697ae1fc8e3f54f15_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:b65119938857e8150f90c3b6bbc4e92d9646b9bc6c39f467e0ba3e4662e28036_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:633d1d92e36d87a1f8adcc69c9b9810ef84ecda5b85dbfbd6eca2bd4e97a2ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:6ef9d153bbf3c65f132cd7d29dbd58d01019615f03eb07967023e446bdced8c3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f70052e4ccac8f01affc7e0f1eaf9d14b4eb15544b0b5509fefb4e47a2a820ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:12d9ca6fa5893e68c553fd8909113ee1a29a96d3ff3bf32f3824791681de15d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:3af4fce899db69f0df6699cec4a3e4b26439c6a18de30232f1ff145f00d5d68a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d2fe0edcc847e8cb3727941b91149007f9c669b0bec5847a425e82212d095d79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:0889d518d954d62033fefe6df255f5ba816dec01d415d13a5634132f05eeb344_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3115448f5481f6842c97e13aaef4b9a2925a54f6998b9f48000a74faa63bbfc9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3a07fa757f01f4899f9c27883f06f4f7ab567310f5ae6bd44e96eab22d6dd01b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:95c7e0528adda5ba04775f32106977c5e3d95383b6553d57c703fc3e74d50a18_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:04bb985f7378665fe9840691d2ab90465b726431a39518dd087d3689d6817a6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a008fe2d2aba4b5f793d1d795f04174dfecc2633856129d3786a18b641a34f2d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c368220ebde4dcf75123e81eb9dc4e13544f64edaa79c28a21c93126e58239f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d4b20eee8037ab15a8e786ef3db3b1fddfc936fc59f249d893227dd1659d1ef5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:3f29b35a62f679a89a6cf199988f89e736707012542d72aa1761c89eef1909fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6c1b9f3900fd21b51aab4429b50959da2eec8d1fa64c70e1cc8e5ebe72a24cbd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d498d0d92f88fd51112e5b14233bd66880e081569a99000e508d5811d3afa56_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e94ce6c4e49d6de3e1bdbc145712ac8d1a45cc841785b20cb7605c35bef5d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1273f2e53f3d42e861050972fb3612e33d8ec159e29fa08bd7dd0e6f896b17a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c814b9a5380c33f9da6d646d956f2ba425d1eed63e718b44f574b1c2f3f0ea5a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:f005f7a9a4bbe701274a5e59e7e0e3c3a72426b19560653575ac6caa0e28cdbf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:fc078ca1f72f833ac498c30a1de5a4c7500c83cd94a3008445373266bfe56acd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2af9330004a06971944971326d1e8377cbbf4725f9d703db266abd7e5359d7ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:89971adb04a2e0a67571cf02489e6e383ae971000028d30305e584aa03784348_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:a3c950362ae071e71de468b7f619678386edfdfd0855d0df075f99d993132720_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b35a1300569e0905cb750b7217145c94e246036cd498993ead14d07e645d1fb2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:1afcc680effd2ce9de75d5a8ca4b7a1940198d30e5c042094f6eba007f5d673a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:8da6cb3c6dacaf49d3eedbeb0f03324a14734f4c918ffb038f41d0ab2acadd68_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:9235d5f0629ffad8a5af4e8a50660751684ce91eae489122c2f89bb79ee833fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:ec49da4e5124996506d50392d8b7078d00c5862bea5e229e7351b5e0e6532c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:7c1c1e7d2af533ee43c92204d4e87104f305cbde1af7c8531fa8f1299c16a3ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:b1d620feb486ef28423ee30cf03dedd26c30f589b12d87fff47a19cbcde4c3c4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d13a4baf04347af18f6eaa4cbdcd5f847ebcd396efedeb89ecf1393cd1e378f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ecceb25263477c9c9aa06a38df00fc004dd471ee9cccfbdfbc280c29d62f275b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:932692970cab5f163ce35ed82c9cbbb70c8a7b2224b82d4bab39c86aaef4609b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:9d157aa28bd24d12e49d76723cb91a19f9bc840a02d4850f94b9110530b76e7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:b5c8be4282dce9ca844df81ff8696bdd5fd25bb58b51c2061d3a3643e3f8dc2a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:6265c12a8b31624fe4257abad1889839e2e1612167dafa7274b8d614fdfee64e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:70857d797ad076f5f20217e39673aa6abb0647ecbaf95ab8252075f43a68c073_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:ce8fe5503b8bcb1bb338f06dc100f0bed5f85340eda1b73adb58d92e7aaec22c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3b597f3bd5af1c355f4e7c0ed012ca06697cbc37b9bf9a23a5c5f4d0d8162321_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3fe5d5a4ba52d689ec4b106ed8899e5fd75759671a6192641e2e24873707db77_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:557cefcdfef854b4ef381acf2f7de1bd1cf3f29a54398616043c6abcbc8a81f0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0bdf015e02c235268ce9fefafcb7b841266f434448ae5aaa9ad66e49ed36a39_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:22969e24366f0b43d2cf11c30157842f595bc54976ac096ede75fbdcc5d4985f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:3b487d6d2f8191f74b599cd30b8c982010c10409fd291eb1dc4c6c7b683f7cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7da1135f319c0f3086b822465dfe0d5e1d1d7b547b92dbd42dee8286c8f5c68f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e3b0258cdf56b709000aad847e7995099da913bf27676c138a5f9b0ea585bcac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a26f61e6063fca59ba6ab989888880ce959e81bb54b552ef7bd81a89d69b2b77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c115cba6d9973e91e208f56a315676b56657e5cf7863d19c0a7103f13edb9b44_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:ccb1f539fd2f75a062fc2ed4b0d7f27c360aef121f933975e9ef9235af453934_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:e7a8657e23e6dd922ea658aa52e8145254cd5753589e5ab3732a0d1d574e46f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0ac2a7fd509e0f905d2807f93051fef189de6febdf428b8c14e2618e6b70fe7f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:18bc241751cb6151f5b879ca160aeea4f08290e3fa0922e2c01eded3a9c44919_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ff30de805aae0da846920093dafb42ca2266b48d7b232ce774070fc1c0da5709_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:10efa408842bcf0b21fad1e720b1a05dc849b5965a891ac470cb8540f517a54a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:61967b9608d0920d92492b9fca096e3598f389329db9cf64c2eb6bd75b846777_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:77f97aa79f52695ab5dfc605b780692847051e9dd679789a0f355510ff6cfe51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:82c20bceaf5cb9e4d3e98fa58c98a679c05d55482519ea3fa080aabeab34cdf7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ba573576b17d3230c3893819b2e570a0f5c2c9760935b2c882c57b2da99696f5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:d83381f446c0dd432b817203f7e86897fd07a8e5bae54a537edb4712fa6fc264_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:88f1d696cd44e19a0852b3d51ba224129b920c5d1859870dc36de53e3cb95c84_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8acaa460c5ae992714e25d957948477118dfa2eb6adfd0d84a457b9bfdba54d2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b23ea9fa8eaa75fb8e0acfa6f45ff360a8784627cc3fad5d608a80181f193c3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b70ef1d999b9f5308ecc361d6e4b74c8da65658d1d6802c731b6aa3a24725dc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:402f0bc32520a6391d25b5fd70e323df8f810aaa32d6f4a4ec190c32f851a153_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:5d95ebdf8eba75315f3e296f24533697ca66e3b828b886e12f0957d197ee388a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:637f6b5eb27d7a38e108b070130b6a52c0f44923d584ca65534cd88623d86f40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:6c87ec100726f3a8c65475666e604062f391ce3a8d9f516eae64ef7d51247fba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:61059dc3377fbd1c6d7426712242943cec1ae8a76752709afd421a618e143b47_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:baa34b4e2cccff9bc62d82eb6552639010785d44cb019acc69866cf2aaaa3806_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:fe4370f51955f5a8b5588b7e590a9521cb792066f6259ea0b2b032ac957be413_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:753de30d0d2a7db211426c9ede26bda02b91709680ca5acd2334c921e08fc088_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8d3a4e42a1ab884c9bbc9933b66db18c60e75a344a2d0570b10923c95d70fdb8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9a3c8ef3d81076660d34fdeb0f7b2d7ec088383fb8666f843eff5c6efdb9016b_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T07:57:34+00:00",
"details": "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\nDetails on how to access this content are available at\nhttps://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-sriov-network-config-daemon@sha256:041d72bac1ff9895f91c83b21a4f92499b948c13354fd074393bb7b9294d46c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:505e422599401fbf23ce7000b02929b67d389c9d437974c8fdf91a0ec76061ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:e6a4680ab3d78db90ff3cf6502c8e1987844f5c5d8a2c920d2aeb9c8607f8d5e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:1222990acec343a998b5085dd11a44583d86b7cc76d8f99b69d8a287116dd57b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:a80bc249c918d1cd92e3c46de8e87b388783ae93b9ac95839eb3b0c0efb8d8a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:cd6243cac5a039740a5b47baf91141ed3e70cb5675cec93c93434201d374a6f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:78dd8bba83fef4a8fffaa7b65ecf9f9c50567eb051f3015c8bdefbaa8334de5c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:b4a51cacc8a06fb6588ea140e3b50ff0166554e8d7b38c77a13be4bab9885356_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fd24147630533238a126ea21fbba484239135a15023c524137fc8ea25a7065ca_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25009"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:8451c790ba30fb6395d8074c37c150d88d2adad11920e9b999332ffdb929a328_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:cdf612d1d3001b7e2eab47bee66395dc626a6a41421a9fff247ac7f1e530c281_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:d6584c4860edb91594eda55fcb27a576c6e74313b10569079d5454553dc1b64e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:e970ac1c75d936d92009f8fbc6754079704ea6d7731f2065c345c3a1e4412cdb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3965aaeeb958ccea911ff08d45da2c16ef953f6a473eb69b790fa1afa7c0b76d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:a7e30f2b77bb97ed583ee189ed72dfe9ad2a3928c67eb6d5aade5f1467f5d332_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b3925f84e0f1311b6a2461b89da2d45c79d93fb87c927e8211581a320ca9f9d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dfa66f12770ded49cbc84646d0c22440a157fcc71704d9162e1336a26331d9fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:4601d8011ff56e11bb8821db387d98354312a371bd8670cf915bfa9dd3de99be_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:59850338d772efb690f2016093b01feeb4dd3c73805d77c26172ef7f293f1a55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7fe48ad9f89f61203bd0ee397ccf7c5d9d37ec30b05ba837dc1089fe6ee67068_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:9cbca78a3a21d65303eba79b841fbe67f53b0a65fc82879534266075deef35d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5b648181cb5f1db70ab87fbf67b017c76fc1f83f7add0eacb658bc723763e3e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:748bda8560c46129d59afd0680c6ce7421d5bbe007cde1e750a8dc9c417cc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:776c81365d8979f2ca91127ff47d38362c7a1682643bb70d9f221a35b4c1f05c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:e6deb824bf0fdd43b4c1d89e8b8601e05b1b09dd1b89922fbb6e3ca7ef7bdfea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:35b685780d05bc62b306783208ceea2a99b78ec1e38099d25ab9e27fe64fc2e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:38b7e234acdefe69fa3c01d50447aecf4314443f72410df6b81d9b7d66d8281c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5cbf178c6594a373950ddf0e3c81452aa4163b6e4ebf30a735207a2523cf918a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:93c75b2ad4a4b85855a1e63cf1e1ca7e0a7b615c771b857d9bfebb7651d18871_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:3605def86edd8ea7f97a2e46ead0764197dfb13a9b5fd00052d91e5eb7e9fafb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e1fa556d3b407ce1489283a4111eafad610475cbb18d17e238cd20bdc24910dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e4ac1d06fcc633033dbac0db2749c09678ef71c109c1efd75ad31ecda396f721_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:edb5c32f8172251350021de785fabeb9a00a0d8250758f7857f9ea675c74f540_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2db7e64a9345be2d431e0ba15601ee9cc8d8dfc219a757a0f7a664d521e8adda_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:67bc0d4e819af067717ddcf765b4d565ba2f953c65633c122577fe192a6bea0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:7c48b8be9465a9f1b14db62cb2a1b4f2799df16407f306e9ed085946ebbd8d30_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:a4770ea3815a2528058f98f6952dbf58ff2d7ac12fd36f8119568c03eb5b0263_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:0100f495023b4ede4318d4cf15f68b9e33f0ba0b48331ce8cebf9250152f3211_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:222f4a27a841f4431f3fb204e1c7d3b55fa030495319514eecb26292c3beb0a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:db078402e0278f7dc1a0626bf3afe14c2c4221dd438708136de4a93bb0ee70c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fcdcc373e6c1ee28739e8883c4c6b447267987e34b9404ae693cf4331aeac76a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c4059a5b02bdd9d01fed234cde35e9c45e812cc4ee5be35f00ba806f0d84f3d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f553364c160f85a326a63ef456658486e384c56ed0b1af539ebea2d2e503c81e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:30af84e015601d39ad0b62c14cd5ad901ae6a4450ff247ab265b78eb8fac39a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:eeb09578f651f65f8f8216cac46869034bf17bff001a2ed73d96d11772532666_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:3dc64c49b4ebe48c00a1e75fdc94bbd8828adf9118e5af8d03d51a245f1112a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:6e36fd9c87b45f4257f9853d69dc676dfd561c408ddbfbf1c247579a62c54350_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:adf0ed6be1fc6efe5c78191efc5094efd8663b0c3ec3815f7c824f9919045c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c604800d8da5342d1a2d3c8d684844d66c4df5d03b686b0666e109aab6dc984b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:8d5c598393328496de5fafd9117d9d4f9fa4fcfb8c5418ade4df1604de18207a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:a91a92813ffb55ea55c55c27085ceceaef7734567cb916fb9bdbb18d59a10e12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:d456e8be4a3a28609cd29dda8c9f6fa46130c8a3d421e23c97d762d089bbe5b6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:ed64b71e99e3e436e96d00d475870df08877316e3f38df129dfb62d40ef4c45b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:50035776c45729ee560a831d79b3c8afc24a5691167e8c583eadea2474e23641_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:529836546956099d5d3b03861187b4bf92be0fcce6fbe95e5d229d6d5923c28c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:53f6f7a759a936966f39d97e1a7c0b10c86e02122557d710f14f0289f0b673a5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f56649d00f40db610f0a6fae6827575adbf58b70368c0dad73c794a3c77a35df_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:0e8ab3244ad637aba8448bd161d3a06c85a68afe7ea08e25064c4ed16c7ef650_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:280c976f5b58de0920c9ec4e2284cab56077dc975a46146aeb53509c4b302b83_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:6b5e8518bc692c328963e632a4f0a910761ec536a8f4ed717a576c4bac3ce963_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:df7c038aab12b439d56efe938bc673a24018e023a8de1e1c7aa416e042c55561_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0d7ec956e636933e576c00924726bd24a267bf46a9510a9e50b7a3e79f70daca_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:467ed1130abf80b62f8e0537e9977658d22dbc3cf7cd40ca96e3a54d878feedb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b2d5d8ec572abb2c30a98be0de1e11ca1a2adf0c6faa3347c6a0d2ef784afeac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c915c06f28341ba8aa9a1c00fc49504a8816b0610b2cf5304f89fcedca8bc478_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2a325b078b73e9bfd6e92f8154c4177aeb60dbdd59657227ca37ab1bd46827af_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:671a3dabbb5b5f6b2b4620ce823d6928b65506f2acffa0104a4c2d149a223211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:7d65d75e025be1ea2f6d82d14f859786f448e619422b10f68cfd4f68ae786a21_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:999c307a79cabd8e9553f5d807d4125df1fef3153ecfce17cca871d5f8051eeb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:758f10fd65669acf6c81de7d53ffacf7de3b2e81498cd0f39990debd9110b69d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:9d5b06a17a27074c71ca8c4005e1b6b04a4ca488eb2571279805cffc56656c03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:dad9ed95f9fbba93ad7fe74761b007ca7b4da4c59a73abb1fda223e4c03a422d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:fcfa3ae6a7face4161aba93179d149a20d144e8a2a8564650750b4d8f0013496_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:4bd8b3ac46a8db114f1910d03bab222e17e18db8544e8d54ae8a0b1d0e24fa1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:97832034bbb82111434b4fbfe1444407ada2a083429a7efba57d55b4d610537b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:a52f59971348bb0e5766a857c16818b379c404c3af300bc697ae1fc8e3f54f15_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:b65119938857e8150f90c3b6bbc4e92d9646b9bc6c39f467e0ba3e4662e28036_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:633d1d92e36d87a1f8adcc69c9b9810ef84ecda5b85dbfbd6eca2bd4e97a2ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:6ef9d153bbf3c65f132cd7d29dbd58d01019615f03eb07967023e446bdced8c3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f70052e4ccac8f01affc7e0f1eaf9d14b4eb15544b0b5509fefb4e47a2a820ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:12d9ca6fa5893e68c553fd8909113ee1a29a96d3ff3bf32f3824791681de15d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:3af4fce899db69f0df6699cec4a3e4b26439c6a18de30232f1ff145f00d5d68a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d2fe0edcc847e8cb3727941b91149007f9c669b0bec5847a425e82212d095d79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:0889d518d954d62033fefe6df255f5ba816dec01d415d13a5634132f05eeb344_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3115448f5481f6842c97e13aaef4b9a2925a54f6998b9f48000a74faa63bbfc9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3a07fa757f01f4899f9c27883f06f4f7ab567310f5ae6bd44e96eab22d6dd01b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:95c7e0528adda5ba04775f32106977c5e3d95383b6553d57c703fc3e74d50a18_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:04bb985f7378665fe9840691d2ab90465b726431a39518dd087d3689d6817a6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a008fe2d2aba4b5f793d1d795f04174dfecc2633856129d3786a18b641a34f2d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c368220ebde4dcf75123e81eb9dc4e13544f64edaa79c28a21c93126e58239f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d4b20eee8037ab15a8e786ef3db3b1fddfc936fc59f249d893227dd1659d1ef5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:3f29b35a62f679a89a6cf199988f89e736707012542d72aa1761c89eef1909fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6c1b9f3900fd21b51aab4429b50959da2eec8d1fa64c70e1cc8e5ebe72a24cbd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d498d0d92f88fd51112e5b14233bd66880e081569a99000e508d5811d3afa56_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e94ce6c4e49d6de3e1bdbc145712ac8d1a45cc841785b20cb7605c35bef5d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1273f2e53f3d42e861050972fb3612e33d8ec159e29fa08bd7dd0e6f896b17a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c814b9a5380c33f9da6d646d956f2ba425d1eed63e718b44f574b1c2f3f0ea5a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:f005f7a9a4bbe701274a5e59e7e0e3c3a72426b19560653575ac6caa0e28cdbf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:fc078ca1f72f833ac498c30a1de5a4c7500c83cd94a3008445373266bfe56acd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2af9330004a06971944971326d1e8377cbbf4725f9d703db266abd7e5359d7ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:89971adb04a2e0a67571cf02489e6e383ae971000028d30305e584aa03784348_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:a3c950362ae071e71de468b7f619678386edfdfd0855d0df075f99d993132720_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b35a1300569e0905cb750b7217145c94e246036cd498993ead14d07e645d1fb2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:1afcc680effd2ce9de75d5a8ca4b7a1940198d30e5c042094f6eba007f5d673a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:8da6cb3c6dacaf49d3eedbeb0f03324a14734f4c918ffb038f41d0ab2acadd68_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:9235d5f0629ffad8a5af4e8a50660751684ce91eae489122c2f89bb79ee833fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:ec49da4e5124996506d50392d8b7078d00c5862bea5e229e7351b5e0e6532c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:7c1c1e7d2af533ee43c92204d4e87104f305cbde1af7c8531fa8f1299c16a3ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:b1d620feb486ef28423ee30cf03dedd26c30f589b12d87fff47a19cbcde4c3c4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d13a4baf04347af18f6eaa4cbdcd5f847ebcd396efedeb89ecf1393cd1e378f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ecceb25263477c9c9aa06a38df00fc004dd471ee9cccfbdfbc280c29d62f275b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:932692970cab5f163ce35ed82c9cbbb70c8a7b2224b82d4bab39c86aaef4609b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:9d157aa28bd24d12e49d76723cb91a19f9bc840a02d4850f94b9110530b76e7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:b5c8be4282dce9ca844df81ff8696bdd5fd25bb58b51c2061d3a3643e3f8dc2a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:6265c12a8b31624fe4257abad1889839e2e1612167dafa7274b8d614fdfee64e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:70857d797ad076f5f20217e39673aa6abb0647ecbaf95ab8252075f43a68c073_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:ce8fe5503b8bcb1bb338f06dc100f0bed5f85340eda1b73adb58d92e7aaec22c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3b597f3bd5af1c355f4e7c0ed012ca06697cbc37b9bf9a23a5c5f4d0d8162321_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3fe5d5a4ba52d689ec4b106ed8899e5fd75759671a6192641e2e24873707db77_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:557cefcdfef854b4ef381acf2f7de1bd1cf3f29a54398616043c6abcbc8a81f0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0bdf015e02c235268ce9fefafcb7b841266f434448ae5aaa9ad66e49ed36a39_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:22969e24366f0b43d2cf11c30157842f595bc54976ac096ede75fbdcc5d4985f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:3b487d6d2f8191f74b599cd30b8c982010c10409fd291eb1dc4c6c7b683f7cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7da1135f319c0f3086b822465dfe0d5e1d1d7b547b92dbd42dee8286c8f5c68f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e3b0258cdf56b709000aad847e7995099da913bf27676c138a5f9b0ea585bcac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a26f61e6063fca59ba6ab989888880ce959e81bb54b552ef7bd81a89d69b2b77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c115cba6d9973e91e208f56a315676b56657e5cf7863d19c0a7103f13edb9b44_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:ccb1f539fd2f75a062fc2ed4b0d7f27c360aef121f933975e9ef9235af453934_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:e7a8657e23e6dd922ea658aa52e8145254cd5753589e5ab3732a0d1d574e46f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0ac2a7fd509e0f905d2807f93051fef189de6febdf428b8c14e2618e6b70fe7f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:18bc241751cb6151f5b879ca160aeea4f08290e3fa0922e2c01eded3a9c44919_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ff30de805aae0da846920093dafb42ca2266b48d7b232ce774070fc1c0da5709_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:10efa408842bcf0b21fad1e720b1a05dc849b5965a891ac470cb8540f517a54a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:61967b9608d0920d92492b9fca096e3598f389329db9cf64c2eb6bd75b846777_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:77f97aa79f52695ab5dfc605b780692847051e9dd679789a0f355510ff6cfe51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:041d72bac1ff9895f91c83b21a4f92499b948c13354fd074393bb7b9294d46c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:505e422599401fbf23ce7000b02929b67d389c9d437974c8fdf91a0ec76061ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:e6a4680ab3d78db90ff3cf6502c8e1987844f5c5d8a2c920d2aeb9c8607f8d5e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:82c20bceaf5cb9e4d3e98fa58c98a679c05d55482519ea3fa080aabeab34cdf7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ba573576b17d3230c3893819b2e570a0f5c2c9760935b2c882c57b2da99696f5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:d83381f446c0dd432b817203f7e86897fd07a8e5bae54a537edb4712fa6fc264_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:1222990acec343a998b5085dd11a44583d86b7cc76d8f99b69d8a287116dd57b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:a80bc249c918d1cd92e3c46de8e87b388783ae93b9ac95839eb3b0c0efb8d8a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:cd6243cac5a039740a5b47baf91141ed3e70cb5675cec93c93434201d374a6f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:78dd8bba83fef4a8fffaa7b65ecf9f9c50567eb051f3015c8bdefbaa8334de5c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:b4a51cacc8a06fb6588ea140e3b50ff0166554e8d7b38c77a13be4bab9885356_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fd24147630533238a126ea21fbba484239135a15023c524137fc8ea25a7065ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:88f1d696cd44e19a0852b3d51ba224129b920c5d1859870dc36de53e3cb95c84_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8acaa460c5ae992714e25d957948477118dfa2eb6adfd0d84a457b9bfdba54d2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b23ea9fa8eaa75fb8e0acfa6f45ff360a8784627cc3fad5d608a80181f193c3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b70ef1d999b9f5308ecc361d6e4b74c8da65658d1d6802c731b6aa3a24725dc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:402f0bc32520a6391d25b5fd70e323df8f810aaa32d6f4a4ec190c32f851a153_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:5d95ebdf8eba75315f3e296f24533697ca66e3b828b886e12f0957d197ee388a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:637f6b5eb27d7a38e108b070130b6a52c0f44923d584ca65534cd88623d86f40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:6c87ec100726f3a8c65475666e604062f391ce3a8d9f516eae64ef7d51247fba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:61059dc3377fbd1c6d7426712242943cec1ae8a76752709afd421a618e143b47_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:baa34b4e2cccff9bc62d82eb6552639010785d44cb019acc69866cf2aaaa3806_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:fe4370f51955f5a8b5588b7e590a9521cb792066f6259ea0b2b032ac957be413_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:753de30d0d2a7db211426c9ede26bda02b91709680ca5acd2334c921e08fc088_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8d3a4e42a1ab884c9bbc9933b66db18c60e75a344a2d0570b10923c95d70fdb8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9a3c8ef3d81076660d34fdeb0f7b2d7ec088383fb8666f843eff5c6efdb9016b_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:8451c790ba30fb6395d8074c37c150d88d2adad11920e9b999332ffdb929a328_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:cdf612d1d3001b7e2eab47bee66395dc626a6a41421a9fff247ac7f1e530c281_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:d6584c4860edb91594eda55fcb27a576c6e74313b10569079d5454553dc1b64e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:e970ac1c75d936d92009f8fbc6754079704ea6d7731f2065c345c3a1e4412cdb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3965aaeeb958ccea911ff08d45da2c16ef953f6a473eb69b790fa1afa7c0b76d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:a7e30f2b77bb97ed583ee189ed72dfe9ad2a3928c67eb6d5aade5f1467f5d332_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b3925f84e0f1311b6a2461b89da2d45c79d93fb87c927e8211581a320ca9f9d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dfa66f12770ded49cbc84646d0c22440a157fcc71704d9162e1336a26331d9fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:4601d8011ff56e11bb8821db387d98354312a371bd8670cf915bfa9dd3de99be_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:59850338d772efb690f2016093b01feeb4dd3c73805d77c26172ef7f293f1a55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7fe48ad9f89f61203bd0ee397ccf7c5d9d37ec30b05ba837dc1089fe6ee67068_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:9cbca78a3a21d65303eba79b841fbe67f53b0a65fc82879534266075deef35d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5b648181cb5f1db70ab87fbf67b017c76fc1f83f7add0eacb658bc723763e3e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:748bda8560c46129d59afd0680c6ce7421d5bbe007cde1e750a8dc9c417cc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:776c81365d8979f2ca91127ff47d38362c7a1682643bb70d9f221a35b4c1f05c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:e6deb824bf0fdd43b4c1d89e8b8601e05b1b09dd1b89922fbb6e3ca7ef7bdfea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:35b685780d05bc62b306783208ceea2a99b78ec1e38099d25ab9e27fe64fc2e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:38b7e234acdefe69fa3c01d50447aecf4314443f72410df6b81d9b7d66d8281c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5cbf178c6594a373950ddf0e3c81452aa4163b6e4ebf30a735207a2523cf918a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:93c75b2ad4a4b85855a1e63cf1e1ca7e0a7b615c771b857d9bfebb7651d18871_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:3605def86edd8ea7f97a2e46ead0764197dfb13a9b5fd00052d91e5eb7e9fafb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e1fa556d3b407ce1489283a4111eafad610475cbb18d17e238cd20bdc24910dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e4ac1d06fcc633033dbac0db2749c09678ef71c109c1efd75ad31ecda396f721_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:edb5c32f8172251350021de785fabeb9a00a0d8250758f7857f9ea675c74f540_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2db7e64a9345be2d431e0ba15601ee9cc8d8dfc219a757a0f7a664d521e8adda_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:67bc0d4e819af067717ddcf765b4d565ba2f953c65633c122577fe192a6bea0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:7c48b8be9465a9f1b14db62cb2a1b4f2799df16407f306e9ed085946ebbd8d30_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:a4770ea3815a2528058f98f6952dbf58ff2d7ac12fd36f8119568c03eb5b0263_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:0100f495023b4ede4318d4cf15f68b9e33f0ba0b48331ce8cebf9250152f3211_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:222f4a27a841f4431f3fb204e1c7d3b55fa030495319514eecb26292c3beb0a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:db078402e0278f7dc1a0626bf3afe14c2c4221dd438708136de4a93bb0ee70c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fcdcc373e6c1ee28739e8883c4c6b447267987e34b9404ae693cf4331aeac76a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c4059a5b02bdd9d01fed234cde35e9c45e812cc4ee5be35f00ba806f0d84f3d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f553364c160f85a326a63ef456658486e384c56ed0b1af539ebea2d2e503c81e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:30af84e015601d39ad0b62c14cd5ad901ae6a4450ff247ab265b78eb8fac39a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:eeb09578f651f65f8f8216cac46869034bf17bff001a2ed73d96d11772532666_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:3dc64c49b4ebe48c00a1e75fdc94bbd8828adf9118e5af8d03d51a245f1112a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:6e36fd9c87b45f4257f9853d69dc676dfd561c408ddbfbf1c247579a62c54350_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:adf0ed6be1fc6efe5c78191efc5094efd8663b0c3ec3815f7c824f9919045c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c604800d8da5342d1a2d3c8d684844d66c4df5d03b686b0666e109aab6dc984b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:8d5c598393328496de5fafd9117d9d4f9fa4fcfb8c5418ade4df1604de18207a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:a91a92813ffb55ea55c55c27085ceceaef7734567cb916fb9bdbb18d59a10e12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:d456e8be4a3a28609cd29dda8c9f6fa46130c8a3d421e23c97d762d089bbe5b6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:ed64b71e99e3e436e96d00d475870df08877316e3f38df129dfb62d40ef4c45b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:50035776c45729ee560a831d79b3c8afc24a5691167e8c583eadea2474e23641_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:529836546956099d5d3b03861187b4bf92be0fcce6fbe95e5d229d6d5923c28c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:53f6f7a759a936966f39d97e1a7c0b10c86e02122557d710f14f0289f0b673a5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f56649d00f40db610f0a6fae6827575adbf58b70368c0dad73c794a3c77a35df_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:0e8ab3244ad637aba8448bd161d3a06c85a68afe7ea08e25064c4ed16c7ef650_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:280c976f5b58de0920c9ec4e2284cab56077dc975a46146aeb53509c4b302b83_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:6b5e8518bc692c328963e632a4f0a910761ec536a8f4ed717a576c4bac3ce963_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:df7c038aab12b439d56efe938bc673a24018e023a8de1e1c7aa416e042c55561_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0d7ec956e636933e576c00924726bd24a267bf46a9510a9e50b7a3e79f70daca_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:467ed1130abf80b62f8e0537e9977658d22dbc3cf7cd40ca96e3a54d878feedb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b2d5d8ec572abb2c30a98be0de1e11ca1a2adf0c6faa3347c6a0d2ef784afeac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c915c06f28341ba8aa9a1c00fc49504a8816b0610b2cf5304f89fcedca8bc478_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2a325b078b73e9bfd6e92f8154c4177aeb60dbdd59657227ca37ab1bd46827af_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:671a3dabbb5b5f6b2b4620ce823d6928b65506f2acffa0104a4c2d149a223211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:7d65d75e025be1ea2f6d82d14f859786f448e619422b10f68cfd4f68ae786a21_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:999c307a79cabd8e9553f5d807d4125df1fef3153ecfce17cca871d5f8051eeb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:758f10fd65669acf6c81de7d53ffacf7de3b2e81498cd0f39990debd9110b69d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:9d5b06a17a27074c71ca8c4005e1b6b04a4ca488eb2571279805cffc56656c03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:dad9ed95f9fbba93ad7fe74761b007ca7b4da4c59a73abb1fda223e4c03a422d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:fcfa3ae6a7face4161aba93179d149a20d144e8a2a8564650750b4d8f0013496_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:4bd8b3ac46a8db114f1910d03bab222e17e18db8544e8d54ae8a0b1d0e24fa1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:97832034bbb82111434b4fbfe1444407ada2a083429a7efba57d55b4d610537b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:a52f59971348bb0e5766a857c16818b379c404c3af300bc697ae1fc8e3f54f15_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:b65119938857e8150f90c3b6bbc4e92d9646b9bc6c39f467e0ba3e4662e28036_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:633d1d92e36d87a1f8adcc69c9b9810ef84ecda5b85dbfbd6eca2bd4e97a2ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:6ef9d153bbf3c65f132cd7d29dbd58d01019615f03eb07967023e446bdced8c3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f70052e4ccac8f01affc7e0f1eaf9d14b4eb15544b0b5509fefb4e47a2a820ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:12d9ca6fa5893e68c553fd8909113ee1a29a96d3ff3bf32f3824791681de15d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:3af4fce899db69f0df6699cec4a3e4b26439c6a18de30232f1ff145f00d5d68a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d2fe0edcc847e8cb3727941b91149007f9c669b0bec5847a425e82212d095d79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:0889d518d954d62033fefe6df255f5ba816dec01d415d13a5634132f05eeb344_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3115448f5481f6842c97e13aaef4b9a2925a54f6998b9f48000a74faa63bbfc9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3a07fa757f01f4899f9c27883f06f4f7ab567310f5ae6bd44e96eab22d6dd01b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:95c7e0528adda5ba04775f32106977c5e3d95383b6553d57c703fc3e74d50a18_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:04bb985f7378665fe9840691d2ab90465b726431a39518dd087d3689d6817a6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a008fe2d2aba4b5f793d1d795f04174dfecc2633856129d3786a18b641a34f2d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c368220ebde4dcf75123e81eb9dc4e13544f64edaa79c28a21c93126e58239f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d4b20eee8037ab15a8e786ef3db3b1fddfc936fc59f249d893227dd1659d1ef5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:3f29b35a62f679a89a6cf199988f89e736707012542d72aa1761c89eef1909fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6c1b9f3900fd21b51aab4429b50959da2eec8d1fa64c70e1cc8e5ebe72a24cbd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d498d0d92f88fd51112e5b14233bd66880e081569a99000e508d5811d3afa56_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e94ce6c4e49d6de3e1bdbc145712ac8d1a45cc841785b20cb7605c35bef5d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1273f2e53f3d42e861050972fb3612e33d8ec159e29fa08bd7dd0e6f896b17a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c814b9a5380c33f9da6d646d956f2ba425d1eed63e718b44f574b1c2f3f0ea5a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:f005f7a9a4bbe701274a5e59e7e0e3c3a72426b19560653575ac6caa0e28cdbf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:fc078ca1f72f833ac498c30a1de5a4c7500c83cd94a3008445373266bfe56acd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2af9330004a06971944971326d1e8377cbbf4725f9d703db266abd7e5359d7ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:89971adb04a2e0a67571cf02489e6e383ae971000028d30305e584aa03784348_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:a3c950362ae071e71de468b7f619678386edfdfd0855d0df075f99d993132720_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b35a1300569e0905cb750b7217145c94e246036cd498993ead14d07e645d1fb2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:1afcc680effd2ce9de75d5a8ca4b7a1940198d30e5c042094f6eba007f5d673a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:8da6cb3c6dacaf49d3eedbeb0f03324a14734f4c918ffb038f41d0ab2acadd68_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:9235d5f0629ffad8a5af4e8a50660751684ce91eae489122c2f89bb79ee833fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:ec49da4e5124996506d50392d8b7078d00c5862bea5e229e7351b5e0e6532c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:7c1c1e7d2af533ee43c92204d4e87104f305cbde1af7c8531fa8f1299c16a3ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:b1d620feb486ef28423ee30cf03dedd26c30f589b12d87fff47a19cbcde4c3c4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d13a4baf04347af18f6eaa4cbdcd5f847ebcd396efedeb89ecf1393cd1e378f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ecceb25263477c9c9aa06a38df00fc004dd471ee9cccfbdfbc280c29d62f275b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:932692970cab5f163ce35ed82c9cbbb70c8a7b2224b82d4bab39c86aaef4609b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:9d157aa28bd24d12e49d76723cb91a19f9bc840a02d4850f94b9110530b76e7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:b5c8be4282dce9ca844df81ff8696bdd5fd25bb58b51c2061d3a3643e3f8dc2a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:6265c12a8b31624fe4257abad1889839e2e1612167dafa7274b8d614fdfee64e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:70857d797ad076f5f20217e39673aa6abb0647ecbaf95ab8252075f43a68c073_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:ce8fe5503b8bcb1bb338f06dc100f0bed5f85340eda1b73adb58d92e7aaec22c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3b597f3bd5af1c355f4e7c0ed012ca06697cbc37b9bf9a23a5c5f4d0d8162321_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3fe5d5a4ba52d689ec4b106ed8899e5fd75759671a6192641e2e24873707db77_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:557cefcdfef854b4ef381acf2f7de1bd1cf3f29a54398616043c6abcbc8a81f0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0bdf015e02c235268ce9fefafcb7b841266f434448ae5aaa9ad66e49ed36a39_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:22969e24366f0b43d2cf11c30157842f595bc54976ac096ede75fbdcc5d4985f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:3b487d6d2f8191f74b599cd30b8c982010c10409fd291eb1dc4c6c7b683f7cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7da1135f319c0f3086b822465dfe0d5e1d1d7b547b92dbd42dee8286c8f5c68f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e3b0258cdf56b709000aad847e7995099da913bf27676c138a5f9b0ea585bcac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a26f61e6063fca59ba6ab989888880ce959e81bb54b552ef7bd81a89d69b2b77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c115cba6d9973e91e208f56a315676b56657e5cf7863d19c0a7103f13edb9b44_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:ccb1f539fd2f75a062fc2ed4b0d7f27c360aef121f933975e9ef9235af453934_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:e7a8657e23e6dd922ea658aa52e8145254cd5753589e5ab3732a0d1d574e46f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0ac2a7fd509e0f905d2807f93051fef189de6febdf428b8c14e2618e6b70fe7f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:18bc241751cb6151f5b879ca160aeea4f08290e3fa0922e2c01eded3a9c44919_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ff30de805aae0da846920093dafb42ca2266b48d7b232ce774070fc1c0da5709_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:10efa408842bcf0b21fad1e720b1a05dc849b5965a891ac470cb8540f517a54a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:61967b9608d0920d92492b9fca096e3598f389329db9cf64c2eb6bd75b846777_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:77f97aa79f52695ab5dfc605b780692847051e9dd679789a0f355510ff6cfe51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:041d72bac1ff9895f91c83b21a4f92499b948c13354fd074393bb7b9294d46c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:505e422599401fbf23ce7000b02929b67d389c9d437974c8fdf91a0ec76061ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:e6a4680ab3d78db90ff3cf6502c8e1987844f5c5d8a2c920d2aeb9c8607f8d5e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:82c20bceaf5cb9e4d3e98fa58c98a679c05d55482519ea3fa080aabeab34cdf7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ba573576b17d3230c3893819b2e570a0f5c2c9760935b2c882c57b2da99696f5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:d83381f446c0dd432b817203f7e86897fd07a8e5bae54a537edb4712fa6fc264_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:1222990acec343a998b5085dd11a44583d86b7cc76d8f99b69d8a287116dd57b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:a80bc249c918d1cd92e3c46de8e87b388783ae93b9ac95839eb3b0c0efb8d8a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:cd6243cac5a039740a5b47baf91141ed3e70cb5675cec93c93434201d374a6f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:78dd8bba83fef4a8fffaa7b65ecf9f9c50567eb051f3015c8bdefbaa8334de5c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:b4a51cacc8a06fb6588ea140e3b50ff0166554e8d7b38c77a13be4bab9885356_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fd24147630533238a126ea21fbba484239135a15023c524137fc8ea25a7065ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:88f1d696cd44e19a0852b3d51ba224129b920c5d1859870dc36de53e3cb95c84_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8acaa460c5ae992714e25d957948477118dfa2eb6adfd0d84a457b9bfdba54d2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b23ea9fa8eaa75fb8e0acfa6f45ff360a8784627cc3fad5d608a80181f193c3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b70ef1d999b9f5308ecc361d6e4b74c8da65658d1d6802c731b6aa3a24725dc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:402f0bc32520a6391d25b5fd70e323df8f810aaa32d6f4a4ec190c32f851a153_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:5d95ebdf8eba75315f3e296f24533697ca66e3b828b886e12f0957d197ee388a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:637f6b5eb27d7a38e108b070130b6a52c0f44923d584ca65534cd88623d86f40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:6c87ec100726f3a8c65475666e604062f391ce3a8d9f516eae64ef7d51247fba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:61059dc3377fbd1c6d7426712242943cec1ae8a76752709afd421a618e143b47_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:baa34b4e2cccff9bc62d82eb6552639010785d44cb019acc69866cf2aaaa3806_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:fe4370f51955f5a8b5588b7e590a9521cb792066f6259ea0b2b032ac957be413_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:753de30d0d2a7db211426c9ede26bda02b91709680ca5acd2334c921e08fc088_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8d3a4e42a1ab884c9bbc9933b66db18c60e75a344a2d0570b10923c95d70fdb8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9a3c8ef3d81076660d34fdeb0f7b2d7ec088383fb8666f843eff5c6efdb9016b_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:8451c790ba30fb6395d8074c37c150d88d2adad11920e9b999332ffdb929a328_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:cdf612d1d3001b7e2eab47bee66395dc626a6a41421a9fff247ac7f1e530c281_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:d6584c4860edb91594eda55fcb27a576c6e74313b10569079d5454553dc1b64e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:e970ac1c75d936d92009f8fbc6754079704ea6d7731f2065c345c3a1e4412cdb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3965aaeeb958ccea911ff08d45da2c16ef953f6a473eb69b790fa1afa7c0b76d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:a7e30f2b77bb97ed583ee189ed72dfe9ad2a3928c67eb6d5aade5f1467f5d332_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b3925f84e0f1311b6a2461b89da2d45c79d93fb87c927e8211581a320ca9f9d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dfa66f12770ded49cbc84646d0c22440a157fcc71704d9162e1336a26331d9fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:4601d8011ff56e11bb8821db387d98354312a371bd8670cf915bfa9dd3de99be_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:59850338d772efb690f2016093b01feeb4dd3c73805d77c26172ef7f293f1a55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7fe48ad9f89f61203bd0ee397ccf7c5d9d37ec30b05ba837dc1089fe6ee67068_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:9cbca78a3a21d65303eba79b841fbe67f53b0a65fc82879534266075deef35d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5b648181cb5f1db70ab87fbf67b017c76fc1f83f7add0eacb658bc723763e3e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:748bda8560c46129d59afd0680c6ce7421d5bbe007cde1e750a8dc9c417cc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:776c81365d8979f2ca91127ff47d38362c7a1682643bb70d9f221a35b4c1f05c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:e6deb824bf0fdd43b4c1d89e8b8601e05b1b09dd1b89922fbb6e3ca7ef7bdfea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:35b685780d05bc62b306783208ceea2a99b78ec1e38099d25ab9e27fe64fc2e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:38b7e234acdefe69fa3c01d50447aecf4314443f72410df6b81d9b7d66d8281c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5cbf178c6594a373950ddf0e3c81452aa4163b6e4ebf30a735207a2523cf918a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:93c75b2ad4a4b85855a1e63cf1e1ca7e0a7b615c771b857d9bfebb7651d18871_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:3605def86edd8ea7f97a2e46ead0764197dfb13a9b5fd00052d91e5eb7e9fafb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e1fa556d3b407ce1489283a4111eafad610475cbb18d17e238cd20bdc24910dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e4ac1d06fcc633033dbac0db2749c09678ef71c109c1efd75ad31ecda396f721_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:edb5c32f8172251350021de785fabeb9a00a0d8250758f7857f9ea675c74f540_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2db7e64a9345be2d431e0ba15601ee9cc8d8dfc219a757a0f7a664d521e8adda_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:67bc0d4e819af067717ddcf765b4d565ba2f953c65633c122577fe192a6bea0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:7c48b8be9465a9f1b14db62cb2a1b4f2799df16407f306e9ed085946ebbd8d30_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:a4770ea3815a2528058f98f6952dbf58ff2d7ac12fd36f8119568c03eb5b0263_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:0100f495023b4ede4318d4cf15f68b9e33f0ba0b48331ce8cebf9250152f3211_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:222f4a27a841f4431f3fb204e1c7d3b55fa030495319514eecb26292c3beb0a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:db078402e0278f7dc1a0626bf3afe14c2c4221dd438708136de4a93bb0ee70c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fcdcc373e6c1ee28739e8883c4c6b447267987e34b9404ae693cf4331aeac76a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c4059a5b02bdd9d01fed234cde35e9c45e812cc4ee5be35f00ba806f0d84f3d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f553364c160f85a326a63ef456658486e384c56ed0b1af539ebea2d2e503c81e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:30af84e015601d39ad0b62c14cd5ad901ae6a4450ff247ab265b78eb8fac39a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:eeb09578f651f65f8f8216cac46869034bf17bff001a2ed73d96d11772532666_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:3dc64c49b4ebe48c00a1e75fdc94bbd8828adf9118e5af8d03d51a245f1112a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:6e36fd9c87b45f4257f9853d69dc676dfd561c408ddbfbf1c247579a62c54350_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:adf0ed6be1fc6efe5c78191efc5094efd8663b0c3ec3815f7c824f9919045c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c604800d8da5342d1a2d3c8d684844d66c4df5d03b686b0666e109aab6dc984b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:8d5c598393328496de5fafd9117d9d4f9fa4fcfb8c5418ade4df1604de18207a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:a91a92813ffb55ea55c55c27085ceceaef7734567cb916fb9bdbb18d59a10e12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:d456e8be4a3a28609cd29dda8c9f6fa46130c8a3d421e23c97d762d089bbe5b6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:ed64b71e99e3e436e96d00d475870df08877316e3f38df129dfb62d40ef4c45b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:50035776c45729ee560a831d79b3c8afc24a5691167e8c583eadea2474e23641_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:529836546956099d5d3b03861187b4bf92be0fcce6fbe95e5d229d6d5923c28c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:53f6f7a759a936966f39d97e1a7c0b10c86e02122557d710f14f0289f0b673a5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f56649d00f40db610f0a6fae6827575adbf58b70368c0dad73c794a3c77a35df_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:0e8ab3244ad637aba8448bd161d3a06c85a68afe7ea08e25064c4ed16c7ef650_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:280c976f5b58de0920c9ec4e2284cab56077dc975a46146aeb53509c4b302b83_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:6b5e8518bc692c328963e632a4f0a910761ec536a8f4ed717a576c4bac3ce963_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:df7c038aab12b439d56efe938bc673a24018e023a8de1e1c7aa416e042c55561_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0d7ec956e636933e576c00924726bd24a267bf46a9510a9e50b7a3e79f70daca_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:467ed1130abf80b62f8e0537e9977658d22dbc3cf7cd40ca96e3a54d878feedb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b2d5d8ec572abb2c30a98be0de1e11ca1a2adf0c6faa3347c6a0d2ef784afeac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c915c06f28341ba8aa9a1c00fc49504a8816b0610b2cf5304f89fcedca8bc478_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2a325b078b73e9bfd6e92f8154c4177aeb60dbdd59657227ca37ab1bd46827af_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:671a3dabbb5b5f6b2b4620ce823d6928b65506f2acffa0104a4c2d149a223211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:7d65d75e025be1ea2f6d82d14f859786f448e619422b10f68cfd4f68ae786a21_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:999c307a79cabd8e9553f5d807d4125df1fef3153ecfce17cca871d5f8051eeb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:758f10fd65669acf6c81de7d53ffacf7de3b2e81498cd0f39990debd9110b69d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:9d5b06a17a27074c71ca8c4005e1b6b04a4ca488eb2571279805cffc56656c03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:dad9ed95f9fbba93ad7fe74761b007ca7b4da4c59a73abb1fda223e4c03a422d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:fcfa3ae6a7face4161aba93179d149a20d144e8a2a8564650750b4d8f0013496_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:4bd8b3ac46a8db114f1910d03bab222e17e18db8544e8d54ae8a0b1d0e24fa1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:97832034bbb82111434b4fbfe1444407ada2a083429a7efba57d55b4d610537b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:a52f59971348bb0e5766a857c16818b379c404c3af300bc697ae1fc8e3f54f15_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:b65119938857e8150f90c3b6bbc4e92d9646b9bc6c39f467e0ba3e4662e28036_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:633d1d92e36d87a1f8adcc69c9b9810ef84ecda5b85dbfbd6eca2bd4e97a2ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:6ef9d153bbf3c65f132cd7d29dbd58d01019615f03eb07967023e446bdced8c3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f70052e4ccac8f01affc7e0f1eaf9d14b4eb15544b0b5509fefb4e47a2a820ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:12d9ca6fa5893e68c553fd8909113ee1a29a96d3ff3bf32f3824791681de15d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:3af4fce899db69f0df6699cec4a3e4b26439c6a18de30232f1ff145f00d5d68a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d2fe0edcc847e8cb3727941b91149007f9c669b0bec5847a425e82212d095d79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:0889d518d954d62033fefe6df255f5ba816dec01d415d13a5634132f05eeb344_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3115448f5481f6842c97e13aaef4b9a2925a54f6998b9f48000a74faa63bbfc9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3a07fa757f01f4899f9c27883f06f4f7ab567310f5ae6bd44e96eab22d6dd01b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:95c7e0528adda5ba04775f32106977c5e3d95383b6553d57c703fc3e74d50a18_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:04bb985f7378665fe9840691d2ab90465b726431a39518dd087d3689d6817a6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a008fe2d2aba4b5f793d1d795f04174dfecc2633856129d3786a18b641a34f2d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c368220ebde4dcf75123e81eb9dc4e13544f64edaa79c28a21c93126e58239f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d4b20eee8037ab15a8e786ef3db3b1fddfc936fc59f249d893227dd1659d1ef5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:3f29b35a62f679a89a6cf199988f89e736707012542d72aa1761c89eef1909fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6c1b9f3900fd21b51aab4429b50959da2eec8d1fa64c70e1cc8e5ebe72a24cbd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d498d0d92f88fd51112e5b14233bd66880e081569a99000e508d5811d3afa56_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e94ce6c4e49d6de3e1bdbc145712ac8d1a45cc841785b20cb7605c35bef5d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1273f2e53f3d42e861050972fb3612e33d8ec159e29fa08bd7dd0e6f896b17a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c814b9a5380c33f9da6d646d956f2ba425d1eed63e718b44f574b1c2f3f0ea5a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:f005f7a9a4bbe701274a5e59e7e0e3c3a72426b19560653575ac6caa0e28cdbf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:fc078ca1f72f833ac498c30a1de5a4c7500c83cd94a3008445373266bfe56acd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2af9330004a06971944971326d1e8377cbbf4725f9d703db266abd7e5359d7ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:89971adb04a2e0a67571cf02489e6e383ae971000028d30305e584aa03784348_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:a3c950362ae071e71de468b7f619678386edfdfd0855d0df075f99d993132720_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b35a1300569e0905cb750b7217145c94e246036cd498993ead14d07e645d1fb2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:7c1c1e7d2af533ee43c92204d4e87104f305cbde1af7c8531fa8f1299c16a3ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:b1d620feb486ef28423ee30cf03dedd26c30f589b12d87fff47a19cbcde4c3c4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d13a4baf04347af18f6eaa4cbdcd5f847ebcd396efedeb89ecf1393cd1e378f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ecceb25263477c9c9aa06a38df00fc004dd471ee9cccfbdfbc280c29d62f275b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:932692970cab5f163ce35ed82c9cbbb70c8a7b2224b82d4bab39c86aaef4609b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:9d157aa28bd24d12e49d76723cb91a19f9bc840a02d4850f94b9110530b76e7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:b5c8be4282dce9ca844df81ff8696bdd5fd25bb58b51c2061d3a3643e3f8dc2a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:6265c12a8b31624fe4257abad1889839e2e1612167dafa7274b8d614fdfee64e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:70857d797ad076f5f20217e39673aa6abb0647ecbaf95ab8252075f43a68c073_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:ce8fe5503b8bcb1bb338f06dc100f0bed5f85340eda1b73adb58d92e7aaec22c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3b597f3bd5af1c355f4e7c0ed012ca06697cbc37b9bf9a23a5c5f4d0d8162321_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3fe5d5a4ba52d689ec4b106ed8899e5fd75759671a6192641e2e24873707db77_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:557cefcdfef854b4ef381acf2f7de1bd1cf3f29a54398616043c6abcbc8a81f0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0bdf015e02c235268ce9fefafcb7b841266f434448ae5aaa9ad66e49ed36a39_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:22969e24366f0b43d2cf11c30157842f595bc54976ac096ede75fbdcc5d4985f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:3b487d6d2f8191f74b599cd30b8c982010c10409fd291eb1dc4c6c7b683f7cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7da1135f319c0f3086b822465dfe0d5e1d1d7b547b92dbd42dee8286c8f5c68f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e3b0258cdf56b709000aad847e7995099da913bf27676c138a5f9b0ea585bcac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a26f61e6063fca59ba6ab989888880ce959e81bb54b552ef7bd81a89d69b2b77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c115cba6d9973e91e208f56a315676b56657e5cf7863d19c0a7103f13edb9b44_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:ccb1f539fd2f75a062fc2ed4b0d7f27c360aef121f933975e9ef9235af453934_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:e7a8657e23e6dd922ea658aa52e8145254cd5753589e5ab3732a0d1d574e46f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0ac2a7fd509e0f905d2807f93051fef189de6febdf428b8c14e2618e6b70fe7f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:18bc241751cb6151f5b879ca160aeea4f08290e3fa0922e2c01eded3a9c44919_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ff30de805aae0da846920093dafb42ca2266b48d7b232ce774070fc1c0da5709_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:10efa408842bcf0b21fad1e720b1a05dc849b5965a891ac470cb8540f517a54a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:61967b9608d0920d92492b9fca096e3598f389329db9cf64c2eb6bd75b846777_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:77f97aa79f52695ab5dfc605b780692847051e9dd679789a0f355510ff6cfe51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:82c20bceaf5cb9e4d3e98fa58c98a679c05d55482519ea3fa080aabeab34cdf7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ba573576b17d3230c3893819b2e570a0f5c2c9760935b2c882c57b2da99696f5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:d83381f446c0dd432b817203f7e86897fd07a8e5bae54a537edb4712fa6fc264_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:88f1d696cd44e19a0852b3d51ba224129b920c5d1859870dc36de53e3cb95c84_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8acaa460c5ae992714e25d957948477118dfa2eb6adfd0d84a457b9bfdba54d2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b23ea9fa8eaa75fb8e0acfa6f45ff360a8784627cc3fad5d608a80181f193c3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b70ef1d999b9f5308ecc361d6e4b74c8da65658d1d6802c731b6aa3a24725dc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:402f0bc32520a6391d25b5fd70e323df8f810aaa32d6f4a4ec190c32f851a153_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:5d95ebdf8eba75315f3e296f24533697ca66e3b828b886e12f0957d197ee388a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:637f6b5eb27d7a38e108b070130b6a52c0f44923d584ca65534cd88623d86f40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:6c87ec100726f3a8c65475666e604062f391ce3a8d9f516eae64ef7d51247fba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:61059dc3377fbd1c6d7426712242943cec1ae8a76752709afd421a618e143b47_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:baa34b4e2cccff9bc62d82eb6552639010785d44cb019acc69866cf2aaaa3806_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:fe4370f51955f5a8b5588b7e590a9521cb792066f6259ea0b2b032ac957be413_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:753de30d0d2a7db211426c9ede26bda02b91709680ca5acd2334c921e08fc088_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8d3a4e42a1ab884c9bbc9933b66db18c60e75a344a2d0570b10923c95d70fdb8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9a3c8ef3d81076660d34fdeb0f7b2d7ec088383fb8666f843eff5c6efdb9016b_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"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-node-feature-discovery@sha256:1afcc680effd2ce9de75d5a8ca4b7a1940198d30e5c042094f6eba007f5d673a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:8da6cb3c6dacaf49d3eedbeb0f03324a14734f4c918ffb038f41d0ab2acadd68_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:9235d5f0629ffad8a5af4e8a50660751684ce91eae489122c2f89bb79ee833fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:ec49da4e5124996506d50392d8b7078d00c5862bea5e229e7351b5e0e6532c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:041d72bac1ff9895f91c83b21a4f92499b948c13354fd074393bb7b9294d46c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:505e422599401fbf23ce7000b02929b67d389c9d437974c8fdf91a0ec76061ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:e6a4680ab3d78db90ff3cf6502c8e1987844f5c5d8a2c920d2aeb9c8607f8d5e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:1222990acec343a998b5085dd11a44583d86b7cc76d8f99b69d8a287116dd57b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:a80bc249c918d1cd92e3c46de8e87b388783ae93b9ac95839eb3b0c0efb8d8a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:cd6243cac5a039740a5b47baf91141ed3e70cb5675cec93c93434201d374a6f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:78dd8bba83fef4a8fffaa7b65ecf9f9c50567eb051f3015c8bdefbaa8334de5c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:b4a51cacc8a06fb6588ea140e3b50ff0166554e8d7b38c77a13be4bab9885356_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fd24147630533238a126ea21fbba484239135a15023c524137fc8ea25a7065ca_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:8451c790ba30fb6395d8074c37c150d88d2adad11920e9b999332ffdb929a328_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:cdf612d1d3001b7e2eab47bee66395dc626a6a41421a9fff247ac7f1e530c281_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:d6584c4860edb91594eda55fcb27a576c6e74313b10569079d5454553dc1b64e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:e970ac1c75d936d92009f8fbc6754079704ea6d7731f2065c345c3a1e4412cdb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3965aaeeb958ccea911ff08d45da2c16ef953f6a473eb69b790fa1afa7c0b76d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:a7e30f2b77bb97ed583ee189ed72dfe9ad2a3928c67eb6d5aade5f1467f5d332_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b3925f84e0f1311b6a2461b89da2d45c79d93fb87c927e8211581a320ca9f9d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dfa66f12770ded49cbc84646d0c22440a157fcc71704d9162e1336a26331d9fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:4601d8011ff56e11bb8821db387d98354312a371bd8670cf915bfa9dd3de99be_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:59850338d772efb690f2016093b01feeb4dd3c73805d77c26172ef7f293f1a55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7fe48ad9f89f61203bd0ee397ccf7c5d9d37ec30b05ba837dc1089fe6ee67068_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:9cbca78a3a21d65303eba79b841fbe67f53b0a65fc82879534266075deef35d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5b648181cb5f1db70ab87fbf67b017c76fc1f83f7add0eacb658bc723763e3e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:748bda8560c46129d59afd0680c6ce7421d5bbe007cde1e750a8dc9c417cc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:776c81365d8979f2ca91127ff47d38362c7a1682643bb70d9f221a35b4c1f05c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:e6deb824bf0fdd43b4c1d89e8b8601e05b1b09dd1b89922fbb6e3ca7ef7bdfea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:35b685780d05bc62b306783208ceea2a99b78ec1e38099d25ab9e27fe64fc2e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:38b7e234acdefe69fa3c01d50447aecf4314443f72410df6b81d9b7d66d8281c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5cbf178c6594a373950ddf0e3c81452aa4163b6e4ebf30a735207a2523cf918a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:93c75b2ad4a4b85855a1e63cf1e1ca7e0a7b615c771b857d9bfebb7651d18871_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:3605def86edd8ea7f97a2e46ead0764197dfb13a9b5fd00052d91e5eb7e9fafb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e1fa556d3b407ce1489283a4111eafad610475cbb18d17e238cd20bdc24910dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e4ac1d06fcc633033dbac0db2749c09678ef71c109c1efd75ad31ecda396f721_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:edb5c32f8172251350021de785fabeb9a00a0d8250758f7857f9ea675c74f540_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2db7e64a9345be2d431e0ba15601ee9cc8d8dfc219a757a0f7a664d521e8adda_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:67bc0d4e819af067717ddcf765b4d565ba2f953c65633c122577fe192a6bea0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:7c48b8be9465a9f1b14db62cb2a1b4f2799df16407f306e9ed085946ebbd8d30_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:a4770ea3815a2528058f98f6952dbf58ff2d7ac12fd36f8119568c03eb5b0263_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:0100f495023b4ede4318d4cf15f68b9e33f0ba0b48331ce8cebf9250152f3211_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:222f4a27a841f4431f3fb204e1c7d3b55fa030495319514eecb26292c3beb0a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:db078402e0278f7dc1a0626bf3afe14c2c4221dd438708136de4a93bb0ee70c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fcdcc373e6c1ee28739e8883c4c6b447267987e34b9404ae693cf4331aeac76a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c4059a5b02bdd9d01fed234cde35e9c45e812cc4ee5be35f00ba806f0d84f3d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f553364c160f85a326a63ef456658486e384c56ed0b1af539ebea2d2e503c81e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:30af84e015601d39ad0b62c14cd5ad901ae6a4450ff247ab265b78eb8fac39a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:eeb09578f651f65f8f8216cac46869034bf17bff001a2ed73d96d11772532666_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:3dc64c49b4ebe48c00a1e75fdc94bbd8828adf9118e5af8d03d51a245f1112a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:6e36fd9c87b45f4257f9853d69dc676dfd561c408ddbfbf1c247579a62c54350_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:adf0ed6be1fc6efe5c78191efc5094efd8663b0c3ec3815f7c824f9919045c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c604800d8da5342d1a2d3c8d684844d66c4df5d03b686b0666e109aab6dc984b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:8d5c598393328496de5fafd9117d9d4f9fa4fcfb8c5418ade4df1604de18207a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:a91a92813ffb55ea55c55c27085ceceaef7734567cb916fb9bdbb18d59a10e12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:d456e8be4a3a28609cd29dda8c9f6fa46130c8a3d421e23c97d762d089bbe5b6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:ed64b71e99e3e436e96d00d475870df08877316e3f38df129dfb62d40ef4c45b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:50035776c45729ee560a831d79b3c8afc24a5691167e8c583eadea2474e23641_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:529836546956099d5d3b03861187b4bf92be0fcce6fbe95e5d229d6d5923c28c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:53f6f7a759a936966f39d97e1a7c0b10c86e02122557d710f14f0289f0b673a5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f56649d00f40db610f0a6fae6827575adbf58b70368c0dad73c794a3c77a35df_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:0e8ab3244ad637aba8448bd161d3a06c85a68afe7ea08e25064c4ed16c7ef650_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:280c976f5b58de0920c9ec4e2284cab56077dc975a46146aeb53509c4b302b83_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:6b5e8518bc692c328963e632a4f0a910761ec536a8f4ed717a576c4bac3ce963_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:df7c038aab12b439d56efe938bc673a24018e023a8de1e1c7aa416e042c55561_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0d7ec956e636933e576c00924726bd24a267bf46a9510a9e50b7a3e79f70daca_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:467ed1130abf80b62f8e0537e9977658d22dbc3cf7cd40ca96e3a54d878feedb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b2d5d8ec572abb2c30a98be0de1e11ca1a2adf0c6faa3347c6a0d2ef784afeac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c915c06f28341ba8aa9a1c00fc49504a8816b0610b2cf5304f89fcedca8bc478_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2a325b078b73e9bfd6e92f8154c4177aeb60dbdd59657227ca37ab1bd46827af_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:671a3dabbb5b5f6b2b4620ce823d6928b65506f2acffa0104a4c2d149a223211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:7d65d75e025be1ea2f6d82d14f859786f448e619422b10f68cfd4f68ae786a21_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:999c307a79cabd8e9553f5d807d4125df1fef3153ecfce17cca871d5f8051eeb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:758f10fd65669acf6c81de7d53ffacf7de3b2e81498cd0f39990debd9110b69d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:9d5b06a17a27074c71ca8c4005e1b6b04a4ca488eb2571279805cffc56656c03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:dad9ed95f9fbba93ad7fe74761b007ca7b4da4c59a73abb1fda223e4c03a422d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:fcfa3ae6a7face4161aba93179d149a20d144e8a2a8564650750b4d8f0013496_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:4bd8b3ac46a8db114f1910d03bab222e17e18db8544e8d54ae8a0b1d0e24fa1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:97832034bbb82111434b4fbfe1444407ada2a083429a7efba57d55b4d610537b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:a52f59971348bb0e5766a857c16818b379c404c3af300bc697ae1fc8e3f54f15_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:b65119938857e8150f90c3b6bbc4e92d9646b9bc6c39f467e0ba3e4662e28036_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:633d1d92e36d87a1f8adcc69c9b9810ef84ecda5b85dbfbd6eca2bd4e97a2ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:6ef9d153bbf3c65f132cd7d29dbd58d01019615f03eb07967023e446bdced8c3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f70052e4ccac8f01affc7e0f1eaf9d14b4eb15544b0b5509fefb4e47a2a820ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:12d9ca6fa5893e68c553fd8909113ee1a29a96d3ff3bf32f3824791681de15d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:3af4fce899db69f0df6699cec4a3e4b26439c6a18de30232f1ff145f00d5d68a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d2fe0edcc847e8cb3727941b91149007f9c669b0bec5847a425e82212d095d79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:0889d518d954d62033fefe6df255f5ba816dec01d415d13a5634132f05eeb344_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3115448f5481f6842c97e13aaef4b9a2925a54f6998b9f48000a74faa63bbfc9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3a07fa757f01f4899f9c27883f06f4f7ab567310f5ae6bd44e96eab22d6dd01b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:95c7e0528adda5ba04775f32106977c5e3d95383b6553d57c703fc3e74d50a18_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:04bb985f7378665fe9840691d2ab90465b726431a39518dd087d3689d6817a6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a008fe2d2aba4b5f793d1d795f04174dfecc2633856129d3786a18b641a34f2d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c368220ebde4dcf75123e81eb9dc4e13544f64edaa79c28a21c93126e58239f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d4b20eee8037ab15a8e786ef3db3b1fddfc936fc59f249d893227dd1659d1ef5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:3f29b35a62f679a89a6cf199988f89e736707012542d72aa1761c89eef1909fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6c1b9f3900fd21b51aab4429b50959da2eec8d1fa64c70e1cc8e5ebe72a24cbd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d498d0d92f88fd51112e5b14233bd66880e081569a99000e508d5811d3afa56_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e94ce6c4e49d6de3e1bdbc145712ac8d1a45cc841785b20cb7605c35bef5d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1273f2e53f3d42e861050972fb3612e33d8ec159e29fa08bd7dd0e6f896b17a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c814b9a5380c33f9da6d646d956f2ba425d1eed63e718b44f574b1c2f3f0ea5a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:f005f7a9a4bbe701274a5e59e7e0e3c3a72426b19560653575ac6caa0e28cdbf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:fc078ca1f72f833ac498c30a1de5a4c7500c83cd94a3008445373266bfe56acd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2af9330004a06971944971326d1e8377cbbf4725f9d703db266abd7e5359d7ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:89971adb04a2e0a67571cf02489e6e383ae971000028d30305e584aa03784348_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:a3c950362ae071e71de468b7f619678386edfdfd0855d0df075f99d993132720_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b35a1300569e0905cb750b7217145c94e246036cd498993ead14d07e645d1fb2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:7c1c1e7d2af533ee43c92204d4e87104f305cbde1af7c8531fa8f1299c16a3ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:b1d620feb486ef28423ee30cf03dedd26c30f589b12d87fff47a19cbcde4c3c4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d13a4baf04347af18f6eaa4cbdcd5f847ebcd396efedeb89ecf1393cd1e378f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ecceb25263477c9c9aa06a38df00fc004dd471ee9cccfbdfbc280c29d62f275b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:932692970cab5f163ce35ed82c9cbbb70c8a7b2224b82d4bab39c86aaef4609b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:9d157aa28bd24d12e49d76723cb91a19f9bc840a02d4850f94b9110530b76e7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:b5c8be4282dce9ca844df81ff8696bdd5fd25bb58b51c2061d3a3643e3f8dc2a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:6265c12a8b31624fe4257abad1889839e2e1612167dafa7274b8d614fdfee64e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:70857d797ad076f5f20217e39673aa6abb0647ecbaf95ab8252075f43a68c073_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:ce8fe5503b8bcb1bb338f06dc100f0bed5f85340eda1b73adb58d92e7aaec22c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3b597f3bd5af1c355f4e7c0ed012ca06697cbc37b9bf9a23a5c5f4d0d8162321_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3fe5d5a4ba52d689ec4b106ed8899e5fd75759671a6192641e2e24873707db77_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:557cefcdfef854b4ef381acf2f7de1bd1cf3f29a54398616043c6abcbc8a81f0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0bdf015e02c235268ce9fefafcb7b841266f434448ae5aaa9ad66e49ed36a39_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:22969e24366f0b43d2cf11c30157842f595bc54976ac096ede75fbdcc5d4985f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:3b487d6d2f8191f74b599cd30b8c982010c10409fd291eb1dc4c6c7b683f7cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7da1135f319c0f3086b822465dfe0d5e1d1d7b547b92dbd42dee8286c8f5c68f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e3b0258cdf56b709000aad847e7995099da913bf27676c138a5f9b0ea585bcac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a26f61e6063fca59ba6ab989888880ce959e81bb54b552ef7bd81a89d69b2b77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c115cba6d9973e91e208f56a315676b56657e5cf7863d19c0a7103f13edb9b44_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:ccb1f539fd2f75a062fc2ed4b0d7f27c360aef121f933975e9ef9235af453934_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:e7a8657e23e6dd922ea658aa52e8145254cd5753589e5ab3732a0d1d574e46f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0ac2a7fd509e0f905d2807f93051fef189de6febdf428b8c14e2618e6b70fe7f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:18bc241751cb6151f5b879ca160aeea4f08290e3fa0922e2c01eded3a9c44919_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ff30de805aae0da846920093dafb42ca2266b48d7b232ce774070fc1c0da5709_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:10efa408842bcf0b21fad1e720b1a05dc849b5965a891ac470cb8540f517a54a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:61967b9608d0920d92492b9fca096e3598f389329db9cf64c2eb6bd75b846777_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:77f97aa79f52695ab5dfc605b780692847051e9dd679789a0f355510ff6cfe51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:82c20bceaf5cb9e4d3e98fa58c98a679c05d55482519ea3fa080aabeab34cdf7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ba573576b17d3230c3893819b2e570a0f5c2c9760935b2c882c57b2da99696f5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:d83381f446c0dd432b817203f7e86897fd07a8e5bae54a537edb4712fa6fc264_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:88f1d696cd44e19a0852b3d51ba224129b920c5d1859870dc36de53e3cb95c84_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8acaa460c5ae992714e25d957948477118dfa2eb6adfd0d84a457b9bfdba54d2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b23ea9fa8eaa75fb8e0acfa6f45ff360a8784627cc3fad5d608a80181f193c3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b70ef1d999b9f5308ecc361d6e4b74c8da65658d1d6802c731b6aa3a24725dc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:402f0bc32520a6391d25b5fd70e323df8f810aaa32d6f4a4ec190c32f851a153_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:5d95ebdf8eba75315f3e296f24533697ca66e3b828b886e12f0957d197ee388a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:637f6b5eb27d7a38e108b070130b6a52c0f44923d584ca65534cd88623d86f40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:6c87ec100726f3a8c65475666e604062f391ce3a8d9f516eae64ef7d51247fba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:61059dc3377fbd1c6d7426712242943cec1ae8a76752709afd421a618e143b47_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:baa34b4e2cccff9bc62d82eb6552639010785d44cb019acc69866cf2aaaa3806_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:fe4370f51955f5a8b5588b7e590a9521cb792066f6259ea0b2b032ac957be413_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:753de30d0d2a7db211426c9ede26bda02b91709680ca5acd2334c921e08fc088_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8d3a4e42a1ab884c9bbc9933b66db18c60e75a344a2d0570b10923c95d70fdb8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9a3c8ef3d81076660d34fdeb0f7b2d7ec088383fb8666f843eff5c6efdb9016b_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T07:57:34+00:00",
"details": "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\nDetails on how to access this content are available at\nhttps://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-node-feature-discovery@sha256:1afcc680effd2ce9de75d5a8ca4b7a1940198d30e5c042094f6eba007f5d673a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:8da6cb3c6dacaf49d3eedbeb0f03324a14734f4c918ffb038f41d0ab2acadd68_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:9235d5f0629ffad8a5af4e8a50660751684ce91eae489122c2f89bb79ee833fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:ec49da4e5124996506d50392d8b7078d00c5862bea5e229e7351b5e0e6532c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:041d72bac1ff9895f91c83b21a4f92499b948c13354fd074393bb7b9294d46c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:505e422599401fbf23ce7000b02929b67d389c9d437974c8fdf91a0ec76061ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:e6a4680ab3d78db90ff3cf6502c8e1987844f5c5d8a2c920d2aeb9c8607f8d5e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:1222990acec343a998b5085dd11a44583d86b7cc76d8f99b69d8a287116dd57b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:a80bc249c918d1cd92e3c46de8e87b388783ae93b9ac95839eb3b0c0efb8d8a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:cd6243cac5a039740a5b47baf91141ed3e70cb5675cec93c93434201d374a6f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:78dd8bba83fef4a8fffaa7b65ecf9f9c50567eb051f3015c8bdefbaa8334de5c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:b4a51cacc8a06fb6588ea140e3b50ff0166554e8d7b38c77a13be4bab9885356_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fd24147630533238a126ea21fbba484239135a15023c524137fc8ea25a7065ca_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25009"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:8451c790ba30fb6395d8074c37c150d88d2adad11920e9b999332ffdb929a328_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:cdf612d1d3001b7e2eab47bee66395dc626a6a41421a9fff247ac7f1e530c281_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:d6584c4860edb91594eda55fcb27a576c6e74313b10569079d5454553dc1b64e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:e970ac1c75d936d92009f8fbc6754079704ea6d7731f2065c345c3a1e4412cdb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3965aaeeb958ccea911ff08d45da2c16ef953f6a473eb69b790fa1afa7c0b76d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:a7e30f2b77bb97ed583ee189ed72dfe9ad2a3928c67eb6d5aade5f1467f5d332_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b3925f84e0f1311b6a2461b89da2d45c79d93fb87c927e8211581a320ca9f9d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dfa66f12770ded49cbc84646d0c22440a157fcc71704d9162e1336a26331d9fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:4601d8011ff56e11bb8821db387d98354312a371bd8670cf915bfa9dd3de99be_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:59850338d772efb690f2016093b01feeb4dd3c73805d77c26172ef7f293f1a55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7fe48ad9f89f61203bd0ee397ccf7c5d9d37ec30b05ba837dc1089fe6ee67068_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:9cbca78a3a21d65303eba79b841fbe67f53b0a65fc82879534266075deef35d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5b648181cb5f1db70ab87fbf67b017c76fc1f83f7add0eacb658bc723763e3e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:748bda8560c46129d59afd0680c6ce7421d5bbe007cde1e750a8dc9c417cc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:776c81365d8979f2ca91127ff47d38362c7a1682643bb70d9f221a35b4c1f05c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:e6deb824bf0fdd43b4c1d89e8b8601e05b1b09dd1b89922fbb6e3ca7ef7bdfea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:35b685780d05bc62b306783208ceea2a99b78ec1e38099d25ab9e27fe64fc2e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:38b7e234acdefe69fa3c01d50447aecf4314443f72410df6b81d9b7d66d8281c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5cbf178c6594a373950ddf0e3c81452aa4163b6e4ebf30a735207a2523cf918a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:93c75b2ad4a4b85855a1e63cf1e1ca7e0a7b615c771b857d9bfebb7651d18871_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:3605def86edd8ea7f97a2e46ead0764197dfb13a9b5fd00052d91e5eb7e9fafb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e1fa556d3b407ce1489283a4111eafad610475cbb18d17e238cd20bdc24910dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e4ac1d06fcc633033dbac0db2749c09678ef71c109c1efd75ad31ecda396f721_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:edb5c32f8172251350021de785fabeb9a00a0d8250758f7857f9ea675c74f540_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2db7e64a9345be2d431e0ba15601ee9cc8d8dfc219a757a0f7a664d521e8adda_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:67bc0d4e819af067717ddcf765b4d565ba2f953c65633c122577fe192a6bea0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:7c48b8be9465a9f1b14db62cb2a1b4f2799df16407f306e9ed085946ebbd8d30_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:a4770ea3815a2528058f98f6952dbf58ff2d7ac12fd36f8119568c03eb5b0263_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:0100f495023b4ede4318d4cf15f68b9e33f0ba0b48331ce8cebf9250152f3211_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:222f4a27a841f4431f3fb204e1c7d3b55fa030495319514eecb26292c3beb0a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:db078402e0278f7dc1a0626bf3afe14c2c4221dd438708136de4a93bb0ee70c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fcdcc373e6c1ee28739e8883c4c6b447267987e34b9404ae693cf4331aeac76a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c4059a5b02bdd9d01fed234cde35e9c45e812cc4ee5be35f00ba806f0d84f3d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f553364c160f85a326a63ef456658486e384c56ed0b1af539ebea2d2e503c81e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:30af84e015601d39ad0b62c14cd5ad901ae6a4450ff247ab265b78eb8fac39a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:eeb09578f651f65f8f8216cac46869034bf17bff001a2ed73d96d11772532666_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:3dc64c49b4ebe48c00a1e75fdc94bbd8828adf9118e5af8d03d51a245f1112a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:6e36fd9c87b45f4257f9853d69dc676dfd561c408ddbfbf1c247579a62c54350_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:adf0ed6be1fc6efe5c78191efc5094efd8663b0c3ec3815f7c824f9919045c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c604800d8da5342d1a2d3c8d684844d66c4df5d03b686b0666e109aab6dc984b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:8d5c598393328496de5fafd9117d9d4f9fa4fcfb8c5418ade4df1604de18207a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:a91a92813ffb55ea55c55c27085ceceaef7734567cb916fb9bdbb18d59a10e12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:d456e8be4a3a28609cd29dda8c9f6fa46130c8a3d421e23c97d762d089bbe5b6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:ed64b71e99e3e436e96d00d475870df08877316e3f38df129dfb62d40ef4c45b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:50035776c45729ee560a831d79b3c8afc24a5691167e8c583eadea2474e23641_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:529836546956099d5d3b03861187b4bf92be0fcce6fbe95e5d229d6d5923c28c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:53f6f7a759a936966f39d97e1a7c0b10c86e02122557d710f14f0289f0b673a5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f56649d00f40db610f0a6fae6827575adbf58b70368c0dad73c794a3c77a35df_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:0e8ab3244ad637aba8448bd161d3a06c85a68afe7ea08e25064c4ed16c7ef650_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:280c976f5b58de0920c9ec4e2284cab56077dc975a46146aeb53509c4b302b83_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:6b5e8518bc692c328963e632a4f0a910761ec536a8f4ed717a576c4bac3ce963_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:df7c038aab12b439d56efe938bc673a24018e023a8de1e1c7aa416e042c55561_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0d7ec956e636933e576c00924726bd24a267bf46a9510a9e50b7a3e79f70daca_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:467ed1130abf80b62f8e0537e9977658d22dbc3cf7cd40ca96e3a54d878feedb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b2d5d8ec572abb2c30a98be0de1e11ca1a2adf0c6faa3347c6a0d2ef784afeac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c915c06f28341ba8aa9a1c00fc49504a8816b0610b2cf5304f89fcedca8bc478_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2a325b078b73e9bfd6e92f8154c4177aeb60dbdd59657227ca37ab1bd46827af_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:671a3dabbb5b5f6b2b4620ce823d6928b65506f2acffa0104a4c2d149a223211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:7d65d75e025be1ea2f6d82d14f859786f448e619422b10f68cfd4f68ae786a21_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:999c307a79cabd8e9553f5d807d4125df1fef3153ecfce17cca871d5f8051eeb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:758f10fd65669acf6c81de7d53ffacf7de3b2e81498cd0f39990debd9110b69d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:9d5b06a17a27074c71ca8c4005e1b6b04a4ca488eb2571279805cffc56656c03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:dad9ed95f9fbba93ad7fe74761b007ca7b4da4c59a73abb1fda223e4c03a422d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:fcfa3ae6a7face4161aba93179d149a20d144e8a2a8564650750b4d8f0013496_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:4bd8b3ac46a8db114f1910d03bab222e17e18db8544e8d54ae8a0b1d0e24fa1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:97832034bbb82111434b4fbfe1444407ada2a083429a7efba57d55b4d610537b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:a52f59971348bb0e5766a857c16818b379c404c3af300bc697ae1fc8e3f54f15_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:b65119938857e8150f90c3b6bbc4e92d9646b9bc6c39f467e0ba3e4662e28036_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:633d1d92e36d87a1f8adcc69c9b9810ef84ecda5b85dbfbd6eca2bd4e97a2ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:6ef9d153bbf3c65f132cd7d29dbd58d01019615f03eb07967023e446bdced8c3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f70052e4ccac8f01affc7e0f1eaf9d14b4eb15544b0b5509fefb4e47a2a820ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:12d9ca6fa5893e68c553fd8909113ee1a29a96d3ff3bf32f3824791681de15d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:3af4fce899db69f0df6699cec4a3e4b26439c6a18de30232f1ff145f00d5d68a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d2fe0edcc847e8cb3727941b91149007f9c669b0bec5847a425e82212d095d79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:0889d518d954d62033fefe6df255f5ba816dec01d415d13a5634132f05eeb344_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3115448f5481f6842c97e13aaef4b9a2925a54f6998b9f48000a74faa63bbfc9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3a07fa757f01f4899f9c27883f06f4f7ab567310f5ae6bd44e96eab22d6dd01b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:95c7e0528adda5ba04775f32106977c5e3d95383b6553d57c703fc3e74d50a18_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:04bb985f7378665fe9840691d2ab90465b726431a39518dd087d3689d6817a6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a008fe2d2aba4b5f793d1d795f04174dfecc2633856129d3786a18b641a34f2d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c368220ebde4dcf75123e81eb9dc4e13544f64edaa79c28a21c93126e58239f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d4b20eee8037ab15a8e786ef3db3b1fddfc936fc59f249d893227dd1659d1ef5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:3f29b35a62f679a89a6cf199988f89e736707012542d72aa1761c89eef1909fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6c1b9f3900fd21b51aab4429b50959da2eec8d1fa64c70e1cc8e5ebe72a24cbd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d498d0d92f88fd51112e5b14233bd66880e081569a99000e508d5811d3afa56_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e94ce6c4e49d6de3e1bdbc145712ac8d1a45cc841785b20cb7605c35bef5d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1273f2e53f3d42e861050972fb3612e33d8ec159e29fa08bd7dd0e6f896b17a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c814b9a5380c33f9da6d646d956f2ba425d1eed63e718b44f574b1c2f3f0ea5a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:f005f7a9a4bbe701274a5e59e7e0e3c3a72426b19560653575ac6caa0e28cdbf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:fc078ca1f72f833ac498c30a1de5a4c7500c83cd94a3008445373266bfe56acd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2af9330004a06971944971326d1e8377cbbf4725f9d703db266abd7e5359d7ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:89971adb04a2e0a67571cf02489e6e383ae971000028d30305e584aa03784348_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:a3c950362ae071e71de468b7f619678386edfdfd0855d0df075f99d993132720_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b35a1300569e0905cb750b7217145c94e246036cd498993ead14d07e645d1fb2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:1afcc680effd2ce9de75d5a8ca4b7a1940198d30e5c042094f6eba007f5d673a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:8da6cb3c6dacaf49d3eedbeb0f03324a14734f4c918ffb038f41d0ab2acadd68_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:9235d5f0629ffad8a5af4e8a50660751684ce91eae489122c2f89bb79ee833fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:ec49da4e5124996506d50392d8b7078d00c5862bea5e229e7351b5e0e6532c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:7c1c1e7d2af533ee43c92204d4e87104f305cbde1af7c8531fa8f1299c16a3ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:b1d620feb486ef28423ee30cf03dedd26c30f589b12d87fff47a19cbcde4c3c4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d13a4baf04347af18f6eaa4cbdcd5f847ebcd396efedeb89ecf1393cd1e378f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ecceb25263477c9c9aa06a38df00fc004dd471ee9cccfbdfbc280c29d62f275b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:932692970cab5f163ce35ed82c9cbbb70c8a7b2224b82d4bab39c86aaef4609b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:9d157aa28bd24d12e49d76723cb91a19f9bc840a02d4850f94b9110530b76e7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:b5c8be4282dce9ca844df81ff8696bdd5fd25bb58b51c2061d3a3643e3f8dc2a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:6265c12a8b31624fe4257abad1889839e2e1612167dafa7274b8d614fdfee64e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:70857d797ad076f5f20217e39673aa6abb0647ecbaf95ab8252075f43a68c073_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:ce8fe5503b8bcb1bb338f06dc100f0bed5f85340eda1b73adb58d92e7aaec22c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3b597f3bd5af1c355f4e7c0ed012ca06697cbc37b9bf9a23a5c5f4d0d8162321_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3fe5d5a4ba52d689ec4b106ed8899e5fd75759671a6192641e2e24873707db77_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:557cefcdfef854b4ef381acf2f7de1bd1cf3f29a54398616043c6abcbc8a81f0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0bdf015e02c235268ce9fefafcb7b841266f434448ae5aaa9ad66e49ed36a39_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:22969e24366f0b43d2cf11c30157842f595bc54976ac096ede75fbdcc5d4985f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:3b487d6d2f8191f74b599cd30b8c982010c10409fd291eb1dc4c6c7b683f7cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7da1135f319c0f3086b822465dfe0d5e1d1d7b547b92dbd42dee8286c8f5c68f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e3b0258cdf56b709000aad847e7995099da913bf27676c138a5f9b0ea585bcac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a26f61e6063fca59ba6ab989888880ce959e81bb54b552ef7bd81a89d69b2b77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c115cba6d9973e91e208f56a315676b56657e5cf7863d19c0a7103f13edb9b44_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:ccb1f539fd2f75a062fc2ed4b0d7f27c360aef121f933975e9ef9235af453934_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:e7a8657e23e6dd922ea658aa52e8145254cd5753589e5ab3732a0d1d574e46f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0ac2a7fd509e0f905d2807f93051fef189de6febdf428b8c14e2618e6b70fe7f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:18bc241751cb6151f5b879ca160aeea4f08290e3fa0922e2c01eded3a9c44919_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ff30de805aae0da846920093dafb42ca2266b48d7b232ce774070fc1c0da5709_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:10efa408842bcf0b21fad1e720b1a05dc849b5965a891ac470cb8540f517a54a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:61967b9608d0920d92492b9fca096e3598f389329db9cf64c2eb6bd75b846777_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:77f97aa79f52695ab5dfc605b780692847051e9dd679789a0f355510ff6cfe51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:041d72bac1ff9895f91c83b21a4f92499b948c13354fd074393bb7b9294d46c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:505e422599401fbf23ce7000b02929b67d389c9d437974c8fdf91a0ec76061ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:e6a4680ab3d78db90ff3cf6502c8e1987844f5c5d8a2c920d2aeb9c8607f8d5e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:82c20bceaf5cb9e4d3e98fa58c98a679c05d55482519ea3fa080aabeab34cdf7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ba573576b17d3230c3893819b2e570a0f5c2c9760935b2c882c57b2da99696f5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:d83381f446c0dd432b817203f7e86897fd07a8e5bae54a537edb4712fa6fc264_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:1222990acec343a998b5085dd11a44583d86b7cc76d8f99b69d8a287116dd57b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:a80bc249c918d1cd92e3c46de8e87b388783ae93b9ac95839eb3b0c0efb8d8a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:cd6243cac5a039740a5b47baf91141ed3e70cb5675cec93c93434201d374a6f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:78dd8bba83fef4a8fffaa7b65ecf9f9c50567eb051f3015c8bdefbaa8334de5c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:b4a51cacc8a06fb6588ea140e3b50ff0166554e8d7b38c77a13be4bab9885356_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fd24147630533238a126ea21fbba484239135a15023c524137fc8ea25a7065ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:88f1d696cd44e19a0852b3d51ba224129b920c5d1859870dc36de53e3cb95c84_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8acaa460c5ae992714e25d957948477118dfa2eb6adfd0d84a457b9bfdba54d2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b23ea9fa8eaa75fb8e0acfa6f45ff360a8784627cc3fad5d608a80181f193c3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b70ef1d999b9f5308ecc361d6e4b74c8da65658d1d6802c731b6aa3a24725dc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:402f0bc32520a6391d25b5fd70e323df8f810aaa32d6f4a4ec190c32f851a153_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:5d95ebdf8eba75315f3e296f24533697ca66e3b828b886e12f0957d197ee388a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:637f6b5eb27d7a38e108b070130b6a52c0f44923d584ca65534cd88623d86f40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:6c87ec100726f3a8c65475666e604062f391ce3a8d9f516eae64ef7d51247fba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:61059dc3377fbd1c6d7426712242943cec1ae8a76752709afd421a618e143b47_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:baa34b4e2cccff9bc62d82eb6552639010785d44cb019acc69866cf2aaaa3806_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:fe4370f51955f5a8b5588b7e590a9521cb792066f6259ea0b2b032ac957be413_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:753de30d0d2a7db211426c9ede26bda02b91709680ca5acd2334c921e08fc088_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8d3a4e42a1ab884c9bbc9933b66db18c60e75a344a2d0570b10923c95d70fdb8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9a3c8ef3d81076660d34fdeb0f7b2d7ec088383fb8666f843eff5c6efdb9016b_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:8451c790ba30fb6395d8074c37c150d88d2adad11920e9b999332ffdb929a328_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:cdf612d1d3001b7e2eab47bee66395dc626a6a41421a9fff247ac7f1e530c281_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:d6584c4860edb91594eda55fcb27a576c6e74313b10569079d5454553dc1b64e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:e970ac1c75d936d92009f8fbc6754079704ea6d7731f2065c345c3a1e4412cdb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3965aaeeb958ccea911ff08d45da2c16ef953f6a473eb69b790fa1afa7c0b76d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:a7e30f2b77bb97ed583ee189ed72dfe9ad2a3928c67eb6d5aade5f1467f5d332_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b3925f84e0f1311b6a2461b89da2d45c79d93fb87c927e8211581a320ca9f9d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dfa66f12770ded49cbc84646d0c22440a157fcc71704d9162e1336a26331d9fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:4601d8011ff56e11bb8821db387d98354312a371bd8670cf915bfa9dd3de99be_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:59850338d772efb690f2016093b01feeb4dd3c73805d77c26172ef7f293f1a55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7fe48ad9f89f61203bd0ee397ccf7c5d9d37ec30b05ba837dc1089fe6ee67068_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:9cbca78a3a21d65303eba79b841fbe67f53b0a65fc82879534266075deef35d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:5b648181cb5f1db70ab87fbf67b017c76fc1f83f7add0eacb658bc723763e3e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:748bda8560c46129d59afd0680c6ce7421d5bbe007cde1e750a8dc9c417cc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:776c81365d8979f2ca91127ff47d38362c7a1682643bb70d9f221a35b4c1f05c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:e6deb824bf0fdd43b4c1d89e8b8601e05b1b09dd1b89922fbb6e3ca7ef7bdfea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:35b685780d05bc62b306783208ceea2a99b78ec1e38099d25ab9e27fe64fc2e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:38b7e234acdefe69fa3c01d50447aecf4314443f72410df6b81d9b7d66d8281c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5cbf178c6594a373950ddf0e3c81452aa4163b6e4ebf30a735207a2523cf918a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:93c75b2ad4a4b85855a1e63cf1e1ca7e0a7b615c771b857d9bfebb7651d18871_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:3605def86edd8ea7f97a2e46ead0764197dfb13a9b5fd00052d91e5eb7e9fafb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e1fa556d3b407ce1489283a4111eafad610475cbb18d17e238cd20bdc24910dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:e4ac1d06fcc633033dbac0db2749c09678ef71c109c1efd75ad31ecda396f721_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:edb5c32f8172251350021de785fabeb9a00a0d8250758f7857f9ea675c74f540_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2db7e64a9345be2d431e0ba15601ee9cc8d8dfc219a757a0f7a664d521e8adda_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:67bc0d4e819af067717ddcf765b4d565ba2f953c65633c122577fe192a6bea0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:7c48b8be9465a9f1b14db62cb2a1b4f2799df16407f306e9ed085946ebbd8d30_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:a4770ea3815a2528058f98f6952dbf58ff2d7ac12fd36f8119568c03eb5b0263_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:0100f495023b4ede4318d4cf15f68b9e33f0ba0b48331ce8cebf9250152f3211_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:222f4a27a841f4431f3fb204e1c7d3b55fa030495319514eecb26292c3beb0a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:db078402e0278f7dc1a0626bf3afe14c2c4221dd438708136de4a93bb0ee70c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:fcdcc373e6c1ee28739e8883c4c6b447267987e34b9404ae693cf4331aeac76a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c4059a5b02bdd9d01fed234cde35e9c45e812cc4ee5be35f00ba806f0d84f3d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:f553364c160f85a326a63ef456658486e384c56ed0b1af539ebea2d2e503c81e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:30af84e015601d39ad0b62c14cd5ad901ae6a4450ff247ab265b78eb8fac39a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:eeb09578f651f65f8f8216cac46869034bf17bff001a2ed73d96d11772532666_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:6684e2eeed9abc9f629cb2e3ccc2d05c408916d80db9ccc90e730435f58f8b6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:908e4aa53bf2b34f46088898e29b4523a33f1a548833a848c154b2c967899e33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:ab8a58b352931904265eebaa1e1abbeb903fa9e682e1ddbac56f6b88cfb00160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:3dc64c49b4ebe48c00a1e75fdc94bbd8828adf9118e5af8d03d51a245f1112a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:6e36fd9c87b45f4257f9853d69dc676dfd561c408ddbfbf1c247579a62c54350_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:adf0ed6be1fc6efe5c78191efc5094efd8663b0c3ec3815f7c824f9919045c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:c604800d8da5342d1a2d3c8d684844d66c4df5d03b686b0666e109aab6dc984b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:8d5c598393328496de5fafd9117d9d4f9fa4fcfb8c5418ade4df1604de18207a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:a91a92813ffb55ea55c55c27085ceceaef7734567cb916fb9bdbb18d59a10e12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:d456e8be4a3a28609cd29dda8c9f6fa46130c8a3d421e23c97d762d089bbe5b6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:ed64b71e99e3e436e96d00d475870df08877316e3f38df129dfb62d40ef4c45b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:50035776c45729ee560a831d79b3c8afc24a5691167e8c583eadea2474e23641_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:529836546956099d5d3b03861187b4bf92be0fcce6fbe95e5d229d6d5923c28c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:53f6f7a759a936966f39d97e1a7c0b10c86e02122557d710f14f0289f0b673a5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f56649d00f40db610f0a6fae6827575adbf58b70368c0dad73c794a3c77a35df_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:0e8ab3244ad637aba8448bd161d3a06c85a68afe7ea08e25064c4ed16c7ef650_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:280c976f5b58de0920c9ec4e2284cab56077dc975a46146aeb53509c4b302b83_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:6b5e8518bc692c328963e632a4f0a910761ec536a8f4ed717a576c4bac3ce963_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:df7c038aab12b439d56efe938bc673a24018e023a8de1e1c7aa416e042c55561_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0d7ec956e636933e576c00924726bd24a267bf46a9510a9e50b7a3e79f70daca_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:467ed1130abf80b62f8e0537e9977658d22dbc3cf7cd40ca96e3a54d878feedb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b2d5d8ec572abb2c30a98be0de1e11ca1a2adf0c6faa3347c6a0d2ef784afeac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:c915c06f28341ba8aa9a1c00fc49504a8816b0610b2cf5304f89fcedca8bc478_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2a325b078b73e9bfd6e92f8154c4177aeb60dbdd59657227ca37ab1bd46827af_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:671a3dabbb5b5f6b2b4620ce823d6928b65506f2acffa0104a4c2d149a223211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:7d65d75e025be1ea2f6d82d14f859786f448e619422b10f68cfd4f68ae786a21_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:999c307a79cabd8e9553f5d807d4125df1fef3153ecfce17cca871d5f8051eeb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:758f10fd65669acf6c81de7d53ffacf7de3b2e81498cd0f39990debd9110b69d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:9d5b06a17a27074c71ca8c4005e1b6b04a4ca488eb2571279805cffc56656c03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:dad9ed95f9fbba93ad7fe74761b007ca7b4da4c59a73abb1fda223e4c03a422d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:fcfa3ae6a7face4161aba93179d149a20d144e8a2a8564650750b4d8f0013496_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:4bd8b3ac46a8db114f1910d03bab222e17e18db8544e8d54ae8a0b1d0e24fa1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:97832034bbb82111434b4fbfe1444407ada2a083429a7efba57d55b4d610537b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:a52f59971348bb0e5766a857c16818b379c404c3af300bc697ae1fc8e3f54f15_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:b65119938857e8150f90c3b6bbc4e92d9646b9bc6c39f467e0ba3e4662e28036_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:633d1d92e36d87a1f8adcc69c9b9810ef84ecda5b85dbfbd6eca2bd4e97a2ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:6ef9d153bbf3c65f132cd7d29dbd58d01019615f03eb07967023e446bdced8c3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f70052e4ccac8f01affc7e0f1eaf9d14b4eb15544b0b5509fefb4e47a2a820ee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:12d9ca6fa5893e68c553fd8909113ee1a29a96d3ff3bf32f3824791681de15d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:3af4fce899db69f0df6699cec4a3e4b26439c6a18de30232f1ff145f00d5d68a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:d2fe0edcc847e8cb3727941b91149007f9c669b0bec5847a425e82212d095d79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:0889d518d954d62033fefe6df255f5ba816dec01d415d13a5634132f05eeb344_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3115448f5481f6842c97e13aaef4b9a2925a54f6998b9f48000a74faa63bbfc9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:3a07fa757f01f4899f9c27883f06f4f7ab567310f5ae6bd44e96eab22d6dd01b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:95c7e0528adda5ba04775f32106977c5e3d95383b6553d57c703fc3e74d50a18_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:04bb985f7378665fe9840691d2ab90465b726431a39518dd087d3689d6817a6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a008fe2d2aba4b5f793d1d795f04174dfecc2633856129d3786a18b641a34f2d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c368220ebde4dcf75123e81eb9dc4e13544f64edaa79c28a21c93126e58239f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d4b20eee8037ab15a8e786ef3db3b1fddfc936fc59f249d893227dd1659d1ef5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:3f29b35a62f679a89a6cf199988f89e736707012542d72aa1761c89eef1909fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6c1b9f3900fd21b51aab4429b50959da2eec8d1fa64c70e1cc8e5ebe72a24cbd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6d498d0d92f88fd51112e5b14233bd66880e081569a99000e508d5811d3afa56_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:6e94ce6c4e49d6de3e1bdbc145712ac8d1a45cc841785b20cb7605c35bef5d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1273f2e53f3d42e861050972fb3612e33d8ec159e29fa08bd7dd0e6f896b17a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c814b9a5380c33f9da6d646d956f2ba425d1eed63e718b44f574b1c2f3f0ea5a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:f005f7a9a4bbe701274a5e59e7e0e3c3a72426b19560653575ac6caa0e28cdbf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:fc078ca1f72f833ac498c30a1de5a4c7500c83cd94a3008445373266bfe56acd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2af9330004a06971944971326d1e8377cbbf4725f9d703db266abd7e5359d7ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:89971adb04a2e0a67571cf02489e6e383ae971000028d30305e584aa03784348_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:a3c950362ae071e71de468b7f619678386edfdfd0855d0df075f99d993132720_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b35a1300569e0905cb750b7217145c94e246036cd498993ead14d07e645d1fb2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:1afcc680effd2ce9de75d5a8ca4b7a1940198d30e5c042094f6eba007f5d673a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:8da6cb3c6dacaf49d3eedbeb0f03324a14734f4c918ffb038f41d0ab2acadd68_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:9235d5f0629ffad8a5af4e8a50660751684ce91eae489122c2f89bb79ee833fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:ec49da4e5124996506d50392d8b7078d00c5862bea5e229e7351b5e0e6532c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:7c1c1e7d2af533ee43c92204d4e87104f305cbde1af7c8531fa8f1299c16a3ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:b1d620feb486ef28423ee30cf03dedd26c30f589b12d87fff47a19cbcde4c3c4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d13a4baf04347af18f6eaa4cbdcd5f847ebcd396efedeb89ecf1393cd1e378f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:ecceb25263477c9c9aa06a38df00fc004dd471ee9cccfbdfbc280c29d62f275b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:932692970cab5f163ce35ed82c9cbbb70c8a7b2224b82d4bab39c86aaef4609b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:9d157aa28bd24d12e49d76723cb91a19f9bc840a02d4850f94b9110530b76e7e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:b5c8be4282dce9ca844df81ff8696bdd5fd25bb58b51c2061d3a3643e3f8dc2a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:6265c12a8b31624fe4257abad1889839e2e1612167dafa7274b8d614fdfee64e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:70857d797ad076f5f20217e39673aa6abb0647ecbaf95ab8252075f43a68c073_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:ce8fe5503b8bcb1bb338f06dc100f0bed5f85340eda1b73adb58d92e7aaec22c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3b597f3bd5af1c355f4e7c0ed012ca06697cbc37b9bf9a23a5c5f4d0d8162321_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:3fe5d5a4ba52d689ec4b106ed8899e5fd75759671a6192641e2e24873707db77_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:557cefcdfef854b4ef381acf2f7de1bd1cf3f29a54398616043c6abcbc8a81f0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:a0bdf015e02c235268ce9fefafcb7b841266f434448ae5aaa9ad66e49ed36a39_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:22969e24366f0b43d2cf11c30157842f595bc54976ac096ede75fbdcc5d4985f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:3b487d6d2f8191f74b599cd30b8c982010c10409fd291eb1dc4c6c7b683f7cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7da1135f319c0f3086b822465dfe0d5e1d1d7b547b92dbd42dee8286c8f5c68f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:e3b0258cdf56b709000aad847e7995099da913bf27676c138a5f9b0ea585bcac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:a26f61e6063fca59ba6ab989888880ce959e81bb54b552ef7bd81a89d69b2b77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c115cba6d9973e91e208f56a315676b56657e5cf7863d19c0a7103f13edb9b44_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:ccb1f539fd2f75a062fc2ed4b0d7f27c360aef121f933975e9ef9235af453934_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:e7a8657e23e6dd922ea658aa52e8145254cd5753589e5ab3732a0d1d574e46f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0ac2a7fd509e0f905d2807f93051fef189de6febdf428b8c14e2618e6b70fe7f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:18bc241751cb6151f5b879ca160aeea4f08290e3fa0922e2c01eded3a9c44919_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ff30de805aae0da846920093dafb42ca2266b48d7b232ce774070fc1c0da5709_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:10efa408842bcf0b21fad1e720b1a05dc849b5965a891ac470cb8540f517a54a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:61967b9608d0920d92492b9fca096e3598f389329db9cf64c2eb6bd75b846777_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:77f97aa79f52695ab5dfc605b780692847051e9dd679789a0f355510ff6cfe51_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:041d72bac1ff9895f91c83b21a4f92499b948c13354fd074393bb7b9294d46c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:505e422599401fbf23ce7000b02929b67d389c9d437974c8fdf91a0ec76061ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:e6a4680ab3d78db90ff3cf6502c8e1987844f5c5d8a2c920d2aeb9c8607f8d5e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:82c20bceaf5cb9e4d3e98fa58c98a679c05d55482519ea3fa080aabeab34cdf7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ba573576b17d3230c3893819b2e570a0f5c2c9760935b2c882c57b2da99696f5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:d83381f446c0dd432b817203f7e86897fd07a8e5bae54a537edb4712fa6fc264_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:1222990acec343a998b5085dd11a44583d86b7cc76d8f99b69d8a287116dd57b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:a80bc249c918d1cd92e3c46de8e87b388783ae93b9ac95839eb3b0c0efb8d8a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:cd6243cac5a039740a5b47baf91141ed3e70cb5675cec93c93434201d374a6f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:78dd8bba83fef4a8fffaa7b65ecf9f9c50567eb051f3015c8bdefbaa8334de5c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:b4a51cacc8a06fb6588ea140e3b50ff0166554e8d7b38c77a13be4bab9885356_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fd24147630533238a126ea21fbba484239135a15023c524137fc8ea25a7065ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:88f1d696cd44e19a0852b3d51ba224129b920c5d1859870dc36de53e3cb95c84_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8acaa460c5ae992714e25d957948477118dfa2eb6adfd0d84a457b9bfdba54d2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b23ea9fa8eaa75fb8e0acfa6f45ff360a8784627cc3fad5d608a80181f193c3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:b70ef1d999b9f5308ecc361d6e4b74c8da65658d1d6802c731b6aa3a24725dc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:402f0bc32520a6391d25b5fd70e323df8f810aaa32d6f4a4ec190c32f851a153_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:5d95ebdf8eba75315f3e296f24533697ca66e3b828b886e12f0957d197ee388a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:637f6b5eb27d7a38e108b070130b6a52c0f44923d584ca65534cd88623d86f40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:6c87ec100726f3a8c65475666e604062f391ce3a8d9f516eae64ef7d51247fba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:61059dc3377fbd1c6d7426712242943cec1ae8a76752709afd421a618e143b47_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:baa34b4e2cccff9bc62d82eb6552639010785d44cb019acc69866cf2aaaa3806_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:fe4370f51955f5a8b5588b7e590a9521cb792066f6259ea0b2b032ac957be413_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:753de30d0d2a7db211426c9ede26bda02b91709680ca5acd2334c921e08fc088_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8d3a4e42a1ab884c9bbc9933b66db18c60e75a344a2d0570b10923c95d70fdb8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:9a3c8ef3d81076660d34fdeb0f7b2d7ec088383fb8666f843eff5c6efdb9016b_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
}
]
}
RHSA-2026:25046
Vulnerability from csaf_redhat - Published: 2026-06-17 11:38 - Updated: 2026-06-24 08:59A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:13b962ba5abd3ef60ab5b442c808e37382c99131d47ad1b6fb0b8455e38ebc29_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:1ec3a620c287de6ee2c183a5cc85d81198bbd3732ba46777eaa02b1bdc126075_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b7825e13fbb7fd97b5b2188c995b23170fa5eab8f198d735544be4ba9de3a600_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:7e19b3fe08f2e3afd00c5ded98b2999cbbdb5024d5a91d2e1fccb4d18b0b1d3a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bd59bb4ba9fbf60fc7e97d6d596b0ae587b6988378a9295923ff44ff37676007_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e64cf373bcf9e37ae2827c8c17b8d82a9307e3fe9b8f32a61e44d08842c109b3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:5b588158a2ba2a748f4d020d1998f5e1906af436ecf55dc1a070f59929340579_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7da9b0d48fda1cfcc41b8810200fb98142421f82910b0ae81e6b88eea3a8227f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f92317d09cb6a2e35b9f30517bfca4a9e59ff7f26a1d0d890dd7af69b46c6701_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:389f66df4c94833b678a6125b639a71ac5224d0aea660a8e1b09da1642212b56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:526562985eca24dd24aef4bc594e3fd4cd0f1251679c1c5a58028c7bf5ef70e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:abc42265a96b6ec9245da91b62571b68b7daa0a59dc891d5f6c3ab31b30ce9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:caf6ba5b2de7096b87f6d0bf9876791e9fc22835898634133cc984b3cfcbce89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:22443413894b8202cc13349a7039bc0d303fefe7c2a752bdfbd26b5e6c285b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36061d16a4211f444c84c4239942de5204f1654703040a431cef361ee49ef985_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8562201db29012ed85e9fefaca5bc282454a6f748251ee602ee62bd42de86f0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:98b13c6f331a411be5ccc3b15e23376b97ceca931e28d826f103ca6fb869f597_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:0ab84f3af21c0f4a9377011d086e9bcca8fcada8fe10876a0f2e0709c05eb836_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c34a2d511cb011d4a2d68882e813f00bddf7b440ef76110f65511d629c09651_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:63934f421a8c4e798384196b0eb5e03e16392b5a951be5e1febe9ce254846314_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d8d4218960a9f0eaaf673ae8ac6ba1e2fffb8b91a76beb2e78cb5d5d04dd34ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:388c932a488fd665b1687c3f27fd32fe4e623d54cf10ee269c6617863d81f7f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7e04c52aa14d9f65e71c11ef6a46f366c0825080364299299f9cb15363fbada3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:96728e5dde6e4ef336cfe343db9327accc466201be2161029fb772b718ccf867_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb23ee7f27e297d2ab0b6c308e49a1e60e409ed223193bc95553d00897f733e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1a1dd88c6bff209788c45467d1e94998ba2bd6fa181d570389ee120eb867db5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1b08bf1976b5e5abd1489f9a9f3197c48551f78dfbf4298797aef9e963c0cc2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:65da29ddee348a377d4058862795ed742f3a9579a702604d6f03ac507d277516_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:70888930960f555c3306dd3ca50c54191784e66dd10073f775f468e5b30aa427_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:32e4cc3a06048b9548ba77856624294e2e52cfb46118da8330b09cdd7551b9d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3dde89c7fe9ffa2a691bd425dc32dd3b2ed0096ebabedfe8b7cd7d58a35c3818_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:447deed2bfa2d9474405115716f44905c5cb65d95a7f299c7ce496cb4a3c7579_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:65b21face4ebf60f2eeb98086e9da2298fa4faac44867c0a7a42deb009afa4b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0ce089ab0fb0bbbb84fea9d220be86745f97102eb113a14745b7954f4dfc245e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8fa704dfc3118fdbcf03bedf96562e6152b30478e488a098544dc0adbed91972_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:adc1fbccf632ddce33e2d829379c5ac82a267554de0880b2a6674342ba330b84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:e41112ff6804d058a9991c91dee8cefbbe7c645e710d218112c1aae786a9f0f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:a9120d1bb4fe279e75faed47175e108596253ff087e6808e1a859b06b4425b8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b61aa3822f67a02369223fd1d1b4209976c6de08be3c96ac934847b13261172b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1eb7a176f8dbc1e290117c0a7fd74ae20861dcfde8a51e61dc5e03261744e4fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a1416bd6599c18bdb506edc961a534011101052ed23d5f59f0068c45f1712e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:97b4c4df47a44b36b0579f703030fb847d3fca865c119051e5382b90dbc766ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b9a0de0cc45fc939008e7e2ff3a440972318f450c7dd1af6ace25830d7848a19_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:353af11d77cdbeb64bc4e7cf2f46a7726d27bb78409b86eae3f72292dd9d77da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:c6ab036b18b656f8e6f95167a22a76f248375f1ea5e4c1acbfd6011e66956268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d6ff5160b018f8c7d55a088604a994651ca5442516254b04046916162bac789a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3d243dd53c5cc2c089bf7f147f29279b3b9debbcc64550b2c393cdf4b2b36658_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:78647e9c9269c23f5f62f0b55ae5e9b2e2f0921537a8ffe7e137611ffc0fe5a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:dac97af80e70c1d8aa3097edc79443cd64c38d4cf3f20c24958f5cf80359b115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f3f1be56a4b91dbe6858bbbad543efa1d9ee1ac2f837ed7aba37e68745b61d42_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1be6417d3657c68da03cdc4a3a5a616c89d92db5a9bbb4e193fd8be130207e72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ff2553de0552ff09e148e61fd425fa68b3cfb1a62e948df5ea55b0a5ce7a8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:b4fe32cdfd1f9e73fcac18b48c5024103c87432d9d806d916357800ed9762f58_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cd416b22a2167f25c7bc898e22bd96af554a92047b53b1e2b4dc633e2c630e97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4b6bbc72488a733565151a13ab0de1e8f7f21f30b96f02280f75b55dc50e0083_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:754a8c458ae2c4a6a1b0be118a635e288eab5c79b0ae673785e615bb7dad64b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:db05ed1fa5d575313039992bcdfad3e92595ca8a7adc8a61bc1f8ce672727df5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f04aadc9f4248e3194681bd01d985fdfca7daf1f612681789cb00ae84fe29ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0460c30f1429c8d3db3b68c0a926e024a949d3c62d678f094781e6c8d1158b34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a9562f7375503d41681691137ae875ee46bd264923e06a6c62b505548a137642_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac9ddd27dfe9fa20e8cb7f18e1414c045dc386c3b35157993edfce1b493c7398_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ee8592c0142a534fcf798de05609790a5ae9529555855297e2ddb7e62ca3538a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6aa3efa1c67b652a655a32be6c345abca0b9f79809ac475e4ae0942452bc507f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8c55246750813e84bd1eb43036b307b4f75d7ad3bfb9079f65ff270de57de483_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:b8eaa26bf5c5e75e801883773b2736f26aac438bc4d525414cd2fc678c66ab5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:f53dda4ff845aaf64b904306d34d013c711d88c3554b18dec126e193b7c4bc58_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3a363154d2c808b7cd0d824322d94344caf0ca1b974331b45b6f14ab5a96e770_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:48ace207b0a1c7fe1d32e6acd56f446969e7f3fe26ae234bd7742c968fa40f76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bc2411c1c769b21f969027fc4dfa77d615e73991fff4e73767c69cb4eb6d84b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eb3f6f0fd76cafab4a64d0cf0f4ea138b77ae63b29762f061fe70827f3f67af7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:58d1715b335117fac0293de42394bbe6aeca52065fd1a5ac56cbeebcee309afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c855159dfb0d3b4cdecf174aa7b0cfcac172c1ea1c337f1365052f92de0c17b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dc8d10ac2f4d534bf20f0d4885d7b1a109c2b7c8d0675655907e50f68fb34fc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f2e5ed69b5bd0002e65d62cbbde96b9ae4a2e3b3048bfcfc43cf2d9e0acfc105_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:390b88f80b1bb48e8248fa28e858e5d273ea49eadc3c2cedae1c276d3f9a80eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c3e9a86f9cbf4cb94086877cb6a1ec66a9fefab25a421366a3f5c4e8eb0fd6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4564b1bd8b1771391a50c9f4b63062874b4f7550e4e888a28d8870c87ce34595_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5d0ac2e3380a9aa6b0a5215b50ccc0438c62c46abde0b51d3e183fc8efb67838_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:153a98517ed242aa248e58b09ed87f1bab0fa3929ca0030bc92031dad71d67a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:184ed3666a6ee696943e619c8c9f9f1fdaaa36df0722cc809e895d30276600c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:2c40ab50c9be795ee57706a906054fd983c72180d5dd58bcf456bd832ab5647f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:46c113915eeba37eaec95faaf4ff2410ed4c2e29b92d1b14a81c07ed4f1308a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:195ec6ccb0f0f3c1597aef74d60bfeed49f0be94acaaf00d8c410a6ad68d1bb5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1cec453f200a1d7a4a4915059f8a82965e6364117dbcee74c6016f542797f7ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:31ea95a99670d709a3b9673576ceffa38159d60c43c412a0373457a9d9f12373_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d9c77396ad8b15c2f2bf3cf4df85fc3143c19f0efd399cd859046750abb5343b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:79b34ae81cfa155a430dc4de7e7d4869b254d143436e5e249dfe66b9474933eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7b5584cca3f124fdddf0205636521b13cbb984dd80f3dcde48b493b734952d01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d8f69c58f87dd2a1af826e349bf8d26bb55d274dee9ed7ff410575bab7683043_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ed3291cce65ea18b4ef285fc2fbe947da216d89c57e9c1656ab819a9c24c7a5e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:4fdab80ac6b49aba9acc4f0b6c1aebc5b1bb8508ae661133e0f3b278c4af6bf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:5925706c54c9c7239e3858437bcb5389dbc9e615665f4e7f66070ed6c79c89e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e6948c8eb7787e24afacb81105c4b863c1920a5cb4a1eeeba483bd03e376b8ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:eb87b799a0dae5112763d5921ab28cd41274c76edcab3915adee20e790d7a0fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:46714356f8cc6884840b74c6464459ea18baf5d14deba6056a6924cf484c26d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:8207146544489749fbd91f7574b70a6e367c3ecf2c87e37625d16f7ca9562017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:88a90021a326fc718e0087b08e0fba0110431ab30e5a005d6ed5a15da0815264_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:a2731f8d0e3ad4c1fb40ebf855f1f22578d8622b6279350ab6325bc97b30f957_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:16f9bad138d85ad053d6b470ba2505ca5781ed93f286fb5a6282c80da83fc989_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:2975bd4f28e01743c1af22a7e5915588d836c5575f5b976d6d6b268b59d83116_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:78021b49bab1974f4e72bd1c225a751db8407ef7b35ae72ee02e7d6974b4d818_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:a3c166b14576715ebeb35649affbc65c63675ecf8afe236764e439ab45818a21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:091ac2bf459eb3d40578953173a532fb808ad437e41c8ef7fe99349cbc2ed32e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8297c205e24498b7f04c4a07cf5fa6db93023b0a9b79c13ff403b9360d74b897_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:841e42a657509f87251e7dd45e7f1c097ec3b0220b4f62200b1a0d4a0f3769b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:264d9151f89aa42b872536f0b7b5d0d68cbcc18c2b486dc6888df734686975a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d48d11705eaece057ca0373b951adab97ed5871ddc0ea9f66d1561ca267ba681_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d82bc03b30bbc4394320dac3078c0440f3a17dbb0cdaf1eadd405f0ace00e75a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f993dfbc5cf4d14ee33636635b9035ad4d12341ced83b070979b54283f7437e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:85c74a13c76bbd60170be261889633e494ac1d4cb536ae1e87f14c211bd113d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49e872411925cefcb5a5f9aeeea68ed2ba42ae5c5fb20ce7816efd9e706036a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:f8c8573ee8bae5789af3a5d842c352f951215fab4d65dad961c144ba380fb7ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38388bb9f6af7ef68fb75e841ee08a75baf10f1ddc0976873d6b8cd59de38b72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:75bd8e79cbb488c61f44eb096f31b274a83884cc9807f6ebcbf93a356b877011_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8f79aa3aeaaa253020eae0a63e04a1d4304b1196e98f0ac3bfef3d2099bce887_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f32f8112eca2c2fb5dd00341600905ad47783b56281467253cf1808dd323389a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:42a6fb0cdf0d436ed0ade01d7cc8ad86ff8d8b0fd9bdb97310b6df1a51e0de81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:810d0fde7c34bc015f2bff698528addb5ed4c81461739375b388eecb5af1a011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:92b92d2172d793889593629917a0e7dc5f10cf66a9d66052f8cd4bc67fc2c5dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f65de25f1f54547a9c39d00d6a59125f757cbc4fb4835858e146dcb285cacbb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1b24940451f367deca75eb5fe9700cc7545889368bd3961338010e973079ad15_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:62e390c331abb91a12e5c68f8aaeb1bc5ba993b673abc875b348107f76023f7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b0fa9f3bacb960622ab57c6103db2bfec914ae57d7f5cbea674b01551d6dfa0b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:efe1cd4ba7a138e35b49161374430dba4af865404ff72b3456bb2c470b8183ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:348ff9b45da401d9608b2e31393cf3da948309ffaf27fe6d47e8d94fa27bf804_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:583d408a3690c635737d2b3d9a747c29868504134ee9470ce03280f2d8c36630_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c0cbab68a8897d6061f12a5fc80951979925301170ea6360908228a1ff411815_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1e7d7474466a81b2c044cc43c3002d18d5542a7ff293dc1e636efd75b894897_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:1d0ea324c372ef3292941b016da083914129a7c5fdafd3bc675ffe24216669dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:2dca55c529e8a92ca4d6bc73de6caf4e5f78ac7c2b3a59f698a5c1e46431af85_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d7d0c5e2b2f58bd4fc6f508af68ed086ff5b78c58f47cb7983e2a0193d29c8d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ed248d87111d51043d2b1979811e5eb5ee9bb423f35505fd048cf62247c5fd2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:143ec903f468cb71a4879e358ca6440eb172df743476c08fb549dfab8153fc4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:231287dfacce157f45d6a22a60888d97c6d2fd8959c432f1ae41605a65d904b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:28eb64b3e550b2e510b0fd0c396cd3edfb92ca3e8135e53d578e5fa7f85e4d8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5cd6c5ea84d39a08dcc71e69cfbf9673b7f8373bab33c4c2e66f460fc8bee3c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:908a6974dd8e95f282b7b81b1878c36372b11229c2c7ae2eced43ec05af0ef42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bb5fa9e0fe9bf235324bb2b019d9b1cd3dc56bf9e5f424bd9834cc1738253e22_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:377271032685c124cd5a88edafa071a9c3c9341557fddd3b6d19845ad5bd36f9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d2661f824ee9bd8eec38c3fa1556a5ac261e32eab076ad66c006797c0b089b23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e47fd4f7f312988b50599074e58a2a7aa7b3527780955af912c4cae7fe2a99ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f48123b92c3459a3d87114e3b7449c322a604d71c80bfeab72a8db52177fb9c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:239a31060cb3e5ab4a563542dfce8ca029ce83b2b5e57875b65056bbdf170924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:52e702025a2dd9f559c19ac9f8a1b33a552b73eeaf76a0cec2687eada6699af2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5ffb0f5dbbbe8ef477326871b0de13482830bf79ad7ceff219d49163d743bd48_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e644bfd2152c5ee135f01f571f7822483016aff5aa27d602da005271567ad34c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2d07649b5b756ac21588ce9d7fbd305d38f74b616a94e639291f60826e8bf41d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:45ab9e777dab6bcc9df92602fd5a7c79b493fd343e11a519b6b3f57666c1664d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:7b89569f3fb12c1472d4a05f7e4aa065f6a0d766354dd92906e7b378b27dbaa8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:b198033daca23b9f7d535027d0c428ffb7ede21b8a51bcc42cc3b7f957f5a88a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:18deb0775f0a13058c5bbf8c4d75ade0620e8ecd346a34331111f798260b4b23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:19a053db854063e56a075e780da1682642cf7d12cb4ec8a4682d6f135eaf7c04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9c5084077c33fd73a749faa1a9da3cd9db598673a3429ab8cfdd3f501544d9ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:c9064393540b9ee7247e4fc0ec3abb6a4d252ba43fa3fda13ade3d523dadbf97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:8a930290c9931f9c14487cf0cf1ccd85e54bd2be0fc0291f97b745aedf281476_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e7a56d683319985b26acf009cf67d57d4608db5686ed7ed780377a2cad0395a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa1c6736c303b26a8f1f0b4ec3ae68fe2c06bc68d7d0057ed01efcc6b4c0ea68_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa39bd6afb13ffa911ca473987a2d90d66c66305fc6a6a06406b82528c4cc9f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0308cd0468a71f7258cadc9f1eaeebee8481089ea67a3887f2019935f2891203_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4addd676d9d236786ad18a72986082163b8e1b77327cafa7488617f80ef0f81b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:70c2df611729eb9f86fb2e12821d610a9305d1d71b7c5d55ec7d21cf69eb416f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1ff5147c352878db92fedc79225042cc0e68d5c78681689af8644489e41d4476_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:344a255c424181b05639181c339d645be41487744bbc77844b03ae2f20bc3e3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:a9f7b39c4b22bed3e8c23ca2353fe1f6750fb4a77ef9d33b5d34ed3abf8a8d4a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b07a8a1cd38bd4270f5a4889ad003e4abe5817f689064c147ff29abe707dafe9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:bce13fda78c24d1e8797dbeb3cd706feb242798354c6ce97c774229487c925b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c09e3bbdadbe2a828d871b103fe96fe95732fbe04973dd0c0c70af16b361f686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2299e52ee0dd278c9a06f2a5cdbcd34bae25134a022d71a98cb5b55ebea9196e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:48dcfdbad52661cc66e78ac40755972a47baa62bf1f3758ddbc32e5cf84c85b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4ec8e4f3493ff3a7db2b7912e14a8a57da726c138b1cc64d6f58a761cbf0495b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9287f7763ba06037472b0e01d82ababd2094f94d4233bbabd21972bfe9f4613_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:017daeb53af5fd1997106dbb3eb7c2f213f2b2373dbd6bf93e64573f2d7f0bd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3959c5c6d6341d04eb190bc97fb7c6f57c8cc5f48b341967baed0b3a2db55c5e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:de89fffe776715f72e270d5cb4f96c8a09e3beb30b7bc68b82b0e882e489a11e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f559d2dcaf83183a3c1b051615c122cdaf66dda535887a762c0028bc3534bbfb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:93e34ab51f79417cb36eb48e135f22b8c4e52dd64b6a1935d05cc58e43503163_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9ddf7f22f8645b9e08e98b32793fdad15a2486e51ace7f91a048e9d6a8baac2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf4980b1ce7598c7b11423eb6e7fc96aa660154e0fdb0b61efc8422aac5acdc0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:44c5e43244d72b5c815137f82d36ad61d2ae91cdeda9664728f99d62272d9afd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:bc104f15becaa2ebb1f48c1bbab044d9734c3bccca7da1cf51cfb348048e3aa6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f856ba057bc1d4af2ca2a5fcd5c85ea8b4ed2746b6810b40131d745fc1abdbf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_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.16.64 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.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 RPM packages for Red Hat OpenShift Container Platform 4.16.64. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:25045\n\nSecurity Fix(es):\n\n* Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code (CVE-2026-35469)\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:25046",
"url": "https://access.redhat.com/errata/RHSA-2026:25046"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"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_25046.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.16.64 security and extras update",
"tracking": {
"current_release_date": "2026-06-24T08:59:32+00:00",
"generator": {
"date": "2026-06-24T08:59:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:25046",
"initial_release_date": "2026-06-17T11:38:16+00:00",
"revision_history": [
{
"date": "2026-06-17T11:38:16+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-17T11:39:01+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T08:59: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-cloud-event-proxy-rhel9@sha256:c6ab036b18b656f8e6f95167a22a76f248375f1ea5e4c1acbfd6011e66956268_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:c6ab036b18b656f8e6f95167a22a76f248375f1ea5e4c1acbfd6011e66956268_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:c6ab036b18b656f8e6f95167a22a76f248375f1ea5e4c1acbfd6011e66956268_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3Ac6ab036b18b656f8e6f95167a22a76f248375f1ea5e4c1acbfd6011e66956268?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1780955573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:b4fe32cdfd1f9e73fcac18b48c5024103c87432d9d806d916357800ed9762f58_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:b4fe32cdfd1f9e73fcac18b48c5024103c87432d9d806d916357800ed9762f58_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:b4fe32cdfd1f9e73fcac18b48c5024103c87432d9d806d916357800ed9762f58_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3Ab4fe32cdfd1f9e73fcac18b48c5024103c87432d9d806d916357800ed9762f58?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1780955450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac9ddd27dfe9fa20e8cb7f18e1414c045dc386c3b35157993edfce1b493c7398_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac9ddd27dfe9fa20e8cb7f18e1414c045dc386c3b35157993edfce1b493c7398_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac9ddd27dfe9fa20e8cb7f18e1414c045dc386c3b35157993edfce1b493c7398_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Aac9ddd27dfe9fa20e8cb7f18e1414c045dc386c3b35157993edfce1b493c7398?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1780959512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:db05ed1fa5d575313039992bcdfad3e92595ca8a7adc8a61bc1f8ce672727df5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:db05ed1fa5d575313039992bcdfad3e92595ca8a7adc8a61bc1f8ce672727df5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:db05ed1fa5d575313039992bcdfad3e92595ca8a7adc8a61bc1f8ce672727df5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Adb05ed1fa5d575313039992bcdfad3e92595ca8a7adc8a61bc1f8ce672727df5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1780957694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c855159dfb0d3b4cdecf174aa7b0cfcac172c1ea1c337f1365052f92de0c17b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c855159dfb0d3b4cdecf174aa7b0cfcac172c1ea1c337f1365052f92de0c17b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c855159dfb0d3b4cdecf174aa7b0cfcac172c1ea1c337f1365052f92de0c17b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A5c855159dfb0d3b4cdecf174aa7b0cfcac172c1ea1c337f1365052f92de0c17b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1780955882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4564b1bd8b1771391a50c9f4b63062874b4f7550e4e888a28d8870c87ce34595_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4564b1bd8b1771391a50c9f4b63062874b4f7550e4e888a28d8870c87ce34595_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4564b1bd8b1771391a50c9f4b63062874b4f7550e4e888a28d8870c87ce34595_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A4564b1bd8b1771391a50c9f4b63062874b4f7550e4e888a28d8870c87ce34595?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1780954745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eb3f6f0fd76cafab4a64d0cf0f4ea138b77ae63b29762f061fe70827f3f67af7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eb3f6f0fd76cafab4a64d0cf0f4ea138b77ae63b29762f061fe70827f3f67af7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eb3f6f0fd76cafab4a64d0cf0f4ea138b77ae63b29762f061fe70827f3f67af7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Aeb3f6f0fd76cafab4a64d0cf0f4ea138b77ae63b29762f061fe70827f3f67af7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1780958999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:46c113915eeba37eaec95faaf4ff2410ed4c2e29b92d1b14a81c07ed4f1308a8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:46c113915eeba37eaec95faaf4ff2410ed4c2e29b92d1b14a81c07ed4f1308a8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:46c113915eeba37eaec95faaf4ff2410ed4c2e29b92d1b14a81c07ed4f1308a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3A46c113915eeba37eaec95faaf4ff2410ed4c2e29b92d1b14a81c07ed4f1308a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1780956702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1cec453f200a1d7a4a4915059f8a82965e6364117dbcee74c6016f542797f7ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1cec453f200a1d7a4a4915059f8a82965e6364117dbcee74c6016f542797f7ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1cec453f200a1d7a4a4915059f8a82965e6364117dbcee74c6016f542797f7ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A1cec453f200a1d7a4a4915059f8a82965e6364117dbcee74c6016f542797f7ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1780958667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d8f69c58f87dd2a1af826e349bf8d26bb55d274dee9ed7ff410575bab7683043_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d8f69c58f87dd2a1af826e349bf8d26bb55d274dee9ed7ff410575bab7683043_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d8f69c58f87dd2a1af826e349bf8d26bb55d274dee9ed7ff410575bab7683043_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3Ad8f69c58f87dd2a1af826e349bf8d26bb55d274dee9ed7ff410575bab7683043?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1780958504"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:344a255c424181b05639181c339d645be41487744bbc77844b03ae2f20bc3e3c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:344a255c424181b05639181c339d645be41487744bbc77844b03ae2f20bc3e3c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:344a255c424181b05639181c339d645be41487744bbc77844b03ae2f20bc3e3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A344a255c424181b05639181c339d645be41487744bbc77844b03ae2f20bc3e3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1780955569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:0ab84f3af21c0f4a9377011d086e9bcca8fcada8fe10876a0f2e0709c05eb836_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:0ab84f3af21c0f4a9377011d086e9bcca8fcada8fe10876a0f2e0709c05eb836_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:0ab84f3af21c0f4a9377011d086e9bcca8fcada8fe10876a0f2e0709c05eb836_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A0ab84f3af21c0f4a9377011d086e9bcca8fcada8fe10876a0f2e0709c05eb836?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1780959547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8562201db29012ed85e9fefaca5bc282454a6f748251ee602ee62bd42de86f0b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8562201db29012ed85e9fefaca5bc282454a6f748251ee602ee62bd42de86f0b_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8562201db29012ed85e9fefaca5bc282454a6f748251ee602ee62bd42de86f0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A8562201db29012ed85e9fefaca5bc282454a6f748251ee602ee62bd42de86f0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1780965258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bb5fa9e0fe9bf235324bb2b019d9b1cd3dc56bf9e5f424bd9834cc1738253e22_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bb5fa9e0fe9bf235324bb2b019d9b1cd3dc56bf9e5f424bd9834cc1738253e22_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bb5fa9e0fe9bf235324bb2b019d9b1cd3dc56bf9e5f424bd9834cc1738253e22_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3Abb5fa9e0fe9bf235324bb2b019d9b1cd3dc56bf9e5f424bd9834cc1738253e22?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1780954312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f65de25f1f54547a9c39d00d6a59125f757cbc4fb4835858e146dcb285cacbb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f65de25f1f54547a9c39d00d6a59125f757cbc4fb4835858e146dcb285cacbb2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f65de25f1f54547a9c39d00d6a59125f757cbc4fb4835858e146dcb285cacbb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3Af65de25f1f54547a9c39d00d6a59125f757cbc4fb4835858e146dcb285cacbb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1780954353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:efe1cd4ba7a138e35b49161374430dba4af865404ff72b3456bb2c470b8183ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:efe1cd4ba7a138e35b49161374430dba4af865404ff72b3456bb2c470b8183ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:efe1cd4ba7a138e35b49161374430dba4af865404ff72b3456bb2c470b8183ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Aefe1cd4ba7a138e35b49161374430dba4af865404ff72b3456bb2c470b8183ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1780594699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:447deed2bfa2d9474405115716f44905c5cb65d95a7f299c7ce496cb4a3c7579_arm64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:447deed2bfa2d9474405115716f44905c5cb65d95a7f299c7ce496cb4a3c7579_arm64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:447deed2bfa2d9474405115716f44905c5cb65d95a7f299c7ce496cb4a3c7579_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A447deed2bfa2d9474405115716f44905c5cb65d95a7f299c7ce496cb4a3c7579?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1780967384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:583d408a3690c635737d2b3d9a747c29868504134ee9470ce03280f2d8c36630_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:583d408a3690c635737d2b3d9a747c29868504134ee9470ce03280f2d8c36630_arm64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:583d408a3690c635737d2b3d9a747c29868504134ee9470ce03280f2d8c36630_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A583d408a3690c635737d2b3d9a747c29868504134ee9470ce03280f2d8c36630?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1780954621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:adc1fbccf632ddce33e2d829379c5ac82a267554de0880b2a6674342ba330b84_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:adc1fbccf632ddce33e2d829379c5ac82a267554de0880b2a6674342ba330b84_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:adc1fbccf632ddce33e2d829379c5ac82a267554de0880b2a6674342ba330b84_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3Aadc1fbccf632ddce33e2d829379c5ac82a267554de0880b2a6674342ba330b84?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1780955258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f3f1be56a4b91dbe6858bbbad543efa1d9ee1ac2f837ed7aba37e68745b61d42_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f3f1be56a4b91dbe6858bbbad543efa1d9ee1ac2f837ed7aba37e68745b61d42_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f3f1be56a4b91dbe6858bbbad543efa1d9ee1ac2f837ed7aba37e68745b61d42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3Af3f1be56a4b91dbe6858bbbad543efa1d9ee1ac2f837ed7aba37e68745b61d42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1780963936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e6948c8eb7787e24afacb81105c4b863c1920a5cb4a1eeeba483bd03e376b8ff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e6948c8eb7787e24afacb81105c4b863c1920a5cb4a1eeeba483bd03e376b8ff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e6948c8eb7787e24afacb81105c4b863c1920a5cb4a1eeeba483bd03e376b8ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy-rhel9@sha256%3Ae6948c8eb7787e24afacb81105c4b863c1920a5cb4a1eeeba483bd03e376b8ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=1780956877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:78021b49bab1974f4e72bd1c225a751db8407ef7b35ae72ee02e7d6974b4d818_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:78021b49bab1974f4e72bd1c225a751db8407ef7b35ae72ee02e7d6974b4d818_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:78021b49bab1974f4e72bd1c225a751db8407ef7b35ae72ee02e7d6974b4d818_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router-rhel9@sha256%3A78021b49bab1974f4e72bd1c225a751db8407ef7b35ae72ee02e7d6974b4d818?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=1780956940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f993dfbc5cf4d14ee33636635b9035ad4d12341ced83b070979b54283f7437e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f993dfbc5cf4d14ee33636635b9035ad4d12341ced83b070979b54283f7437e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f993dfbc5cf4d14ee33636635b9035ad4d12341ced83b070979b54283f7437e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A3f993dfbc5cf4d14ee33636635b9035ad4d12341ced83b070979b54283f7437e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1780958252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:2dca55c529e8a92ca4d6bc73de6caf4e5f78ac7c2b3a59f698a5c1e46431af85_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:2dca55c529e8a92ca4d6bc73de6caf4e5f78ac7c2b3a59f698a5c1e46431af85_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:2dca55c529e8a92ca4d6bc73de6caf4e5f78ac7c2b3a59f698a5c1e46431af85_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel9@sha256%3A2dca55c529e8a92ca4d6bc73de6caf4e5f78ac7c2b3a59f698a5c1e46431af85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=1780965579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8f79aa3aeaaa253020eae0a63e04a1d4304b1196e98f0ac3bfef3d2099bce887_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8f79aa3aeaaa253020eae0a63e04a1d4304b1196e98f0ac3bfef3d2099bce887_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8f79aa3aeaaa253020eae0a63e04a1d4304b1196e98f0ac3bfef3d2099bce887_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A8f79aa3aeaaa253020eae0a63e04a1d4304b1196e98f0ac3bfef3d2099bce887?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1780965616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:a9120d1bb4fe279e75faed47175e108596253ff087e6808e1a859b06b4425b8b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:a9120d1bb4fe279e75faed47175e108596253ff087e6808e1a859b06b4425b8b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:a9120d1bb4fe279e75faed47175e108596253ff087e6808e1a859b06b4425b8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel9@sha256%3Aa9120d1bb4fe279e75faed47175e108596253ff087e6808e1a859b06b4425b8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=1780058547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a1416bd6599c18bdb506edc961a534011101052ed23d5f59f0068c45f1712e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a1416bd6599c18bdb506edc961a534011101052ed23d5f59f0068c45f1712e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a1416bd6599c18bdb506edc961a534011101052ed23d5f59f0068c45f1712e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A6a1416bd6599c18bdb506edc961a534011101052ed23d5f59f0068c45f1712e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1780965429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6aa3efa1c67b652a655a32be6c345abca0b9f79809ac475e4ae0942452bc507f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6aa3efa1c67b652a655a32be6c345abca0b9f79809ac475e4ae0942452bc507f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6aa3efa1c67b652a655a32be6c345abca0b9f79809ac475e4ae0942452bc507f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-mustgather-rhel9@sha256%3A6aa3efa1c67b652a655a32be6c345abca0b9f79809ac475e4ae0942452bc507f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9\u0026tag=1780594633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:8207146544489749fbd91f7574b70a6e367c3ecf2c87e37625d16f7ca9562017_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:8207146544489749fbd91f7574b70a6e367c3ecf2c87e37625d16f7ca9562017_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:8207146544489749fbd91f7574b70a6e367c3ecf2c87e37625d16f7ca9562017_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy-rhel9@sha256%3A8207146544489749fbd91f7574b70a6e367c3ecf2c87e37625d16f7ca9562017?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=1780959897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:caf6ba5b2de7096b87f6d0bf9876791e9fc22835898634133cc984b3cfcbce89_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:caf6ba5b2de7096b87f6d0bf9876791e9fc22835898634133cc984b3cfcbce89_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:caf6ba5b2de7096b87f6d0bf9876791e9fc22835898634133cc984b3cfcbce89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Acaf6ba5b2de7096b87f6d0bf9876791e9fc22835898634133cc984b3cfcbce89?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1780953371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d48d11705eaece057ca0373b951adab97ed5871ddc0ea9f66d1561ca267ba681_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d48d11705eaece057ca0373b951adab97ed5871ddc0ea9f66d1561ca267ba681_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d48d11705eaece057ca0373b951adab97ed5871ddc0ea9f66d1561ca267ba681_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3Ad48d11705eaece057ca0373b951adab97ed5871ddc0ea9f66d1561ca267ba681?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1780956233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8297c205e24498b7f04c4a07cf5fa6db93023b0a9b79c13ff403b9360d74b897_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8297c205e24498b7f04c4a07cf5fa6db93023b0a9b79c13ff403b9360d74b897_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8297c205e24498b7f04c4a07cf5fa6db93023b0a9b79c13ff403b9360d74b897_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A8297c205e24498b7f04c4a07cf5fa6db93023b0a9b79c13ff403b9360d74b897?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1780954267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1b08bf1976b5e5abd1489f9a9f3197c48551f78dfbf4298797aef9e963c0cc2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1b08bf1976b5e5abd1489f9a9f3197c48551f78dfbf4298797aef9e963c0cc2d_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1b08bf1976b5e5abd1489f9a9f3197c48551f78dfbf4298797aef9e963c0cc2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A1b08bf1976b5e5abd1489f9a9f3197c48551f78dfbf4298797aef9e963c0cc2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1780953380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:96728e5dde6e4ef336cfe343db9327accc466201be2161029fb772b718ccf867_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:96728e5dde6e4ef336cfe343db9327accc466201be2161029fb772b718ccf867_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:96728e5dde6e4ef336cfe343db9327accc466201be2161029fb772b718ccf867_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A96728e5dde6e4ef336cfe343db9327accc466201be2161029fb772b718ccf867?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1780954975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:239a31060cb3e5ab4a563542dfce8ca029ce83b2b5e57875b65056bbdf170924_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:239a31060cb3e5ab4a563542dfce8ca029ce83b2b5e57875b65056bbdf170924_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:239a31060cb3e5ab4a563542dfce8ca029ce83b2b5e57875b65056bbdf170924_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A239a31060cb3e5ab4a563542dfce8ca029ce83b2b5e57875b65056bbdf170924?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1780954720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e47fd4f7f312988b50599074e58a2a7aa7b3527780955af912c4cae7fe2a99ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e47fd4f7f312988b50599074e58a2a7aa7b3527780955af912c4cae7fe2a99ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e47fd4f7f312988b50599074e58a2a7aa7b3527780955af912c4cae7fe2a99ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3Ae47fd4f7f312988b50599074e58a2a7aa7b3527780955af912c4cae7fe2a99ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1780956447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:7b89569f3fb12c1472d4a05f7e4aa065f6a0d766354dd92906e7b378b27dbaa8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:7b89569f3fb12c1472d4a05f7e4aa065f6a0d766354dd92906e7b378b27dbaa8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:7b89569f3fb12c1472d4a05f7e4aa065f6a0d766354dd92906e7b378b27dbaa8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A7b89569f3fb12c1472d4a05f7e4aa065f6a0d766354dd92906e7b378b27dbaa8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1780959633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e7a56d683319985b26acf009cf67d57d4608db5686ed7ed780377a2cad0395a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e7a56d683319985b26acf009cf67d57d4608db5686ed7ed780377a2cad0395a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e7a56d683319985b26acf009cf67d57d4608db5686ed7ed780377a2cad0395a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3Ae7a56d683319985b26acf009cf67d57d4608db5686ed7ed780377a2cad0395a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1780956420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:18deb0775f0a13058c5bbf8c4d75ade0620e8ecd346a34331111f798260b4b23_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:18deb0775f0a13058c5bbf8c4d75ade0620e8ecd346a34331111f798260b4b23_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:18deb0775f0a13058c5bbf8c4d75ade0620e8ecd346a34331111f798260b4b23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A18deb0775f0a13058c5bbf8c4d75ade0620e8ecd346a34331111f798260b4b23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1780955022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1780954962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64",
"product_id": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9\u0026tag=1780954962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:28eb64b3e550b2e510b0fd0c396cd3edfb92ca3e8135e53d578e5fa7f85e4d8a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:28eb64b3e550b2e510b0fd0c396cd3edfb92ca3e8135e53d578e5fa7f85e4d8a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:28eb64b3e550b2e510b0fd0c396cd3edfb92ca3e8135e53d578e5fa7f85e4d8a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A28eb64b3e550b2e510b0fd0c396cd3edfb92ca3e8135e53d578e5fa7f85e4d8a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1780954300"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:93e34ab51f79417cb36eb48e135f22b8c4e52dd64b6a1935d05cc58e43503163_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:93e34ab51f79417cb36eb48e135f22b8c4e52dd64b6a1935d05cc58e43503163_arm64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:93e34ab51f79417cb36eb48e135f22b8c4e52dd64b6a1935d05cc58e43503163_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3A93e34ab51f79417cb36eb48e135f22b8c4e52dd64b6a1935d05cc58e43503163?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1780594663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:44c5e43244d72b5c815137f82d36ad61d2ae91cdeda9664728f99d62272d9afd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:44c5e43244d72b5c815137f82d36ad61d2ae91cdeda9664728f99d62272d9afd_arm64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:44c5e43244d72b5c815137f82d36ad61d2ae91cdeda9664728f99d62272d9afd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A44c5e43244d72b5c815137f82d36ad61d2ae91cdeda9664728f99d62272d9afd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1780954298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4addd676d9d236786ad18a72986082163b8e1b77327cafa7488617f80ef0f81b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4addd676d9d236786ad18a72986082163b8e1b77327cafa7488617f80ef0f81b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4addd676d9d236786ad18a72986082163b8e1b77327cafa7488617f80ef0f81b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A4addd676d9d236786ad18a72986082163b8e1b77327cafa7488617f80ef0f81b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1780955936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:13b962ba5abd3ef60ab5b442c808e37382c99131d47ad1b6fb0b8455e38ebc29_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:13b962ba5abd3ef60ab5b442c808e37382c99131d47ad1b6fb0b8455e38ebc29_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:13b962ba5abd3ef60ab5b442c808e37382c99131d47ad1b6fb0b8455e38ebc29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A13b962ba5abd3ef60ab5b442c808e37382c99131d47ad1b6fb0b8455e38ebc29?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1780954827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:bce13fda78c24d1e8797dbeb3cd706feb242798354c6ce97c774229487c925b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:bce13fda78c24d1e8797dbeb3cd706feb242798354c6ce97c774229487c925b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:bce13fda78c24d1e8797dbeb3cd706feb242798354c6ce97c774229487c925b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3Abce13fda78c24d1e8797dbeb3cd706feb242798354c6ce97c774229487c925b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1780954987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e64cf373bcf9e37ae2827c8c17b8d82a9307e3fe9b8f32a61e44d08842c109b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e64cf373bcf9e37ae2827c8c17b8d82a9307e3fe9b8f32a61e44d08842c109b3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e64cf373bcf9e37ae2827c8c17b8d82a9307e3fe9b8f32a61e44d08842c109b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3Ae64cf373bcf9e37ae2827c8c17b8d82a9307e3fe9b8f32a61e44d08842c109b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1780954223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f92317d09cb6a2e35b9f30517bfca4a9e59ff7f26a1d0d890dd7af69b46c6701_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f92317d09cb6a2e35b9f30517bfca4a9e59ff7f26a1d0d890dd7af69b46c6701_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f92317d09cb6a2e35b9f30517bfca4a9e59ff7f26a1d0d890dd7af69b46c6701_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3Af92317d09cb6a2e35b9f30517bfca4a9e59ff7f26a1d0d890dd7af69b46c6701?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1780955112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f559d2dcaf83183a3c1b051615c122cdaf66dda535887a762c0028bc3534bbfb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f559d2dcaf83183a3c1b051615c122cdaf66dda535887a762c0028bc3534bbfb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f559d2dcaf83183a3c1b051615c122cdaf66dda535887a762c0028bc3534bbfb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3Af559d2dcaf83183a3c1b051615c122cdaf66dda535887a762c0028bc3534bbfb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1780957758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9287f7763ba06037472b0e01d82ababd2094f94d4233bbabd21972bfe9f4613_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9287f7763ba06037472b0e01d82ababd2094f94d4233bbabd21972bfe9f4613_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9287f7763ba06037472b0e01d82ababd2094f94d4233bbabd21972bfe9f4613_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Ad9287f7763ba06037472b0e01d82ababd2094f94d4233bbabd21972bfe9f4613?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1780956229"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d6ff5160b018f8c7d55a088604a994651ca5442516254b04046916162bac789a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d6ff5160b018f8c7d55a088604a994651ca5442516254b04046916162bac789a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d6ff5160b018f8c7d55a088604a994651ca5442516254b04046916162bac789a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3Ad6ff5160b018f8c7d55a088604a994651ca5442516254b04046916162bac789a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1780955573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ff2553de0552ff09e148e61fd425fa68b3cfb1a62e948df5ea55b0a5ce7a8a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ff2553de0552ff09e148e61fd425fa68b3cfb1a62e948df5ea55b0a5ce7a8a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ff2553de0552ff09e148e61fd425fa68b3cfb1a62e948df5ea55b0a5ce7a8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A93ff2553de0552ff09e148e61fd425fa68b3cfb1a62e948df5ea55b0a5ce7a8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1780955450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a9562f7375503d41681691137ae875ee46bd264923e06a6c62b505548a137642_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a9562f7375503d41681691137ae875ee46bd264923e06a6c62b505548a137642_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a9562f7375503d41681691137ae875ee46bd264923e06a6c62b505548a137642_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Aa9562f7375503d41681691137ae875ee46bd264923e06a6c62b505548a137642?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1780959512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f04aadc9f4248e3194681bd01d985fdfca7daf1f612681789cb00ae84fe29ec6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f04aadc9f4248e3194681bd01d985fdfca7daf1f612681789cb00ae84fe29ec6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f04aadc9f4248e3194681bd01d985fdfca7daf1f612681789cb00ae84fe29ec6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Af04aadc9f4248e3194681bd01d985fdfca7daf1f612681789cb00ae84fe29ec6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1780957694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:58d1715b335117fac0293de42394bbe6aeca52065fd1a5ac56cbeebcee309afa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:58d1715b335117fac0293de42394bbe6aeca52065fd1a5ac56cbeebcee309afa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:58d1715b335117fac0293de42394bbe6aeca52065fd1a5ac56cbeebcee309afa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A58d1715b335117fac0293de42394bbe6aeca52065fd1a5ac56cbeebcee309afa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1780955882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c3e9a86f9cbf4cb94086877cb6a1ec66a9fefab25a421366a3f5c4e8eb0fd6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c3e9a86f9cbf4cb94086877cb6a1ec66a9fefab25a421366a3f5c4e8eb0fd6d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c3e9a86f9cbf4cb94086877cb6a1ec66a9fefab25a421366a3f5c4e8eb0fd6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A3c3e9a86f9cbf4cb94086877cb6a1ec66a9fefab25a421366a3f5c4e8eb0fd6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1780954745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3a363154d2c808b7cd0d824322d94344caf0ca1b974331b45b6f14ab5a96e770_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3a363154d2c808b7cd0d824322d94344caf0ca1b974331b45b6f14ab5a96e770_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3a363154d2c808b7cd0d824322d94344caf0ca1b974331b45b6f14ab5a96e770_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A3a363154d2c808b7cd0d824322d94344caf0ca1b974331b45b6f14ab5a96e770?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1780958999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:2c40ab50c9be795ee57706a906054fd983c72180d5dd58bcf456bd832ab5647f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:2c40ab50c9be795ee57706a906054fd983c72180d5dd58bcf456bd832ab5647f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:2c40ab50c9be795ee57706a906054fd983c72180d5dd58bcf456bd832ab5647f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3A2c40ab50c9be795ee57706a906054fd983c72180d5dd58bcf456bd832ab5647f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1780956702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:31ea95a99670d709a3b9673576ceffa38159d60c43c412a0373457a9d9f12373_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:31ea95a99670d709a3b9673576ceffa38159d60c43c412a0373457a9d9f12373_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:31ea95a99670d709a3b9673576ceffa38159d60c43c412a0373457a9d9f12373_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A31ea95a99670d709a3b9673576ceffa38159d60c43c412a0373457a9d9f12373?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1780958667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7b5584cca3f124fdddf0205636521b13cbb984dd80f3dcde48b493b734952d01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7b5584cca3f124fdddf0205636521b13cbb984dd80f3dcde48b493b734952d01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7b5584cca3f124fdddf0205636521b13cbb984dd80f3dcde48b493b734952d01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A7b5584cca3f124fdddf0205636521b13cbb984dd80f3dcde48b493b734952d01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1780958504"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1ff5147c352878db92fedc79225042cc0e68d5c78681689af8644489e41d4476_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1ff5147c352878db92fedc79225042cc0e68d5c78681689af8644489e41d4476_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1ff5147c352878db92fedc79225042cc0e68d5c78681689af8644489e41d4476_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A1ff5147c352878db92fedc79225042cc0e68d5c78681689af8644489e41d4476?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1780955569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:63934f421a8c4e798384196b0eb5e03e16392b5a951be5e1febe9ce254846314_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:63934f421a8c4e798384196b0eb5e03e16392b5a951be5e1febe9ce254846314_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:63934f421a8c4e798384196b0eb5e03e16392b5a951be5e1febe9ce254846314_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A63934f421a8c4e798384196b0eb5e03e16392b5a951be5e1febe9ce254846314?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1780959547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:22443413894b8202cc13349a7039bc0d303fefe7c2a752bdfbd26b5e6c285b6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:22443413894b8202cc13349a7039bc0d303fefe7c2a752bdfbd26b5e6c285b6d_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:22443413894b8202cc13349a7039bc0d303fefe7c2a752bdfbd26b5e6c285b6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A22443413894b8202cc13349a7039bc0d303fefe7c2a752bdfbd26b5e6c285b6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1780965258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5cd6c5ea84d39a08dcc71e69cfbf9673b7f8373bab33c4c2e66f460fc8bee3c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5cd6c5ea84d39a08dcc71e69cfbf9673b7f8373bab33c4c2e66f460fc8bee3c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5cd6c5ea84d39a08dcc71e69cfbf9673b7f8373bab33c4c2e66f460fc8bee3c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A5cd6c5ea84d39a08dcc71e69cfbf9673b7f8373bab33c4c2e66f460fc8bee3c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1780954312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:42a6fb0cdf0d436ed0ade01d7cc8ad86ff8d8b0fd9bdb97310b6df1a51e0de81_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:42a6fb0cdf0d436ed0ade01d7cc8ad86ff8d8b0fd9bdb97310b6df1a51e0de81_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:42a6fb0cdf0d436ed0ade01d7cc8ad86ff8d8b0fd9bdb97310b6df1a51e0de81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A42a6fb0cdf0d436ed0ade01d7cc8ad86ff8d8b0fd9bdb97310b6df1a51e0de81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1780954353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:62e390c331abb91a12e5c68f8aaeb1bc5ba993b673abc875b348107f76023f7b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:62e390c331abb91a12e5c68f8aaeb1bc5ba993b673abc875b348107f76023f7b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:62e390c331abb91a12e5c68f8aaeb1bc5ba993b673abc875b348107f76023f7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A62e390c331abb91a12e5c68f8aaeb1bc5ba993b673abc875b348107f76023f7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1780594699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:65b21face4ebf60f2eeb98086e9da2298fa4faac44867c0a7a42deb009afa4b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:65b21face4ebf60f2eeb98086e9da2298fa4faac44867c0a7a42deb009afa4b5_amd64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:65b21face4ebf60f2eeb98086e9da2298fa4faac44867c0a7a42deb009afa4b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A65b21face4ebf60f2eeb98086e9da2298fa4faac44867c0a7a42deb009afa4b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1780967384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1e7d7474466a81b2c044cc43c3002d18d5542a7ff293dc1e636efd75b894897_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1e7d7474466a81b2c044cc43c3002d18d5542a7ff293dc1e636efd75b894897_amd64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1e7d7474466a81b2c044cc43c3002d18d5542a7ff293dc1e636efd75b894897_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3Af1e7d7474466a81b2c044cc43c3002d18d5542a7ff293dc1e636efd75b894897?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1780954621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8fa704dfc3118fdbcf03bedf96562e6152b30478e488a098544dc0adbed91972_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8fa704dfc3118fdbcf03bedf96562e6152b30478e488a098544dc0adbed91972_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8fa704dfc3118fdbcf03bedf96562e6152b30478e488a098544dc0adbed91972_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A8fa704dfc3118fdbcf03bedf96562e6152b30478e488a098544dc0adbed91972?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1780955258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:dac97af80e70c1d8aa3097edc79443cd64c38d4cf3f20c24958f5cf80359b115_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:dac97af80e70c1d8aa3097edc79443cd64c38d4cf3f20c24958f5cf80359b115_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:dac97af80e70c1d8aa3097edc79443cd64c38d4cf3f20c24958f5cf80359b115_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3Adac97af80e70c1d8aa3097edc79443cd64c38d4cf3f20c24958f5cf80359b115?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1780963936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:4fdab80ac6b49aba9acc4f0b6c1aebc5b1bb8508ae661133e0f3b278c4af6bf1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:4fdab80ac6b49aba9acc4f0b6c1aebc5b1bb8508ae661133e0f3b278c4af6bf1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:4fdab80ac6b49aba9acc4f0b6c1aebc5b1bb8508ae661133e0f3b278c4af6bf1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy-rhel9@sha256%3A4fdab80ac6b49aba9acc4f0b6c1aebc5b1bb8508ae661133e0f3b278c4af6bf1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=1780956877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:2975bd4f28e01743c1af22a7e5915588d836c5575f5b976d6d6b268b59d83116_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:2975bd4f28e01743c1af22a7e5915588d836c5575f5b976d6d6b268b59d83116_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:2975bd4f28e01743c1af22a7e5915588d836c5575f5b976d6d6b268b59d83116_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router-rhel9@sha256%3A2975bd4f28e01743c1af22a7e5915588d836c5575f5b976d6d6b268b59d83116?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=1780956940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:f8c8573ee8bae5789af3a5d842c352f951215fab4d65dad961c144ba380fb7ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:f8c8573ee8bae5789af3a5d842c352f951215fab4d65dad961c144ba380fb7ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:f8c8573ee8bae5789af3a5d842c352f951215fab4d65dad961c144ba380fb7ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3Af8c8573ee8bae5789af3a5d842c352f951215fab4d65dad961c144ba380fb7ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1780958252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:1d0ea324c372ef3292941b016da083914129a7c5fdafd3bc675ffe24216669dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:1d0ea324c372ef3292941b016da083914129a7c5fdafd3bc675ffe24216669dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:1d0ea324c372ef3292941b016da083914129a7c5fdafd3bc675ffe24216669dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel9@sha256%3A1d0ea324c372ef3292941b016da083914129a7c5fdafd3bc675ffe24216669dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=1780965579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f32f8112eca2c2fb5dd00341600905ad47783b56281467253cf1808dd323389a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f32f8112eca2c2fb5dd00341600905ad47783b56281467253cf1808dd323389a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f32f8112eca2c2fb5dd00341600905ad47783b56281467253cf1808dd323389a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3Af32f8112eca2c2fb5dd00341600905ad47783b56281467253cf1808dd323389a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1780965616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b61aa3822f67a02369223fd1d1b4209976c6de08be3c96ac934847b13261172b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b61aa3822f67a02369223fd1d1b4209976c6de08be3c96ac934847b13261172b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b61aa3822f67a02369223fd1d1b4209976c6de08be3c96ac934847b13261172b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel9@sha256%3Ab61aa3822f67a02369223fd1d1b4209976c6de08be3c96ac934847b13261172b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=1780058547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:97b4c4df47a44b36b0579f703030fb847d3fca865c119051e5382b90dbc766ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:97b4c4df47a44b36b0579f703030fb847d3fca865c119051e5382b90dbc766ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:97b4c4df47a44b36b0579f703030fb847d3fca865c119051e5382b90dbc766ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A97b4c4df47a44b36b0579f703030fb847d3fca865c119051e5382b90dbc766ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1780965429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:f53dda4ff845aaf64b904306d34d013c711d88c3554b18dec126e193b7c4bc58_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:f53dda4ff845aaf64b904306d34d013c711d88c3554b18dec126e193b7c4bc58_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:f53dda4ff845aaf64b904306d34d013c711d88c3554b18dec126e193b7c4bc58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-mustgather-rhel9@sha256%3Af53dda4ff845aaf64b904306d34d013c711d88c3554b18dec126e193b7c4bc58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9\u0026tag=1780594633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:46714356f8cc6884840b74c6464459ea18baf5d14deba6056a6924cf484c26d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:46714356f8cc6884840b74c6464459ea18baf5d14deba6056a6924cf484c26d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:46714356f8cc6884840b74c6464459ea18baf5d14deba6056a6924cf484c26d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy-rhel9@sha256%3A46714356f8cc6884840b74c6464459ea18baf5d14deba6056a6924cf484c26d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=1780959897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:abc42265a96b6ec9245da91b62571b68b7daa0a59dc891d5f6c3ab31b30ce9cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:abc42265a96b6ec9245da91b62571b68b7daa0a59dc891d5f6c3ab31b30ce9cd_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:abc42265a96b6ec9245da91b62571b68b7daa0a59dc891d5f6c3ab31b30ce9cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Aabc42265a96b6ec9245da91b62571b68b7daa0a59dc891d5f6c3ab31b30ce9cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1780953371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:264d9151f89aa42b872536f0b7b5d0d68cbcc18c2b486dc6888df734686975a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:264d9151f89aa42b872536f0b7b5d0d68cbcc18c2b486dc6888df734686975a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:264d9151f89aa42b872536f0b7b5d0d68cbcc18c2b486dc6888df734686975a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3A264d9151f89aa42b872536f0b7b5d0d68cbcc18c2b486dc6888df734686975a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1780956233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:091ac2bf459eb3d40578953173a532fb808ad437e41c8ef7fe99349cbc2ed32e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:091ac2bf459eb3d40578953173a532fb808ad437e41c8ef7fe99349cbc2ed32e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:091ac2bf459eb3d40578953173a532fb808ad437e41c8ef7fe99349cbc2ed32e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A091ac2bf459eb3d40578953173a532fb808ad437e41c8ef7fe99349cbc2ed32e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1780954267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1a1dd88c6bff209788c45467d1e94998ba2bd6fa181d570389ee120eb867db5c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1a1dd88c6bff209788c45467d1e94998ba2bd6fa181d570389ee120eb867db5c_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1a1dd88c6bff209788c45467d1e94998ba2bd6fa181d570389ee120eb867db5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A1a1dd88c6bff209788c45467d1e94998ba2bd6fa181d570389ee120eb867db5c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1780953380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb23ee7f27e297d2ab0b6c308e49a1e60e409ed223193bc95553d00897f733e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb23ee7f27e297d2ab0b6c308e49a1e60e409ed223193bc95553d00897f733e6_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb23ee7f27e297d2ab0b6c308e49a1e60e409ed223193bc95553d00897f733e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3Acb23ee7f27e297d2ab0b6c308e49a1e60e409ed223193bc95553d00897f733e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1780954975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:52e702025a2dd9f559c19ac9f8a1b33a552b73eeaf76a0cec2687eada6699af2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:52e702025a2dd9f559c19ac9f8a1b33a552b73eeaf76a0cec2687eada6699af2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:52e702025a2dd9f559c19ac9f8a1b33a552b73eeaf76a0cec2687eada6699af2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A52e702025a2dd9f559c19ac9f8a1b33a552b73eeaf76a0cec2687eada6699af2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1780954720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d2661f824ee9bd8eec38c3fa1556a5ac261e32eab076ad66c006797c0b089b23_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d2661f824ee9bd8eec38c3fa1556a5ac261e32eab076ad66c006797c0b089b23_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d2661f824ee9bd8eec38c3fa1556a5ac261e32eab076ad66c006797c0b089b23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3Ad2661f824ee9bd8eec38c3fa1556a5ac261e32eab076ad66c006797c0b089b23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1780956447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:b198033daca23b9f7d535027d0c428ffb7ede21b8a51bcc42cc3b7f957f5a88a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:b198033daca23b9f7d535027d0c428ffb7ede21b8a51bcc42cc3b7f957f5a88a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:b198033daca23b9f7d535027d0c428ffb7ede21b8a51bcc42cc3b7f957f5a88a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3Ab198033daca23b9f7d535027d0c428ffb7ede21b8a51bcc42cc3b7f957f5a88a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1780959633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa39bd6afb13ffa911ca473987a2d90d66c66305fc6a6a06406b82528c4cc9f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa39bd6afb13ffa911ca473987a2d90d66c66305fc6a6a06406b82528c4cc9f3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa39bd6afb13ffa911ca473987a2d90d66c66305fc6a6a06406b82528c4cc9f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3Afa39bd6afb13ffa911ca473987a2d90d66c66305fc6a6a06406b82528c4cc9f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1780956420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9c5084077c33fd73a749faa1a9da3cd9db598673a3429ab8cfdd3f501544d9ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9c5084077c33fd73a749faa1a9da3cd9db598673a3429ab8cfdd3f501544d9ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9c5084077c33fd73a749faa1a9da3cd9db598673a3429ab8cfdd3f501544d9ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A9c5084077c33fd73a749faa1a9da3cd9db598673a3429ab8cfdd3f501544d9ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1780955022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1780954962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9\u0026tag=1780954962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:143ec903f468cb71a4879e358ca6440eb172df743476c08fb549dfab8153fc4c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:143ec903f468cb71a4879e358ca6440eb172df743476c08fb549dfab8153fc4c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:143ec903f468cb71a4879e358ca6440eb172df743476c08fb549dfab8153fc4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A143ec903f468cb71a4879e358ca6440eb172df743476c08fb549dfab8153fc4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1780954300"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf4980b1ce7598c7b11423eb6e7fc96aa660154e0fdb0b61efc8422aac5acdc0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf4980b1ce7598c7b11423eb6e7fc96aa660154e0fdb0b61efc8422aac5acdc0_amd64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf4980b1ce7598c7b11423eb6e7fc96aa660154e0fdb0b61efc8422aac5acdc0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3Acf4980b1ce7598c7b11423eb6e7fc96aa660154e0fdb0b61efc8422aac5acdc0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1780594663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f856ba057bc1d4af2ca2a5fcd5c85ea8b4ed2746b6810b40131d745fc1abdbf1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f856ba057bc1d4af2ca2a5fcd5c85ea8b4ed2746b6810b40131d745fc1abdbf1_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f856ba057bc1d4af2ca2a5fcd5c85ea8b4ed2746b6810b40131d745fc1abdbf1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3Af856ba057bc1d4af2ca2a5fcd5c85ea8b4ed2746b6810b40131d745fc1abdbf1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1780954298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:70c2df611729eb9f86fb2e12821d610a9305d1d71b7c5d55ec7d21cf69eb416f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:70c2df611729eb9f86fb2e12821d610a9305d1d71b7c5d55ec7d21cf69eb416f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:70c2df611729eb9f86fb2e12821d610a9305d1d71b7c5d55ec7d21cf69eb416f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A70c2df611729eb9f86fb2e12821d610a9305d1d71b7c5d55ec7d21cf69eb416f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1780955936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:1ec3a620c287de6ee2c183a5cc85d81198bbd3732ba46777eaa02b1bdc126075_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:1ec3a620c287de6ee2c183a5cc85d81198bbd3732ba46777eaa02b1bdc126075_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:1ec3a620c287de6ee2c183a5cc85d81198bbd3732ba46777eaa02b1bdc126075_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A1ec3a620c287de6ee2c183a5cc85d81198bbd3732ba46777eaa02b1bdc126075?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1780954827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c09e3bbdadbe2a828d871b103fe96fe95732fbe04973dd0c0c70af16b361f686_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c09e3bbdadbe2a828d871b103fe96fe95732fbe04973dd0c0c70af16b361f686_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c09e3bbdadbe2a828d871b103fe96fe95732fbe04973dd0c0c70af16b361f686_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3Ac09e3bbdadbe2a828d871b103fe96fe95732fbe04973dd0c0c70af16b361f686?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1780954987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bd59bb4ba9fbf60fc7e97d6d596b0ae587b6988378a9295923ff44ff37676007_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bd59bb4ba9fbf60fc7e97d6d596b0ae587b6988378a9295923ff44ff37676007_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bd59bb4ba9fbf60fc7e97d6d596b0ae587b6988378a9295923ff44ff37676007_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3Abd59bb4ba9fbf60fc7e97d6d596b0ae587b6988378a9295923ff44ff37676007?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1780954223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7da9b0d48fda1cfcc41b8810200fb98142421f82910b0ae81e6b88eea3a8227f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7da9b0d48fda1cfcc41b8810200fb98142421f82910b0ae81e6b88eea3a8227f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7da9b0d48fda1cfcc41b8810200fb98142421f82910b0ae81e6b88eea3a8227f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3A7da9b0d48fda1cfcc41b8810200fb98142421f82910b0ae81e6b88eea3a8227f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1780955112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:de89fffe776715f72e270d5cb4f96c8a09e3beb30b7bc68b82b0e882e489a11e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:de89fffe776715f72e270d5cb4f96c8a09e3beb30b7bc68b82b0e882e489a11e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:de89fffe776715f72e270d5cb4f96c8a09e3beb30b7bc68b82b0e882e489a11e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3Ade89fffe776715f72e270d5cb4f96c8a09e3beb30b7bc68b82b0e882e489a11e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1780957758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:48dcfdbad52661cc66e78ac40755972a47baa62bf1f3758ddbc32e5cf84c85b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:48dcfdbad52661cc66e78ac40755972a47baa62bf1f3758ddbc32e5cf84c85b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:48dcfdbad52661cc66e78ac40755972a47baa62bf1f3758ddbc32e5cf84c85b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A48dcfdbad52661cc66e78ac40755972a47baa62bf1f3758ddbc32e5cf84c85b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1780956229"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:353af11d77cdbeb64bc4e7cf2f46a7726d27bb78409b86eae3f72292dd9d77da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:353af11d77cdbeb64bc4e7cf2f46a7726d27bb78409b86eae3f72292dd9d77da_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:353af11d77cdbeb64bc4e7cf2f46a7726d27bb78409b86eae3f72292dd9d77da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3A353af11d77cdbeb64bc4e7cf2f46a7726d27bb78409b86eae3f72292dd9d77da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1780955573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cd416b22a2167f25c7bc898e22bd96af554a92047b53b1e2b4dc633e2c630e97_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cd416b22a2167f25c7bc898e22bd96af554a92047b53b1e2b4dc633e2c630e97_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cd416b22a2167f25c7bc898e22bd96af554a92047b53b1e2b4dc633e2c630e97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3Acd416b22a2167f25c7bc898e22bd96af554a92047b53b1e2b4dc633e2c630e97?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1780955450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ee8592c0142a534fcf798de05609790a5ae9529555855297e2ddb7e62ca3538a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ee8592c0142a534fcf798de05609790a5ae9529555855297e2ddb7e62ca3538a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ee8592c0142a534fcf798de05609790a5ae9529555855297e2ddb7e62ca3538a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Aee8592c0142a534fcf798de05609790a5ae9529555855297e2ddb7e62ca3538a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1780959512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4b6bbc72488a733565151a13ab0de1e8f7f21f30b96f02280f75b55dc50e0083_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4b6bbc72488a733565151a13ab0de1e8f7f21f30b96f02280f75b55dc50e0083_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4b6bbc72488a733565151a13ab0de1e8f7f21f30b96f02280f75b55dc50e0083_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A4b6bbc72488a733565151a13ab0de1e8f7f21f30b96f02280f75b55dc50e0083?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1780957694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f2e5ed69b5bd0002e65d62cbbde96b9ae4a2e3b3048bfcfc43cf2d9e0acfc105_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f2e5ed69b5bd0002e65d62cbbde96b9ae4a2e3b3048bfcfc43cf2d9e0acfc105_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f2e5ed69b5bd0002e65d62cbbde96b9ae4a2e3b3048bfcfc43cf2d9e0acfc105_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Af2e5ed69b5bd0002e65d62cbbde96b9ae4a2e3b3048bfcfc43cf2d9e0acfc105?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1780955882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5d0ac2e3380a9aa6b0a5215b50ccc0438c62c46abde0b51d3e183fc8efb67838_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5d0ac2e3380a9aa6b0a5215b50ccc0438c62c46abde0b51d3e183fc8efb67838_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5d0ac2e3380a9aa6b0a5215b50ccc0438c62c46abde0b51d3e183fc8efb67838_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A5d0ac2e3380a9aa6b0a5215b50ccc0438c62c46abde0b51d3e183fc8efb67838?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1780954745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bc2411c1c769b21f969027fc4dfa77d615e73991fff4e73767c69cb4eb6d84b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bc2411c1c769b21f969027fc4dfa77d615e73991fff4e73767c69cb4eb6d84b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bc2411c1c769b21f969027fc4dfa77d615e73991fff4e73767c69cb4eb6d84b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Abc2411c1c769b21f969027fc4dfa77d615e73991fff4e73767c69cb4eb6d84b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1780958999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:153a98517ed242aa248e58b09ed87f1bab0fa3929ca0030bc92031dad71d67a3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:153a98517ed242aa248e58b09ed87f1bab0fa3929ca0030bc92031dad71d67a3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:153a98517ed242aa248e58b09ed87f1bab0fa3929ca0030bc92031dad71d67a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3A153a98517ed242aa248e58b09ed87f1bab0fa3929ca0030bc92031dad71d67a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1780956702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d9c77396ad8b15c2f2bf3cf4df85fc3143c19f0efd399cd859046750abb5343b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d9c77396ad8b15c2f2bf3cf4df85fc3143c19f0efd399cd859046750abb5343b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d9c77396ad8b15c2f2bf3cf4df85fc3143c19f0efd399cd859046750abb5343b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3Ad9c77396ad8b15c2f2bf3cf4df85fc3143c19f0efd399cd859046750abb5343b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1780958667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ed3291cce65ea18b4ef285fc2fbe947da216d89c57e9c1656ab819a9c24c7a5e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ed3291cce65ea18b4ef285fc2fbe947da216d89c57e9c1656ab819a9c24c7a5e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ed3291cce65ea18b4ef285fc2fbe947da216d89c57e9c1656ab819a9c24c7a5e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3Aed3291cce65ea18b4ef285fc2fbe947da216d89c57e9c1656ab819a9c24c7a5e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1780958504"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:a9f7b39c4b22bed3e8c23ca2353fe1f6750fb4a77ef9d33b5d34ed3abf8a8d4a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:a9f7b39c4b22bed3e8c23ca2353fe1f6750fb4a77ef9d33b5d34ed3abf8a8d4a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:a9f7b39c4b22bed3e8c23ca2353fe1f6750fb4a77ef9d33b5d34ed3abf8a8d4a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3Aa9f7b39c4b22bed3e8c23ca2353fe1f6750fb4a77ef9d33b5d34ed3abf8a8d4a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1780955569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c34a2d511cb011d4a2d68882e813f00bddf7b440ef76110f65511d629c09651_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c34a2d511cb011d4a2d68882e813f00bddf7b440ef76110f65511d629c09651_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c34a2d511cb011d4a2d68882e813f00bddf7b440ef76110f65511d629c09651_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A1c34a2d511cb011d4a2d68882e813f00bddf7b440ef76110f65511d629c09651?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1780959547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:98b13c6f331a411be5ccc3b15e23376b97ceca931e28d826f103ca6fb869f597_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:98b13c6f331a411be5ccc3b15e23376b97ceca931e28d826f103ca6fb869f597_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:98b13c6f331a411be5ccc3b15e23376b97ceca931e28d826f103ca6fb869f597_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A98b13c6f331a411be5ccc3b15e23376b97ceca931e28d826f103ca6fb869f597?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1780965258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:908a6974dd8e95f282b7b81b1878c36372b11229c2c7ae2eced43ec05af0ef42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:908a6974dd8e95f282b7b81b1878c36372b11229c2c7ae2eced43ec05af0ef42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:908a6974dd8e95f282b7b81b1878c36372b11229c2c7ae2eced43ec05af0ef42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A908a6974dd8e95f282b7b81b1878c36372b11229c2c7ae2eced43ec05af0ef42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1780954312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:810d0fde7c34bc015f2bff698528addb5ed4c81461739375b388eecb5af1a011_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:810d0fde7c34bc015f2bff698528addb5ed4c81461739375b388eecb5af1a011_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:810d0fde7c34bc015f2bff698528addb5ed4c81461739375b388eecb5af1a011_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A810d0fde7c34bc015f2bff698528addb5ed4c81461739375b388eecb5af1a011?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1780954353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1b24940451f367deca75eb5fe9700cc7545889368bd3961338010e973079ad15_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1b24940451f367deca75eb5fe9700cc7545889368bd3961338010e973079ad15_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1b24940451f367deca75eb5fe9700cc7545889368bd3961338010e973079ad15_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A1b24940451f367deca75eb5fe9700cc7545889368bd3961338010e973079ad15?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1780594699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:32e4cc3a06048b9548ba77856624294e2e52cfb46118da8330b09cdd7551b9d7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:32e4cc3a06048b9548ba77856624294e2e52cfb46118da8330b09cdd7551b9d7_ppc64le",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:32e4cc3a06048b9548ba77856624294e2e52cfb46118da8330b09cdd7551b9d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A32e4cc3a06048b9548ba77856624294e2e52cfb46118da8330b09cdd7551b9d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1780967384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c0cbab68a8897d6061f12a5fc80951979925301170ea6360908228a1ff411815_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c0cbab68a8897d6061f12a5fc80951979925301170ea6360908228a1ff411815_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c0cbab68a8897d6061f12a5fc80951979925301170ea6360908228a1ff411815_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3Ac0cbab68a8897d6061f12a5fc80951979925301170ea6360908228a1ff411815?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1780954621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0ce089ab0fb0bbbb84fea9d220be86745f97102eb113a14745b7954f4dfc245e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0ce089ab0fb0bbbb84fea9d220be86745f97102eb113a14745b7954f4dfc245e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0ce089ab0fb0bbbb84fea9d220be86745f97102eb113a14745b7954f4dfc245e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A0ce089ab0fb0bbbb84fea9d220be86745f97102eb113a14745b7954f4dfc245e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1780955258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:78647e9c9269c23f5f62f0b55ae5e9b2e2f0921537a8ffe7e137611ffc0fe5a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:78647e9c9269c23f5f62f0b55ae5e9b2e2f0921537a8ffe7e137611ffc0fe5a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:78647e9c9269c23f5f62f0b55ae5e9b2e2f0921537a8ffe7e137611ffc0fe5a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A78647e9c9269c23f5f62f0b55ae5e9b2e2f0921537a8ffe7e137611ffc0fe5a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1780963936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:5925706c54c9c7239e3858437bcb5389dbc9e615665f4e7f66070ed6c79c89e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:5925706c54c9c7239e3858437bcb5389dbc9e615665f4e7f66070ed6c79c89e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:5925706c54c9c7239e3858437bcb5389dbc9e615665f4e7f66070ed6c79c89e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy-rhel9@sha256%3A5925706c54c9c7239e3858437bcb5389dbc9e615665f4e7f66070ed6c79c89e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=1780956877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:16f9bad138d85ad053d6b470ba2505ca5781ed93f286fb5a6282c80da83fc989_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:16f9bad138d85ad053d6b470ba2505ca5781ed93f286fb5a6282c80da83fc989_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:16f9bad138d85ad053d6b470ba2505ca5781ed93f286fb5a6282c80da83fc989_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router-rhel9@sha256%3A16f9bad138d85ad053d6b470ba2505ca5781ed93f286fb5a6282c80da83fc989?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=1780956940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49e872411925cefcb5a5f9aeeea68ed2ba42ae5c5fb20ce7816efd9e706036a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49e872411925cefcb5a5f9aeeea68ed2ba42ae5c5fb20ce7816efd9e706036a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49e872411925cefcb5a5f9aeeea68ed2ba42ae5c5fb20ce7816efd9e706036a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3Ab49e872411925cefcb5a5f9aeeea68ed2ba42ae5c5fb20ce7816efd9e706036a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1780958252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d7d0c5e2b2f58bd4fc6f508af68ed086ff5b78c58f47cb7983e2a0193d29c8d7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d7d0c5e2b2f58bd4fc6f508af68ed086ff5b78c58f47cb7983e2a0193d29c8d7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d7d0c5e2b2f58bd4fc6f508af68ed086ff5b78c58f47cb7983e2a0193d29c8d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel9@sha256%3Ad7d0c5e2b2f58bd4fc6f508af68ed086ff5b78c58f47cb7983e2a0193d29c8d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=1780965579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38388bb9f6af7ef68fb75e841ee08a75baf10f1ddc0976873d6b8cd59de38b72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38388bb9f6af7ef68fb75e841ee08a75baf10f1ddc0976873d6b8cd59de38b72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38388bb9f6af7ef68fb75e841ee08a75baf10f1ddc0976873d6b8cd59de38b72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A38388bb9f6af7ef68fb75e841ee08a75baf10f1ddc0976873d6b8cd59de38b72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1780965616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1eb7a176f8dbc1e290117c0a7fd74ae20861dcfde8a51e61dc5e03261744e4fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1eb7a176f8dbc1e290117c0a7fd74ae20861dcfde8a51e61dc5e03261744e4fb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1eb7a176f8dbc1e290117c0a7fd74ae20861dcfde8a51e61dc5e03261744e4fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A1eb7a176f8dbc1e290117c0a7fd74ae20861dcfde8a51e61dc5e03261744e4fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1780965429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:b8eaa26bf5c5e75e801883773b2736f26aac438bc4d525414cd2fc678c66ab5c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:b8eaa26bf5c5e75e801883773b2736f26aac438bc4d525414cd2fc678c66ab5c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:b8eaa26bf5c5e75e801883773b2736f26aac438bc4d525414cd2fc678c66ab5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-mustgather-rhel9@sha256%3Ab8eaa26bf5c5e75e801883773b2736f26aac438bc4d525414cd2fc678c66ab5c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9\u0026tag=1780594633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:88a90021a326fc718e0087b08e0fba0110431ab30e5a005d6ed5a15da0815264_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:88a90021a326fc718e0087b08e0fba0110431ab30e5a005d6ed5a15da0815264_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:88a90021a326fc718e0087b08e0fba0110431ab30e5a005d6ed5a15da0815264_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy-rhel9@sha256%3A88a90021a326fc718e0087b08e0fba0110431ab30e5a005d6ed5a15da0815264?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=1780959897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:389f66df4c94833b678a6125b639a71ac5224d0aea660a8e1b09da1642212b56_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:389f66df4c94833b678a6125b639a71ac5224d0aea660a8e1b09da1642212b56_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:389f66df4c94833b678a6125b639a71ac5224d0aea660a8e1b09da1642212b56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A389f66df4c94833b678a6125b639a71ac5224d0aea660a8e1b09da1642212b56?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1780953371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d82bc03b30bbc4394320dac3078c0440f3a17dbb0cdaf1eadd405f0ace00e75a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d82bc03b30bbc4394320dac3078c0440f3a17dbb0cdaf1eadd405f0ace00e75a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d82bc03b30bbc4394320dac3078c0440f3a17dbb0cdaf1eadd405f0ace00e75a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3Ad82bc03b30bbc4394320dac3078c0440f3a17dbb0cdaf1eadd405f0ace00e75a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1780956233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:841e42a657509f87251e7dd45e7f1c097ec3b0220b4f62200b1a0d4a0f3769b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:841e42a657509f87251e7dd45e7f1c097ec3b0220b4f62200b1a0d4a0f3769b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:841e42a657509f87251e7dd45e7f1c097ec3b0220b4f62200b1a0d4a0f3769b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A841e42a657509f87251e7dd45e7f1c097ec3b0220b4f62200b1a0d4a0f3769b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1780954267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:70888930960f555c3306dd3ca50c54191784e66dd10073f775f468e5b30aa427_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:70888930960f555c3306dd3ca50c54191784e66dd10073f775f468e5b30aa427_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:70888930960f555c3306dd3ca50c54191784e66dd10073f775f468e5b30aa427_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A70888930960f555c3306dd3ca50c54191784e66dd10073f775f468e5b30aa427?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1780953380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:388c932a488fd665b1687c3f27fd32fe4e623d54cf10ee269c6617863d81f7f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:388c932a488fd665b1687c3f27fd32fe4e623d54cf10ee269c6617863d81f7f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:388c932a488fd665b1687c3f27fd32fe4e623d54cf10ee269c6617863d81f7f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A388c932a488fd665b1687c3f27fd32fe4e623d54cf10ee269c6617863d81f7f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1780954975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5ffb0f5dbbbe8ef477326871b0de13482830bf79ad7ceff219d49163d743bd48_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5ffb0f5dbbbe8ef477326871b0de13482830bf79ad7ceff219d49163d743bd48_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5ffb0f5dbbbe8ef477326871b0de13482830bf79ad7ceff219d49163d743bd48_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A5ffb0f5dbbbe8ef477326871b0de13482830bf79ad7ceff219d49163d743bd48?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1780954720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f48123b92c3459a3d87114e3b7449c322a604d71c80bfeab72a8db52177fb9c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f48123b92c3459a3d87114e3b7449c322a604d71c80bfeab72a8db52177fb9c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f48123b92c3459a3d87114e3b7449c322a604d71c80bfeab72a8db52177fb9c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3Af48123b92c3459a3d87114e3b7449c322a604d71c80bfeab72a8db52177fb9c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1780956447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2d07649b5b756ac21588ce9d7fbd305d38f74b616a94e639291f60826e8bf41d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2d07649b5b756ac21588ce9d7fbd305d38f74b616a94e639291f60826e8bf41d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2d07649b5b756ac21588ce9d7fbd305d38f74b616a94e639291f60826e8bf41d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A2d07649b5b756ac21588ce9d7fbd305d38f74b616a94e639291f60826e8bf41d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1780959633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa1c6736c303b26a8f1f0b4ec3ae68fe2c06bc68d7d0057ed01efcc6b4c0ea68_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa1c6736c303b26a8f1f0b4ec3ae68fe2c06bc68d7d0057ed01efcc6b4c0ea68_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa1c6736c303b26a8f1f0b4ec3ae68fe2c06bc68d7d0057ed01efcc6b4c0ea68_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3Afa1c6736c303b26a8f1f0b4ec3ae68fe2c06bc68d7d0057ed01efcc6b4c0ea68?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1780956420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:19a053db854063e56a075e780da1682642cf7d12cb4ec8a4682d6f135eaf7c04_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:19a053db854063e56a075e780da1682642cf7d12cb4ec8a4682d6f135eaf7c04_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:19a053db854063e56a075e780da1682642cf7d12cb4ec8a4682d6f135eaf7c04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A19a053db854063e56a075e780da1682642cf7d12cb4ec8a4682d6f135eaf7c04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1780955022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1780954962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9\u0026tag=1780954962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:231287dfacce157f45d6a22a60888d97c6d2fd8959c432f1ae41605a65d904b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:231287dfacce157f45d6a22a60888d97c6d2fd8959c432f1ae41605a65d904b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:231287dfacce157f45d6a22a60888d97c6d2fd8959c432f1ae41605a65d904b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A231287dfacce157f45d6a22a60888d97c6d2fd8959c432f1ae41605a65d904b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1780954300"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9ddf7f22f8645b9e08e98b32793fdad15a2486e51ace7f91a048e9d6a8baac2d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9ddf7f22f8645b9e08e98b32793fdad15a2486e51ace7f91a048e9d6a8baac2d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9ddf7f22f8645b9e08e98b32793fdad15a2486e51ace7f91a048e9d6a8baac2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3A9ddf7f22f8645b9e08e98b32793fdad15a2486e51ace7f91a048e9d6a8baac2d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1780594663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:bc104f15becaa2ebb1f48c1bbab044d9734c3bccca7da1cf51cfb348048e3aa6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:bc104f15becaa2ebb1f48c1bbab044d9734c3bccca7da1cf51cfb348048e3aa6_ppc64le",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:bc104f15becaa2ebb1f48c1bbab044d9734c3bccca7da1cf51cfb348048e3aa6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3Abc104f15becaa2ebb1f48c1bbab044d9734c3bccca7da1cf51cfb348048e3aa6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1780954298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0308cd0468a71f7258cadc9f1eaeebee8481089ea67a3887f2019935f2891203_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0308cd0468a71f7258cadc9f1eaeebee8481089ea67a3887f2019935f2891203_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0308cd0468a71f7258cadc9f1eaeebee8481089ea67a3887f2019935f2891203_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A0308cd0468a71f7258cadc9f1eaeebee8481089ea67a3887f2019935f2891203?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1780955936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b7825e13fbb7fd97b5b2188c995b23170fa5eab8f198d735544be4ba9de3a600_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b7825e13fbb7fd97b5b2188c995b23170fa5eab8f198d735544be4ba9de3a600_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b7825e13fbb7fd97b5b2188c995b23170fa5eab8f198d735544be4ba9de3a600_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3Ab7825e13fbb7fd97b5b2188c995b23170fa5eab8f198d735544be4ba9de3a600?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1780954827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b07a8a1cd38bd4270f5a4889ad003e4abe5817f689064c147ff29abe707dafe9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b07a8a1cd38bd4270f5a4889ad003e4abe5817f689064c147ff29abe707dafe9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b07a8a1cd38bd4270f5a4889ad003e4abe5817f689064c147ff29abe707dafe9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3Ab07a8a1cd38bd4270f5a4889ad003e4abe5817f689064c147ff29abe707dafe9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1780954987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:7e19b3fe08f2e3afd00c5ded98b2999cbbdb5024d5a91d2e1fccb4d18b0b1d3a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:7e19b3fe08f2e3afd00c5ded98b2999cbbdb5024d5a91d2e1fccb4d18b0b1d3a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:7e19b3fe08f2e3afd00c5ded98b2999cbbdb5024d5a91d2e1fccb4d18b0b1d3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A7e19b3fe08f2e3afd00c5ded98b2999cbbdb5024d5a91d2e1fccb4d18b0b1d3a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1780954223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:5b588158a2ba2a748f4d020d1998f5e1906af436ecf55dc1a070f59929340579_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:5b588158a2ba2a748f4d020d1998f5e1906af436ecf55dc1a070f59929340579_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:5b588158a2ba2a748f4d020d1998f5e1906af436ecf55dc1a070f59929340579_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3A5b588158a2ba2a748f4d020d1998f5e1906af436ecf55dc1a070f59929340579?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1780955112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3959c5c6d6341d04eb190bc97fb7c6f57c8cc5f48b341967baed0b3a2db55c5e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3959c5c6d6341d04eb190bc97fb7c6f57c8cc5f48b341967baed0b3a2db55c5e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3959c5c6d6341d04eb190bc97fb7c6f57c8cc5f48b341967baed0b3a2db55c5e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A3959c5c6d6341d04eb190bc97fb7c6f57c8cc5f48b341967baed0b3a2db55c5e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1780957758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2299e52ee0dd278c9a06f2a5cdbcd34bae25134a022d71a98cb5b55ebea9196e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2299e52ee0dd278c9a06f2a5cdbcd34bae25134a022d71a98cb5b55ebea9196e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2299e52ee0dd278c9a06f2a5cdbcd34bae25134a022d71a98cb5b55ebea9196e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A2299e52ee0dd278c9a06f2a5cdbcd34bae25134a022d71a98cb5b55ebea9196e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1780956229"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1be6417d3657c68da03cdc4a3a5a616c89d92db5a9bbb4e193fd8be130207e72_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1be6417d3657c68da03cdc4a3a5a616c89d92db5a9bbb4e193fd8be130207e72_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1be6417d3657c68da03cdc4a3a5a616c89d92db5a9bbb4e193fd8be130207e72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A1be6417d3657c68da03cdc4a3a5a616c89d92db5a9bbb4e193fd8be130207e72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1780955450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0460c30f1429c8d3db3b68c0a926e024a949d3c62d678f094781e6c8d1158b34_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0460c30f1429c8d3db3b68c0a926e024a949d3c62d678f094781e6c8d1158b34_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0460c30f1429c8d3db3b68c0a926e024a949d3c62d678f094781e6c8d1158b34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A0460c30f1429c8d3db3b68c0a926e024a949d3c62d678f094781e6c8d1158b34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1780959512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:754a8c458ae2c4a6a1b0be118a635e288eab5c79b0ae673785e615bb7dad64b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:754a8c458ae2c4a6a1b0be118a635e288eab5c79b0ae673785e615bb7dad64b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:754a8c458ae2c4a6a1b0be118a635e288eab5c79b0ae673785e615bb7dad64b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A754a8c458ae2c4a6a1b0be118a635e288eab5c79b0ae673785e615bb7dad64b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1780957694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dc8d10ac2f4d534bf20f0d4885d7b1a109c2b7c8d0675655907e50f68fb34fc6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dc8d10ac2f4d534bf20f0d4885d7b1a109c2b7c8d0675655907e50f68fb34fc6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dc8d10ac2f4d534bf20f0d4885d7b1a109c2b7c8d0675655907e50f68fb34fc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Adc8d10ac2f4d534bf20f0d4885d7b1a109c2b7c8d0675655907e50f68fb34fc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1780955882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:390b88f80b1bb48e8248fa28e858e5d273ea49eadc3c2cedae1c276d3f9a80eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:390b88f80b1bb48e8248fa28e858e5d273ea49eadc3c2cedae1c276d3f9a80eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:390b88f80b1bb48e8248fa28e858e5d273ea49eadc3c2cedae1c276d3f9a80eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A390b88f80b1bb48e8248fa28e858e5d273ea49eadc3c2cedae1c276d3f9a80eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1780954745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:48ace207b0a1c7fe1d32e6acd56f446969e7f3fe26ae234bd7742c968fa40f76_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:48ace207b0a1c7fe1d32e6acd56f446969e7f3fe26ae234bd7742c968fa40f76_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:48ace207b0a1c7fe1d32e6acd56f446969e7f3fe26ae234bd7742c968fa40f76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A48ace207b0a1c7fe1d32e6acd56f446969e7f3fe26ae234bd7742c968fa40f76?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1780958999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:184ed3666a6ee696943e619c8c9f9f1fdaaa36df0722cc809e895d30276600c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:184ed3666a6ee696943e619c8c9f9f1fdaaa36df0722cc809e895d30276600c9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:184ed3666a6ee696943e619c8c9f9f1fdaaa36df0722cc809e895d30276600c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3A184ed3666a6ee696943e619c8c9f9f1fdaaa36df0722cc809e895d30276600c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1780956702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:195ec6ccb0f0f3c1597aef74d60bfeed49f0be94acaaf00d8c410a6ad68d1bb5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:195ec6ccb0f0f3c1597aef74d60bfeed49f0be94acaaf00d8c410a6ad68d1bb5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:195ec6ccb0f0f3c1597aef74d60bfeed49f0be94acaaf00d8c410a6ad68d1bb5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A195ec6ccb0f0f3c1597aef74d60bfeed49f0be94acaaf00d8c410a6ad68d1bb5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1780958667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:79b34ae81cfa155a430dc4de7e7d4869b254d143436e5e249dfe66b9474933eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:79b34ae81cfa155a430dc4de7e7d4869b254d143436e5e249dfe66b9474933eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:79b34ae81cfa155a430dc4de7e7d4869b254d143436e5e249dfe66b9474933eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A79b34ae81cfa155a430dc4de7e7d4869b254d143436e5e249dfe66b9474933eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1780958504"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d8d4218960a9f0eaaf673ae8ac6ba1e2fffb8b91a76beb2e78cb5d5d04dd34ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d8d4218960a9f0eaaf673ae8ac6ba1e2fffb8b91a76beb2e78cb5d5d04dd34ea_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d8d4218960a9f0eaaf673ae8ac6ba1e2fffb8b91a76beb2e78cb5d5d04dd34ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3Ad8d4218960a9f0eaaf673ae8ac6ba1e2fffb8b91a76beb2e78cb5d5d04dd34ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1780959547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36061d16a4211f444c84c4239942de5204f1654703040a431cef361ee49ef985_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36061d16a4211f444c84c4239942de5204f1654703040a431cef361ee49ef985_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36061d16a4211f444c84c4239942de5204f1654703040a431cef361ee49ef985_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A36061d16a4211f444c84c4239942de5204f1654703040a431cef361ee49ef985?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1780965258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:92b92d2172d793889593629917a0e7dc5f10cf66a9d66052f8cd4bc67fc2c5dc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:92b92d2172d793889593629917a0e7dc5f10cf66a9d66052f8cd4bc67fc2c5dc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:92b92d2172d793889593629917a0e7dc5f10cf66a9d66052f8cd4bc67fc2c5dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A92b92d2172d793889593629917a0e7dc5f10cf66a9d66052f8cd4bc67fc2c5dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1780954353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b0fa9f3bacb960622ab57c6103db2bfec914ae57d7f5cbea674b01551d6dfa0b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b0fa9f3bacb960622ab57c6103db2bfec914ae57d7f5cbea674b01551d6dfa0b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b0fa9f3bacb960622ab57c6103db2bfec914ae57d7f5cbea674b01551d6dfa0b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Ab0fa9f3bacb960622ab57c6103db2bfec914ae57d7f5cbea674b01551d6dfa0b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1780594699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3dde89c7fe9ffa2a691bd425dc32dd3b2ed0096ebabedfe8b7cd7d58a35c3818_s390x",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3dde89c7fe9ffa2a691bd425dc32dd3b2ed0096ebabedfe8b7cd7d58a35c3818_s390x",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3dde89c7fe9ffa2a691bd425dc32dd3b2ed0096ebabedfe8b7cd7d58a35c3818_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A3dde89c7fe9ffa2a691bd425dc32dd3b2ed0096ebabedfe8b7cd7d58a35c3818?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1780967384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:348ff9b45da401d9608b2e31393cf3da948309ffaf27fe6d47e8d94fa27bf804_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:348ff9b45da401d9608b2e31393cf3da948309ffaf27fe6d47e8d94fa27bf804_s390x",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:348ff9b45da401d9608b2e31393cf3da948309ffaf27fe6d47e8d94fa27bf804_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A348ff9b45da401d9608b2e31393cf3da948309ffaf27fe6d47e8d94fa27bf804?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1780954621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:e41112ff6804d058a9991c91dee8cefbbe7c645e710d218112c1aae786a9f0f5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:e41112ff6804d058a9991c91dee8cefbbe7c645e710d218112c1aae786a9f0f5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:e41112ff6804d058a9991c91dee8cefbbe7c645e710d218112c1aae786a9f0f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3Ae41112ff6804d058a9991c91dee8cefbbe7c645e710d218112c1aae786a9f0f5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1780955258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3d243dd53c5cc2c089bf7f147f29279b3b9debbcc64550b2c393cdf4b2b36658_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3d243dd53c5cc2c089bf7f147f29279b3b9debbcc64550b2c393cdf4b2b36658_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3d243dd53c5cc2c089bf7f147f29279b3b9debbcc64550b2c393cdf4b2b36658_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A3d243dd53c5cc2c089bf7f147f29279b3b9debbcc64550b2c393cdf4b2b36658?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1780963936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:eb87b799a0dae5112763d5921ab28cd41274c76edcab3915adee20e790d7a0fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:eb87b799a0dae5112763d5921ab28cd41274c76edcab3915adee20e790d7a0fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:eb87b799a0dae5112763d5921ab28cd41274c76edcab3915adee20e790d7a0fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy-rhel9@sha256%3Aeb87b799a0dae5112763d5921ab28cd41274c76edcab3915adee20e790d7a0fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=1780956877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:a3c166b14576715ebeb35649affbc65c63675ecf8afe236764e439ab45818a21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:a3c166b14576715ebeb35649affbc65c63675ecf8afe236764e439ab45818a21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:a3c166b14576715ebeb35649affbc65c63675ecf8afe236764e439ab45818a21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router-rhel9@sha256%3Aa3c166b14576715ebeb35649affbc65c63675ecf8afe236764e439ab45818a21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=1780956940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:85c74a13c76bbd60170be261889633e494ac1d4cb536ae1e87f14c211bd113d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:85c74a13c76bbd60170be261889633e494ac1d4cb536ae1e87f14c211bd113d4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:85c74a13c76bbd60170be261889633e494ac1d4cb536ae1e87f14c211bd113d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A85c74a13c76bbd60170be261889633e494ac1d4cb536ae1e87f14c211bd113d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1780958252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ed248d87111d51043d2b1979811e5eb5ee9bb423f35505fd048cf62247c5fd2b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ed248d87111d51043d2b1979811e5eb5ee9bb423f35505fd048cf62247c5fd2b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ed248d87111d51043d2b1979811e5eb5ee9bb423f35505fd048cf62247c5fd2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel9@sha256%3Aed248d87111d51043d2b1979811e5eb5ee9bb423f35505fd048cf62247c5fd2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=1780965579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:75bd8e79cbb488c61f44eb096f31b274a83884cc9807f6ebcbf93a356b877011_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:75bd8e79cbb488c61f44eb096f31b274a83884cc9807f6ebcbf93a356b877011_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:75bd8e79cbb488c61f44eb096f31b274a83884cc9807f6ebcbf93a356b877011_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A75bd8e79cbb488c61f44eb096f31b274a83884cc9807f6ebcbf93a356b877011?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1780965616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b9a0de0cc45fc939008e7e2ff3a440972318f450c7dd1af6ace25830d7848a19_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b9a0de0cc45fc939008e7e2ff3a440972318f450c7dd1af6ace25830d7848a19_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b9a0de0cc45fc939008e7e2ff3a440972318f450c7dd1af6ace25830d7848a19_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ab9a0de0cc45fc939008e7e2ff3a440972318f450c7dd1af6ace25830d7848a19?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1780965429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8c55246750813e84bd1eb43036b307b4f75d7ad3bfb9079f65ff270de57de483_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8c55246750813e84bd1eb43036b307b4f75d7ad3bfb9079f65ff270de57de483_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8c55246750813e84bd1eb43036b307b4f75d7ad3bfb9079f65ff270de57de483_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-mustgather-rhel9@sha256%3A8c55246750813e84bd1eb43036b307b4f75d7ad3bfb9079f65ff270de57de483?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9\u0026tag=1780594633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:a2731f8d0e3ad4c1fb40ebf855f1f22578d8622b6279350ab6325bc97b30f957_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:a2731f8d0e3ad4c1fb40ebf855f1f22578d8622b6279350ab6325bc97b30f957_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:a2731f8d0e3ad4c1fb40ebf855f1f22578d8622b6279350ab6325bc97b30f957_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy-rhel9@sha256%3Aa2731f8d0e3ad4c1fb40ebf855f1f22578d8622b6279350ab6325bc97b30f957?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=1780959897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:526562985eca24dd24aef4bc594e3fd4cd0f1251679c1c5a58028c7bf5ef70e3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:526562985eca24dd24aef4bc594e3fd4cd0f1251679c1c5a58028c7bf5ef70e3_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:526562985eca24dd24aef4bc594e3fd4cd0f1251679c1c5a58028c7bf5ef70e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A526562985eca24dd24aef4bc594e3fd4cd0f1251679c1c5a58028c7bf5ef70e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1780953371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:65da29ddee348a377d4058862795ed742f3a9579a702604d6f03ac507d277516_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:65da29ddee348a377d4058862795ed742f3a9579a702604d6f03ac507d277516_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:65da29ddee348a377d4058862795ed742f3a9579a702604d6f03ac507d277516_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A65da29ddee348a377d4058862795ed742f3a9579a702604d6f03ac507d277516?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1780953380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7e04c52aa14d9f65e71c11ef6a46f366c0825080364299299f9cb15363fbada3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7e04c52aa14d9f65e71c11ef6a46f366c0825080364299299f9cb15363fbada3_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7e04c52aa14d9f65e71c11ef6a46f366c0825080364299299f9cb15363fbada3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A7e04c52aa14d9f65e71c11ef6a46f366c0825080364299299f9cb15363fbada3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1780954975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e644bfd2152c5ee135f01f571f7822483016aff5aa27d602da005271567ad34c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e644bfd2152c5ee135f01f571f7822483016aff5aa27d602da005271567ad34c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e644bfd2152c5ee135f01f571f7822483016aff5aa27d602da005271567ad34c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3Ae644bfd2152c5ee135f01f571f7822483016aff5aa27d602da005271567ad34c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1780954720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:377271032685c124cd5a88edafa071a9c3c9341557fddd3b6d19845ad5bd36f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:377271032685c124cd5a88edafa071a9c3c9341557fddd3b6d19845ad5bd36f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:377271032685c124cd5a88edafa071a9c3c9341557fddd3b6d19845ad5bd36f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A377271032685c124cd5a88edafa071a9c3c9341557fddd3b6d19845ad5bd36f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1780956447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:45ab9e777dab6bcc9df92602fd5a7c79b493fd343e11a519b6b3f57666c1664d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:45ab9e777dab6bcc9df92602fd5a7c79b493fd343e11a519b6b3f57666c1664d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:45ab9e777dab6bcc9df92602fd5a7c79b493fd343e11a519b6b3f57666c1664d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A45ab9e777dab6bcc9df92602fd5a7c79b493fd343e11a519b6b3f57666c1664d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1780959633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:8a930290c9931f9c14487cf0cf1ccd85e54bd2be0fc0291f97b745aedf281476_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:8a930290c9931f9c14487cf0cf1ccd85e54bd2be0fc0291f97b745aedf281476_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:8a930290c9931f9c14487cf0cf1ccd85e54bd2be0fc0291f97b745aedf281476_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A8a930290c9931f9c14487cf0cf1ccd85e54bd2be0fc0291f97b745aedf281476?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1780956420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:c9064393540b9ee7247e4fc0ec3abb6a4d252ba43fa3fda13ade3d523dadbf97_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:c9064393540b9ee7247e4fc0ec3abb6a4d252ba43fa3fda13ade3d523dadbf97_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:c9064393540b9ee7247e4fc0ec3abb6a4d252ba43fa3fda13ade3d523dadbf97_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3Ac9064393540b9ee7247e4fc0ec3abb6a4d252ba43fa3fda13ade3d523dadbf97?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1780955022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:017daeb53af5fd1997106dbb3eb7c2f213f2b2373dbd6bf93e64573f2d7f0bd5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:017daeb53af5fd1997106dbb3eb7c2f213f2b2373dbd6bf93e64573f2d7f0bd5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:017daeb53af5fd1997106dbb3eb7c2f213f2b2373dbd6bf93e64573f2d7f0bd5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A017daeb53af5fd1997106dbb3eb7c2f213f2b2373dbd6bf93e64573f2d7f0bd5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1780957758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4ec8e4f3493ff3a7db2b7912e14a8a57da726c138b1cc64d6f58a761cbf0495b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4ec8e4f3493ff3a7db2b7912e14a8a57da726c138b1cc64d6f58a761cbf0495b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4ec8e4f3493ff3a7db2b7912e14a8a57da726c138b1cc64d6f58a761cbf0495b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A4ec8e4f3493ff3a7db2b7912e14a8a57da726c138b1cc64d6f58a761cbf0495b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1780956229"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:389f66df4c94833b678a6125b639a71ac5224d0aea660a8e1b09da1642212b56_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:389f66df4c94833b678a6125b639a71ac5224d0aea660a8e1b09da1642212b56_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:389f66df4c94833b678a6125b639a71ac5224d0aea660a8e1b09da1642212b56_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:526562985eca24dd24aef4bc594e3fd4cd0f1251679c1c5a58028c7bf5ef70e3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:526562985eca24dd24aef4bc594e3fd4cd0f1251679c1c5a58028c7bf5ef70e3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:526562985eca24dd24aef4bc594e3fd4cd0f1251679c1c5a58028c7bf5ef70e3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:abc42265a96b6ec9245da91b62571b68b7daa0a59dc891d5f6c3ab31b30ce9cd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:abc42265a96b6ec9245da91b62571b68b7daa0a59dc891d5f6c3ab31b30ce9cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:abc42265a96b6ec9245da91b62571b68b7daa0a59dc891d5f6c3ab31b30ce9cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:caf6ba5b2de7096b87f6d0bf9876791e9fc22835898634133cc984b3cfcbce89_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:caf6ba5b2de7096b87f6d0bf9876791e9fc22835898634133cc984b3cfcbce89_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:caf6ba5b2de7096b87f6d0bf9876791e9fc22835898634133cc984b3cfcbce89_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:22443413894b8202cc13349a7039bc0d303fefe7c2a752bdfbd26b5e6c285b6d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:22443413894b8202cc13349a7039bc0d303fefe7c2a752bdfbd26b5e6c285b6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:22443413894b8202cc13349a7039bc0d303fefe7c2a752bdfbd26b5e6c285b6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36061d16a4211f444c84c4239942de5204f1654703040a431cef361ee49ef985_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36061d16a4211f444c84c4239942de5204f1654703040a431cef361ee49ef985_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36061d16a4211f444c84c4239942de5204f1654703040a431cef361ee49ef985_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8562201db29012ed85e9fefaca5bc282454a6f748251ee602ee62bd42de86f0b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8562201db29012ed85e9fefaca5bc282454a6f748251ee602ee62bd42de86f0b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8562201db29012ed85e9fefaca5bc282454a6f748251ee602ee62bd42de86f0b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:98b13c6f331a411be5ccc3b15e23376b97ceca931e28d826f103ca6fb869f597_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:98b13c6f331a411be5ccc3b15e23376b97ceca931e28d826f103ca6fb869f597_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:98b13c6f331a411be5ccc3b15e23376b97ceca931e28d826f103ca6fb869f597_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:0ab84f3af21c0f4a9377011d086e9bcca8fcada8fe10876a0f2e0709c05eb836_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:0ab84f3af21c0f4a9377011d086e9bcca8fcada8fe10876a0f2e0709c05eb836_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:0ab84f3af21c0f4a9377011d086e9bcca8fcada8fe10876a0f2e0709c05eb836_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c34a2d511cb011d4a2d68882e813f00bddf7b440ef76110f65511d629c09651_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c34a2d511cb011d4a2d68882e813f00bddf7b440ef76110f65511d629c09651_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c34a2d511cb011d4a2d68882e813f00bddf7b440ef76110f65511d629c09651_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:63934f421a8c4e798384196b0eb5e03e16392b5a951be5e1febe9ce254846314_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:63934f421a8c4e798384196b0eb5e03e16392b5a951be5e1febe9ce254846314_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:63934f421a8c4e798384196b0eb5e03e16392b5a951be5e1febe9ce254846314_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d8d4218960a9f0eaaf673ae8ac6ba1e2fffb8b91a76beb2e78cb5d5d04dd34ea_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d8d4218960a9f0eaaf673ae8ac6ba1e2fffb8b91a76beb2e78cb5d5d04dd34ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d8d4218960a9f0eaaf673ae8ac6ba1e2fffb8b91a76beb2e78cb5d5d04dd34ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:388c932a488fd665b1687c3f27fd32fe4e623d54cf10ee269c6617863d81f7f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:388c932a488fd665b1687c3f27fd32fe4e623d54cf10ee269c6617863d81f7f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:388c932a488fd665b1687c3f27fd32fe4e623d54cf10ee269c6617863d81f7f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7e04c52aa14d9f65e71c11ef6a46f366c0825080364299299f9cb15363fbada3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7e04c52aa14d9f65e71c11ef6a46f366c0825080364299299f9cb15363fbada3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7e04c52aa14d9f65e71c11ef6a46f366c0825080364299299f9cb15363fbada3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:96728e5dde6e4ef336cfe343db9327accc466201be2161029fb772b718ccf867_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:96728e5dde6e4ef336cfe343db9327accc466201be2161029fb772b718ccf867_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:96728e5dde6e4ef336cfe343db9327accc466201be2161029fb772b718ccf867_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb23ee7f27e297d2ab0b6c308e49a1e60e409ed223193bc95553d00897f733e6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb23ee7f27e297d2ab0b6c308e49a1e60e409ed223193bc95553d00897f733e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb23ee7f27e297d2ab0b6c308e49a1e60e409ed223193bc95553d00897f733e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1a1dd88c6bff209788c45467d1e94998ba2bd6fa181d570389ee120eb867db5c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1a1dd88c6bff209788c45467d1e94998ba2bd6fa181d570389ee120eb867db5c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1a1dd88c6bff209788c45467d1e94998ba2bd6fa181d570389ee120eb867db5c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1b08bf1976b5e5abd1489f9a9f3197c48551f78dfbf4298797aef9e963c0cc2d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1b08bf1976b5e5abd1489f9a9f3197c48551f78dfbf4298797aef9e963c0cc2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1b08bf1976b5e5abd1489f9a9f3197c48551f78dfbf4298797aef9e963c0cc2d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:65da29ddee348a377d4058862795ed742f3a9579a702604d6f03ac507d277516_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:65da29ddee348a377d4058862795ed742f3a9579a702604d6f03ac507d277516_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:65da29ddee348a377d4058862795ed742f3a9579a702604d6f03ac507d277516_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:70888930960f555c3306dd3ca50c54191784e66dd10073f775f468e5b30aa427_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:70888930960f555c3306dd3ca50c54191784e66dd10073f775f468e5b30aa427_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:70888930960f555c3306dd3ca50c54191784e66dd10073f775f468e5b30aa427_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:32e4cc3a06048b9548ba77856624294e2e52cfb46118da8330b09cdd7551b9d7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:32e4cc3a06048b9548ba77856624294e2e52cfb46118da8330b09cdd7551b9d7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:32e4cc3a06048b9548ba77856624294e2e52cfb46118da8330b09cdd7551b9d7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3dde89c7fe9ffa2a691bd425dc32dd3b2ed0096ebabedfe8b7cd7d58a35c3818_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3dde89c7fe9ffa2a691bd425dc32dd3b2ed0096ebabedfe8b7cd7d58a35c3818_s390x"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3dde89c7fe9ffa2a691bd425dc32dd3b2ed0096ebabedfe8b7cd7d58a35c3818_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:447deed2bfa2d9474405115716f44905c5cb65d95a7f299c7ce496cb4a3c7579_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:447deed2bfa2d9474405115716f44905c5cb65d95a7f299c7ce496cb4a3c7579_arm64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:447deed2bfa2d9474405115716f44905c5cb65d95a7f299c7ce496cb4a3c7579_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:65b21face4ebf60f2eeb98086e9da2298fa4faac44867c0a7a42deb009afa4b5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:65b21face4ebf60f2eeb98086e9da2298fa4faac44867c0a7a42deb009afa4b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:65b21face4ebf60f2eeb98086e9da2298fa4faac44867c0a7a42deb009afa4b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0ce089ab0fb0bbbb84fea9d220be86745f97102eb113a14745b7954f4dfc245e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0ce089ab0fb0bbbb84fea9d220be86745f97102eb113a14745b7954f4dfc245e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0ce089ab0fb0bbbb84fea9d220be86745f97102eb113a14745b7954f4dfc245e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8fa704dfc3118fdbcf03bedf96562e6152b30478e488a098544dc0adbed91972_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8fa704dfc3118fdbcf03bedf96562e6152b30478e488a098544dc0adbed91972_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8fa704dfc3118fdbcf03bedf96562e6152b30478e488a098544dc0adbed91972_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:adc1fbccf632ddce33e2d829379c5ac82a267554de0880b2a6674342ba330b84_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:adc1fbccf632ddce33e2d829379c5ac82a267554de0880b2a6674342ba330b84_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:adc1fbccf632ddce33e2d829379c5ac82a267554de0880b2a6674342ba330b84_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:e41112ff6804d058a9991c91dee8cefbbe7c645e710d218112c1aae786a9f0f5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:e41112ff6804d058a9991c91dee8cefbbe7c645e710d218112c1aae786a9f0f5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:e41112ff6804d058a9991c91dee8cefbbe7c645e710d218112c1aae786a9f0f5_s390x",
"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-efs-csi-driver-container-rhel9@sha256:a9120d1bb4fe279e75faed47175e108596253ff087e6808e1a859b06b4425b8b_arm64 as 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-efs-csi-driver-container-rhel9@sha256:a9120d1bb4fe279e75faed47175e108596253ff087e6808e1a859b06b4425b8b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:a9120d1bb4fe279e75faed47175e108596253ff087e6808e1a859b06b4425b8b_arm64",
"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-efs-csi-driver-container-rhel9@sha256:b61aa3822f67a02369223fd1d1b4209976c6de08be3c96ac934847b13261172b_amd64 as 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-efs-csi-driver-container-rhel9@sha256:b61aa3822f67a02369223fd1d1b4209976c6de08be3c96ac934847b13261172b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b61aa3822f67a02369223fd1d1b4209976c6de08be3c96ac934847b13261172b_amd64",
"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-cluster-api-controllers-rhel9@sha256:1eb7a176f8dbc1e290117c0a7fd74ae20861dcfde8a51e61dc5e03261744e4fb_ppc64le as 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-cluster-api-controllers-rhel9@sha256:1eb7a176f8dbc1e290117c0a7fd74ae20861dcfde8a51e61dc5e03261744e4fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1eb7a176f8dbc1e290117c0a7fd74ae20861dcfde8a51e61dc5e03261744e4fb_ppc64le",
"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-cluster-api-controllers-rhel9@sha256:6a1416bd6599c18bdb506edc961a534011101052ed23d5f59f0068c45f1712e5_arm64 as 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-cluster-api-controllers-rhel9@sha256:6a1416bd6599c18bdb506edc961a534011101052ed23d5f59f0068c45f1712e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a1416bd6599c18bdb506edc961a534011101052ed23d5f59f0068c45f1712e5_arm64",
"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-cluster-api-controllers-rhel9@sha256:97b4c4df47a44b36b0579f703030fb847d3fca865c119051e5382b90dbc766ef_amd64 as 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-cluster-api-controllers-rhel9@sha256:97b4c4df47a44b36b0579f703030fb847d3fca865c119051e5382b90dbc766ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:97b4c4df47a44b36b0579f703030fb847d3fca865c119051e5382b90dbc766ef_amd64",
"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-cluster-api-controllers-rhel9@sha256:b9a0de0cc45fc939008e7e2ff3a440972318f450c7dd1af6ace25830d7848a19_s390x as 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-cluster-api-controllers-rhel9@sha256:b9a0de0cc45fc939008e7e2ff3a440972318f450c7dd1af6ace25830d7848a19_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b9a0de0cc45fc939008e7e2ff3a440972318f450c7dd1af6ace25830d7848a19_s390x",
"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-event-proxy-rhel9@sha256:353af11d77cdbeb64bc4e7cf2f46a7726d27bb78409b86eae3f72292dd9d77da_ppc64le as 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-event-proxy-rhel9@sha256:353af11d77cdbeb64bc4e7cf2f46a7726d27bb78409b86eae3f72292dd9d77da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:353af11d77cdbeb64bc4e7cf2f46a7726d27bb78409b86eae3f72292dd9d77da_ppc64le",
"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-event-proxy-rhel9@sha256:c6ab036b18b656f8e6f95167a22a76f248375f1ea5e4c1acbfd6011e66956268_arm64 as 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-event-proxy-rhel9@sha256:c6ab036b18b656f8e6f95167a22a76f248375f1ea5e4c1acbfd6011e66956268_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:c6ab036b18b656f8e6f95167a22a76f248375f1ea5e4c1acbfd6011e66956268_arm64",
"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-event-proxy-rhel9@sha256:d6ff5160b018f8c7d55a088604a994651ca5442516254b04046916162bac789a_amd64 as 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-event-proxy-rhel9@sha256:d6ff5160b018f8c7d55a088604a994651ca5442516254b04046916162bac789a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d6ff5160b018f8c7d55a088604a994651ca5442516254b04046916162bac789a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3d243dd53c5cc2c089bf7f147f29279b3b9debbcc64550b2c393cdf4b2b36658_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3d243dd53c5cc2c089bf7f147f29279b3b9debbcc64550b2c393cdf4b2b36658_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3d243dd53c5cc2c089bf7f147f29279b3b9debbcc64550b2c393cdf4b2b36658_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:78647e9c9269c23f5f62f0b55ae5e9b2e2f0921537a8ffe7e137611ffc0fe5a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:78647e9c9269c23f5f62f0b55ae5e9b2e2f0921537a8ffe7e137611ffc0fe5a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:78647e9c9269c23f5f62f0b55ae5e9b2e2f0921537a8ffe7e137611ffc0fe5a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:dac97af80e70c1d8aa3097edc79443cd64c38d4cf3f20c24958f5cf80359b115_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:dac97af80e70c1d8aa3097edc79443cd64c38d4cf3f20c24958f5cf80359b115_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:dac97af80e70c1d8aa3097edc79443cd64c38d4cf3f20c24958f5cf80359b115_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f3f1be56a4b91dbe6858bbbad543efa1d9ee1ac2f837ed7aba37e68745b61d42_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f3f1be56a4b91dbe6858bbbad543efa1d9ee1ac2f837ed7aba37e68745b61d42_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f3f1be56a4b91dbe6858bbbad543efa1d9ee1ac2f837ed7aba37e68745b61d42_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1be6417d3657c68da03cdc4a3a5a616c89d92db5a9bbb4e193fd8be130207e72_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1be6417d3657c68da03cdc4a3a5a616c89d92db5a9bbb4e193fd8be130207e72_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1be6417d3657c68da03cdc4a3a5a616c89d92db5a9bbb4e193fd8be130207e72_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ff2553de0552ff09e148e61fd425fa68b3cfb1a62e948df5ea55b0a5ce7a8a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ff2553de0552ff09e148e61fd425fa68b3cfb1a62e948df5ea55b0a5ce7a8a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ff2553de0552ff09e148e61fd425fa68b3cfb1a62e948df5ea55b0a5ce7a8a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:b4fe32cdfd1f9e73fcac18b48c5024103c87432d9d806d916357800ed9762f58_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:b4fe32cdfd1f9e73fcac18b48c5024103c87432d9d806d916357800ed9762f58_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:b4fe32cdfd1f9e73fcac18b48c5024103c87432d9d806d916357800ed9762f58_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cd416b22a2167f25c7bc898e22bd96af554a92047b53b1e2b4dc633e2c630e97_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cd416b22a2167f25c7bc898e22bd96af554a92047b53b1e2b4dc633e2c630e97_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cd416b22a2167f25c7bc898e22bd96af554a92047b53b1e2b4dc633e2c630e97_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4b6bbc72488a733565151a13ab0de1e8f7f21f30b96f02280f75b55dc50e0083_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4b6bbc72488a733565151a13ab0de1e8f7f21f30b96f02280f75b55dc50e0083_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4b6bbc72488a733565151a13ab0de1e8f7f21f30b96f02280f75b55dc50e0083_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:754a8c458ae2c4a6a1b0be118a635e288eab5c79b0ae673785e615bb7dad64b0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:754a8c458ae2c4a6a1b0be118a635e288eab5c79b0ae673785e615bb7dad64b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:754a8c458ae2c4a6a1b0be118a635e288eab5c79b0ae673785e615bb7dad64b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:db05ed1fa5d575313039992bcdfad3e92595ca8a7adc8a61bc1f8ce672727df5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:db05ed1fa5d575313039992bcdfad3e92595ca8a7adc8a61bc1f8ce672727df5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:db05ed1fa5d575313039992bcdfad3e92595ca8a7adc8a61bc1f8ce672727df5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f04aadc9f4248e3194681bd01d985fdfca7daf1f612681789cb00ae84fe29ec6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f04aadc9f4248e3194681bd01d985fdfca7daf1f612681789cb00ae84fe29ec6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f04aadc9f4248e3194681bd01d985fdfca7daf1f612681789cb00ae84fe29ec6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0460c30f1429c8d3db3b68c0a926e024a949d3c62d678f094781e6c8d1158b34_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0460c30f1429c8d3db3b68c0a926e024a949d3c62d678f094781e6c8d1158b34_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0460c30f1429c8d3db3b68c0a926e024a949d3c62d678f094781e6c8d1158b34_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a9562f7375503d41681691137ae875ee46bd264923e06a6c62b505548a137642_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a9562f7375503d41681691137ae875ee46bd264923e06a6c62b505548a137642_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a9562f7375503d41681691137ae875ee46bd264923e06a6c62b505548a137642_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac9ddd27dfe9fa20e8cb7f18e1414c045dc386c3b35157993edfce1b493c7398_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac9ddd27dfe9fa20e8cb7f18e1414c045dc386c3b35157993edfce1b493c7398_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac9ddd27dfe9fa20e8cb7f18e1414c045dc386c3b35157993edfce1b493c7398_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ee8592c0142a534fcf798de05609790a5ae9529555855297e2ddb7e62ca3538a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ee8592c0142a534fcf798de05609790a5ae9529555855297e2ddb7e62ca3538a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ee8592c0142a534fcf798de05609790a5ae9529555855297e2ddb7e62ca3538a_ppc64le",
"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-mustgather-rhel9@sha256:6aa3efa1c67b652a655a32be6c345abca0b9f79809ac475e4ae0942452bc507f_arm64 as 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-mustgather-rhel9@sha256:6aa3efa1c67b652a655a32be6c345abca0b9f79809ac475e4ae0942452bc507f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6aa3efa1c67b652a655a32be6c345abca0b9f79809ac475e4ae0942452bc507f_arm64",
"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-mustgather-rhel9@sha256:8c55246750813e84bd1eb43036b307b4f75d7ad3bfb9079f65ff270de57de483_s390x as 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-mustgather-rhel9@sha256:8c55246750813e84bd1eb43036b307b4f75d7ad3bfb9079f65ff270de57de483_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8c55246750813e84bd1eb43036b307b4f75d7ad3bfb9079f65ff270de57de483_s390x",
"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-mustgather-rhel9@sha256:b8eaa26bf5c5e75e801883773b2736f26aac438bc4d525414cd2fc678c66ab5c_ppc64le as 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-mustgather-rhel9@sha256:b8eaa26bf5c5e75e801883773b2736f26aac438bc4d525414cd2fc678c66ab5c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:b8eaa26bf5c5e75e801883773b2736f26aac438bc4d525414cd2fc678c66ab5c_ppc64le",
"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-mustgather-rhel9@sha256:f53dda4ff845aaf64b904306d34d013c711d88c3554b18dec126e193b7c4bc58_amd64 as 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-mustgather-rhel9@sha256:f53dda4ff845aaf64b904306d34d013c711d88c3554b18dec126e193b7c4bc58_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:f53dda4ff845aaf64b904306d34d013c711d88c3554b18dec126e193b7c4bc58_amd64",
"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:3a363154d2c808b7cd0d824322d94344caf0ca1b974331b45b6f14ab5a96e770_amd64 as 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:3a363154d2c808b7cd0d824322d94344caf0ca1b974331b45b6f14ab5a96e770_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3a363154d2c808b7cd0d824322d94344caf0ca1b974331b45b6f14ab5a96e770_amd64",
"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:48ace207b0a1c7fe1d32e6acd56f446969e7f3fe26ae234bd7742c968fa40f76_s390x as 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:48ace207b0a1c7fe1d32e6acd56f446969e7f3fe26ae234bd7742c968fa40f76_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:48ace207b0a1c7fe1d32e6acd56f446969e7f3fe26ae234bd7742c968fa40f76_s390x",
"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:bc2411c1c769b21f969027fc4dfa77d615e73991fff4e73767c69cb4eb6d84b3_ppc64le as 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:bc2411c1c769b21f969027fc4dfa77d615e73991fff4e73767c69cb4eb6d84b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bc2411c1c769b21f969027fc4dfa77d615e73991fff4e73767c69cb4eb6d84b3_ppc64le",
"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:eb3f6f0fd76cafab4a64d0cf0f4ea138b77ae63b29762f061fe70827f3f67af7_arm64 as 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:eb3f6f0fd76cafab4a64d0cf0f4ea138b77ae63b29762f061fe70827f3f67af7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eb3f6f0fd76cafab4a64d0cf0f4ea138b77ae63b29762f061fe70827f3f67af7_arm64",
"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:58d1715b335117fac0293de42394bbe6aeca52065fd1a5ac56cbeebcee309afa_amd64 as 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:58d1715b335117fac0293de42394bbe6aeca52065fd1a5ac56cbeebcee309afa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:58d1715b335117fac0293de42394bbe6aeca52065fd1a5ac56cbeebcee309afa_amd64",
"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:5c855159dfb0d3b4cdecf174aa7b0cfcac172c1ea1c337f1365052f92de0c17b_arm64 as 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:5c855159dfb0d3b4cdecf174aa7b0cfcac172c1ea1c337f1365052f92de0c17b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c855159dfb0d3b4cdecf174aa7b0cfcac172c1ea1c337f1365052f92de0c17b_arm64",
"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:dc8d10ac2f4d534bf20f0d4885d7b1a109c2b7c8d0675655907e50f68fb34fc6_s390x as 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:dc8d10ac2f4d534bf20f0d4885d7b1a109c2b7c8d0675655907e50f68fb34fc6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dc8d10ac2f4d534bf20f0d4885d7b1a109c2b7c8d0675655907e50f68fb34fc6_s390x",
"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:f2e5ed69b5bd0002e65d62cbbde96b9ae4a2e3b3048bfcfc43cf2d9e0acfc105_ppc64le as 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:f2e5ed69b5bd0002e65d62cbbde96b9ae4a2e3b3048bfcfc43cf2d9e0acfc105_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f2e5ed69b5bd0002e65d62cbbde96b9ae4a2e3b3048bfcfc43cf2d9e0acfc105_ppc64le",
"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:390b88f80b1bb48e8248fa28e858e5d273ea49eadc3c2cedae1c276d3f9a80eb_s390x as 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:390b88f80b1bb48e8248fa28e858e5d273ea49eadc3c2cedae1c276d3f9a80eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:390b88f80b1bb48e8248fa28e858e5d273ea49eadc3c2cedae1c276d3f9a80eb_s390x",
"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:3c3e9a86f9cbf4cb94086877cb6a1ec66a9fefab25a421366a3f5c4e8eb0fd6d_amd64 as 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:3c3e9a86f9cbf4cb94086877cb6a1ec66a9fefab25a421366a3f5c4e8eb0fd6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c3e9a86f9cbf4cb94086877cb6a1ec66a9fefab25a421366a3f5c4e8eb0fd6d_amd64",
"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:4564b1bd8b1771391a50c9f4b63062874b4f7550e4e888a28d8870c87ce34595_arm64 as 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:4564b1bd8b1771391a50c9f4b63062874b4f7550e4e888a28d8870c87ce34595_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4564b1bd8b1771391a50c9f4b63062874b4f7550e4e888a28d8870c87ce34595_arm64",
"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:5d0ac2e3380a9aa6b0a5215b50ccc0438c62c46abde0b51d3e183fc8efb67838_ppc64le as 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:5d0ac2e3380a9aa6b0a5215b50ccc0438c62c46abde0b51d3e183fc8efb67838_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5d0ac2e3380a9aa6b0a5215b50ccc0438c62c46abde0b51d3e183fc8efb67838_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:153a98517ed242aa248e58b09ed87f1bab0fa3929ca0030bc92031dad71d67a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:153a98517ed242aa248e58b09ed87f1bab0fa3929ca0030bc92031dad71d67a3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:153a98517ed242aa248e58b09ed87f1bab0fa3929ca0030bc92031dad71d67a3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:184ed3666a6ee696943e619c8c9f9f1fdaaa36df0722cc809e895d30276600c9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:184ed3666a6ee696943e619c8c9f9f1fdaaa36df0722cc809e895d30276600c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:184ed3666a6ee696943e619c8c9f9f1fdaaa36df0722cc809e895d30276600c9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:2c40ab50c9be795ee57706a906054fd983c72180d5dd58bcf456bd832ab5647f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:2c40ab50c9be795ee57706a906054fd983c72180d5dd58bcf456bd832ab5647f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:2c40ab50c9be795ee57706a906054fd983c72180d5dd58bcf456bd832ab5647f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:46c113915eeba37eaec95faaf4ff2410ed4c2e29b92d1b14a81c07ed4f1308a8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:46c113915eeba37eaec95faaf4ff2410ed4c2e29b92d1b14a81c07ed4f1308a8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:46c113915eeba37eaec95faaf4ff2410ed4c2e29b92d1b14a81c07ed4f1308a8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:195ec6ccb0f0f3c1597aef74d60bfeed49f0be94acaaf00d8c410a6ad68d1bb5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:195ec6ccb0f0f3c1597aef74d60bfeed49f0be94acaaf00d8c410a6ad68d1bb5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:195ec6ccb0f0f3c1597aef74d60bfeed49f0be94acaaf00d8c410a6ad68d1bb5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1cec453f200a1d7a4a4915059f8a82965e6364117dbcee74c6016f542797f7ce_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1cec453f200a1d7a4a4915059f8a82965e6364117dbcee74c6016f542797f7ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1cec453f200a1d7a4a4915059f8a82965e6364117dbcee74c6016f542797f7ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:31ea95a99670d709a3b9673576ceffa38159d60c43c412a0373457a9d9f12373_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:31ea95a99670d709a3b9673576ceffa38159d60c43c412a0373457a9d9f12373_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:31ea95a99670d709a3b9673576ceffa38159d60c43c412a0373457a9d9f12373_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d9c77396ad8b15c2f2bf3cf4df85fc3143c19f0efd399cd859046750abb5343b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d9c77396ad8b15c2f2bf3cf4df85fc3143c19f0efd399cd859046750abb5343b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d9c77396ad8b15c2f2bf3cf4df85fc3143c19f0efd399cd859046750abb5343b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:79b34ae81cfa155a430dc4de7e7d4869b254d143436e5e249dfe66b9474933eb_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:79b34ae81cfa155a430dc4de7e7d4869b254d143436e5e249dfe66b9474933eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:79b34ae81cfa155a430dc4de7e7d4869b254d143436e5e249dfe66b9474933eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7b5584cca3f124fdddf0205636521b13cbb984dd80f3dcde48b493b734952d01_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7b5584cca3f124fdddf0205636521b13cbb984dd80f3dcde48b493b734952d01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7b5584cca3f124fdddf0205636521b13cbb984dd80f3dcde48b493b734952d01_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d8f69c58f87dd2a1af826e349bf8d26bb55d274dee9ed7ff410575bab7683043_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d8f69c58f87dd2a1af826e349bf8d26bb55d274dee9ed7ff410575bab7683043_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d8f69c58f87dd2a1af826e349bf8d26bb55d274dee9ed7ff410575bab7683043_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ed3291cce65ea18b4ef285fc2fbe947da216d89c57e9c1656ab819a9c24c7a5e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ed3291cce65ea18b4ef285fc2fbe947da216d89c57e9c1656ab819a9c24c7a5e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ed3291cce65ea18b4ef285fc2fbe947da216d89c57e9c1656ab819a9c24c7a5e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:4fdab80ac6b49aba9acc4f0b6c1aebc5b1bb8508ae661133e0f3b278c4af6bf1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:4fdab80ac6b49aba9acc4f0b6c1aebc5b1bb8508ae661133e0f3b278c4af6bf1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:4fdab80ac6b49aba9acc4f0b6c1aebc5b1bb8508ae661133e0f3b278c4af6bf1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:5925706c54c9c7239e3858437bcb5389dbc9e615665f4e7f66070ed6c79c89e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:5925706c54c9c7239e3858437bcb5389dbc9e615665f4e7f66070ed6c79c89e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:5925706c54c9c7239e3858437bcb5389dbc9e615665f4e7f66070ed6c79c89e4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e6948c8eb7787e24afacb81105c4b863c1920a5cb4a1eeeba483bd03e376b8ff_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e6948c8eb7787e24afacb81105c4b863c1920a5cb4a1eeeba483bd03e376b8ff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e6948c8eb7787e24afacb81105c4b863c1920a5cb4a1eeeba483bd03e376b8ff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:eb87b799a0dae5112763d5921ab28cd41274c76edcab3915adee20e790d7a0fd_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:eb87b799a0dae5112763d5921ab28cd41274c76edcab3915adee20e790d7a0fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:eb87b799a0dae5112763d5921ab28cd41274c76edcab3915adee20e790d7a0fd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:46714356f8cc6884840b74c6464459ea18baf5d14deba6056a6924cf484c26d2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:46714356f8cc6884840b74c6464459ea18baf5d14deba6056a6924cf484c26d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:46714356f8cc6884840b74c6464459ea18baf5d14deba6056a6924cf484c26d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:8207146544489749fbd91f7574b70a6e367c3ecf2c87e37625d16f7ca9562017_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:8207146544489749fbd91f7574b70a6e367c3ecf2c87e37625d16f7ca9562017_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:8207146544489749fbd91f7574b70a6e367c3ecf2c87e37625d16f7ca9562017_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:88a90021a326fc718e0087b08e0fba0110431ab30e5a005d6ed5a15da0815264_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:88a90021a326fc718e0087b08e0fba0110431ab30e5a005d6ed5a15da0815264_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:88a90021a326fc718e0087b08e0fba0110431ab30e5a005d6ed5a15da0815264_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:a2731f8d0e3ad4c1fb40ebf855f1f22578d8622b6279350ab6325bc97b30f957_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:a2731f8d0e3ad4c1fb40ebf855f1f22578d8622b6279350ab6325bc97b30f957_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:a2731f8d0e3ad4c1fb40ebf855f1f22578d8622b6279350ab6325bc97b30f957_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:16f9bad138d85ad053d6b470ba2505ca5781ed93f286fb5a6282c80da83fc989_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:16f9bad138d85ad053d6b470ba2505ca5781ed93f286fb5a6282c80da83fc989_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:16f9bad138d85ad053d6b470ba2505ca5781ed93f286fb5a6282c80da83fc989_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:2975bd4f28e01743c1af22a7e5915588d836c5575f5b976d6d6b268b59d83116_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:2975bd4f28e01743c1af22a7e5915588d836c5575f5b976d6d6b268b59d83116_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:2975bd4f28e01743c1af22a7e5915588d836c5575f5b976d6d6b268b59d83116_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:78021b49bab1974f4e72bd1c225a751db8407ef7b35ae72ee02e7d6974b4d818_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:78021b49bab1974f4e72bd1c225a751db8407ef7b35ae72ee02e7d6974b4d818_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:78021b49bab1974f4e72bd1c225a751db8407ef7b35ae72ee02e7d6974b4d818_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:a3c166b14576715ebeb35649affbc65c63675ecf8afe236764e439ab45818a21_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:a3c166b14576715ebeb35649affbc65c63675ecf8afe236764e439ab45818a21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:a3c166b14576715ebeb35649affbc65c63675ecf8afe236764e439ab45818a21_s390x",
"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-filestore-csi-driver-rhel9-operator@sha256:091ac2bf459eb3d40578953173a532fb808ad437e41c8ef7fe99349cbc2ed32e_amd64 as 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-filestore-csi-driver-rhel9-operator@sha256:091ac2bf459eb3d40578953173a532fb808ad437e41c8ef7fe99349cbc2ed32e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:091ac2bf459eb3d40578953173a532fb808ad437e41c8ef7fe99349cbc2ed32e_amd64",
"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-filestore-csi-driver-rhel9-operator@sha256:8297c205e24498b7f04c4a07cf5fa6db93023b0a9b79c13ff403b9360d74b897_arm64 as 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-filestore-csi-driver-rhel9-operator@sha256:8297c205e24498b7f04c4a07cf5fa6db93023b0a9b79c13ff403b9360d74b897_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8297c205e24498b7f04c4a07cf5fa6db93023b0a9b79c13ff403b9360d74b897_arm64",
"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-filestore-csi-driver-rhel9-operator@sha256:841e42a657509f87251e7dd45e7f1c097ec3b0220b4f62200b1a0d4a0f3769b7_ppc64le as 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-filestore-csi-driver-rhel9-operator@sha256:841e42a657509f87251e7dd45e7f1c097ec3b0220b4f62200b1a0d4a0f3769b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:841e42a657509f87251e7dd45e7f1c097ec3b0220b4f62200b1a0d4a0f3769b7_ppc64le",
"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-filestore-csi-driver-rhel9@sha256:264d9151f89aa42b872536f0b7b5d0d68cbcc18c2b486dc6888df734686975a1_amd64 as 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-filestore-csi-driver-rhel9@sha256:264d9151f89aa42b872536f0b7b5d0d68cbcc18c2b486dc6888df734686975a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:264d9151f89aa42b872536f0b7b5d0d68cbcc18c2b486dc6888df734686975a1_amd64",
"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-filestore-csi-driver-rhel9@sha256:d48d11705eaece057ca0373b951adab97ed5871ddc0ea9f66d1561ca267ba681_arm64 as 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-filestore-csi-driver-rhel9@sha256:d48d11705eaece057ca0373b951adab97ed5871ddc0ea9f66d1561ca267ba681_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d48d11705eaece057ca0373b951adab97ed5871ddc0ea9f66d1561ca267ba681_arm64",
"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-filestore-csi-driver-rhel9@sha256:d82bc03b30bbc4394320dac3078c0440f3a17dbb0cdaf1eadd405f0ace00e75a_ppc64le as 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-filestore-csi-driver-rhel9@sha256:d82bc03b30bbc4394320dac3078c0440f3a17dbb0cdaf1eadd405f0ace00e75a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d82bc03b30bbc4394320dac3078c0440f3a17dbb0cdaf1eadd405f0ace00e75a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f993dfbc5cf4d14ee33636635b9035ad4d12341ced83b070979b54283f7437e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f993dfbc5cf4d14ee33636635b9035ad4d12341ced83b070979b54283f7437e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f993dfbc5cf4d14ee33636635b9035ad4d12341ced83b070979b54283f7437e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:85c74a13c76bbd60170be261889633e494ac1d4cb536ae1e87f14c211bd113d4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:85c74a13c76bbd60170be261889633e494ac1d4cb536ae1e87f14c211bd113d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:85c74a13c76bbd60170be261889633e494ac1d4cb536ae1e87f14c211bd113d4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49e872411925cefcb5a5f9aeeea68ed2ba42ae5c5fb20ce7816efd9e706036a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49e872411925cefcb5a5f9aeeea68ed2ba42ae5c5fb20ce7816efd9e706036a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49e872411925cefcb5a5f9aeeea68ed2ba42ae5c5fb20ce7816efd9e706036a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:f8c8573ee8bae5789af3a5d842c352f951215fab4d65dad961c144ba380fb7ca_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:f8c8573ee8bae5789af3a5d842c352f951215fab4d65dad961c144ba380fb7ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:f8c8573ee8bae5789af3a5d842c352f951215fab4d65dad961c144ba380fb7ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38388bb9f6af7ef68fb75e841ee08a75baf10f1ddc0976873d6b8cd59de38b72_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38388bb9f6af7ef68fb75e841ee08a75baf10f1ddc0976873d6b8cd59de38b72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38388bb9f6af7ef68fb75e841ee08a75baf10f1ddc0976873d6b8cd59de38b72_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:75bd8e79cbb488c61f44eb096f31b274a83884cc9807f6ebcbf93a356b877011_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:75bd8e79cbb488c61f44eb096f31b274a83884cc9807f6ebcbf93a356b877011_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:75bd8e79cbb488c61f44eb096f31b274a83884cc9807f6ebcbf93a356b877011_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8f79aa3aeaaa253020eae0a63e04a1d4304b1196e98f0ac3bfef3d2099bce887_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8f79aa3aeaaa253020eae0a63e04a1d4304b1196e98f0ac3bfef3d2099bce887_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8f79aa3aeaaa253020eae0a63e04a1d4304b1196e98f0ac3bfef3d2099bce887_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f32f8112eca2c2fb5dd00341600905ad47783b56281467253cf1808dd323389a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f32f8112eca2c2fb5dd00341600905ad47783b56281467253cf1808dd323389a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f32f8112eca2c2fb5dd00341600905ad47783b56281467253cf1808dd323389a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:42a6fb0cdf0d436ed0ade01d7cc8ad86ff8d8b0fd9bdb97310b6df1a51e0de81_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:42a6fb0cdf0d436ed0ade01d7cc8ad86ff8d8b0fd9bdb97310b6df1a51e0de81_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:42a6fb0cdf0d436ed0ade01d7cc8ad86ff8d8b0fd9bdb97310b6df1a51e0de81_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:810d0fde7c34bc015f2bff698528addb5ed4c81461739375b388eecb5af1a011_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:810d0fde7c34bc015f2bff698528addb5ed4c81461739375b388eecb5af1a011_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:810d0fde7c34bc015f2bff698528addb5ed4c81461739375b388eecb5af1a011_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:92b92d2172d793889593629917a0e7dc5f10cf66a9d66052f8cd4bc67fc2c5dc_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:92b92d2172d793889593629917a0e7dc5f10cf66a9d66052f8cd4bc67fc2c5dc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:92b92d2172d793889593629917a0e7dc5f10cf66a9d66052f8cd4bc67fc2c5dc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f65de25f1f54547a9c39d00d6a59125f757cbc4fb4835858e146dcb285cacbb2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f65de25f1f54547a9c39d00d6a59125f757cbc4fb4835858e146dcb285cacbb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f65de25f1f54547a9c39d00d6a59125f757cbc4fb4835858e146dcb285cacbb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1b24940451f367deca75eb5fe9700cc7545889368bd3961338010e973079ad15_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1b24940451f367deca75eb5fe9700cc7545889368bd3961338010e973079ad15_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1b24940451f367deca75eb5fe9700cc7545889368bd3961338010e973079ad15_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:62e390c331abb91a12e5c68f8aaeb1bc5ba993b673abc875b348107f76023f7b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:62e390c331abb91a12e5c68f8aaeb1bc5ba993b673abc875b348107f76023f7b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:62e390c331abb91a12e5c68f8aaeb1bc5ba993b673abc875b348107f76023f7b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b0fa9f3bacb960622ab57c6103db2bfec914ae57d7f5cbea674b01551d6dfa0b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b0fa9f3bacb960622ab57c6103db2bfec914ae57d7f5cbea674b01551d6dfa0b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b0fa9f3bacb960622ab57c6103db2bfec914ae57d7f5cbea674b01551d6dfa0b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:efe1cd4ba7a138e35b49161374430dba4af865404ff72b3456bb2c470b8183ec_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:efe1cd4ba7a138e35b49161374430dba4af865404ff72b3456bb2c470b8183ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:efe1cd4ba7a138e35b49161374430dba4af865404ff72b3456bb2c470b8183ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:348ff9b45da401d9608b2e31393cf3da948309ffaf27fe6d47e8d94fa27bf804_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:348ff9b45da401d9608b2e31393cf3da948309ffaf27fe6d47e8d94fa27bf804_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:348ff9b45da401d9608b2e31393cf3da948309ffaf27fe6d47e8d94fa27bf804_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:583d408a3690c635737d2b3d9a747c29868504134ee9470ce03280f2d8c36630_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:583d408a3690c635737d2b3d9a747c29868504134ee9470ce03280f2d8c36630_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:583d408a3690c635737d2b3d9a747c29868504134ee9470ce03280f2d8c36630_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c0cbab68a8897d6061f12a5fc80951979925301170ea6360908228a1ff411815_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c0cbab68a8897d6061f12a5fc80951979925301170ea6360908228a1ff411815_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c0cbab68a8897d6061f12a5fc80951979925301170ea6360908228a1ff411815_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1e7d7474466a81b2c044cc43c3002d18d5542a7ff293dc1e636efd75b894897_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1e7d7474466a81b2c044cc43c3002d18d5542a7ff293dc1e636efd75b894897_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1e7d7474466a81b2c044cc43c3002d18d5542a7ff293dc1e636efd75b894897_amd64",
"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-sdk-rhel9@sha256:1d0ea324c372ef3292941b016da083914129a7c5fdafd3bc675ffe24216669dc_amd64 as 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-sdk-rhel9@sha256:1d0ea324c372ef3292941b016da083914129a7c5fdafd3bc675ffe24216669dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:1d0ea324c372ef3292941b016da083914129a7c5fdafd3bc675ffe24216669dc_amd64",
"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-sdk-rhel9@sha256:2dca55c529e8a92ca4d6bc73de6caf4e5f78ac7c2b3a59f698a5c1e46431af85_arm64 as 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-sdk-rhel9@sha256:2dca55c529e8a92ca4d6bc73de6caf4e5f78ac7c2b3a59f698a5c1e46431af85_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:2dca55c529e8a92ca4d6bc73de6caf4e5f78ac7c2b3a59f698a5c1e46431af85_arm64",
"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-sdk-rhel9@sha256:d7d0c5e2b2f58bd4fc6f508af68ed086ff5b78c58f47cb7983e2a0193d29c8d7_ppc64le as 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-sdk-rhel9@sha256:d7d0c5e2b2f58bd4fc6f508af68ed086ff5b78c58f47cb7983e2a0193d29c8d7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d7d0c5e2b2f58bd4fc6f508af68ed086ff5b78c58f47cb7983e2a0193d29c8d7_ppc64le",
"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-sdk-rhel9@sha256:ed248d87111d51043d2b1979811e5eb5ee9bb423f35505fd048cf62247c5fd2b_s390x as 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-sdk-rhel9@sha256:ed248d87111d51043d2b1979811e5eb5ee9bb423f35505fd048cf62247c5fd2b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ed248d87111d51043d2b1979811e5eb5ee9bb423f35505fd048cf62247c5fd2b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:143ec903f468cb71a4879e358ca6440eb172df743476c08fb549dfab8153fc4c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:143ec903f468cb71a4879e358ca6440eb172df743476c08fb549dfab8153fc4c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:143ec903f468cb71a4879e358ca6440eb172df743476c08fb549dfab8153fc4c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:231287dfacce157f45d6a22a60888d97c6d2fd8959c432f1ae41605a65d904b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:231287dfacce157f45d6a22a60888d97c6d2fd8959c432f1ae41605a65d904b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:231287dfacce157f45d6a22a60888d97c6d2fd8959c432f1ae41605a65d904b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:28eb64b3e550b2e510b0fd0c396cd3edfb92ca3e8135e53d578e5fa7f85e4d8a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:28eb64b3e550b2e510b0fd0c396cd3edfb92ca3e8135e53d578e5fa7f85e4d8a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:28eb64b3e550b2e510b0fd0c396cd3edfb92ca3e8135e53d578e5fa7f85e4d8a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5cd6c5ea84d39a08dcc71e69cfbf9673b7f8373bab33c4c2e66f460fc8bee3c7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5cd6c5ea84d39a08dcc71e69cfbf9673b7f8373bab33c4c2e66f460fc8bee3c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5cd6c5ea84d39a08dcc71e69cfbf9673b7f8373bab33c4c2e66f460fc8bee3c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:908a6974dd8e95f282b7b81b1878c36372b11229c2c7ae2eced43ec05af0ef42_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:908a6974dd8e95f282b7b81b1878c36372b11229c2c7ae2eced43ec05af0ef42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:908a6974dd8e95f282b7b81b1878c36372b11229c2c7ae2eced43ec05af0ef42_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bb5fa9e0fe9bf235324bb2b019d9b1cd3dc56bf9e5f424bd9834cc1738253e22_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bb5fa9e0fe9bf235324bb2b019d9b1cd3dc56bf9e5f424bd9834cc1738253e22_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bb5fa9e0fe9bf235324bb2b019d9b1cd3dc56bf9e5f424bd9834cc1738253e22_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:377271032685c124cd5a88edafa071a9c3c9341557fddd3b6d19845ad5bd36f9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:377271032685c124cd5a88edafa071a9c3c9341557fddd3b6d19845ad5bd36f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:377271032685c124cd5a88edafa071a9c3c9341557fddd3b6d19845ad5bd36f9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d2661f824ee9bd8eec38c3fa1556a5ac261e32eab076ad66c006797c0b089b23_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d2661f824ee9bd8eec38c3fa1556a5ac261e32eab076ad66c006797c0b089b23_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d2661f824ee9bd8eec38c3fa1556a5ac261e32eab076ad66c006797c0b089b23_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e47fd4f7f312988b50599074e58a2a7aa7b3527780955af912c4cae7fe2a99ce_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e47fd4f7f312988b50599074e58a2a7aa7b3527780955af912c4cae7fe2a99ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e47fd4f7f312988b50599074e58a2a7aa7b3527780955af912c4cae7fe2a99ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f48123b92c3459a3d87114e3b7449c322a604d71c80bfeab72a8db52177fb9c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f48123b92c3459a3d87114e3b7449c322a604d71c80bfeab72a8db52177fb9c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f48123b92c3459a3d87114e3b7449c322a604d71c80bfeab72a8db52177fb9c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:239a31060cb3e5ab4a563542dfce8ca029ce83b2b5e57875b65056bbdf170924_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:239a31060cb3e5ab4a563542dfce8ca029ce83b2b5e57875b65056bbdf170924_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:239a31060cb3e5ab4a563542dfce8ca029ce83b2b5e57875b65056bbdf170924_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:52e702025a2dd9f559c19ac9f8a1b33a552b73eeaf76a0cec2687eada6699af2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:52e702025a2dd9f559c19ac9f8a1b33a552b73eeaf76a0cec2687eada6699af2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:52e702025a2dd9f559c19ac9f8a1b33a552b73eeaf76a0cec2687eada6699af2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5ffb0f5dbbbe8ef477326871b0de13482830bf79ad7ceff219d49163d743bd48_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5ffb0f5dbbbe8ef477326871b0de13482830bf79ad7ceff219d49163d743bd48_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5ffb0f5dbbbe8ef477326871b0de13482830bf79ad7ceff219d49163d743bd48_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e644bfd2152c5ee135f01f571f7822483016aff5aa27d602da005271567ad34c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e644bfd2152c5ee135f01f571f7822483016aff5aa27d602da005271567ad34c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e644bfd2152c5ee135f01f571f7822483016aff5aa27d602da005271567ad34c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2d07649b5b756ac21588ce9d7fbd305d38f74b616a94e639291f60826e8bf41d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2d07649b5b756ac21588ce9d7fbd305d38f74b616a94e639291f60826e8bf41d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2d07649b5b756ac21588ce9d7fbd305d38f74b616a94e639291f60826e8bf41d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:45ab9e777dab6bcc9df92602fd5a7c79b493fd343e11a519b6b3f57666c1664d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:45ab9e777dab6bcc9df92602fd5a7c79b493fd343e11a519b6b3f57666c1664d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:45ab9e777dab6bcc9df92602fd5a7c79b493fd343e11a519b6b3f57666c1664d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:7b89569f3fb12c1472d4a05f7e4aa065f6a0d766354dd92906e7b378b27dbaa8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:7b89569f3fb12c1472d4a05f7e4aa065f6a0d766354dd92906e7b378b27dbaa8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:7b89569f3fb12c1472d4a05f7e4aa065f6a0d766354dd92906e7b378b27dbaa8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:b198033daca23b9f7d535027d0c428ffb7ede21b8a51bcc42cc3b7f957f5a88a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:b198033daca23b9f7d535027d0c428ffb7ede21b8a51bcc42cc3b7f957f5a88a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:b198033daca23b9f7d535027d0c428ffb7ede21b8a51bcc42cc3b7f957f5a88a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:18deb0775f0a13058c5bbf8c4d75ade0620e8ecd346a34331111f798260b4b23_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:18deb0775f0a13058c5bbf8c4d75ade0620e8ecd346a34331111f798260b4b23_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:18deb0775f0a13058c5bbf8c4d75ade0620e8ecd346a34331111f798260b4b23_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:19a053db854063e56a075e780da1682642cf7d12cb4ec8a4682d6f135eaf7c04_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:19a053db854063e56a075e780da1682642cf7d12cb4ec8a4682d6f135eaf7c04_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:19a053db854063e56a075e780da1682642cf7d12cb4ec8a4682d6f135eaf7c04_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9c5084077c33fd73a749faa1a9da3cd9db598673a3429ab8cfdd3f501544d9ae_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9c5084077c33fd73a749faa1a9da3cd9db598673a3429ab8cfdd3f501544d9ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9c5084077c33fd73a749faa1a9da3cd9db598673a3429ab8cfdd3f501544d9ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:c9064393540b9ee7247e4fc0ec3abb6a4d252ba43fa3fda13ade3d523dadbf97_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:c9064393540b9ee7247e4fc0ec3abb6a4d252ba43fa3fda13ade3d523dadbf97_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:c9064393540b9ee7247e4fc0ec3abb6a4d252ba43fa3fda13ade3d523dadbf97_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:8a930290c9931f9c14487cf0cf1ccd85e54bd2be0fc0291f97b745aedf281476_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:8a930290c9931f9c14487cf0cf1ccd85e54bd2be0fc0291f97b745aedf281476_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:8a930290c9931f9c14487cf0cf1ccd85e54bd2be0fc0291f97b745aedf281476_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e7a56d683319985b26acf009cf67d57d4608db5686ed7ed780377a2cad0395a7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e7a56d683319985b26acf009cf67d57d4608db5686ed7ed780377a2cad0395a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e7a56d683319985b26acf009cf67d57d4608db5686ed7ed780377a2cad0395a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa1c6736c303b26a8f1f0b4ec3ae68fe2c06bc68d7d0057ed01efcc6b4c0ea68_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa1c6736c303b26a8f1f0b4ec3ae68fe2c06bc68d7d0057ed01efcc6b4c0ea68_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa1c6736c303b26a8f1f0b4ec3ae68fe2c06bc68d7d0057ed01efcc6b4c0ea68_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa39bd6afb13ffa911ca473987a2d90d66c66305fc6a6a06406b82528c4cc9f3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa39bd6afb13ffa911ca473987a2d90d66c66305fc6a6a06406b82528c4cc9f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa39bd6afb13ffa911ca473987a2d90d66c66305fc6a6a06406b82528c4cc9f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0308cd0468a71f7258cadc9f1eaeebee8481089ea67a3887f2019935f2891203_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0308cd0468a71f7258cadc9f1eaeebee8481089ea67a3887f2019935f2891203_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0308cd0468a71f7258cadc9f1eaeebee8481089ea67a3887f2019935f2891203_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4addd676d9d236786ad18a72986082163b8e1b77327cafa7488617f80ef0f81b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4addd676d9d236786ad18a72986082163b8e1b77327cafa7488617f80ef0f81b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4addd676d9d236786ad18a72986082163b8e1b77327cafa7488617f80ef0f81b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:70c2df611729eb9f86fb2e12821d610a9305d1d71b7c5d55ec7d21cf69eb416f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:70c2df611729eb9f86fb2e12821d610a9305d1d71b7c5d55ec7d21cf69eb416f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:70c2df611729eb9f86fb2e12821d610a9305d1d71b7c5d55ec7d21cf69eb416f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1ff5147c352878db92fedc79225042cc0e68d5c78681689af8644489e41d4476_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1ff5147c352878db92fedc79225042cc0e68d5c78681689af8644489e41d4476_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1ff5147c352878db92fedc79225042cc0e68d5c78681689af8644489e41d4476_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:344a255c424181b05639181c339d645be41487744bbc77844b03ae2f20bc3e3c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:344a255c424181b05639181c339d645be41487744bbc77844b03ae2f20bc3e3c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:344a255c424181b05639181c339d645be41487744bbc77844b03ae2f20bc3e3c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:a9f7b39c4b22bed3e8c23ca2353fe1f6750fb4a77ef9d33b5d34ed3abf8a8d4a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:a9f7b39c4b22bed3e8c23ca2353fe1f6750fb4a77ef9d33b5d34ed3abf8a8d4a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:a9f7b39c4b22bed3e8c23ca2353fe1f6750fb4a77ef9d33b5d34ed3abf8a8d4a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:13b962ba5abd3ef60ab5b442c808e37382c99131d47ad1b6fb0b8455e38ebc29_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:13b962ba5abd3ef60ab5b442c808e37382c99131d47ad1b6fb0b8455e38ebc29_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:13b962ba5abd3ef60ab5b442c808e37382c99131d47ad1b6fb0b8455e38ebc29_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:1ec3a620c287de6ee2c183a5cc85d81198bbd3732ba46777eaa02b1bdc126075_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:1ec3a620c287de6ee2c183a5cc85d81198bbd3732ba46777eaa02b1bdc126075_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:1ec3a620c287de6ee2c183a5cc85d81198bbd3732ba46777eaa02b1bdc126075_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b7825e13fbb7fd97b5b2188c995b23170fa5eab8f198d735544be4ba9de3a600_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b7825e13fbb7fd97b5b2188c995b23170fa5eab8f198d735544be4ba9de3a600_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b7825e13fbb7fd97b5b2188c995b23170fa5eab8f198d735544be4ba9de3a600_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b07a8a1cd38bd4270f5a4889ad003e4abe5817f689064c147ff29abe707dafe9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b07a8a1cd38bd4270f5a4889ad003e4abe5817f689064c147ff29abe707dafe9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b07a8a1cd38bd4270f5a4889ad003e4abe5817f689064c147ff29abe707dafe9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:bce13fda78c24d1e8797dbeb3cd706feb242798354c6ce97c774229487c925b0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:bce13fda78c24d1e8797dbeb3cd706feb242798354c6ce97c774229487c925b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:bce13fda78c24d1e8797dbeb3cd706feb242798354c6ce97c774229487c925b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c09e3bbdadbe2a828d871b103fe96fe95732fbe04973dd0c0c70af16b361f686_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c09e3bbdadbe2a828d871b103fe96fe95732fbe04973dd0c0c70af16b361f686_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c09e3bbdadbe2a828d871b103fe96fe95732fbe04973dd0c0c70af16b361f686_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:7e19b3fe08f2e3afd00c5ded98b2999cbbdb5024d5a91d2e1fccb4d18b0b1d3a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:7e19b3fe08f2e3afd00c5ded98b2999cbbdb5024d5a91d2e1fccb4d18b0b1d3a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:7e19b3fe08f2e3afd00c5ded98b2999cbbdb5024d5a91d2e1fccb4d18b0b1d3a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bd59bb4ba9fbf60fc7e97d6d596b0ae587b6988378a9295923ff44ff37676007_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bd59bb4ba9fbf60fc7e97d6d596b0ae587b6988378a9295923ff44ff37676007_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bd59bb4ba9fbf60fc7e97d6d596b0ae587b6988378a9295923ff44ff37676007_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e64cf373bcf9e37ae2827c8c17b8d82a9307e3fe9b8f32a61e44d08842c109b3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e64cf373bcf9e37ae2827c8c17b8d82a9307e3fe9b8f32a61e44d08842c109b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e64cf373bcf9e37ae2827c8c17b8d82a9307e3fe9b8f32a61e44d08842c109b3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:5b588158a2ba2a748f4d020d1998f5e1906af436ecf55dc1a070f59929340579_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:5b588158a2ba2a748f4d020d1998f5e1906af436ecf55dc1a070f59929340579_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:5b588158a2ba2a748f4d020d1998f5e1906af436ecf55dc1a070f59929340579_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7da9b0d48fda1cfcc41b8810200fb98142421f82910b0ae81e6b88eea3a8227f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7da9b0d48fda1cfcc41b8810200fb98142421f82910b0ae81e6b88eea3a8227f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7da9b0d48fda1cfcc41b8810200fb98142421f82910b0ae81e6b88eea3a8227f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f92317d09cb6a2e35b9f30517bfca4a9e59ff7f26a1d0d890dd7af69b46c6701_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f92317d09cb6a2e35b9f30517bfca4a9e59ff7f26a1d0d890dd7af69b46c6701_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f92317d09cb6a2e35b9f30517bfca4a9e59ff7f26a1d0d890dd7af69b46c6701_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2299e52ee0dd278c9a06f2a5cdbcd34bae25134a022d71a98cb5b55ebea9196e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2299e52ee0dd278c9a06f2a5cdbcd34bae25134a022d71a98cb5b55ebea9196e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2299e52ee0dd278c9a06f2a5cdbcd34bae25134a022d71a98cb5b55ebea9196e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:48dcfdbad52661cc66e78ac40755972a47baa62bf1f3758ddbc32e5cf84c85b6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:48dcfdbad52661cc66e78ac40755972a47baa62bf1f3758ddbc32e5cf84c85b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:48dcfdbad52661cc66e78ac40755972a47baa62bf1f3758ddbc32e5cf84c85b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4ec8e4f3493ff3a7db2b7912e14a8a57da726c138b1cc64d6f58a761cbf0495b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4ec8e4f3493ff3a7db2b7912e14a8a57da726c138b1cc64d6f58a761cbf0495b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4ec8e4f3493ff3a7db2b7912e14a8a57da726c138b1cc64d6f58a761cbf0495b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9287f7763ba06037472b0e01d82ababd2094f94d4233bbabd21972bfe9f4613_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9287f7763ba06037472b0e01d82ababd2094f94d4233bbabd21972bfe9f4613_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9287f7763ba06037472b0e01d82ababd2094f94d4233bbabd21972bfe9f4613_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:017daeb53af5fd1997106dbb3eb7c2f213f2b2373dbd6bf93e64573f2d7f0bd5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:017daeb53af5fd1997106dbb3eb7c2f213f2b2373dbd6bf93e64573f2d7f0bd5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:017daeb53af5fd1997106dbb3eb7c2f213f2b2373dbd6bf93e64573f2d7f0bd5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3959c5c6d6341d04eb190bc97fb7c6f57c8cc5f48b341967baed0b3a2db55c5e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3959c5c6d6341d04eb190bc97fb7c6f57c8cc5f48b341967baed0b3a2db55c5e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3959c5c6d6341d04eb190bc97fb7c6f57c8cc5f48b341967baed0b3a2db55c5e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:de89fffe776715f72e270d5cb4f96c8a09e3beb30b7bc68b82b0e882e489a11e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:de89fffe776715f72e270d5cb4f96c8a09e3beb30b7bc68b82b0e882e489a11e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:de89fffe776715f72e270d5cb4f96c8a09e3beb30b7bc68b82b0e882e489a11e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f559d2dcaf83183a3c1b051615c122cdaf66dda535887a762c0028bc3534bbfb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f559d2dcaf83183a3c1b051615c122cdaf66dda535887a762c0028bc3534bbfb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f559d2dcaf83183a3c1b051615c122cdaf66dda535887a762c0028bc3534bbfb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:93e34ab51f79417cb36eb48e135f22b8c4e52dd64b6a1935d05cc58e43503163_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:93e34ab51f79417cb36eb48e135f22b8c4e52dd64b6a1935d05cc58e43503163_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:93e34ab51f79417cb36eb48e135f22b8c4e52dd64b6a1935d05cc58e43503163_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9ddf7f22f8645b9e08e98b32793fdad15a2486e51ace7f91a048e9d6a8baac2d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9ddf7f22f8645b9e08e98b32793fdad15a2486e51ace7f91a048e9d6a8baac2d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9ddf7f22f8645b9e08e98b32793fdad15a2486e51ace7f91a048e9d6a8baac2d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf4980b1ce7598c7b11423eb6e7fc96aa660154e0fdb0b61efc8422aac5acdc0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf4980b1ce7598c7b11423eb6e7fc96aa660154e0fdb0b61efc8422aac5acdc0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf4980b1ce7598c7b11423eb6e7fc96aa660154e0fdb0b61efc8422aac5acdc0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:44c5e43244d72b5c815137f82d36ad61d2ae91cdeda9664728f99d62272d9afd_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:44c5e43244d72b5c815137f82d36ad61d2ae91cdeda9664728f99d62272d9afd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:44c5e43244d72b5c815137f82d36ad61d2ae91cdeda9664728f99d62272d9afd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:bc104f15becaa2ebb1f48c1bbab044d9734c3bccca7da1cf51cfb348048e3aa6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:bc104f15becaa2ebb1f48c1bbab044d9734c3bccca7da1cf51cfb348048e3aa6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:bc104f15becaa2ebb1f48c1bbab044d9734c3bccca7da1cf51cfb348048e3aa6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f856ba057bc1d4af2ca2a5fcd5c85ea8b4ed2746b6810b40131d745fc1abdbf1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f856ba057bc1d4af2ca2a5fcd5c85ea8b4ed2746b6810b40131d745fc1abdbf1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f856ba057bc1d4af2ca2a5fcd5c85ea8b4ed2746b6810b40131d745fc1abdbf1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:389f66df4c94833b678a6125b639a71ac5224d0aea660a8e1b09da1642212b56_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:526562985eca24dd24aef4bc594e3fd4cd0f1251679c1c5a58028c7bf5ef70e3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:abc42265a96b6ec9245da91b62571b68b7daa0a59dc891d5f6c3ab31b30ce9cd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:caf6ba5b2de7096b87f6d0bf9876791e9fc22835898634133cc984b3cfcbce89_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:22443413894b8202cc13349a7039bc0d303fefe7c2a752bdfbd26b5e6c285b6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36061d16a4211f444c84c4239942de5204f1654703040a431cef361ee49ef985_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8562201db29012ed85e9fefaca5bc282454a6f748251ee602ee62bd42de86f0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:98b13c6f331a411be5ccc3b15e23376b97ceca931e28d826f103ca6fb869f597_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:0ab84f3af21c0f4a9377011d086e9bcca8fcada8fe10876a0f2e0709c05eb836_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c34a2d511cb011d4a2d68882e813f00bddf7b440ef76110f65511d629c09651_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:63934f421a8c4e798384196b0eb5e03e16392b5a951be5e1febe9ce254846314_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d8d4218960a9f0eaaf673ae8ac6ba1e2fffb8b91a76beb2e78cb5d5d04dd34ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:388c932a488fd665b1687c3f27fd32fe4e623d54cf10ee269c6617863d81f7f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7e04c52aa14d9f65e71c11ef6a46f366c0825080364299299f9cb15363fbada3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:96728e5dde6e4ef336cfe343db9327accc466201be2161029fb772b718ccf867_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb23ee7f27e297d2ab0b6c308e49a1e60e409ed223193bc95553d00897f733e6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1a1dd88c6bff209788c45467d1e94998ba2bd6fa181d570389ee120eb867db5c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1b08bf1976b5e5abd1489f9a9f3197c48551f78dfbf4298797aef9e963c0cc2d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:65da29ddee348a377d4058862795ed742f3a9579a702604d6f03ac507d277516_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:70888930960f555c3306dd3ca50c54191784e66dd10073f775f468e5b30aa427_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:32e4cc3a06048b9548ba77856624294e2e52cfb46118da8330b09cdd7551b9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3dde89c7fe9ffa2a691bd425dc32dd3b2ed0096ebabedfe8b7cd7d58a35c3818_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:447deed2bfa2d9474405115716f44905c5cb65d95a7f299c7ce496cb4a3c7579_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:65b21face4ebf60f2eeb98086e9da2298fa4faac44867c0a7a42deb009afa4b5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0ce089ab0fb0bbbb84fea9d220be86745f97102eb113a14745b7954f4dfc245e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8fa704dfc3118fdbcf03bedf96562e6152b30478e488a098544dc0adbed91972_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:adc1fbccf632ddce33e2d829379c5ac82a267554de0880b2a6674342ba330b84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:e41112ff6804d058a9991c91dee8cefbbe7c645e710d218112c1aae786a9f0f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:a9120d1bb4fe279e75faed47175e108596253ff087e6808e1a859b06b4425b8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b61aa3822f67a02369223fd1d1b4209976c6de08be3c96ac934847b13261172b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1eb7a176f8dbc1e290117c0a7fd74ae20861dcfde8a51e61dc5e03261744e4fb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a1416bd6599c18bdb506edc961a534011101052ed23d5f59f0068c45f1712e5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:97b4c4df47a44b36b0579f703030fb847d3fca865c119051e5382b90dbc766ef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b9a0de0cc45fc939008e7e2ff3a440972318f450c7dd1af6ace25830d7848a19_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:353af11d77cdbeb64bc4e7cf2f46a7726d27bb78409b86eae3f72292dd9d77da_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:c6ab036b18b656f8e6f95167a22a76f248375f1ea5e4c1acbfd6011e66956268_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d6ff5160b018f8c7d55a088604a994651ca5442516254b04046916162bac789a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3d243dd53c5cc2c089bf7f147f29279b3b9debbcc64550b2c393cdf4b2b36658_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:78647e9c9269c23f5f62f0b55ae5e9b2e2f0921537a8ffe7e137611ffc0fe5a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:dac97af80e70c1d8aa3097edc79443cd64c38d4cf3f20c24958f5cf80359b115_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f3f1be56a4b91dbe6858bbbad543efa1d9ee1ac2f837ed7aba37e68745b61d42_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1be6417d3657c68da03cdc4a3a5a616c89d92db5a9bbb4e193fd8be130207e72_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ff2553de0552ff09e148e61fd425fa68b3cfb1a62e948df5ea55b0a5ce7a8a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:b4fe32cdfd1f9e73fcac18b48c5024103c87432d9d806d916357800ed9762f58_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cd416b22a2167f25c7bc898e22bd96af554a92047b53b1e2b4dc633e2c630e97_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4b6bbc72488a733565151a13ab0de1e8f7f21f30b96f02280f75b55dc50e0083_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:754a8c458ae2c4a6a1b0be118a635e288eab5c79b0ae673785e615bb7dad64b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:db05ed1fa5d575313039992bcdfad3e92595ca8a7adc8a61bc1f8ce672727df5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f04aadc9f4248e3194681bd01d985fdfca7daf1f612681789cb00ae84fe29ec6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0460c30f1429c8d3db3b68c0a926e024a949d3c62d678f094781e6c8d1158b34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a9562f7375503d41681691137ae875ee46bd264923e06a6c62b505548a137642_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac9ddd27dfe9fa20e8cb7f18e1414c045dc386c3b35157993edfce1b493c7398_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ee8592c0142a534fcf798de05609790a5ae9529555855297e2ddb7e62ca3538a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6aa3efa1c67b652a655a32be6c345abca0b9f79809ac475e4ae0942452bc507f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8c55246750813e84bd1eb43036b307b4f75d7ad3bfb9079f65ff270de57de483_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:b8eaa26bf5c5e75e801883773b2736f26aac438bc4d525414cd2fc678c66ab5c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:f53dda4ff845aaf64b904306d34d013c711d88c3554b18dec126e193b7c4bc58_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3a363154d2c808b7cd0d824322d94344caf0ca1b974331b45b6f14ab5a96e770_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:48ace207b0a1c7fe1d32e6acd56f446969e7f3fe26ae234bd7742c968fa40f76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bc2411c1c769b21f969027fc4dfa77d615e73991fff4e73767c69cb4eb6d84b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eb3f6f0fd76cafab4a64d0cf0f4ea138b77ae63b29762f061fe70827f3f67af7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:58d1715b335117fac0293de42394bbe6aeca52065fd1a5ac56cbeebcee309afa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c855159dfb0d3b4cdecf174aa7b0cfcac172c1ea1c337f1365052f92de0c17b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dc8d10ac2f4d534bf20f0d4885d7b1a109c2b7c8d0675655907e50f68fb34fc6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f2e5ed69b5bd0002e65d62cbbde96b9ae4a2e3b3048bfcfc43cf2d9e0acfc105_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:390b88f80b1bb48e8248fa28e858e5d273ea49eadc3c2cedae1c276d3f9a80eb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c3e9a86f9cbf4cb94086877cb6a1ec66a9fefab25a421366a3f5c4e8eb0fd6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4564b1bd8b1771391a50c9f4b63062874b4f7550e4e888a28d8870c87ce34595_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5d0ac2e3380a9aa6b0a5215b50ccc0438c62c46abde0b51d3e183fc8efb67838_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:153a98517ed242aa248e58b09ed87f1bab0fa3929ca0030bc92031dad71d67a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:184ed3666a6ee696943e619c8c9f9f1fdaaa36df0722cc809e895d30276600c9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:2c40ab50c9be795ee57706a906054fd983c72180d5dd58bcf456bd832ab5647f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:46c113915eeba37eaec95faaf4ff2410ed4c2e29b92d1b14a81c07ed4f1308a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:195ec6ccb0f0f3c1597aef74d60bfeed49f0be94acaaf00d8c410a6ad68d1bb5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1cec453f200a1d7a4a4915059f8a82965e6364117dbcee74c6016f542797f7ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:31ea95a99670d709a3b9673576ceffa38159d60c43c412a0373457a9d9f12373_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d9c77396ad8b15c2f2bf3cf4df85fc3143c19f0efd399cd859046750abb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:79b34ae81cfa155a430dc4de7e7d4869b254d143436e5e249dfe66b9474933eb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7b5584cca3f124fdddf0205636521b13cbb984dd80f3dcde48b493b734952d01_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d8f69c58f87dd2a1af826e349bf8d26bb55d274dee9ed7ff410575bab7683043_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ed3291cce65ea18b4ef285fc2fbe947da216d89c57e9c1656ab819a9c24c7a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:4fdab80ac6b49aba9acc4f0b6c1aebc5b1bb8508ae661133e0f3b278c4af6bf1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:5925706c54c9c7239e3858437bcb5389dbc9e615665f4e7f66070ed6c79c89e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e6948c8eb7787e24afacb81105c4b863c1920a5cb4a1eeeba483bd03e376b8ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:eb87b799a0dae5112763d5921ab28cd41274c76edcab3915adee20e790d7a0fd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:46714356f8cc6884840b74c6464459ea18baf5d14deba6056a6924cf484c26d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:8207146544489749fbd91f7574b70a6e367c3ecf2c87e37625d16f7ca9562017_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:88a90021a326fc718e0087b08e0fba0110431ab30e5a005d6ed5a15da0815264_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:a2731f8d0e3ad4c1fb40ebf855f1f22578d8622b6279350ab6325bc97b30f957_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:16f9bad138d85ad053d6b470ba2505ca5781ed93f286fb5a6282c80da83fc989_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:2975bd4f28e01743c1af22a7e5915588d836c5575f5b976d6d6b268b59d83116_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:78021b49bab1974f4e72bd1c225a751db8407ef7b35ae72ee02e7d6974b4d818_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:a3c166b14576715ebeb35649affbc65c63675ecf8afe236764e439ab45818a21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:091ac2bf459eb3d40578953173a532fb808ad437e41c8ef7fe99349cbc2ed32e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8297c205e24498b7f04c4a07cf5fa6db93023b0a9b79c13ff403b9360d74b897_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:841e42a657509f87251e7dd45e7f1c097ec3b0220b4f62200b1a0d4a0f3769b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:264d9151f89aa42b872536f0b7b5d0d68cbcc18c2b486dc6888df734686975a1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d48d11705eaece057ca0373b951adab97ed5871ddc0ea9f66d1561ca267ba681_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d82bc03b30bbc4394320dac3078c0440f3a17dbb0cdaf1eadd405f0ace00e75a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f993dfbc5cf4d14ee33636635b9035ad4d12341ced83b070979b54283f7437e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:85c74a13c76bbd60170be261889633e494ac1d4cb536ae1e87f14c211bd113d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49e872411925cefcb5a5f9aeeea68ed2ba42ae5c5fb20ce7816efd9e706036a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:f8c8573ee8bae5789af3a5d842c352f951215fab4d65dad961c144ba380fb7ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38388bb9f6af7ef68fb75e841ee08a75baf10f1ddc0976873d6b8cd59de38b72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:75bd8e79cbb488c61f44eb096f31b274a83884cc9807f6ebcbf93a356b877011_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8f79aa3aeaaa253020eae0a63e04a1d4304b1196e98f0ac3bfef3d2099bce887_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f32f8112eca2c2fb5dd00341600905ad47783b56281467253cf1808dd323389a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:42a6fb0cdf0d436ed0ade01d7cc8ad86ff8d8b0fd9bdb97310b6df1a51e0de81_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:810d0fde7c34bc015f2bff698528addb5ed4c81461739375b388eecb5af1a011_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:92b92d2172d793889593629917a0e7dc5f10cf66a9d66052f8cd4bc67fc2c5dc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f65de25f1f54547a9c39d00d6a59125f757cbc4fb4835858e146dcb285cacbb2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1b24940451f367deca75eb5fe9700cc7545889368bd3961338010e973079ad15_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:62e390c331abb91a12e5c68f8aaeb1bc5ba993b673abc875b348107f76023f7b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b0fa9f3bacb960622ab57c6103db2bfec914ae57d7f5cbea674b01551d6dfa0b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:efe1cd4ba7a138e35b49161374430dba4af865404ff72b3456bb2c470b8183ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:348ff9b45da401d9608b2e31393cf3da948309ffaf27fe6d47e8d94fa27bf804_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:583d408a3690c635737d2b3d9a747c29868504134ee9470ce03280f2d8c36630_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c0cbab68a8897d6061f12a5fc80951979925301170ea6360908228a1ff411815_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1e7d7474466a81b2c044cc43c3002d18d5542a7ff293dc1e636efd75b894897_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:1d0ea324c372ef3292941b016da083914129a7c5fdafd3bc675ffe24216669dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:2dca55c529e8a92ca4d6bc73de6caf4e5f78ac7c2b3a59f698a5c1e46431af85_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d7d0c5e2b2f58bd4fc6f508af68ed086ff5b78c58f47cb7983e2a0193d29c8d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ed248d87111d51043d2b1979811e5eb5ee9bb423f35505fd048cf62247c5fd2b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:143ec903f468cb71a4879e358ca6440eb172df743476c08fb549dfab8153fc4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:231287dfacce157f45d6a22a60888d97c6d2fd8959c432f1ae41605a65d904b5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:28eb64b3e550b2e510b0fd0c396cd3edfb92ca3e8135e53d578e5fa7f85e4d8a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5cd6c5ea84d39a08dcc71e69cfbf9673b7f8373bab33c4c2e66f460fc8bee3c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:908a6974dd8e95f282b7b81b1878c36372b11229c2c7ae2eced43ec05af0ef42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bb5fa9e0fe9bf235324bb2b019d9b1cd3dc56bf9e5f424bd9834cc1738253e22_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:377271032685c124cd5a88edafa071a9c3c9341557fddd3b6d19845ad5bd36f9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d2661f824ee9bd8eec38c3fa1556a5ac261e32eab076ad66c006797c0b089b23_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e47fd4f7f312988b50599074e58a2a7aa7b3527780955af912c4cae7fe2a99ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f48123b92c3459a3d87114e3b7449c322a604d71c80bfeab72a8db52177fb9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:239a31060cb3e5ab4a563542dfce8ca029ce83b2b5e57875b65056bbdf170924_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:52e702025a2dd9f559c19ac9f8a1b33a552b73eeaf76a0cec2687eada6699af2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5ffb0f5dbbbe8ef477326871b0de13482830bf79ad7ceff219d49163d743bd48_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e644bfd2152c5ee135f01f571f7822483016aff5aa27d602da005271567ad34c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2d07649b5b756ac21588ce9d7fbd305d38f74b616a94e639291f60826e8bf41d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:45ab9e777dab6bcc9df92602fd5a7c79b493fd343e11a519b6b3f57666c1664d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:7b89569f3fb12c1472d4a05f7e4aa065f6a0d766354dd92906e7b378b27dbaa8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:b198033daca23b9f7d535027d0c428ffb7ede21b8a51bcc42cc3b7f957f5a88a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:18deb0775f0a13058c5bbf8c4d75ade0620e8ecd346a34331111f798260b4b23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:19a053db854063e56a075e780da1682642cf7d12cb4ec8a4682d6f135eaf7c04_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9c5084077c33fd73a749faa1a9da3cd9db598673a3429ab8cfdd3f501544d9ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:c9064393540b9ee7247e4fc0ec3abb6a4d252ba43fa3fda13ade3d523dadbf97_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:8a930290c9931f9c14487cf0cf1ccd85e54bd2be0fc0291f97b745aedf281476_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e7a56d683319985b26acf009cf67d57d4608db5686ed7ed780377a2cad0395a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa1c6736c303b26a8f1f0b4ec3ae68fe2c06bc68d7d0057ed01efcc6b4c0ea68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa39bd6afb13ffa911ca473987a2d90d66c66305fc6a6a06406b82528c4cc9f3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0308cd0468a71f7258cadc9f1eaeebee8481089ea67a3887f2019935f2891203_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4addd676d9d236786ad18a72986082163b8e1b77327cafa7488617f80ef0f81b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:70c2df611729eb9f86fb2e12821d610a9305d1d71b7c5d55ec7d21cf69eb416f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1ff5147c352878db92fedc79225042cc0e68d5c78681689af8644489e41d4476_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:344a255c424181b05639181c339d645be41487744bbc77844b03ae2f20bc3e3c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:a9f7b39c4b22bed3e8c23ca2353fe1f6750fb4a77ef9d33b5d34ed3abf8a8d4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b07a8a1cd38bd4270f5a4889ad003e4abe5817f689064c147ff29abe707dafe9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:bce13fda78c24d1e8797dbeb3cd706feb242798354c6ce97c774229487c925b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c09e3bbdadbe2a828d871b103fe96fe95732fbe04973dd0c0c70af16b361f686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2299e52ee0dd278c9a06f2a5cdbcd34bae25134a022d71a98cb5b55ebea9196e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:48dcfdbad52661cc66e78ac40755972a47baa62bf1f3758ddbc32e5cf84c85b6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4ec8e4f3493ff3a7db2b7912e14a8a57da726c138b1cc64d6f58a761cbf0495b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9287f7763ba06037472b0e01d82ababd2094f94d4233bbabd21972bfe9f4613_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:017daeb53af5fd1997106dbb3eb7c2f213f2b2373dbd6bf93e64573f2d7f0bd5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3959c5c6d6341d04eb190bc97fb7c6f57c8cc5f48b341967baed0b3a2db55c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:de89fffe776715f72e270d5cb4f96c8a09e3beb30b7bc68b82b0e882e489a11e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f559d2dcaf83183a3c1b051615c122cdaf66dda535887a762c0028bc3534bbfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:93e34ab51f79417cb36eb48e135f22b8c4e52dd64b6a1935d05cc58e43503163_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9ddf7f22f8645b9e08e98b32793fdad15a2486e51ace7f91a048e9d6a8baac2d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf4980b1ce7598c7b11423eb6e7fc96aa660154e0fdb0b61efc8422aac5acdc0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:44c5e43244d72b5c815137f82d36ad61d2ae91cdeda9664728f99d62272d9afd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:bc104f15becaa2ebb1f48c1bbab044d9734c3bccca7da1cf51cfb348048e3aa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f856ba057bc1d4af2ca2a5fcd5c85ea8b4ed2746b6810b40131d745fc1abdbf1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"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-sriov-network-config-daemon-rhel9@sha256:13b962ba5abd3ef60ab5b442c808e37382c99131d47ad1b6fb0b8455e38ebc29_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:1ec3a620c287de6ee2c183a5cc85d81198bbd3732ba46777eaa02b1bdc126075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b7825e13fbb7fd97b5b2188c995b23170fa5eab8f198d735544be4ba9de3a600_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:7e19b3fe08f2e3afd00c5ded98b2999cbbdb5024d5a91d2e1fccb4d18b0b1d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bd59bb4ba9fbf60fc7e97d6d596b0ae587b6988378a9295923ff44ff37676007_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e64cf373bcf9e37ae2827c8c17b8d82a9307e3fe9b8f32a61e44d08842c109b3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:5b588158a2ba2a748f4d020d1998f5e1906af436ecf55dc1a070f59929340579_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7da9b0d48fda1cfcc41b8810200fb98142421f82910b0ae81e6b88eea3a8227f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f92317d09cb6a2e35b9f30517bfca4a9e59ff7f26a1d0d890dd7af69b46c6701_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:389f66df4c94833b678a6125b639a71ac5224d0aea660a8e1b09da1642212b56_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:526562985eca24dd24aef4bc594e3fd4cd0f1251679c1c5a58028c7bf5ef70e3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:abc42265a96b6ec9245da91b62571b68b7daa0a59dc891d5f6c3ab31b30ce9cd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:caf6ba5b2de7096b87f6d0bf9876791e9fc22835898634133cc984b3cfcbce89_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:22443413894b8202cc13349a7039bc0d303fefe7c2a752bdfbd26b5e6c285b6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36061d16a4211f444c84c4239942de5204f1654703040a431cef361ee49ef985_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8562201db29012ed85e9fefaca5bc282454a6f748251ee602ee62bd42de86f0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:98b13c6f331a411be5ccc3b15e23376b97ceca931e28d826f103ca6fb869f597_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:0ab84f3af21c0f4a9377011d086e9bcca8fcada8fe10876a0f2e0709c05eb836_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c34a2d511cb011d4a2d68882e813f00bddf7b440ef76110f65511d629c09651_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:63934f421a8c4e798384196b0eb5e03e16392b5a951be5e1febe9ce254846314_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d8d4218960a9f0eaaf673ae8ac6ba1e2fffb8b91a76beb2e78cb5d5d04dd34ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:388c932a488fd665b1687c3f27fd32fe4e623d54cf10ee269c6617863d81f7f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7e04c52aa14d9f65e71c11ef6a46f366c0825080364299299f9cb15363fbada3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:96728e5dde6e4ef336cfe343db9327accc466201be2161029fb772b718ccf867_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb23ee7f27e297d2ab0b6c308e49a1e60e409ed223193bc95553d00897f733e6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1a1dd88c6bff209788c45467d1e94998ba2bd6fa181d570389ee120eb867db5c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1b08bf1976b5e5abd1489f9a9f3197c48551f78dfbf4298797aef9e963c0cc2d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:65da29ddee348a377d4058862795ed742f3a9579a702604d6f03ac507d277516_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:70888930960f555c3306dd3ca50c54191784e66dd10073f775f468e5b30aa427_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:32e4cc3a06048b9548ba77856624294e2e52cfb46118da8330b09cdd7551b9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3dde89c7fe9ffa2a691bd425dc32dd3b2ed0096ebabedfe8b7cd7d58a35c3818_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:447deed2bfa2d9474405115716f44905c5cb65d95a7f299c7ce496cb4a3c7579_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:65b21face4ebf60f2eeb98086e9da2298fa4faac44867c0a7a42deb009afa4b5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0ce089ab0fb0bbbb84fea9d220be86745f97102eb113a14745b7954f4dfc245e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8fa704dfc3118fdbcf03bedf96562e6152b30478e488a098544dc0adbed91972_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:adc1fbccf632ddce33e2d829379c5ac82a267554de0880b2a6674342ba330b84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:e41112ff6804d058a9991c91dee8cefbbe7c645e710d218112c1aae786a9f0f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:a9120d1bb4fe279e75faed47175e108596253ff087e6808e1a859b06b4425b8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b61aa3822f67a02369223fd1d1b4209976c6de08be3c96ac934847b13261172b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1eb7a176f8dbc1e290117c0a7fd74ae20861dcfde8a51e61dc5e03261744e4fb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a1416bd6599c18bdb506edc961a534011101052ed23d5f59f0068c45f1712e5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:97b4c4df47a44b36b0579f703030fb847d3fca865c119051e5382b90dbc766ef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b9a0de0cc45fc939008e7e2ff3a440972318f450c7dd1af6ace25830d7848a19_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:353af11d77cdbeb64bc4e7cf2f46a7726d27bb78409b86eae3f72292dd9d77da_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:c6ab036b18b656f8e6f95167a22a76f248375f1ea5e4c1acbfd6011e66956268_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d6ff5160b018f8c7d55a088604a994651ca5442516254b04046916162bac789a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3d243dd53c5cc2c089bf7f147f29279b3b9debbcc64550b2c393cdf4b2b36658_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:78647e9c9269c23f5f62f0b55ae5e9b2e2f0921537a8ffe7e137611ffc0fe5a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:dac97af80e70c1d8aa3097edc79443cd64c38d4cf3f20c24958f5cf80359b115_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f3f1be56a4b91dbe6858bbbad543efa1d9ee1ac2f837ed7aba37e68745b61d42_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1be6417d3657c68da03cdc4a3a5a616c89d92db5a9bbb4e193fd8be130207e72_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ff2553de0552ff09e148e61fd425fa68b3cfb1a62e948df5ea55b0a5ce7a8a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:b4fe32cdfd1f9e73fcac18b48c5024103c87432d9d806d916357800ed9762f58_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cd416b22a2167f25c7bc898e22bd96af554a92047b53b1e2b4dc633e2c630e97_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4b6bbc72488a733565151a13ab0de1e8f7f21f30b96f02280f75b55dc50e0083_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:754a8c458ae2c4a6a1b0be118a635e288eab5c79b0ae673785e615bb7dad64b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:db05ed1fa5d575313039992bcdfad3e92595ca8a7adc8a61bc1f8ce672727df5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f04aadc9f4248e3194681bd01d985fdfca7daf1f612681789cb00ae84fe29ec6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0460c30f1429c8d3db3b68c0a926e024a949d3c62d678f094781e6c8d1158b34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a9562f7375503d41681691137ae875ee46bd264923e06a6c62b505548a137642_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac9ddd27dfe9fa20e8cb7f18e1414c045dc386c3b35157993edfce1b493c7398_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ee8592c0142a534fcf798de05609790a5ae9529555855297e2ddb7e62ca3538a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6aa3efa1c67b652a655a32be6c345abca0b9f79809ac475e4ae0942452bc507f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8c55246750813e84bd1eb43036b307b4f75d7ad3bfb9079f65ff270de57de483_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:b8eaa26bf5c5e75e801883773b2736f26aac438bc4d525414cd2fc678c66ab5c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:f53dda4ff845aaf64b904306d34d013c711d88c3554b18dec126e193b7c4bc58_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3a363154d2c808b7cd0d824322d94344caf0ca1b974331b45b6f14ab5a96e770_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:48ace207b0a1c7fe1d32e6acd56f446969e7f3fe26ae234bd7742c968fa40f76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bc2411c1c769b21f969027fc4dfa77d615e73991fff4e73767c69cb4eb6d84b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eb3f6f0fd76cafab4a64d0cf0f4ea138b77ae63b29762f061fe70827f3f67af7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:58d1715b335117fac0293de42394bbe6aeca52065fd1a5ac56cbeebcee309afa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c855159dfb0d3b4cdecf174aa7b0cfcac172c1ea1c337f1365052f92de0c17b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dc8d10ac2f4d534bf20f0d4885d7b1a109c2b7c8d0675655907e50f68fb34fc6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f2e5ed69b5bd0002e65d62cbbde96b9ae4a2e3b3048bfcfc43cf2d9e0acfc105_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:390b88f80b1bb48e8248fa28e858e5d273ea49eadc3c2cedae1c276d3f9a80eb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c3e9a86f9cbf4cb94086877cb6a1ec66a9fefab25a421366a3f5c4e8eb0fd6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4564b1bd8b1771391a50c9f4b63062874b4f7550e4e888a28d8870c87ce34595_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5d0ac2e3380a9aa6b0a5215b50ccc0438c62c46abde0b51d3e183fc8efb67838_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:153a98517ed242aa248e58b09ed87f1bab0fa3929ca0030bc92031dad71d67a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:184ed3666a6ee696943e619c8c9f9f1fdaaa36df0722cc809e895d30276600c9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:2c40ab50c9be795ee57706a906054fd983c72180d5dd58bcf456bd832ab5647f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:46c113915eeba37eaec95faaf4ff2410ed4c2e29b92d1b14a81c07ed4f1308a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:195ec6ccb0f0f3c1597aef74d60bfeed49f0be94acaaf00d8c410a6ad68d1bb5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1cec453f200a1d7a4a4915059f8a82965e6364117dbcee74c6016f542797f7ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:31ea95a99670d709a3b9673576ceffa38159d60c43c412a0373457a9d9f12373_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d9c77396ad8b15c2f2bf3cf4df85fc3143c19f0efd399cd859046750abb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:79b34ae81cfa155a430dc4de7e7d4869b254d143436e5e249dfe66b9474933eb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7b5584cca3f124fdddf0205636521b13cbb984dd80f3dcde48b493b734952d01_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d8f69c58f87dd2a1af826e349bf8d26bb55d274dee9ed7ff410575bab7683043_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ed3291cce65ea18b4ef285fc2fbe947da216d89c57e9c1656ab819a9c24c7a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:4fdab80ac6b49aba9acc4f0b6c1aebc5b1bb8508ae661133e0f3b278c4af6bf1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:5925706c54c9c7239e3858437bcb5389dbc9e615665f4e7f66070ed6c79c89e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e6948c8eb7787e24afacb81105c4b863c1920a5cb4a1eeeba483bd03e376b8ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:eb87b799a0dae5112763d5921ab28cd41274c76edcab3915adee20e790d7a0fd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:46714356f8cc6884840b74c6464459ea18baf5d14deba6056a6924cf484c26d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:8207146544489749fbd91f7574b70a6e367c3ecf2c87e37625d16f7ca9562017_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:88a90021a326fc718e0087b08e0fba0110431ab30e5a005d6ed5a15da0815264_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:a2731f8d0e3ad4c1fb40ebf855f1f22578d8622b6279350ab6325bc97b30f957_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:16f9bad138d85ad053d6b470ba2505ca5781ed93f286fb5a6282c80da83fc989_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:2975bd4f28e01743c1af22a7e5915588d836c5575f5b976d6d6b268b59d83116_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:78021b49bab1974f4e72bd1c225a751db8407ef7b35ae72ee02e7d6974b4d818_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:a3c166b14576715ebeb35649affbc65c63675ecf8afe236764e439ab45818a21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:091ac2bf459eb3d40578953173a532fb808ad437e41c8ef7fe99349cbc2ed32e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8297c205e24498b7f04c4a07cf5fa6db93023b0a9b79c13ff403b9360d74b897_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:841e42a657509f87251e7dd45e7f1c097ec3b0220b4f62200b1a0d4a0f3769b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:264d9151f89aa42b872536f0b7b5d0d68cbcc18c2b486dc6888df734686975a1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d48d11705eaece057ca0373b951adab97ed5871ddc0ea9f66d1561ca267ba681_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d82bc03b30bbc4394320dac3078c0440f3a17dbb0cdaf1eadd405f0ace00e75a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f993dfbc5cf4d14ee33636635b9035ad4d12341ced83b070979b54283f7437e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:85c74a13c76bbd60170be261889633e494ac1d4cb536ae1e87f14c211bd113d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49e872411925cefcb5a5f9aeeea68ed2ba42ae5c5fb20ce7816efd9e706036a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:f8c8573ee8bae5789af3a5d842c352f951215fab4d65dad961c144ba380fb7ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38388bb9f6af7ef68fb75e841ee08a75baf10f1ddc0976873d6b8cd59de38b72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:75bd8e79cbb488c61f44eb096f31b274a83884cc9807f6ebcbf93a356b877011_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8f79aa3aeaaa253020eae0a63e04a1d4304b1196e98f0ac3bfef3d2099bce887_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f32f8112eca2c2fb5dd00341600905ad47783b56281467253cf1808dd323389a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:42a6fb0cdf0d436ed0ade01d7cc8ad86ff8d8b0fd9bdb97310b6df1a51e0de81_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:810d0fde7c34bc015f2bff698528addb5ed4c81461739375b388eecb5af1a011_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:92b92d2172d793889593629917a0e7dc5f10cf66a9d66052f8cd4bc67fc2c5dc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f65de25f1f54547a9c39d00d6a59125f757cbc4fb4835858e146dcb285cacbb2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1b24940451f367deca75eb5fe9700cc7545889368bd3961338010e973079ad15_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:62e390c331abb91a12e5c68f8aaeb1bc5ba993b673abc875b348107f76023f7b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b0fa9f3bacb960622ab57c6103db2bfec914ae57d7f5cbea674b01551d6dfa0b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:efe1cd4ba7a138e35b49161374430dba4af865404ff72b3456bb2c470b8183ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:348ff9b45da401d9608b2e31393cf3da948309ffaf27fe6d47e8d94fa27bf804_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:583d408a3690c635737d2b3d9a747c29868504134ee9470ce03280f2d8c36630_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c0cbab68a8897d6061f12a5fc80951979925301170ea6360908228a1ff411815_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1e7d7474466a81b2c044cc43c3002d18d5542a7ff293dc1e636efd75b894897_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:1d0ea324c372ef3292941b016da083914129a7c5fdafd3bc675ffe24216669dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:2dca55c529e8a92ca4d6bc73de6caf4e5f78ac7c2b3a59f698a5c1e46431af85_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d7d0c5e2b2f58bd4fc6f508af68ed086ff5b78c58f47cb7983e2a0193d29c8d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ed248d87111d51043d2b1979811e5eb5ee9bb423f35505fd048cf62247c5fd2b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:143ec903f468cb71a4879e358ca6440eb172df743476c08fb549dfab8153fc4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:231287dfacce157f45d6a22a60888d97c6d2fd8959c432f1ae41605a65d904b5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:28eb64b3e550b2e510b0fd0c396cd3edfb92ca3e8135e53d578e5fa7f85e4d8a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5cd6c5ea84d39a08dcc71e69cfbf9673b7f8373bab33c4c2e66f460fc8bee3c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:908a6974dd8e95f282b7b81b1878c36372b11229c2c7ae2eced43ec05af0ef42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bb5fa9e0fe9bf235324bb2b019d9b1cd3dc56bf9e5f424bd9834cc1738253e22_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:377271032685c124cd5a88edafa071a9c3c9341557fddd3b6d19845ad5bd36f9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d2661f824ee9bd8eec38c3fa1556a5ac261e32eab076ad66c006797c0b089b23_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e47fd4f7f312988b50599074e58a2a7aa7b3527780955af912c4cae7fe2a99ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f48123b92c3459a3d87114e3b7449c322a604d71c80bfeab72a8db52177fb9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:239a31060cb3e5ab4a563542dfce8ca029ce83b2b5e57875b65056bbdf170924_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:52e702025a2dd9f559c19ac9f8a1b33a552b73eeaf76a0cec2687eada6699af2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5ffb0f5dbbbe8ef477326871b0de13482830bf79ad7ceff219d49163d743bd48_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e644bfd2152c5ee135f01f571f7822483016aff5aa27d602da005271567ad34c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2d07649b5b756ac21588ce9d7fbd305d38f74b616a94e639291f60826e8bf41d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:45ab9e777dab6bcc9df92602fd5a7c79b493fd343e11a519b6b3f57666c1664d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:7b89569f3fb12c1472d4a05f7e4aa065f6a0d766354dd92906e7b378b27dbaa8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:b198033daca23b9f7d535027d0c428ffb7ede21b8a51bcc42cc3b7f957f5a88a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:18deb0775f0a13058c5bbf8c4d75ade0620e8ecd346a34331111f798260b4b23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:19a053db854063e56a075e780da1682642cf7d12cb4ec8a4682d6f135eaf7c04_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9c5084077c33fd73a749faa1a9da3cd9db598673a3429ab8cfdd3f501544d9ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:c9064393540b9ee7247e4fc0ec3abb6a4d252ba43fa3fda13ade3d523dadbf97_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:8a930290c9931f9c14487cf0cf1ccd85e54bd2be0fc0291f97b745aedf281476_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e7a56d683319985b26acf009cf67d57d4608db5686ed7ed780377a2cad0395a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa1c6736c303b26a8f1f0b4ec3ae68fe2c06bc68d7d0057ed01efcc6b4c0ea68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa39bd6afb13ffa911ca473987a2d90d66c66305fc6a6a06406b82528c4cc9f3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0308cd0468a71f7258cadc9f1eaeebee8481089ea67a3887f2019935f2891203_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4addd676d9d236786ad18a72986082163b8e1b77327cafa7488617f80ef0f81b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:70c2df611729eb9f86fb2e12821d610a9305d1d71b7c5d55ec7d21cf69eb416f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1ff5147c352878db92fedc79225042cc0e68d5c78681689af8644489e41d4476_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:344a255c424181b05639181c339d645be41487744bbc77844b03ae2f20bc3e3c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:a9f7b39c4b22bed3e8c23ca2353fe1f6750fb4a77ef9d33b5d34ed3abf8a8d4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b07a8a1cd38bd4270f5a4889ad003e4abe5817f689064c147ff29abe707dafe9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:bce13fda78c24d1e8797dbeb3cd706feb242798354c6ce97c774229487c925b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c09e3bbdadbe2a828d871b103fe96fe95732fbe04973dd0c0c70af16b361f686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2299e52ee0dd278c9a06f2a5cdbcd34bae25134a022d71a98cb5b55ebea9196e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:48dcfdbad52661cc66e78ac40755972a47baa62bf1f3758ddbc32e5cf84c85b6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4ec8e4f3493ff3a7db2b7912e14a8a57da726c138b1cc64d6f58a761cbf0495b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9287f7763ba06037472b0e01d82ababd2094f94d4233bbabd21972bfe9f4613_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:017daeb53af5fd1997106dbb3eb7c2f213f2b2373dbd6bf93e64573f2d7f0bd5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3959c5c6d6341d04eb190bc97fb7c6f57c8cc5f48b341967baed0b3a2db55c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:de89fffe776715f72e270d5cb4f96c8a09e3beb30b7bc68b82b0e882e489a11e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f559d2dcaf83183a3c1b051615c122cdaf66dda535887a762c0028bc3534bbfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:93e34ab51f79417cb36eb48e135f22b8c4e52dd64b6a1935d05cc58e43503163_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9ddf7f22f8645b9e08e98b32793fdad15a2486e51ace7f91a048e9d6a8baac2d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf4980b1ce7598c7b11423eb6e7fc96aa660154e0fdb0b61efc8422aac5acdc0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:44c5e43244d72b5c815137f82d36ad61d2ae91cdeda9664728f99d62272d9afd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:bc104f15becaa2ebb1f48c1bbab044d9734c3bccca7da1cf51cfb348048e3aa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f856ba057bc1d4af2ca2a5fcd5c85ea8b4ed2746b6810b40131d745fc1abdbf1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T11:38:16+00:00",
"details": "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\nDetails on how to access this content are available at\nhttps://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-sriov-network-config-daemon-rhel9@sha256:13b962ba5abd3ef60ab5b442c808e37382c99131d47ad1b6fb0b8455e38ebc29_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:1ec3a620c287de6ee2c183a5cc85d81198bbd3732ba46777eaa02b1bdc126075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b7825e13fbb7fd97b5b2188c995b23170fa5eab8f198d735544be4ba9de3a600_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:7e19b3fe08f2e3afd00c5ded98b2999cbbdb5024d5a91d2e1fccb4d18b0b1d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bd59bb4ba9fbf60fc7e97d6d596b0ae587b6988378a9295923ff44ff37676007_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e64cf373bcf9e37ae2827c8c17b8d82a9307e3fe9b8f32a61e44d08842c109b3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:5b588158a2ba2a748f4d020d1998f5e1906af436ecf55dc1a070f59929340579_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7da9b0d48fda1cfcc41b8810200fb98142421f82910b0ae81e6b88eea3a8227f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f92317d09cb6a2e35b9f30517bfca4a9e59ff7f26a1d0d890dd7af69b46c6701_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25046"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:389f66df4c94833b678a6125b639a71ac5224d0aea660a8e1b09da1642212b56_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:526562985eca24dd24aef4bc594e3fd4cd0f1251679c1c5a58028c7bf5ef70e3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:abc42265a96b6ec9245da91b62571b68b7daa0a59dc891d5f6c3ab31b30ce9cd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:caf6ba5b2de7096b87f6d0bf9876791e9fc22835898634133cc984b3cfcbce89_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:22443413894b8202cc13349a7039bc0d303fefe7c2a752bdfbd26b5e6c285b6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36061d16a4211f444c84c4239942de5204f1654703040a431cef361ee49ef985_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8562201db29012ed85e9fefaca5bc282454a6f748251ee602ee62bd42de86f0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:98b13c6f331a411be5ccc3b15e23376b97ceca931e28d826f103ca6fb869f597_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:0ab84f3af21c0f4a9377011d086e9bcca8fcada8fe10876a0f2e0709c05eb836_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c34a2d511cb011d4a2d68882e813f00bddf7b440ef76110f65511d629c09651_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:63934f421a8c4e798384196b0eb5e03e16392b5a951be5e1febe9ce254846314_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d8d4218960a9f0eaaf673ae8ac6ba1e2fffb8b91a76beb2e78cb5d5d04dd34ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:388c932a488fd665b1687c3f27fd32fe4e623d54cf10ee269c6617863d81f7f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7e04c52aa14d9f65e71c11ef6a46f366c0825080364299299f9cb15363fbada3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:96728e5dde6e4ef336cfe343db9327accc466201be2161029fb772b718ccf867_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb23ee7f27e297d2ab0b6c308e49a1e60e409ed223193bc95553d00897f733e6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1a1dd88c6bff209788c45467d1e94998ba2bd6fa181d570389ee120eb867db5c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1b08bf1976b5e5abd1489f9a9f3197c48551f78dfbf4298797aef9e963c0cc2d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:65da29ddee348a377d4058862795ed742f3a9579a702604d6f03ac507d277516_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:70888930960f555c3306dd3ca50c54191784e66dd10073f775f468e5b30aa427_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:32e4cc3a06048b9548ba77856624294e2e52cfb46118da8330b09cdd7551b9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3dde89c7fe9ffa2a691bd425dc32dd3b2ed0096ebabedfe8b7cd7d58a35c3818_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:447deed2bfa2d9474405115716f44905c5cb65d95a7f299c7ce496cb4a3c7579_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:65b21face4ebf60f2eeb98086e9da2298fa4faac44867c0a7a42deb009afa4b5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0ce089ab0fb0bbbb84fea9d220be86745f97102eb113a14745b7954f4dfc245e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8fa704dfc3118fdbcf03bedf96562e6152b30478e488a098544dc0adbed91972_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:adc1fbccf632ddce33e2d829379c5ac82a267554de0880b2a6674342ba330b84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:e41112ff6804d058a9991c91dee8cefbbe7c645e710d218112c1aae786a9f0f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:a9120d1bb4fe279e75faed47175e108596253ff087e6808e1a859b06b4425b8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b61aa3822f67a02369223fd1d1b4209976c6de08be3c96ac934847b13261172b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1eb7a176f8dbc1e290117c0a7fd74ae20861dcfde8a51e61dc5e03261744e4fb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a1416bd6599c18bdb506edc961a534011101052ed23d5f59f0068c45f1712e5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:97b4c4df47a44b36b0579f703030fb847d3fca865c119051e5382b90dbc766ef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b9a0de0cc45fc939008e7e2ff3a440972318f450c7dd1af6ace25830d7848a19_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:353af11d77cdbeb64bc4e7cf2f46a7726d27bb78409b86eae3f72292dd9d77da_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:c6ab036b18b656f8e6f95167a22a76f248375f1ea5e4c1acbfd6011e66956268_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d6ff5160b018f8c7d55a088604a994651ca5442516254b04046916162bac789a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3d243dd53c5cc2c089bf7f147f29279b3b9debbcc64550b2c393cdf4b2b36658_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:78647e9c9269c23f5f62f0b55ae5e9b2e2f0921537a8ffe7e137611ffc0fe5a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:dac97af80e70c1d8aa3097edc79443cd64c38d4cf3f20c24958f5cf80359b115_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f3f1be56a4b91dbe6858bbbad543efa1d9ee1ac2f837ed7aba37e68745b61d42_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1be6417d3657c68da03cdc4a3a5a616c89d92db5a9bbb4e193fd8be130207e72_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ff2553de0552ff09e148e61fd425fa68b3cfb1a62e948df5ea55b0a5ce7a8a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:b4fe32cdfd1f9e73fcac18b48c5024103c87432d9d806d916357800ed9762f58_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cd416b22a2167f25c7bc898e22bd96af554a92047b53b1e2b4dc633e2c630e97_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4b6bbc72488a733565151a13ab0de1e8f7f21f30b96f02280f75b55dc50e0083_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:754a8c458ae2c4a6a1b0be118a635e288eab5c79b0ae673785e615bb7dad64b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:db05ed1fa5d575313039992bcdfad3e92595ca8a7adc8a61bc1f8ce672727df5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f04aadc9f4248e3194681bd01d985fdfca7daf1f612681789cb00ae84fe29ec6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0460c30f1429c8d3db3b68c0a926e024a949d3c62d678f094781e6c8d1158b34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a9562f7375503d41681691137ae875ee46bd264923e06a6c62b505548a137642_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac9ddd27dfe9fa20e8cb7f18e1414c045dc386c3b35157993edfce1b493c7398_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ee8592c0142a534fcf798de05609790a5ae9529555855297e2ddb7e62ca3538a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6aa3efa1c67b652a655a32be6c345abca0b9f79809ac475e4ae0942452bc507f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8c55246750813e84bd1eb43036b307b4f75d7ad3bfb9079f65ff270de57de483_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:b8eaa26bf5c5e75e801883773b2736f26aac438bc4d525414cd2fc678c66ab5c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:f53dda4ff845aaf64b904306d34d013c711d88c3554b18dec126e193b7c4bc58_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3a363154d2c808b7cd0d824322d94344caf0ca1b974331b45b6f14ab5a96e770_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:48ace207b0a1c7fe1d32e6acd56f446969e7f3fe26ae234bd7742c968fa40f76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bc2411c1c769b21f969027fc4dfa77d615e73991fff4e73767c69cb4eb6d84b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eb3f6f0fd76cafab4a64d0cf0f4ea138b77ae63b29762f061fe70827f3f67af7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:58d1715b335117fac0293de42394bbe6aeca52065fd1a5ac56cbeebcee309afa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c855159dfb0d3b4cdecf174aa7b0cfcac172c1ea1c337f1365052f92de0c17b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dc8d10ac2f4d534bf20f0d4885d7b1a109c2b7c8d0675655907e50f68fb34fc6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f2e5ed69b5bd0002e65d62cbbde96b9ae4a2e3b3048bfcfc43cf2d9e0acfc105_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:390b88f80b1bb48e8248fa28e858e5d273ea49eadc3c2cedae1c276d3f9a80eb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c3e9a86f9cbf4cb94086877cb6a1ec66a9fefab25a421366a3f5c4e8eb0fd6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4564b1bd8b1771391a50c9f4b63062874b4f7550e4e888a28d8870c87ce34595_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5d0ac2e3380a9aa6b0a5215b50ccc0438c62c46abde0b51d3e183fc8efb67838_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:153a98517ed242aa248e58b09ed87f1bab0fa3929ca0030bc92031dad71d67a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:184ed3666a6ee696943e619c8c9f9f1fdaaa36df0722cc809e895d30276600c9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:2c40ab50c9be795ee57706a906054fd983c72180d5dd58bcf456bd832ab5647f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:46c113915eeba37eaec95faaf4ff2410ed4c2e29b92d1b14a81c07ed4f1308a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:195ec6ccb0f0f3c1597aef74d60bfeed49f0be94acaaf00d8c410a6ad68d1bb5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1cec453f200a1d7a4a4915059f8a82965e6364117dbcee74c6016f542797f7ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:31ea95a99670d709a3b9673576ceffa38159d60c43c412a0373457a9d9f12373_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d9c77396ad8b15c2f2bf3cf4df85fc3143c19f0efd399cd859046750abb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:79b34ae81cfa155a430dc4de7e7d4869b254d143436e5e249dfe66b9474933eb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7b5584cca3f124fdddf0205636521b13cbb984dd80f3dcde48b493b734952d01_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d8f69c58f87dd2a1af826e349bf8d26bb55d274dee9ed7ff410575bab7683043_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ed3291cce65ea18b4ef285fc2fbe947da216d89c57e9c1656ab819a9c24c7a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:4fdab80ac6b49aba9acc4f0b6c1aebc5b1bb8508ae661133e0f3b278c4af6bf1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:5925706c54c9c7239e3858437bcb5389dbc9e615665f4e7f66070ed6c79c89e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e6948c8eb7787e24afacb81105c4b863c1920a5cb4a1eeeba483bd03e376b8ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:eb87b799a0dae5112763d5921ab28cd41274c76edcab3915adee20e790d7a0fd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:46714356f8cc6884840b74c6464459ea18baf5d14deba6056a6924cf484c26d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:8207146544489749fbd91f7574b70a6e367c3ecf2c87e37625d16f7ca9562017_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:88a90021a326fc718e0087b08e0fba0110431ab30e5a005d6ed5a15da0815264_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:a2731f8d0e3ad4c1fb40ebf855f1f22578d8622b6279350ab6325bc97b30f957_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:16f9bad138d85ad053d6b470ba2505ca5781ed93f286fb5a6282c80da83fc989_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:2975bd4f28e01743c1af22a7e5915588d836c5575f5b976d6d6b268b59d83116_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:78021b49bab1974f4e72bd1c225a751db8407ef7b35ae72ee02e7d6974b4d818_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:a3c166b14576715ebeb35649affbc65c63675ecf8afe236764e439ab45818a21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:091ac2bf459eb3d40578953173a532fb808ad437e41c8ef7fe99349cbc2ed32e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8297c205e24498b7f04c4a07cf5fa6db93023b0a9b79c13ff403b9360d74b897_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:841e42a657509f87251e7dd45e7f1c097ec3b0220b4f62200b1a0d4a0f3769b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:264d9151f89aa42b872536f0b7b5d0d68cbcc18c2b486dc6888df734686975a1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d48d11705eaece057ca0373b951adab97ed5871ddc0ea9f66d1561ca267ba681_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d82bc03b30bbc4394320dac3078c0440f3a17dbb0cdaf1eadd405f0ace00e75a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f993dfbc5cf4d14ee33636635b9035ad4d12341ced83b070979b54283f7437e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:85c74a13c76bbd60170be261889633e494ac1d4cb536ae1e87f14c211bd113d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49e872411925cefcb5a5f9aeeea68ed2ba42ae5c5fb20ce7816efd9e706036a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:f8c8573ee8bae5789af3a5d842c352f951215fab4d65dad961c144ba380fb7ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38388bb9f6af7ef68fb75e841ee08a75baf10f1ddc0976873d6b8cd59de38b72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:75bd8e79cbb488c61f44eb096f31b274a83884cc9807f6ebcbf93a356b877011_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8f79aa3aeaaa253020eae0a63e04a1d4304b1196e98f0ac3bfef3d2099bce887_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f32f8112eca2c2fb5dd00341600905ad47783b56281467253cf1808dd323389a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:42a6fb0cdf0d436ed0ade01d7cc8ad86ff8d8b0fd9bdb97310b6df1a51e0de81_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:810d0fde7c34bc015f2bff698528addb5ed4c81461739375b388eecb5af1a011_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:92b92d2172d793889593629917a0e7dc5f10cf66a9d66052f8cd4bc67fc2c5dc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f65de25f1f54547a9c39d00d6a59125f757cbc4fb4835858e146dcb285cacbb2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1b24940451f367deca75eb5fe9700cc7545889368bd3961338010e973079ad15_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:62e390c331abb91a12e5c68f8aaeb1bc5ba993b673abc875b348107f76023f7b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b0fa9f3bacb960622ab57c6103db2bfec914ae57d7f5cbea674b01551d6dfa0b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:efe1cd4ba7a138e35b49161374430dba4af865404ff72b3456bb2c470b8183ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:348ff9b45da401d9608b2e31393cf3da948309ffaf27fe6d47e8d94fa27bf804_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:583d408a3690c635737d2b3d9a747c29868504134ee9470ce03280f2d8c36630_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c0cbab68a8897d6061f12a5fc80951979925301170ea6360908228a1ff411815_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1e7d7474466a81b2c044cc43c3002d18d5542a7ff293dc1e636efd75b894897_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:1d0ea324c372ef3292941b016da083914129a7c5fdafd3bc675ffe24216669dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:2dca55c529e8a92ca4d6bc73de6caf4e5f78ac7c2b3a59f698a5c1e46431af85_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d7d0c5e2b2f58bd4fc6f508af68ed086ff5b78c58f47cb7983e2a0193d29c8d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ed248d87111d51043d2b1979811e5eb5ee9bb423f35505fd048cf62247c5fd2b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:143ec903f468cb71a4879e358ca6440eb172df743476c08fb549dfab8153fc4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:231287dfacce157f45d6a22a60888d97c6d2fd8959c432f1ae41605a65d904b5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:28eb64b3e550b2e510b0fd0c396cd3edfb92ca3e8135e53d578e5fa7f85e4d8a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5cd6c5ea84d39a08dcc71e69cfbf9673b7f8373bab33c4c2e66f460fc8bee3c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:908a6974dd8e95f282b7b81b1878c36372b11229c2c7ae2eced43ec05af0ef42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bb5fa9e0fe9bf235324bb2b019d9b1cd3dc56bf9e5f424bd9834cc1738253e22_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:377271032685c124cd5a88edafa071a9c3c9341557fddd3b6d19845ad5bd36f9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d2661f824ee9bd8eec38c3fa1556a5ac261e32eab076ad66c006797c0b089b23_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e47fd4f7f312988b50599074e58a2a7aa7b3527780955af912c4cae7fe2a99ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f48123b92c3459a3d87114e3b7449c322a604d71c80bfeab72a8db52177fb9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:239a31060cb3e5ab4a563542dfce8ca029ce83b2b5e57875b65056bbdf170924_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:52e702025a2dd9f559c19ac9f8a1b33a552b73eeaf76a0cec2687eada6699af2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5ffb0f5dbbbe8ef477326871b0de13482830bf79ad7ceff219d49163d743bd48_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e644bfd2152c5ee135f01f571f7822483016aff5aa27d602da005271567ad34c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2d07649b5b756ac21588ce9d7fbd305d38f74b616a94e639291f60826e8bf41d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:45ab9e777dab6bcc9df92602fd5a7c79b493fd343e11a519b6b3f57666c1664d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:7b89569f3fb12c1472d4a05f7e4aa065f6a0d766354dd92906e7b378b27dbaa8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:b198033daca23b9f7d535027d0c428ffb7ede21b8a51bcc42cc3b7f957f5a88a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:18deb0775f0a13058c5bbf8c4d75ade0620e8ecd346a34331111f798260b4b23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:19a053db854063e56a075e780da1682642cf7d12cb4ec8a4682d6f135eaf7c04_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9c5084077c33fd73a749faa1a9da3cd9db598673a3429ab8cfdd3f501544d9ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:c9064393540b9ee7247e4fc0ec3abb6a4d252ba43fa3fda13ade3d523dadbf97_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:8a930290c9931f9c14487cf0cf1ccd85e54bd2be0fc0291f97b745aedf281476_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e7a56d683319985b26acf009cf67d57d4608db5686ed7ed780377a2cad0395a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa1c6736c303b26a8f1f0b4ec3ae68fe2c06bc68d7d0057ed01efcc6b4c0ea68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa39bd6afb13ffa911ca473987a2d90d66c66305fc6a6a06406b82528c4cc9f3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0308cd0468a71f7258cadc9f1eaeebee8481089ea67a3887f2019935f2891203_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4addd676d9d236786ad18a72986082163b8e1b77327cafa7488617f80ef0f81b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:70c2df611729eb9f86fb2e12821d610a9305d1d71b7c5d55ec7d21cf69eb416f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1ff5147c352878db92fedc79225042cc0e68d5c78681689af8644489e41d4476_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:344a255c424181b05639181c339d645be41487744bbc77844b03ae2f20bc3e3c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:a9f7b39c4b22bed3e8c23ca2353fe1f6750fb4a77ef9d33b5d34ed3abf8a8d4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:13b962ba5abd3ef60ab5b442c808e37382c99131d47ad1b6fb0b8455e38ebc29_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:1ec3a620c287de6ee2c183a5cc85d81198bbd3732ba46777eaa02b1bdc126075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b7825e13fbb7fd97b5b2188c995b23170fa5eab8f198d735544be4ba9de3a600_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b07a8a1cd38bd4270f5a4889ad003e4abe5817f689064c147ff29abe707dafe9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:bce13fda78c24d1e8797dbeb3cd706feb242798354c6ce97c774229487c925b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c09e3bbdadbe2a828d871b103fe96fe95732fbe04973dd0c0c70af16b361f686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:7e19b3fe08f2e3afd00c5ded98b2999cbbdb5024d5a91d2e1fccb4d18b0b1d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bd59bb4ba9fbf60fc7e97d6d596b0ae587b6988378a9295923ff44ff37676007_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e64cf373bcf9e37ae2827c8c17b8d82a9307e3fe9b8f32a61e44d08842c109b3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:5b588158a2ba2a748f4d020d1998f5e1906af436ecf55dc1a070f59929340579_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7da9b0d48fda1cfcc41b8810200fb98142421f82910b0ae81e6b88eea3a8227f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f92317d09cb6a2e35b9f30517bfca4a9e59ff7f26a1d0d890dd7af69b46c6701_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2299e52ee0dd278c9a06f2a5cdbcd34bae25134a022d71a98cb5b55ebea9196e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:48dcfdbad52661cc66e78ac40755972a47baa62bf1f3758ddbc32e5cf84c85b6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4ec8e4f3493ff3a7db2b7912e14a8a57da726c138b1cc64d6f58a761cbf0495b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9287f7763ba06037472b0e01d82ababd2094f94d4233bbabd21972bfe9f4613_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:017daeb53af5fd1997106dbb3eb7c2f213f2b2373dbd6bf93e64573f2d7f0bd5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3959c5c6d6341d04eb190bc97fb7c6f57c8cc5f48b341967baed0b3a2db55c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:de89fffe776715f72e270d5cb4f96c8a09e3beb30b7bc68b82b0e882e489a11e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f559d2dcaf83183a3c1b051615c122cdaf66dda535887a762c0028bc3534bbfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:93e34ab51f79417cb36eb48e135f22b8c4e52dd64b6a1935d05cc58e43503163_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9ddf7f22f8645b9e08e98b32793fdad15a2486e51ace7f91a048e9d6a8baac2d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf4980b1ce7598c7b11423eb6e7fc96aa660154e0fdb0b61efc8422aac5acdc0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:44c5e43244d72b5c815137f82d36ad61d2ae91cdeda9664728f99d62272d9afd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:bc104f15becaa2ebb1f48c1bbab044d9734c3bccca7da1cf51cfb348048e3aa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f856ba057bc1d4af2ca2a5fcd5c85ea8b4ed2746b6810b40131d745fc1abdbf1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:389f66df4c94833b678a6125b639a71ac5224d0aea660a8e1b09da1642212b56_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:526562985eca24dd24aef4bc594e3fd4cd0f1251679c1c5a58028c7bf5ef70e3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:abc42265a96b6ec9245da91b62571b68b7daa0a59dc891d5f6c3ab31b30ce9cd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:caf6ba5b2de7096b87f6d0bf9876791e9fc22835898634133cc984b3cfcbce89_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:22443413894b8202cc13349a7039bc0d303fefe7c2a752bdfbd26b5e6c285b6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:36061d16a4211f444c84c4239942de5204f1654703040a431cef361ee49ef985_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8562201db29012ed85e9fefaca5bc282454a6f748251ee602ee62bd42de86f0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:98b13c6f331a411be5ccc3b15e23376b97ceca931e28d826f103ca6fb869f597_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:0ab84f3af21c0f4a9377011d086e9bcca8fcada8fe10876a0f2e0709c05eb836_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1c34a2d511cb011d4a2d68882e813f00bddf7b440ef76110f65511d629c09651_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:63934f421a8c4e798384196b0eb5e03e16392b5a951be5e1febe9ce254846314_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d8d4218960a9f0eaaf673ae8ac6ba1e2fffb8b91a76beb2e78cb5d5d04dd34ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:388c932a488fd665b1687c3f27fd32fe4e623d54cf10ee269c6617863d81f7f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7e04c52aa14d9f65e71c11ef6a46f366c0825080364299299f9cb15363fbada3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:96728e5dde6e4ef336cfe343db9327accc466201be2161029fb772b718ccf867_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb23ee7f27e297d2ab0b6c308e49a1e60e409ed223193bc95553d00897f733e6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1a1dd88c6bff209788c45467d1e94998ba2bd6fa181d570389ee120eb867db5c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1b08bf1976b5e5abd1489f9a9f3197c48551f78dfbf4298797aef9e963c0cc2d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:65da29ddee348a377d4058862795ed742f3a9579a702604d6f03ac507d277516_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:70888930960f555c3306dd3ca50c54191784e66dd10073f775f468e5b30aa427_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:32e4cc3a06048b9548ba77856624294e2e52cfb46118da8330b09cdd7551b9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3dde89c7fe9ffa2a691bd425dc32dd3b2ed0096ebabedfe8b7cd7d58a35c3818_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:447deed2bfa2d9474405115716f44905c5cb65d95a7f299c7ce496cb4a3c7579_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:65b21face4ebf60f2eeb98086e9da2298fa4faac44867c0a7a42deb009afa4b5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0ce089ab0fb0bbbb84fea9d220be86745f97102eb113a14745b7954f4dfc245e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8fa704dfc3118fdbcf03bedf96562e6152b30478e488a098544dc0adbed91972_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:adc1fbccf632ddce33e2d829379c5ac82a267554de0880b2a6674342ba330b84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:e41112ff6804d058a9991c91dee8cefbbe7c645e710d218112c1aae786a9f0f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:a9120d1bb4fe279e75faed47175e108596253ff087e6808e1a859b06b4425b8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b61aa3822f67a02369223fd1d1b4209976c6de08be3c96ac934847b13261172b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1eb7a176f8dbc1e290117c0a7fd74ae20861dcfde8a51e61dc5e03261744e4fb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a1416bd6599c18bdb506edc961a534011101052ed23d5f59f0068c45f1712e5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:97b4c4df47a44b36b0579f703030fb847d3fca865c119051e5382b90dbc766ef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b9a0de0cc45fc939008e7e2ff3a440972318f450c7dd1af6ace25830d7848a19_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:353af11d77cdbeb64bc4e7cf2f46a7726d27bb78409b86eae3f72292dd9d77da_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:c6ab036b18b656f8e6f95167a22a76f248375f1ea5e4c1acbfd6011e66956268_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d6ff5160b018f8c7d55a088604a994651ca5442516254b04046916162bac789a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:3d243dd53c5cc2c089bf7f147f29279b3b9debbcc64550b2c393cdf4b2b36658_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:78647e9c9269c23f5f62f0b55ae5e9b2e2f0921537a8ffe7e137611ffc0fe5a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:dac97af80e70c1d8aa3097edc79443cd64c38d4cf3f20c24958f5cf80359b115_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f3f1be56a4b91dbe6858bbbad543efa1d9ee1ac2f837ed7aba37e68745b61d42_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1be6417d3657c68da03cdc4a3a5a616c89d92db5a9bbb4e193fd8be130207e72_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ff2553de0552ff09e148e61fd425fa68b3cfb1a62e948df5ea55b0a5ce7a8a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:b4fe32cdfd1f9e73fcac18b48c5024103c87432d9d806d916357800ed9762f58_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cd416b22a2167f25c7bc898e22bd96af554a92047b53b1e2b4dc633e2c630e97_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4b6bbc72488a733565151a13ab0de1e8f7f21f30b96f02280f75b55dc50e0083_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:754a8c458ae2c4a6a1b0be118a635e288eab5c79b0ae673785e615bb7dad64b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:db05ed1fa5d575313039992bcdfad3e92595ca8a7adc8a61bc1f8ce672727df5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f04aadc9f4248e3194681bd01d985fdfca7daf1f612681789cb00ae84fe29ec6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0460c30f1429c8d3db3b68c0a926e024a949d3c62d678f094781e6c8d1158b34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a9562f7375503d41681691137ae875ee46bd264923e06a6c62b505548a137642_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ac9ddd27dfe9fa20e8cb7f18e1414c045dc386c3b35157993edfce1b493c7398_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:ee8592c0142a534fcf798de05609790a5ae9529555855297e2ddb7e62ca3538a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6aa3efa1c67b652a655a32be6c345abca0b9f79809ac475e4ae0942452bc507f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8c55246750813e84bd1eb43036b307b4f75d7ad3bfb9079f65ff270de57de483_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:b8eaa26bf5c5e75e801883773b2736f26aac438bc4d525414cd2fc678c66ab5c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:f53dda4ff845aaf64b904306d34d013c711d88c3554b18dec126e193b7c4bc58_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3a363154d2c808b7cd0d824322d94344caf0ca1b974331b45b6f14ab5a96e770_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:48ace207b0a1c7fe1d32e6acd56f446969e7f3fe26ae234bd7742c968fa40f76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bc2411c1c769b21f969027fc4dfa77d615e73991fff4e73767c69cb4eb6d84b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eb3f6f0fd76cafab4a64d0cf0f4ea138b77ae63b29762f061fe70827f3f67af7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:58d1715b335117fac0293de42394bbe6aeca52065fd1a5ac56cbeebcee309afa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c855159dfb0d3b4cdecf174aa7b0cfcac172c1ea1c337f1365052f92de0c17b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dc8d10ac2f4d534bf20f0d4885d7b1a109c2b7c8d0675655907e50f68fb34fc6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f2e5ed69b5bd0002e65d62cbbde96b9ae4a2e3b3048bfcfc43cf2d9e0acfc105_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:390b88f80b1bb48e8248fa28e858e5d273ea49eadc3c2cedae1c276d3f9a80eb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3c3e9a86f9cbf4cb94086877cb6a1ec66a9fefab25a421366a3f5c4e8eb0fd6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4564b1bd8b1771391a50c9f4b63062874b4f7550e4e888a28d8870c87ce34595_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5d0ac2e3380a9aa6b0a5215b50ccc0438c62c46abde0b51d3e183fc8efb67838_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:153a98517ed242aa248e58b09ed87f1bab0fa3929ca0030bc92031dad71d67a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:184ed3666a6ee696943e619c8c9f9f1fdaaa36df0722cc809e895d30276600c9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:2c40ab50c9be795ee57706a906054fd983c72180d5dd58bcf456bd832ab5647f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:46c113915eeba37eaec95faaf4ff2410ed4c2e29b92d1b14a81c07ed4f1308a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:195ec6ccb0f0f3c1597aef74d60bfeed49f0be94acaaf00d8c410a6ad68d1bb5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1cec453f200a1d7a4a4915059f8a82965e6364117dbcee74c6016f542797f7ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:31ea95a99670d709a3b9673576ceffa38159d60c43c412a0373457a9d9f12373_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d9c77396ad8b15c2f2bf3cf4df85fc3143c19f0efd399cd859046750abb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:79b34ae81cfa155a430dc4de7e7d4869b254d143436e5e249dfe66b9474933eb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7b5584cca3f124fdddf0205636521b13cbb984dd80f3dcde48b493b734952d01_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d8f69c58f87dd2a1af826e349bf8d26bb55d274dee9ed7ff410575bab7683043_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ed3291cce65ea18b4ef285fc2fbe947da216d89c57e9c1656ab819a9c24c7a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:4fdab80ac6b49aba9acc4f0b6c1aebc5b1bb8508ae661133e0f3b278c4af6bf1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:5925706c54c9c7239e3858437bcb5389dbc9e615665f4e7f66070ed6c79c89e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e6948c8eb7787e24afacb81105c4b863c1920a5cb4a1eeeba483bd03e376b8ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:eb87b799a0dae5112763d5921ab28cd41274c76edcab3915adee20e790d7a0fd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:46714356f8cc6884840b74c6464459ea18baf5d14deba6056a6924cf484c26d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:8207146544489749fbd91f7574b70a6e367c3ecf2c87e37625d16f7ca9562017_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:88a90021a326fc718e0087b08e0fba0110431ab30e5a005d6ed5a15da0815264_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:a2731f8d0e3ad4c1fb40ebf855f1f22578d8622b6279350ab6325bc97b30f957_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:16f9bad138d85ad053d6b470ba2505ca5781ed93f286fb5a6282c80da83fc989_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:2975bd4f28e01743c1af22a7e5915588d836c5575f5b976d6d6b268b59d83116_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:78021b49bab1974f4e72bd1c225a751db8407ef7b35ae72ee02e7d6974b4d818_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:a3c166b14576715ebeb35649affbc65c63675ecf8afe236764e439ab45818a21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:091ac2bf459eb3d40578953173a532fb808ad437e41c8ef7fe99349cbc2ed32e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8297c205e24498b7f04c4a07cf5fa6db93023b0a9b79c13ff403b9360d74b897_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:841e42a657509f87251e7dd45e7f1c097ec3b0220b4f62200b1a0d4a0f3769b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:264d9151f89aa42b872536f0b7b5d0d68cbcc18c2b486dc6888df734686975a1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d48d11705eaece057ca0373b951adab97ed5871ddc0ea9f66d1561ca267ba681_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d82bc03b30bbc4394320dac3078c0440f3a17dbb0cdaf1eadd405f0ace00e75a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f993dfbc5cf4d14ee33636635b9035ad4d12341ced83b070979b54283f7437e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:85c74a13c76bbd60170be261889633e494ac1d4cb536ae1e87f14c211bd113d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49e872411925cefcb5a5f9aeeea68ed2ba42ae5c5fb20ce7816efd9e706036a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:f8c8573ee8bae5789af3a5d842c352f951215fab4d65dad961c144ba380fb7ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:38388bb9f6af7ef68fb75e841ee08a75baf10f1ddc0976873d6b8cd59de38b72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:75bd8e79cbb488c61f44eb096f31b274a83884cc9807f6ebcbf93a356b877011_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8f79aa3aeaaa253020eae0a63e04a1d4304b1196e98f0ac3bfef3d2099bce887_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f32f8112eca2c2fb5dd00341600905ad47783b56281467253cf1808dd323389a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:42a6fb0cdf0d436ed0ade01d7cc8ad86ff8d8b0fd9bdb97310b6df1a51e0de81_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:810d0fde7c34bc015f2bff698528addb5ed4c81461739375b388eecb5af1a011_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:92b92d2172d793889593629917a0e7dc5f10cf66a9d66052f8cd4bc67fc2c5dc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f65de25f1f54547a9c39d00d6a59125f757cbc4fb4835858e146dcb285cacbb2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1b24940451f367deca75eb5fe9700cc7545889368bd3961338010e973079ad15_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:62e390c331abb91a12e5c68f8aaeb1bc5ba993b673abc875b348107f76023f7b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b0fa9f3bacb960622ab57c6103db2bfec914ae57d7f5cbea674b01551d6dfa0b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:efe1cd4ba7a138e35b49161374430dba4af865404ff72b3456bb2c470b8183ec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:348ff9b45da401d9608b2e31393cf3da948309ffaf27fe6d47e8d94fa27bf804_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:583d408a3690c635737d2b3d9a747c29868504134ee9470ce03280f2d8c36630_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c0cbab68a8897d6061f12a5fc80951979925301170ea6360908228a1ff411815_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:f1e7d7474466a81b2c044cc43c3002d18d5542a7ff293dc1e636efd75b894897_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:1d0ea324c372ef3292941b016da083914129a7c5fdafd3bc675ffe24216669dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:2dca55c529e8a92ca4d6bc73de6caf4e5f78ac7c2b3a59f698a5c1e46431af85_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d7d0c5e2b2f58bd4fc6f508af68ed086ff5b78c58f47cb7983e2a0193d29c8d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ed248d87111d51043d2b1979811e5eb5ee9bb423f35505fd048cf62247c5fd2b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:143ec903f468cb71a4879e358ca6440eb172df743476c08fb549dfab8153fc4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:231287dfacce157f45d6a22a60888d97c6d2fd8959c432f1ae41605a65d904b5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:28eb64b3e550b2e510b0fd0c396cd3edfb92ca3e8135e53d578e5fa7f85e4d8a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5cd6c5ea84d39a08dcc71e69cfbf9673b7f8373bab33c4c2e66f460fc8bee3c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:908a6974dd8e95f282b7b81b1878c36372b11229c2c7ae2eced43ec05af0ef42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:bb5fa9e0fe9bf235324bb2b019d9b1cd3dc56bf9e5f424bd9834cc1738253e22_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:377271032685c124cd5a88edafa071a9c3c9341557fddd3b6d19845ad5bd36f9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d2661f824ee9bd8eec38c3fa1556a5ac261e32eab076ad66c006797c0b089b23_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e47fd4f7f312988b50599074e58a2a7aa7b3527780955af912c4cae7fe2a99ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:f48123b92c3459a3d87114e3b7449c322a604d71c80bfeab72a8db52177fb9c3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:239a31060cb3e5ab4a563542dfce8ca029ce83b2b5e57875b65056bbdf170924_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:52e702025a2dd9f559c19ac9f8a1b33a552b73eeaf76a0cec2687eada6699af2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5ffb0f5dbbbe8ef477326871b0de13482830bf79ad7ceff219d49163d743bd48_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e644bfd2152c5ee135f01f571f7822483016aff5aa27d602da005271567ad34c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2d07649b5b756ac21588ce9d7fbd305d38f74b616a94e639291f60826e8bf41d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:45ab9e777dab6bcc9df92602fd5a7c79b493fd343e11a519b6b3f57666c1664d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:7b89569f3fb12c1472d4a05f7e4aa065f6a0d766354dd92906e7b378b27dbaa8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:b198033daca23b9f7d535027d0c428ffb7ede21b8a51bcc42cc3b7f957f5a88a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:18deb0775f0a13058c5bbf8c4d75ade0620e8ecd346a34331111f798260b4b23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:19a053db854063e56a075e780da1682642cf7d12cb4ec8a4682d6f135eaf7c04_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9c5084077c33fd73a749faa1a9da3cd9db598673a3429ab8cfdd3f501544d9ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:c9064393540b9ee7247e4fc0ec3abb6a4d252ba43fa3fda13ade3d523dadbf97_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:8a930290c9931f9c14487cf0cf1ccd85e54bd2be0fc0291f97b745aedf281476_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e7a56d683319985b26acf009cf67d57d4608db5686ed7ed780377a2cad0395a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa1c6736c303b26a8f1f0b4ec3ae68fe2c06bc68d7d0057ed01efcc6b4c0ea68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:fa39bd6afb13ffa911ca473987a2d90d66c66305fc6a6a06406b82528c4cc9f3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0308cd0468a71f7258cadc9f1eaeebee8481089ea67a3887f2019935f2891203_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4addd676d9d236786ad18a72986082163b8e1b77327cafa7488617f80ef0f81b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:70c2df611729eb9f86fb2e12821d610a9305d1d71b7c5d55ec7d21cf69eb416f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1ff5147c352878db92fedc79225042cc0e68d5c78681689af8644489e41d4476_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:344a255c424181b05639181c339d645be41487744bbc77844b03ae2f20bc3e3c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:a9f7b39c4b22bed3e8c23ca2353fe1f6750fb4a77ef9d33b5d34ed3abf8a8d4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:13b962ba5abd3ef60ab5b442c808e37382c99131d47ad1b6fb0b8455e38ebc29_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:1ec3a620c287de6ee2c183a5cc85d81198bbd3732ba46777eaa02b1bdc126075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:b7825e13fbb7fd97b5b2188c995b23170fa5eab8f198d735544be4ba9de3a600_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b07a8a1cd38bd4270f5a4889ad003e4abe5817f689064c147ff29abe707dafe9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:bce13fda78c24d1e8797dbeb3cd706feb242798354c6ce97c774229487c925b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:c09e3bbdadbe2a828d871b103fe96fe95732fbe04973dd0c0c70af16b361f686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:7e19b3fe08f2e3afd00c5ded98b2999cbbdb5024d5a91d2e1fccb4d18b0b1d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bd59bb4ba9fbf60fc7e97d6d596b0ae587b6988378a9295923ff44ff37676007_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e64cf373bcf9e37ae2827c8c17b8d82a9307e3fe9b8f32a61e44d08842c109b3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:5b588158a2ba2a748f4d020d1998f5e1906af436ecf55dc1a070f59929340579_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7da9b0d48fda1cfcc41b8810200fb98142421f82910b0ae81e6b88eea3a8227f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f92317d09cb6a2e35b9f30517bfca4a9e59ff7f26a1d0d890dd7af69b46c6701_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2299e52ee0dd278c9a06f2a5cdbcd34bae25134a022d71a98cb5b55ebea9196e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:48dcfdbad52661cc66e78ac40755972a47baa62bf1f3758ddbc32e5cf84c85b6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4ec8e4f3493ff3a7db2b7912e14a8a57da726c138b1cc64d6f58a761cbf0495b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9287f7763ba06037472b0e01d82ababd2094f94d4233bbabd21972bfe9f4613_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:017daeb53af5fd1997106dbb3eb7c2f213f2b2373dbd6bf93e64573f2d7f0bd5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:3959c5c6d6341d04eb190bc97fb7c6f57c8cc5f48b341967baed0b3a2db55c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:de89fffe776715f72e270d5cb4f96c8a09e3beb30b7bc68b82b0e882e489a11e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f559d2dcaf83183a3c1b051615c122cdaf66dda535887a762c0028bc3534bbfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:93e34ab51f79417cb36eb48e135f22b8c4e52dd64b6a1935d05cc58e43503163_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9ddf7f22f8645b9e08e98b32793fdad15a2486e51ace7f91a048e9d6a8baac2d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:cf4980b1ce7598c7b11423eb6e7fc96aa660154e0fdb0b61efc8422aac5acdc0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:44c5e43244d72b5c815137f82d36ad61d2ae91cdeda9664728f99d62272d9afd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:bc104f15becaa2ebb1f48c1bbab044d9734c3bccca7da1cf51cfb348048e3aa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f856ba057bc1d4af2ca2a5fcd5c85ea8b4ed2746b6810b40131d745fc1abdbf1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:04a0ed2115392c07aa88ba22c9cf1484b2c3ced8025758e41acd981499df31cd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:36d8e94865b032a1d5d27b1180836c834fa936e907ac363df74f370d3c39eaf2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:775db62f0289a3b9528da6d68d9c4909dd80eb9487c197136195f5c0f26438ae_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
}
]
}
RHSA-2026:25187
Vulnerability from csaf_redhat - Published: 2026-06-16 12:19 - Updated: 2026-06-27 13:50A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_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:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_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:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_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:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_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:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_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:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_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:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_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:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_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:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_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:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_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:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_amd64 | — |
Workaround
|
A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_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:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_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:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_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:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_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:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_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:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_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:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_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:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_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:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_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:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_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:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_amd64 | — |
Workaround
|
A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64 | — |
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:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_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:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_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:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_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:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_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:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_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:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_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:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_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:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_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:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_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:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_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.21.20 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.20. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:25185\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/",
"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:25187",
"url": "https://access.redhat.com/errata/RHSA-2026:25187"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34986",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"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_25187.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.21.20 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-27T13:50:14+00:00",
"generator": {
"date": "2026-06-27T13:50:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:25187",
"initial_release_date": "2026-06-16T12:19:48+00:00",
"revision_history": [
{
"date": "2026-06-16T12:19:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-16T12:21:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T13:50:14+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:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-ui-rhel9@sha256%3Aa0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9\u0026tag=1781078461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Aa9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1780976406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1780975107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1780974388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3Aa4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9\u0026tag=1780973889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9\u0026tag=1780973046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1780978847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1780973171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ad022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1780974759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Aa362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1780975201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1780974302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1780975885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1780973735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Aa149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1780975917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Ae538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1780975724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ade2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1780984729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1780973669"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Ad397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1780984151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1780976852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1780977829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3Adc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9\u0026tag=1780973416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator\u0026tag=1780972964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9\u0026tag=1780972993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9\u0026tag=1780983917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1780974497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1780974351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1780972995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1780978302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Ab375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1780973949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1780984130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1780976039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1780984248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Aa977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1780975205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1780974977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ae2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1780974618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Aa284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=1781034963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=1780973161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Adaa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=1781093321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3Ad820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=1780973034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1780973075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1780974516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Ad69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1780972981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1780977231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1781078331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1780973308"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Af20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1780978594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1780973445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1781086688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1781023907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1780984236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1780973230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1780973079"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ab6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1781078468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Aad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1780975173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1780974488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1780975220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1780976000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1780973727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1780984269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1780976460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1781087328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Ae0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1780983755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ae6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1780984098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Aec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1780976777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Acafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1780975900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1780975884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1780984740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1780978165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Addb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1780978758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1780978233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1780974027"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1780978413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3Ad6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9\u0026tag=1780973080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9\u0026tag=1780973251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3Addc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9\u0026tag=1780973045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Ae03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator\u0026tag=1780973015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9\u0026tag=1780973018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9\u0026tag=1781034977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9\u0026tag=1781034925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9\u0026tag=1780973217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3Ab692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9\u0026tag=1780973044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator\u0026tag=1780973062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Aec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1780976604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9\u0026tag=1780972999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1780973967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1780989031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1780981036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ad40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1780982754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1780973015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1780984243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Ac0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1780980432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1780975871"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Ac767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1780973645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1780973559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Aa14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1780974065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1780974883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1780977653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1780972956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1780996760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Abbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1780978214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1780976006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Af6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1780984461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1780976850"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1780975737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ae6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1780984188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1780973769"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1780972940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1780972909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1780984701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1780972913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1780978030"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1780974248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1780972898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Aedc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1780973755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1780996789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1780974490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1780974615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1780974315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Aec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1780982093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1780973145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=1780973458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=1780973497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Af3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=1780973541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Af132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=1780973453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Aba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9\u0026tag=1780973620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ac7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=1780973511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator\u0026tag=1780972986"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=1780985096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9\u0026tag=1780974393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel9\u0026tag=1780973028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1780996750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1780975839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1780974641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ace7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1780986534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1780981280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Accb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1780973148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1780972882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Af0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1780975158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1780972964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Ad0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1780975789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9\u0026tag=1780972996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=1780973066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Ade930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=1780973459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1780973077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Aa4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1781093272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Adddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1780996767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Ac703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1780976258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1780973504"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ae4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1780984290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Adc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1780974775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1780975393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Ada0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1780976643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ae043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1781094759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3Afaa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9\u0026tag=1780972915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3A92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9\u0026tag=1780972921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1780982931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Afe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1780984854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1780975932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Ad4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1780979102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Afb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1780974810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ab24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1780976491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1780975252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Aeeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1780975646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Abd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1780976342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ad3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1780984972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3Ab50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9\u0026tag=1780972973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator\u0026tag=1780972918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9\u0026tag=1780972947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=1780973445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Aee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1780978039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1780975717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1781093267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3Af087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9\u0026tag=1780972930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3Af087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9\u0026tag=1780972930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator\u0026tag=1780972904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator\u0026tag=1780972904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3Ac850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9\u0026tag=1780972888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9\u0026tag=1780972998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Afdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1780976429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1780973203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1780975033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1780973436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1780975904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1780972878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1780976901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9\u0026tag=1780972920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_amd64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3Ad5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/volume-data-source-validator-rhel9\u0026tag=1780972901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3Af1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9\u0026tag=1780972919"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Af83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1780976406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1780975107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1780974388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9\u0026tag=1780973889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9\u0026tag=1780973046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Acea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1780978847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1780973171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Aea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1780974759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1780975201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1780974302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1780975885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Adb5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1780973735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Aa1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1780975917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1780975724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ad58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1780984729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1780973669"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1780984151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Aa9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1780976852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1780977829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9\u0026tag=1780983917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1780974497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Ac8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1780974351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1780972995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1780978302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Aea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1780973949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1780984130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1780976039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Afd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1780984248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Aa0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1780975205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Abef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1780974977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Aceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1780974618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Ac522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=1781034963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=1780973161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=1781093321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=1780973034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Aa633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1780973075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1780974516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Aa3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1780972981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1780977231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1781078331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1780973308"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1780978594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Aafb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1780973445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1781086688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Ae796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1781023907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ac0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1780984236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1780973230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1780973079"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1781078468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1780975173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1780974488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1780975220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1780976000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1780973727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1780984269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1780976460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1781087328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Aa9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1780983755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1780984098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1780976777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1780975900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1780975884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Aa8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1780984740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Acb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1780978165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1780978758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Ac726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1780978233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Afac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1780974027"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1780978413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9\u0026tag=1780973080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9\u0026tag=1780973251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9\u0026tag=1780973045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator\u0026tag=1780973015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9\u0026tag=1780973018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3Aea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9\u0026tag=1781034977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3Aa5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9\u0026tag=1781034925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9\u0026tag=1780973217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9\u0026tag=1780973044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator\u0026tag=1780973062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1780976604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9\u0026tag=1780972999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1780973967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1780989031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Ae4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1780981036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1780982754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1780973015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1780984243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1780980432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1780975871"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Ac9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1780973645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Aa75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1780973559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1780974065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Aa1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1780974883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Aafe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1780977653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Aad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1780972956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Aa2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1780996760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Aca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1780978214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1780976006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Adff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1780984461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Af7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1780976850"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1780975737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1780984188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1780973769"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ab08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1780972940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1780972909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1780984701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1780972913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1780978030"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1780974248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Ac7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1780972898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1780973755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1780996789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1780974490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Ab4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1780974615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Add05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1780974315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1780982093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1780973145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=1780973458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=1780973497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=1780973541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=1780973453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel9\u0026tag=1780973028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1780996750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1780975839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Aad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1780974641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Afe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1780986534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1780981280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1780973148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1780972882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1780975158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1780972964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1780975789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9\u0026tag=1780972996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=1780973066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Abca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=1780973459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Abc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1780973077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Ad4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1781093272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1780996767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1780976258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Af14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1780973504"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ad071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1780984290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1780974775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Ad74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1780975393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Ab51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1780976643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1781094759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1780982931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1780984854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1780975932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1780979102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1780974810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Aa8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1780976491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1780975252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Afffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1780975646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Ab292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1780976342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ae860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1780984972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1780978039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1780975717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1781093267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Abf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1780976429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Ab6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1780973203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1780975033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1780973436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1780975904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1780972878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Aee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1780976901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/volume-data-source-validator-rhel9\u0026tag=1780972901"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Afc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1780976406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1780975107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Afe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1780974388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1780978847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1780973171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ab0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1780974759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1780975201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1780974302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1780975885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Af5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1780973735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1780975917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1780975724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ad5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1780984729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Aafb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1780973669"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Ade8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1780984151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Ae46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1780976852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1780977829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3Acaee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9\u0026tag=1780983917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1780974497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Ae0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1780974351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1780972995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1780978302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1780973949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1780984130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Ae837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1780976039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1780984248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1780975205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Accb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1780974977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1780974618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1780973075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1780974516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1780972981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Ab75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1780977231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1781078331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1780973308"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1780978594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1780973445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Ac06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1781086688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Af6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1781023907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ac741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1780984236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Aca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1780973230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1780973079"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1781078468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ac284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1780975173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Acdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1780974488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Aa7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1780975220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1780976000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1780973727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1780984269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1780976460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Adae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1781087328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1780983755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Adc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1780984098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Aebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1780976777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1780975900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Aa324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1780975884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Ab83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1780984740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Aedc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1780989031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Ac90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1780978165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Ab165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1780978758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Ad16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1780978233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Ae807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1780974027"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Aa482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1780978413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1780976604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1780973967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1780981036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1780982754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Ae02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1780973015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Ab5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1780984243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1780980432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Acb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1780975871"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Aafe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1780973645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1780973559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Ae59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1780974065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Ae67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1780974883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1780977653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1780972956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1780996760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1780978214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Afbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1780976006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Ac6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1780984461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ab0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1780976850"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1780975737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1780984188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1780973769"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ac4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1780972940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1780972909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ac32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1780984701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1780972913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1780978030"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1780974248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Adabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1780972898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1780973755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1780996789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1780974490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Afae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1780974615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1780974315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Aeb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1780982093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1780973145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9\u0026tag=1780973620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=1780973511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator\u0026tag=1780972986"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ae27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=1780985096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9\u0026tag=1780974393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1780996750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Ad29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1780975839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1780974641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1780986534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1780981280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1780973148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1780972882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1780975158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1780972964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1780975789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1780973077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1781093272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1780996767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1780976258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1780973504"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1780984290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1780974775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1780975393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1780976643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1781094759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Ab8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1780982931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1780984854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1780975932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1780979102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1780974810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Af716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1780976491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aaab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1780975252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1780975646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1780976342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ada2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1780984972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1780978039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Aa536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1780975717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1781093267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1780976429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1780973203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1780975033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1780973436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1780975904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Ac347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1780972878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Ab537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1780976901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/volume-data-source-validator-rhel9\u0026tag=1780972901"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1780976406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1780975107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Aef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1780974388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1780978847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1780973171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ad9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1780974759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1780975201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Ae632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1780974302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1780975885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Afa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1780973735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Af976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1780975917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Acf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1780975724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Adb38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1780984729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1780973669"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1780984151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1780976852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Af8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1780977829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3Acd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9\u0026tag=1780973416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3Ade75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator\u0026tag=1780972964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9\u0026tag=1780972993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3Ad97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9\u0026tag=1780983917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1780974497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Adc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1780974351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Af5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1780972995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1780978302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1780973949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1780984130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1780976039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Ae2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1780984248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1780975205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1780974977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1780974618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ab77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1780973075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1780974516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1780972981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1780977231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Af0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1781078331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Ad299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1780973308"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Af9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1780978594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1780973445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1781086688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1781023907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1780984236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1780973230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1780973079"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1781078468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Af80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1780975173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1780974488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1780975220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1780976000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1780973727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Acce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1780984269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1780976460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1781087328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1780983755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1780984098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1780976777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Aabf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1780975900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Aeb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1780975884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Aacacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1780984740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Aec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1780978165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1780978758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1780978233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Af4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1780974027"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1780978413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1780976604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ad90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1780973967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1780989031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1780981036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1780982754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Ad7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1780973015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Ab6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1780984243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1780980432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1780975871"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1780973645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1780973559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1780974065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1780974883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1780977653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Acb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1780972956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1780996760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1780978214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1780976006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1780984461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1780976850"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Ac71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1780975737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1780984188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1780973769"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1780972940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ade89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1780972909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ae1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1780984701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Acd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1780972913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1780978030"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1780974248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1780972898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1780973755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Ac4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1780996789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Afb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1780974490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Af3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1780974615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1780974315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Af07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1780982093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1780973145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Ac0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=1780973458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=1780973497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=1780973541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Aa6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=1780973453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=1780985096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Aaece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1780996750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1780975839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1780974641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1780986534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1780981280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1780973148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1780972882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Afbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1780975158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1780972964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Aa70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1780975789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Addc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=1780973459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Af8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1780973077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1781093272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1780996767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1780976258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Acb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1780973504"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1780984290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1780974775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Aeec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1780975393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1780976643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1781094759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1780982931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1780984854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1780975932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Ac35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1780979102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1780974810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1780976491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1780975252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1780975646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1780976342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1780984972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9\u0026tag=1780972973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Ac3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator\u0026tag=1780972918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9\u0026tag=1780972947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=1780973445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1780978039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1780975717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1781093267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Aaa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1780976429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1780973203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1780975033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Ae04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1780973436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1780975904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1780972878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Ae1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1780976901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/volume-data-source-validator-rhel9\u0026tag=1780972901"
}
}
}
],
"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:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_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:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_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:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_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:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_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-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_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:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_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:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_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:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_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:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_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:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_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:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_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:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_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-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_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:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_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:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_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:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_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:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_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:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_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-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_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:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_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:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_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:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_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:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_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:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_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:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_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:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_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:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_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:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_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:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_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:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_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:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_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:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_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:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_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:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_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:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_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:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_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:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_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:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_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:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_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:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_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:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_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:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64",
"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:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_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:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_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:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_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:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_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:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_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:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_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:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_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:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_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:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_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:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_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:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_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:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_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:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_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:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_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:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_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:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_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:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_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:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_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:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_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:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_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:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_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:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_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:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_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:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64",
"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:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_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:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_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:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_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:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_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:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_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:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_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:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_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:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_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-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_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:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_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:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_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:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_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:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_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:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_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:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_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:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_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:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_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:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_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:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_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:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_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-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_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:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_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:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_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:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le",
"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:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_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:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_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:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_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:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_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:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_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:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_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:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_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:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_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:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_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:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x",
"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:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_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:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_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:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_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:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_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:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_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:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_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:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_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:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_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:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_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:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le",
"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:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_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:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_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:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_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:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_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:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_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:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_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:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_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:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_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:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_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:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_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:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_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:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_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:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_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:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64",
"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:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_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:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_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:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_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:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64",
"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:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_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:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_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:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_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:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_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:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_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:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_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:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_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:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_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:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_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:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_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:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_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:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_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:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_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:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_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:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_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:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_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:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_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:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_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:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_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:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_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:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_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:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_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:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_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:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_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:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_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:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_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:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_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:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_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:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_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:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_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:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_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:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_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:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_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:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_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:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_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:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_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:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_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:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_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:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_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:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_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:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_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:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_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:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_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:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_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:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_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:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_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:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_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:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_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-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_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:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_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:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_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:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_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:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_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:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_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:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_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:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_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:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_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:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_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:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_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:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_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:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_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:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_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:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_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:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_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:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_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:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_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:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_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:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_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:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_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:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_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:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_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:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_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:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_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:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_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:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_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:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_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:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_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:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_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:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_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:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_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:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_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:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_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-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_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:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_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:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_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:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_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:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_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:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_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-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_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:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_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-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_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:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_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-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_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:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_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@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_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:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_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:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_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:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_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:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_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:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_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:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_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:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_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:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_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:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_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:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_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:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_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:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_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:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_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:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_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:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_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-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_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:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_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-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_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:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_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:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_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:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_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:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_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:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_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:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_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:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_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:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_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:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_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:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_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:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_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:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_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:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_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:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_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:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_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:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_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:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_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-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_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:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_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:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_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:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_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:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_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:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_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:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_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:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_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:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_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:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_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:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_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:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_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:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_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:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_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-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_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:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_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:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_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:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_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:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_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:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_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:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_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:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_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-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_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:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_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:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_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:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_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:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_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:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_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:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_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:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_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:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_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:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_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:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_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:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_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:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_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:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_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:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_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:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_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:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_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:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_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:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_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:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_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:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_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:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_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:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_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:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_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:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_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:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_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:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_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:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_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:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_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:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_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-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_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:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_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:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_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:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_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:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_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:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_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-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_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:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_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:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_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:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_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:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_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:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_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:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_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:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_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:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_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:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_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:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_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:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_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:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_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:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_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:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_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:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_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:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_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:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_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-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_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:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_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-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_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:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_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:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_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:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_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:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_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:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_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:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_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:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_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:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_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:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_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-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_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:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_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:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_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:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_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:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_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:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_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:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_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:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_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-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_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:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_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:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_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:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_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-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_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:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_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-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_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:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_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:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_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:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_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:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_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:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_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:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_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:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_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-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_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:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_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:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_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:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_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:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_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:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_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:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_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:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_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:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_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:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_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:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_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:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_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:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_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:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_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:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_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:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_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:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_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:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_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:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_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:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_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:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_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:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_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:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_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:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_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:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_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:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_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:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_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:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_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:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_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:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_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:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_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:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_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:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_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:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_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:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_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:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_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:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_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:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_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-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_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:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_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:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_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:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_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:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_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:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_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:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_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:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_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:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_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:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_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-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_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:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_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:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_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:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_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:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_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:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_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:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_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:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_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:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_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:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_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-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_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:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_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:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_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:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_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:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_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:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_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:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_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:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_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:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_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:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_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:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_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:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_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:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_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:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_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:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_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:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_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:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_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:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_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:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_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:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_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:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_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:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_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:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_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:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_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-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_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:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_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:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_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:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_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:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_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:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_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:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_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:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_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:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_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:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_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:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_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:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_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-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_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:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_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:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_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:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_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:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_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:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_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:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_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:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_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:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_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:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_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:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_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:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_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-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_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:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_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:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_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:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_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:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_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:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_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:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_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:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_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-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_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:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_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:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_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:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_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-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_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:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_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-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_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:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_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:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_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:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_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:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_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:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_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-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_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:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_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:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_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:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_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:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_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:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_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:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_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:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_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:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_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:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_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:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_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:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_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-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_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:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_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:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_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:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_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:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_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:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_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:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_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:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_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:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_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:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_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:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_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:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_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:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_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:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_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:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_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:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_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:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_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:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_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:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_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:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_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:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_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:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_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:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_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:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_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:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_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:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_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:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_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:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_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:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_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:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_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-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_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:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_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:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_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:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_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:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_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:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_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-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_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:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_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:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_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:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_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:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_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:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_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:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_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:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_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:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_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:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_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:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_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:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_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-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_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:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_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:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_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:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_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:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_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:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_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:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_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:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_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:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_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:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_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-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_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:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_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:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_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:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_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:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_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:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_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-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_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:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_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:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_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:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_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:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_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:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_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:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_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:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_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@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_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:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_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:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_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:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_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:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_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:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_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:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_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:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_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:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_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:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_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:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_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:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_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:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_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:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_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:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_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:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_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-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_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:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_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:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_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:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_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-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_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:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_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:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_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:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_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:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_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:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_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:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_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:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_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:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_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:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_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:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_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:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_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:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_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:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_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:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_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:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_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:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_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:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_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:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_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:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_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-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_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:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_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:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_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:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_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:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_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:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_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:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_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:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_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:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_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:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_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:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_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:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_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:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_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:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_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:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_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:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_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:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_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:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_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:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_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:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_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:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_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:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_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-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_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:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_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:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_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:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_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:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_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:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_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:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_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:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_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:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_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:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_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:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_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:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_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:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_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:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_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:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_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:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_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:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_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:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_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:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_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:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_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:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_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:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_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:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_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:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_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-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_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:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_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-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_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:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_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:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_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:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_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:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_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:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_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-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_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:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_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:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_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:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_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:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_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:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_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:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_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:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_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:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_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:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_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:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_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:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_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:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_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:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_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-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_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:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_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:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_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:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_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:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_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:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_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:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_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:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_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:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_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:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_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:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_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:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_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-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_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:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_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:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_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:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_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-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_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:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_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:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_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:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_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-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_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:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_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:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_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:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_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:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_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:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_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:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_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:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_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:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_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:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_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:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_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:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_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-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_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:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_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-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_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:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_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:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_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:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_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:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_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:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_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-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_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:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_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:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_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:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_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:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_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:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_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:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_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:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_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:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_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:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_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:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_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:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_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:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_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:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_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-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_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:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_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:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_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:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_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:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_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:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_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:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_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:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_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:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_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:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_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:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_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:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_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-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_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:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_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-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_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:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_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:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_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:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_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:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_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:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_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:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_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:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_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:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_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:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_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-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_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:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_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-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_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:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_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:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_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:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_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:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_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:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_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@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_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:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_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:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_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:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_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:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_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:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_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-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_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:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_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-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_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:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_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-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_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:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_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-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_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:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_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:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_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:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_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:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_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:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_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:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_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:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_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:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_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:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_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:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_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:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_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:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_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:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_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:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_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:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_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-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_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:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_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:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_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:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_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-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_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:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_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:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_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:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_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:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_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:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_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:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_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:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_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:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_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:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_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:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_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:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_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:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_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:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_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:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_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:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_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:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_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:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_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:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_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:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_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:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_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:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_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:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_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:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_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:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_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:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_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:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_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:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_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:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_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:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_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-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_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:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_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:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_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:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_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:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_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:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_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:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_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:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_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:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_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:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_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:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_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:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_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:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_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:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_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:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_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:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_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:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_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:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_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:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_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:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_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:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_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:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_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:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_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:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_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-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_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:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_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:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_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:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_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:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_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:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_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:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_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:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_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:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_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:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_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:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_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:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_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-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_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:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_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:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_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:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_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:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_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:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_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:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_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:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_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:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_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:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_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:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_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:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_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:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_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:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_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-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_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:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_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:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_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:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_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:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_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:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_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:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_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:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_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:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_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:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_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:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_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:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_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-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_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:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_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:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_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:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_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-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_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:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_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:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_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:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_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:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_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:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_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:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_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:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_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:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_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:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_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:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_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:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_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:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_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:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_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:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_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:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_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:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_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:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_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:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_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:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_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:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_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:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_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:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_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:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_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:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_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:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_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:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_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:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_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-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_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:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_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:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_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:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_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-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_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:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_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:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_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:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_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:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_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:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_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:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_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:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_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:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_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:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_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-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_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:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_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:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_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:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_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:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_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:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_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:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_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:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_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:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_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:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_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:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_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:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_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:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_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:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_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:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_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:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_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-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_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:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_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:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_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:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_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:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_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:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_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-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_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:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_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:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_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:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_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:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_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:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_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:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_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:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_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:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_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:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_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-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_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:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_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:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_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:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_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-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_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:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_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:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_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:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_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:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_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:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_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:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_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:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_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:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_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:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_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:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_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:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_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:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_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:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_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:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_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:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_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:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_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:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_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:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_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:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_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:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_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:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_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-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_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:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_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:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_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:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_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:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_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:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_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:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_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:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_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-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_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:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_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-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_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:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_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:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_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:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_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:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_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:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_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:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_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:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_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-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_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:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_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:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_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:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_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:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_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:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_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-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_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:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_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:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_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:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_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:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_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:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_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:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_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:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_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-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_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:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_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:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_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:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_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:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_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:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_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-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_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:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_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-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_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:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_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:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_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:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_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:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_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:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_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:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_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:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_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:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_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:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_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:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_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:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_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-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_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:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_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:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_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:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_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:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_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:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_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:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_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:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_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:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_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:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_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:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_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:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_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:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_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:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_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:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_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:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_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:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_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:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_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:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_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:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_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-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_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:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_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:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_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:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_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:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_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:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_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:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_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:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_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-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_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:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_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:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_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:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_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:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_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:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_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@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_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:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_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:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_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:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_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:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_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:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_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:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_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:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_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:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_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:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_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:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_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:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_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:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_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:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_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-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_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:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_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:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_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:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_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-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_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:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_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:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_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:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_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:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_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:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_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:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_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:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_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:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_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:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_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:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_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:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_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-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_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:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_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-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_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:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_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:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_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:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_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:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_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:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_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:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_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:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_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:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_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:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_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:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_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:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_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:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_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:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_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:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_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:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_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:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_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:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_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:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_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:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_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-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_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:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_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:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_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:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_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-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_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:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_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:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_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:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_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-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_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:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_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:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_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:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_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-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_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:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_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:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_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:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_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-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_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:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_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:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_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:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_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:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_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:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_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:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_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:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_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:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_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:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_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:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_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:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_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-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_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:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_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:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_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:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_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:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_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:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_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:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_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:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_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:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_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:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_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:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_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:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_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:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_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:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_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:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_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:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_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:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_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:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_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:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_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:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_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-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_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:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_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:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_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:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_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-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_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:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_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:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_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:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_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:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_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:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_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:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_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:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_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:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_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:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_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:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_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:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_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:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_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:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_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:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_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:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_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:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_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:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_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:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_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:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_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:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_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:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_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-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_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:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_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:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_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:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_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:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_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:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_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-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_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:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_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:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_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:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_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:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_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:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_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:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_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:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_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:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_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:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_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:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_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:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_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:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_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:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_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:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_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:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_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:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_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:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_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:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_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:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_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:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_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:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_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:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_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:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_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:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_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:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_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:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_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:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_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:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_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:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_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:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_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:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_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:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_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:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_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-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_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:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_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:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_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:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_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:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_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:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_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:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_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:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_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:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_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:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_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:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_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:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_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:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_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:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_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:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_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:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_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:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_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:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_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:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_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:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_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:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_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:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_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:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_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:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_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:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_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:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_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-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_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:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_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:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_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:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_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:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_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:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_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:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_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:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_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:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_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:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_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:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_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:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_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:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_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:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_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:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_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:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_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:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_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:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_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:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_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:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le",
"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:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_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:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_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:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_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:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-16T12:19:48+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:e2f30027fa1240272c8a472d6c77218ebc486bb966b6862c121187801a40163b\n\n (For s390x architecture)\n The image digest is sha256:84aafe31c3f70600df9b6466f6d1f758701c46ef306105af008964478a8e1431\n\n (For ppc64le architecture)\n The image digest is sha256:4ec235e09584bc41d185f7e16405d978ec943670de859260fde0ba150fc12fb0\n\n (For aarch64 architecture)\n The image digest is sha256:37b527aab81b3151268ea260005b088a7814bfbf55dd0e00cc1c23993bb14eaa\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-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25187"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-34986",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-06T17:01:34.639203+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:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455470"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object",
"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/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "RHBZ#2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34986"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants",
"url": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants"
}
],
"release_date": "2026-04-06T16:22:45.353000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-16T12:19:48+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:e2f30027fa1240272c8a472d6c77218ebc486bb966b6862c121187801a40163b\n\n (For s390x architecture)\n The image digest is sha256:84aafe31c3f70600df9b6466f6d1f758701c46ef306105af008964478a8e1431\n\n (For ppc64le architecture)\n The image digest is sha256:4ec235e09584bc41d185f7e16405d978ec943670de859260fde0ba150fc12fb0\n\n (For aarch64 architecture)\n The image digest is sha256:37b527aab81b3151268ea260005b088a7814bfbf55dd0e00cc1c23993bb14eaa\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/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25187"
},
{
"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:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_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.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object"
},
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+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:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"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-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-16T12:19:48+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:e2f30027fa1240272c8a472d6c77218ebc486bb966b6862c121187801a40163b\n\n (For s390x architecture)\n The image digest is sha256:84aafe31c3f70600df9b6466f6d1f758701c46ef306105af008964478a8e1431\n\n (For ppc64le architecture)\n The image digest is sha256:4ec235e09584bc41d185f7e16405d978ec943670de859260fde0ba150fc12fb0\n\n (For aarch64 architecture)\n The image digest is sha256:37b527aab81b3151268ea260005b088a7814bfbf55dd0e00cc1c23993bb14eaa\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-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25187"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1ba965de6e22af8eb220f1e3a56de2d7342005f9581e4fe7fefec3f0a0a5ad56_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27f51875dcbe4429367a513d16a3e4f5ec8f77c60837492d101b6f8f8790bc5f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:43e607892220ee9a58bb37aac197aca1e66db3be4f9dfc64b94cd4a7acfec766_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7579eaa2d7f9954230a4b0741fddb26f7ea7497cd6205532b24e5517ab2fb1bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:05549b91b74f6015b982253ad589adb77403376b90193dffe61f7bf609a6265c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71089eb393c9f36937f05a19f1d1d56264932a02ca15c9fd7c8d27a20fa5f519_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ef3a9372576ff28347bd0581b3d5e66d27b4781db1696b3e992c8179cd87c616_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe82d76594853f76a9f931a35af819b232b227ea94b1b7307383a309bc5f9df8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2e5f84c3744b175227d3eb4cd11a2148e9b2921bfff03bccf3f30e4e6620143a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:38b5ff6e2ad448193466e12ef597955bbe6ea0cbbaf129975144f6bcf084d667_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:671e451bfaf8601b7d93655bdd7125c55f84f11154563dbc8db434cac9b5c43d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cea72ebd4ee85e5f030194b424520fb1e7007efa39b44927196caaf472b8be05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:53595fa020e4f175c25dd3434ab46f3ae054556774902b19d3a671bb739b1a59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7df88065bbab0bb9b364a240e0f45ea0141b595b9515414d9dbf765163503e56_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8bf7a852bc76ea6d23cf0b0986ff4ea17812db94df26014df0f5b3df1d9a7f03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ec04ccf491be631570b3a73826d4cd0d05aeb7fcb85e2bdaa2f52fcc33014a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0be63bb7ce6ed04d0fc05ac6ce5eae5f57ff601f4c51a2e4234706bbd540a229_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1708039212a8c016bb15922743a2c41b5b002dd25a9950779c27c09aeb68ca46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b5c10e52c377c499c05eb93b4a975923b548b09e189b861ef56b7f6d62dffc5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b6a4078afc408e742bc3bfee02ce641721d54f54ab5470081b1563bee471c4d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3d59555dabefe7678b592277e40124db0d8413a50669f8b899437e828a9da2f6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:94339e1065fca70a52c798f760fcf762b64ffff1a90c57ae7d1176adb7138346_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d397fd466cad63bac030b974f53d3d318aa677d89f3ac63b2cde027932cf4350_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:de8faebfbc4a6dfea3bdc036429241c9655634b3ebfc4dfd6e21cacf00acc5ed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4009da30313b5aaf7e1bdd699c8ea70aa7fb9f158361332acc0a563ee9a8ad3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ad49ff7aa8b3fa90c431b9c03744da628df782544b2b5b63399b556c4f26e54_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81f47c343f81ae1df64ee3f0e85bd15960e1b424ec0ca56e304aaaba769681f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9f1ce1b7481c9a9fe5d244de39fa7d86f218968e1834563b10389a4eeeb0cea7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:56b8f83cf40af54bedd8b19c100e8a9da7b81f0795fd20b74728acd0d3839f1f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:98ca6db1fb956caf88025691fdce8860f8b1b92308d5033577ff3c8e156a4627_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:b375876c5a637e0ff0ef10c04595e93421426190d6a9649f97b8052f2a8b5124_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ea1893aba8e1955c7991a7bb3eeb219bc696ebd8eaf8bfa32059e3f6fef9446f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:1c6cad2289bfdf7fa4f582ac0db63db25ecde86dc5ad67a186624b0dcdbcbfbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6dd2e59f57ed588152c4429780e8fc9e49a9b5faf29c29c2d02fd5d1e288ee98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:847e94ca13fa3436ceb92e786d665f58c05230256041a605f7d1a5143d1bc1bc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:95c53db2d5ba7b14b9f0c2b10b7a5ab832994e3e3cc3d8d55fe5984db39abc8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:265576192487485d718a3125e2e837a2c79c9d22bb3646d98ab90be1a86f282b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a1d33de389010f965ee54422e9e76a4038f3fe6fb4ed13c4240f5d58b2a9090_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:86d1edf48642eaa3066ec69f93ab2d0f6bffd872a6aeeeff10cd9e43a04d9cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d29fbd739917159271cf2824e35c715c4e600217ccb28d6efbcddea78d4c3574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:05dd28ecc261a550ec0358bd66a1821815654a6c85183aefd66952c749e33a24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:58f67354b2a3168ed729f44716be4b9afa4b287f04945b7f2c924c4c7e98c2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:653fd099eb2c2d19f46801b17c69154997a6e70b7e82a24e5b6e96fe63c14615_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ad37b924501f89529bba442a2dc8bb285f08ade3f0e4c3785c6115ac76b3d6da_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a313f9e77de0f3a04f45ce39c9c76aed799c556c9e22459d178e8df6bb4461_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:379ed9826fbdfe7663c57d316ca74a85f4e5e66a83a3e2f558abb718bfd37b24_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5d929728535778918c73add7c8ec858080f50182f01cd5d79b4f8aae86ab49b7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccb2cd623189b25816f45e2b808b6e247a15f0e91e4c79d1536764175592e491_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3eb089ed03b7054b4e37fef4992c8792bc0e0c6610b33d5009c9be69ce9d6935_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:41fb073097c35f3e2d4617e868a3e8ab53b110488d894cfdfdd04b2ae6f91073_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:496f1fddfcaa57320e85b014d47d2350f433263e614b85f0fa9fdb28e6830b15_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:62d3358e84b22784032fcfd1f5de98dff325f88cad8511df8e8e5f5dfa80ea1c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4ff9098cd7c1080f15a42b746deb45ccde677f2a7af4a9473f9ebe65d305a03e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6a51ca883ec3a7f1996350c1184a2af85eb6438a4165cc89a33bb10c54637554_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:992c730f85a3f3eda0122282023e6346c78802050cb0571cd48f571abac081d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e043e516df40329ced0d058c97c91345d690e1ee3bfa952d80c79bae87f9e7b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:12252c21353276fb5ec2bd6297d0fcbeb3a1c4e90a19be589540ed0c4390b713_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:86c9fd9122b0d4dda7704c8b3be33f2bd8458b78551277095f90f50e3a747237_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c0bf13c45d0f7ce0ccf1d519b61fe08de1cfe57efba8db788cc6106829f31189_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c741a7c207f2d07c51fa17f88fb6242879a9e529261950579cfcdebf1b77c94c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5921308d2bad862612128f5d2dd1ddcc4b92343bab71252eeff8365286437772_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:638cda8782af6074f2dab70efbefc6439060a38b0d6fde1ef077189b856f14e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7daba78c395d122513690f7daceefc56b4e379ec15b25c8fbaef8b0645f41aac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ee4641e35727fd91b5785927070e54910294ea3ad71ddae0a12b8d6bb1423fbf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4c2b7cc03c1800568df7be4c8fb627839eb3e1a5889c517807e4367d75ab5058_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:85c82d24666872a119b9f3d37c4a5bda80917e6f0680e1fa565bf90aeed37c58_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ebb0270eb61887ea09842d911158241b26dac0f29db14cde8f228870f3a94737_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec6e0b7c8026d4f54d828a7810a4f024b477bc95635ffad1af8fce73a51239b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1a0b4be6c5667d109f1b8c906eb812c7bc90d88592ec04e13c69e2872ec65366_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a8f8f0bfbbecdf35f63403bad4ebdc6e8ab6516fcfc906588631f4e1840e94b4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:acacd5b002a0dcc0de633713676c120fa333b72ffa0e12a24144e1370f6a1f56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b83e44540b8e94d6bbb4be16fa76c8ed99eb8b531e4bc3f5d08cccdbd5ca990d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06fe43b1a931e971cd30c9fef8db04cb1f25b980f0ad2ec1efbc89e3323feab0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c90fab8d9e687349f3fbf59c5bdc6415e4955deb97117152dcfd9f3510b4b63a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:cb45cc8e31006b3fb071a3ac4ccad4b48ea812826152edc1731eb0e63cdac812_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ec9df73a5688ddd091a3740ed2a39d163ef332d4ecc1771207fad9ca56d6ba85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:19566e645861b97d76552090219f55d9f0e926791bd6ecee26b63ac1e332ea97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:247001bb6c978f1186898b2ac76e41c45009bcec94c47d07065f67c580ca8c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b165cce7b313bb5f32684ea9d284160cecd61c70d1baa58f57693f209c866d7d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ddb6df7d626ffd7855ea80538864836b983685f17681de201619d5e25c259516_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:39e8efee90483d8633a4dd50f4ec13578255fff0eb2d02963026e20f6be46fd5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4be610362ebb220d9fb438c1074d441563be25a9b9c36a22842203f29c9977b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c726bd422df685c7e0f508e33527322639c89c666380731c75f3da1f7399cda1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d16c9d83c13c904bd662a25b7351cd33128f964c7ca17c42467aa20570fdd261_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:a0c0514b619e19beca0c9dce475581d660ad30b85cedd8dcae50ebbd08d2fc95_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8193538a6056b19b619bb28e7534ed671d678c304b91669dfe2be1a7cc29e725_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e807dd8947e081dba5195d67b33b60da308f5ecae8e1fc63f44964289477ad7c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4041dfbd9173429204918ab75143119880e9ccb9e33c06355199c4b5773572f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fac53bf7ef8faca98112a7db20a2ca3a83ce27988e57a31247d0059f22161bf8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2aa1cec184f046c9629bba43f183d533adf13ead8de7e4b6bcfe3c1d16662912_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:665544faca9d561ae133e3ac8bf6dabdb63ef78bf87bd4229b1c05a00b6bfb2c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:811a3ca55fae34518378a5de878466b0a5b451540a751686d7f8b0177d8d9bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a482df7b8f62bed1b3015499d49f9640d272a78a7dc3243d305c3c504c47555d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5acd7a5508b11e6cd47e94cc86236bd847431c078ac2879f47553fe16f8626a2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d6d811e5c099fb5c6f29877a31fd3100338bf53141e3821b046fbf1133876d1a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6514ba0d06f6e3dd55d5af3820bf630f0c9b406ecd9371f1722401b571e41395_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6ca32ec2bbab072cd606aa2ac75f397031b02afeff2c7d7f3a5afa7b30eee16f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:2ed0b60688551995b1a0f13fb15c866d851bbd75b8bfc3142a3677aab9f20764_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:e03f16b7edae31d31e9f69b9c362c92aee23a6a3b7a0f1bc75730899b0059731_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7879256c7af8bab65cd522add7b7adbf13c3cf37915b195dec866af6cf3aa319_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ddc3761fe9ffd3a5359d90ff62594095932d441f318b3c8513524d6bbfe238e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:048af222eb1fe261c5239bfb7bc2f9c0fabff158a1f36795ef7ea04f78c0064f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1e609203b560139eda376a9b99caa288f078955c2c3378e26e428b58185088ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8a6b8370d50f2b7847e74869aa9ea2fea008fb7dc11d310fb61e587eb2b964c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ea133c0c14da034b03469b1b19202fbfe9f8348cdb1677bbed7d22d2572e5c3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:92ac9c923140e97fd9aac51307774936b6b53c0ddd54c570249e6d9b37c6a424_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a5f797a107823d5a23bc28e777d64dfad46e25b4e2564cc48c98d50612891d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b22a24b678fe6f9643a5351f9406eac3968d305bd6786196b047c591dba5551_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9e3bb61f16ff77a12c6495e58f2131a647157e7310aa6f00876fc6b0127024e3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:582e5c52950940870d7b2407d67d6c309a150610f18a6dc2eda524f50b54dd2d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80c0876c6800986fb13d3f7b3fe6773a97e64ec3175511ed12399c96c7cfee9d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4d10af80e95ba15631992e0b68549971fe6f384d3e6071dba44011bded5a8889_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b692752299fea9e227366fb41594fade2cd560a2b1760741cab9778ee7f54f8f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:311f00a4a13b4bc48307c7c7f2028472aba0c77f172d02a4eeb944e1461c85d1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6845caf7c0b556e342bf89213f7730e9791dc85eddcfef86df1ad0738f7524c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c45ebe96d709f563d57fdffc7e64059d2f417aeda23046e36f319ae09fd72c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a4b42cd921d8d805278dfbc337128a72711c0fd839b7e042477a1a558ebf8bd9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:178ef60913964b6662c8214aadda09574c07ef4240b760d0463bedebf16f0934_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d89ef805cfe386daa707d4e6a97a83bf91f461c216e229cfa0e8ebd6846301e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0d8417b212b607ce74eff9cd1cdbcfbb30ab969a71fef9c0145f6c745c540f01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:5c812759525f33b5fd24a800297cb03c883ca98416f9b01d4338f32c0af0bcc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9f6aa0f56ee89e104006612d4c5a66c6054d25ed57de74f1c636251b623211c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d90b17409f62e10f4d84f3cc7b80c55e7b3d8fef2f90cfad85fc2fc3ba878ce0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36f7c603cf96b03b4f3d97a5f9858f3a3108acf3bb4e54ea8e2c8748c6499cdc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e8f19ee0bd9632480cc0cf0b0bf2467f3932ef2767d0224ab751bf09e210fbe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:761657858ecc4576436226b2ee8e16b83c6b9c4687fe0c14fe575c2f337d1ed5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:edc1a83673359fa8e73c26acbcd7dd3c80800e6873c33517c76739ffb8de945e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0d743e2202207be1db8b6a70aa2f060c500f7131a5869cf71dc31b6d993bc8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4760cd5f9ce3f49880edd3eba73ad6d0421122b070296c00c08afdccc137ab7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7365c5e1fba7af5ac76d64a32b9ca7a9050cb01f6622c740404e54d3f31c07e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:896e048bd10555da05d9f58aa1d320d55bcac674506670f93a1c541449f97c9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:514cb31156fd0100a5f6c3e67904d7ca5158d1b5ffec8bdbb3e051ff8dce96bd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c862fd8a4835679fd505b9d0a8e3cb6c87bf1442298c8dcb89cd988a23095a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:91bcd29e507d3e8fb88d478059953ec8022069be53224e5ac1318a53a6f6612f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e4ce0837a1282afd2b208a138d7fd515b359782e74cd5ad5501f75d281949cb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b0589a40d78f3570fcb2976f6e54c02967e65a69d80242e1b72ca8bfad68d339_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d022af899fa9087ff11577252d1221f4267d5b176ae2e87851e3eeedaf9c790a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d9100645d36b7c7a16bd51959a090e141ab77b6eb2a77e0ab355b008404b82ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ea43c29ff23ce007e734ba84738bcf0abb03c5bbea351f4609f368955c436e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3b2d69b29dfc6448803ed5a6b5eac0cb4b194e9eaf5725f703d34e649def0d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3c481c0264e57c7447aa7a719ee8da9c1d3533f1cd7705d47947327ae3e6499b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:520151d4604a3b2a10fe3e4415d4b8fa1434c440cbe0d7bb43c44cdda92cb03b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d40579aa08dd4b1af294eec1d0a6b64763a177813574a7ebb0786adeebb760bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:06a4bad675ec675cb95004919525dccb8c5b6e3c196a53a4a016297236c92a5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:07cc4ba24372e9a46f5794228c2c6190357a51acf7766608f9f69d9a5c7a2ee2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:22fc0b911d88e41f5673173bd164e9851439745945da54d04049305bb6027101_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:556e23592473a1998f465662272caa438de802dbc0b61be579aea42df66ee5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:51cf69c55822eedf76796c4852b2b9fe53ccb5267ec45e5d0125f3a671276db4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:93781aab5b01d1096426cf6ba5a1da6df9dd84da90c1ed44069cc48bcf364496_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d7312ef4fee34805b603f56bad5c9d68929ebed8407e495adfdcc8237c31540a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e02069c08e530535edf584c8eefbfa836f5048f8a95d3cbcda6d8f07b97755f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:55bf74843167cf63e91b02ed580da43d5cc08aa3bef76fc37183520eb35a5d8e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b26d1d1fbf506fc339aead701e625701bba7696a30c243774f622956468166d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:92f5f1900f7019bb8417e7ec833eecf508589773809d384601a57e9107582612_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c0727cdb972abd98564b084717ba5affe26e6b9b101c2ff31220231dcdec552e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:00acc3a54ce654b9e1cb1b51ef9f164c2f48f3f259e2f66323d8e587990c4d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8cade67fab8ceaab4108dc77c374d452b1fecea4d48c92ec5a53d119e92c9232_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9b7db4a3aebca1157f97e05b6f0d51e8bdea4e1f8e51c63f6129ea3cd0915fbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:cb783c5e7ecbaae9c40813e0555d972dd6e3c0d0946084486e6d1d06de3cb68a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2169fe270fc7f252ee5070e0e679aeed9cc16979cc3f1d0b1df16f192f423528_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:afe2f77bb383052f3e35e3aeab91c505278f7848f8590fcaee40d853ee126ef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c767c5bcf0a3f966dc95168a9c71c7d17efbe4fd03ca85f8bbbafd493de3d76c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9735c061a7f7764dc79aee453a56183792fcdead26a7dd290ef60dce7666626_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1a33fcf67cba0fdcd11f1d7314104319082d417612f33fd057b2f2aa01fc7199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a9ef4427cc5f1203403e20822e5a66887556689d05a58bba44124d2afaaec314_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f83d4d1187460543ba9727188a66c9c6c30f68d67dd2076a39257a4f99b803a1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fc608adcfa7b14f739722d4e3b40b1ab923bb73ee74a4ef154ce580763f2f0d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0f479aad28b52532a2947a626eccb35a46d42b87dedb8a7ac73868d610acf828_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4afabb92f97357cce23f8d4fdd37b7c0d94ef466065f66e53a97e6b8ca58ead8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b76c381cf2f927bd3b5eb66d725862af5d7391c090fc821ac5c71c2c7d2b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a75edc4e859947dd5a3a071d834a642f30b245abde4c3d80e5927a310ee8c01c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1f190c2706f034dc3a890976ed6cd2c1d98446acaf1d4e25d38480dc0104bd49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9058e65f769da6bba1866cd7472820c8bba5d092930df52040b28ba9bf31e808_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a14d2fd6a3e342966e30738306fa3863ae3cb6479cf0349531d22a2bfc1e9efe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e59a0df165f56b61963554bb6388a5defa50fafce40bc3c6e8c1db169ca421b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:46b7061c5342bc892ca9801a2827c0111ab8d9caeeae9d5f8fc7fb5ab82837ba_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4c295b5d21534602e82fb5855f34c78723c63b98983d1149a21a8f71f19a01dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1dd8ce7b732da781adb461330a3288dae42bc9d95cdab754989354202dd8052_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e67183739ce01ba51b9b1afc0685b9df1a3cb615b7c7774379c6393e383ab71e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4280482d0e3e7196b022c24c05ae3a7d15d961acfe47b34613db04bc67326e2b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4cbf3254c70b2b9b2c11094f8a448d0c731b535f0a82c4243c6377f13f19aea5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7c22669f64f883fd85a77b03f6f24bcf0b6682da711fd491a87a06f8fed13c22_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:afe43c98c92cb85800d36e2a38a7a7d820eccc810c27036e0bb877ddae5733d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2ff8a233676425eadc3295abe88e6797e5c231ab10e645d47939124f0f2dbbc3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbc0b42e3c0869f5605067fad588d9ac00f07308f64e53a09ead1c7a3c6c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ad99ffd2b9b3ebfcb526cf9c37ce0c43dfd7468e02d2f6bdde52167296f77dc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cb6d6d0a1d765ac0f54280d015ceb31f007e7d5cf183bb29a8cc8a25c6c3a0e9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:254c645870e25060136136c44a7b5de06ff32d4ac5dbc8401d17ea48dc57a7b3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7d77dca4d439bf1c124a5db3b3c2d347d354ecec84cb2f697114153587522e83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:956668e8e28ac8a902dfd0ffa0f7bb5cbcee76b30de0fef043452043e5d241c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2b3c6e5758e266b3d9d2f1985ff784babc109fc22feb9eca253687e460c9402_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:035f0ad3c6457a96c8f26332eb438809aec7227ea25bbc30d3355a26504dd3b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:99c31e66bc000ececdd2831b23731d01df8d05f59dadc32f949591e26d7ab329_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bbe9f75a2e72e9e5e805a5aa3d2a25ac3d3918b176de70642c888ddd19a83fe0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ca8877c4ece04788e547a979d1cc4b7230ee7fa016892053ca343f74dcea874a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1bde43249d117aab7b211be6e8dad8a19640c6c398737cd96d8e2e93c45dc14f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5104fe622bdd381cd95e9278075d0e3be0a51a861cc8d940b87f83983615a2ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9370943b3ceb64638844e58b01c114f313d51c091e514ad1225ead243cd84651_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbdf98ace0eff4354f80d6ec1616b882bf3d1e7cb57420943bd6e600052de0f6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:24bd2361f66307a35b4e88d66356f541df92ce663b920bc78107602ddb672bfb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:c6b11f91cce2bf56fd5938344b88ddb1ff823082a03d82f626d911d6fa37e61a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dff52c98b5142ceab9ec176de9c8a58bf3d354f8e5d626e80511b8bab9a236c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f6bb9bf9cf91e4a700063a962c253052229265e0ebdae7174dcc443b2c825d8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3177fc3c4b3d275646f9518845bde8a1caeaf2e108aca4bfa5cec73fd393039a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3ee0d061aee037c8bc1d5cfb955d7adfa90daaeda92250ba92160d93241a00b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7f5bc6ae907d67e913d517f53b59926ec42b930a1f728dea677d61d4e2d42d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a362fe6fc0eb85a7c6f213d9bf4d4ecec36a7ee534f43af34af8eaa817b2e9f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:088677c422c706228f7a8850d7f20459c2e0eaea205a7e86eea13707a46456f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:649494a5f7c0871d2432b7a3047114697c2b597bf67ed446d0399bbf420e2570_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b0a44046e5e95ad251bd1a7d4d0f9179fce15f4709e39116a456ec161f7afca1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f7dced7a545098beaf2d3faa65ed7b2ff8d9010df2f4daf53abf4894bb344342_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:33232d4df356808733c7fd5429f6a85f41e3f0a4c067d62b5b6de43baba36d94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:893c1734336bc2ab93400f6ae365479b32db37af6bbc64b9a7858c75c08a9928_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9228ad8aca8bf3a04dd7c80d679a1081f210cd68170ba17b91bb1e3e8eaeb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:c71af901628955f02f92f7d6ffea6236b951f0c8b6bafb1c2dfea20367a8e1ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e7adac796f8c9d3e2eb9ac0695877230b7ece1cf150a29bdda2f5d414ed20c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0f9cc6a0e6510ef0558fbd72d59a7ae6cd8ca54c890af67a2e83d5ebe8fd0ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:396ac9f5ffd28e0130b9e540e84640e74bb90f4659b1883c1530fdf5b461333f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e6b377bc6577e96f06f86a7036b7d13ffd1580cd0b5464414cf55d9cc6297c35_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:142cf22b7e69969d236c3ec4bd8b46e322e6752152d37a867da5a59027a924b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2475c9ec01bd05ea5e3bfe1edab1383b57c8d965fec99ddfcd40711d37223e89_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4efccf990875bd7da78a735346f360f49c03b30367b19a07d680f16bb7ce70f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9d4f1c16642297b5e357731bf2a2b1c3a64de168449d04ee06a4e460ad5aa240_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5400a6c61489f951cb7297560894c50f834dd30002ae4b4cedfee736d9bc138a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5be44b1a028bc608b0e335a8e0adbf6885189a3722db83f8e4a520fe59710839_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b08d6fccfcdffe94f83225dbde32cb2315f2b0da6e666ff26ee4e3e5fca98381_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c4da9ee0e588b23ab65626fd8beb0ba9f681166e93e8c2895f7481a876c1edf6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:29dd11a9e6e7344676611823c362862070b2ebc080793514aa14178527bfa7f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:49fe0de0a1c3767d45db49f498900fd27ef85e068da2ac72e456383870edb264_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7428bfd90c2b6119f172e899439180ee233a68801f7465740bb757942e4dca71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:de89199ac163c01c2ac8d6a9db9a007d5309d6230e20c8c74822ed760b833cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7422c20d8a96505c068c6259a39616a9b3e7137c986e201beabf9fee3d0fb605_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:93ad9424f195fd84d0b194a19b4c71596403ebf47d397963de42dba4509ec0a5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c32ff58a18607f57e74b6a56cf10eab089abc2722e3d34087462d28de37495f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e1f462d7aeded08bbb1b3b7e5207fad47cef04ff4a929f84f9a84d74c6e8a660_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:22b06512d88d171635e36979eeeb350e43afdb43549ebde0d260067dba525b4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2e18b7e1a7e67c4cff5e27d62c7de71968108b4366f8e30619fe6d277288dd63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:33d7d9ea4d04efa8c5bd55caceefa0d4615d094445a9d2b750223fde30def184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e632c03fd1ea1fbf723bebdbee41ea15bf5e0cca091ea026cf54ace68374c9bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9bb6b8b95f82af3d14ff227577ebed8a9fdc57c187b2fe458b29560242a495_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:446ad5fd2c463651bfa7f773138a087221796faabdfc7905e719c4e83bd2be6a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7db1e6f8bff8e952a64f94334218d48969a22f61f386d86491fd48ad7ee0f97d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:81f833a8ac1a6ad01c960bc2273b99f216a06ff44e5d99606e6f858c5962ec3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4a98f5c2bedd2bb3f3b25adde2b03677bf7a3787c312b88a621272f9df13bcbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:db5e4ac090e8e6ece49700a80578a3b7c1b4fbeb92ab7ec3d8b28672a6acfd4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5ccf26f876bc78fbd19194cf54f9878472845f56206c8ded828129d447aa785_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fa7901ae56518f24d30756756aa8ef34d7b93d45e39a0012ad41d1c41b695e96_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1ded825cdcdfd675c1557bfacfd67e30effe5d3cb53f0a252a6a6c920f85f522_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:41e1cbadc2ade08ac8b5450a926561ece61a65c304da339407c0b975fca97c15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:57f2c8f2123a722039ad0ab8314fd8e260c0c7dd4cbe2e7bd2a4b842acc629d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cd22fe4713562624678b14fba4f450560dca53b647df594012b03af7d243ab05_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:278f87e90924d8dce60f1d27f5ff12009be7825763a5e14bf45f3a49531fe328_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:419a905e191965452ee8cc8179eaa82a58617f35adb7f12ad4089a6fb37bf8b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:46678d7b6dc3dc9e5293b515acfd1baa70c1af16adbcd433c0c193091a149cde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4a1b4c560226e9ee5bbf70c6a4b8aa7f05e2113ac8e0c2c2d867fc3a4905b175_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:09bf9f8f2bd17324d5ab9617fc705d92f8803298bb11bc4bc8d24d1656575d5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2219fca389bde2b7dd5a878f69d7bbf3185be191dc2f172d4a08abd5a26c65f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e766c86003dc860d4591b909a82a1cbd63b382ffaabb382e83308aa6e1873cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:704278bcf964b88887ce7cba14a360d5af4f59b2075a4f402589aa960e7aa201_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:62ceb3eda72cef595de30027acc245808f7d7cc6537b0ecc1c3458ae1c0f1be4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a1232346a4e842de485b7ac834d1b422f11bb82b72d26ee692732a3e374e69d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a149cd000f3d94546653981eb0ef67f8b7d625156cd70c7a3c63763cdd59cdce_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f976e54e710bd9b5a675742d072e3ce81ad48f004726a36da5c4587d0c7d5b9b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4cd91d2f0e56a7e3484ad8718845f9747c94180b0ee975fb62ffc75df214577b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5082d793ea964027fe4313ecd694ff44631696a37146eda4656441f123919c48_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c7a790ad3929ae5a3bd516492fdfed2ff0914e2722849648682982c9326cfc7a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dabf4660599446d0ae659e7ceba9b1decafcce26e86c64f258d86592324e346d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0de50b256c531acbb98f06fdd4c5aab908875cf9bbff9bc4e9b5f4c55cb8616f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7c8d626d931e7187d2059f50da3c2ec22db4d55969365eb6e3cb71f38861216c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cf45b22f2cdb9fd241358a538fb0e43a0d72f3fd9fe9e6b5509fe7bb959e9e8e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e538b1aa96a9e8e5edcf4245270fb313ead3e30f9aedca8497af330f9d9689ef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:340831097d1408bec9ffbbdba6ce08edb4016b9cb886c42857c5448723d4a3f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:71e924f1723a58b557fa28c299f9aa59737e5047d5fb4603d8986a3cd695bcc6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9a377af018d5e4a79cf1a386b7bf58a30341e3828c4b70c3816fa683de8bd68c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:edc4eab2b5a666156fee3e971aebbf196d5a3da9a967e2af1eb2bc91d8a173e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d58628ce0945b5c4b8e18032f08c9e472f685380139703b491001befb9d8bdbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5e91151214eeb86580d2a76c17865a2a64f409deb4d605b4b7f1bb1c67eb030_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db38cbeab39e0d55f0e542116f84c670bc7b643c59b619625d79cb1a1d65fa41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:de2df70a9ff14202ba416a7135ce7400f9f6408b20c38bc1e46d70f85707c259_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:234aef01f6cece65c2d58df4bea86b697b9c96a983771af3bdb94377db8e8868_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77c44e50b086fddaf8ad3caf6e4ee6e7af07230dd7f3311b46fa5c15660035b8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7b72b8fb9455e079ec251d7a9ec7f538e6b797e463e0bb978faeca01b37ea677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afb02c805b24f2961ed8739f1af17c5b58557aa10b1319b4b2ce13c8f9d4a19e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:85c72c3f2eb1672a15ced1fb47cb3e0fbcdd5fa01e2cb6f218f54a18356d5a10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ad2768f4eed20ecddef9652e72c2536a9c5a129a733ccb8c423b8421b1d047bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c284aaa47ccf20a45f6d5aa163d15e43dfa0b50b1ffbf82d655b79583768147b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f80ec12f6f1570a876df410c386f5db69840ae193a7d8309900207e133985372_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1073a3e1e344dcf29b1bf482344d3d2fb3725e908a660d9f468cab71bc134d85_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3ca92e40d4d0527913d10f314b74e7ac92959f00731d16c5e580391d73c0b192_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:84658f55af70d916edb3eb99610087b3356a0f6aa6c95c0c913d1d44c883fdd9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b6b5cdf669dba67a5f855b870f4a356e56de5a26c1c68f4491fc470232efd9f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6ff37eb9d9000a52fdeb2ef958f711bc609165af180e6f6ff3587b4f808496ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:930cf6edb2da5bef5b84a34d0ef5ff3351115b04fa9a8f846028d96a691d567a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:97b7f9c8d69dd781d2b3bcec0e2f2a8e53f0f2bf39a56ddaecf3d97efe94b8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c4400754caddcbcaeffeee37ce8e4fe12ba6213a3a424a57483b5b683b88a242_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:09a5c4485fc3e3e9dc0f2440b49d16fdd62874678c16b8bbfcbdf7737b8e5a25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0d4670da10463670c429378c06d1a77289eada6107e5f527862e3ccaab20f482_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a9db57cb719bcdd78b373b8996f12c843dd3706decdabdc01464b20a2368cdbb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e46678ecde8f0143574da6ae5c7d1b32ee0dc1b814d4a07587ad86848568afa7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7ff06d3c159cae9c2ef259c63ea06c916cfdb194908d0baf129f59193db96f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:de75e27da775493434c599c33d77efe9482e124bd60bad3fe2d27db19a7d4782_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cd1dfeeb160839e6e599ffabaddef7519b336f6bb8554ec7f699ec659459032f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:dc4a165afe97885fc5d4b0f4290661cd3a19337b121791063af8a6855e1751b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3897102cb8e1e22688640c051ced7c55d45b5124cea72588d2628c63a42064a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9c0eed449b1a2cba4d45368062da1459562c26c787dddde79bd6575c9474eff5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:360a5e6303ae3a94b39cb1e5aff2f3453ea6f6e60cdd73f3204a2107016372af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:657ec30704cf1ae4772d19171b8f4e10cc97ea1271b9121dcd8b3772dfdb5869_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:7d85ec0901f0ffe6cb60ae39fb2eb895a542f4415ce6e18764f3201b72094800_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f8cadb8e474cd936bc6f53dc7c182cf13f9c167d9337795f872f977fdc371ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:32036bca91bb643ac833a21233874d90d0be72ea40d9a53455074c01e4fd7f46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6bad15967677fe0998eff4fb5affc789e3d67ebf89826636a66086854f8def8c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:91c7b294f7e80b23353226da079be9446c0600d5e04ef71b70c56a089c208454_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f5d3286160608ec5293e13a17119f4b77cd8f8131c49f141b1434a161038f8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:39bcce8169af3a8fad5fd03ee4e978842add5af491ae8bd033fcb15a5c3d83ab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6803b155e68af52f08cec0bb76450cc46cf0bd0ea887f608284b2e6ec5c18d34_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:997ef1239e6582aa9347293fdb9182c65b0e9d32513b5d739fb50866cfdb0b29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fb861eae8946c0ab862ff464ff4e0ac71d63ce23cb4abaeaf9b415237416c4d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:1dc37d9818d8bcc991d4ba5d400543b493c4e75b622b3644f611233f5960353a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:91f5cd89edfbc51e297b40405e42ffd1de7fc97213721729953006b720b2b2cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:caee32d674e6ca475d1e695af120ccc01290bfeab38d345ce8d63a8164faf9e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d97a31cbe766dfc198c42b1930b2bf269b088ecdf5a0140779c6dcbb37af6d56_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:731f246312d2df2f1bf249c9c0c4530e59e71a40dabc8085abdbead7f5839db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b4b0944065c7272a22d9119ec9b58908eb929289ee2944ded33abdd65e6ef6a4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f3e3bc6e5181cf5266dada5a5bbb4cd4e15f10dab8359dd8e2ef0f7c6804c910_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fae192385fc295c6c4ac3f3b84a056b9e4efdabbdf3d462e049eb9ca2c538b0a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0ec84c1ff3cc519a88983126502b5259b81eeb23a81b7e8f14ad67905c8f2ece_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:30430c00603f23cc1a1a1fc02b4585c7a0d461129bb306151bed748df35b19b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3452146687de80958c3e261cb16421b67cc77ada049d3b0579c66250a5887eb8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:41f82ada3ac82e17c35c69cf327ddf14364d2c39b7cba2507541c9cc0636af27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5ca2ec2c86d1bb9ae617ec423465cac83fd0a45a43cf7daf10e59abe7a40b7e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c8a8831c5b7df79f3b7f494a165bb5929e9a08166f9ca979d7a59e98e6287902_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc3decd1369a23b657ec26b19a781f1b878679f2d917babc12f3fd45e2b2bcf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0997223be0e531eb283e780162a428bb9712ea8ca0b079f09ab697e1dfbded5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0406eacb916c7b675713127e3df3c30d00ef08cfbf36e071e3f068535f481125_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6131576e3b082f216d6d36dcf1b37c7866aa140c04759eb0b228c7a581230636_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9673d8b8a9e974988bb0ef953e087af2266a8809cbc77fdf41ddf962e1d8dfca_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd05469c8fcc35ed6fd215e4c10d7a3b4c86108b8f71465323e18560b64ea614_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:469ef2b5c9ff200b7f632493b6c2ee991d9b400dcfcb190d2b5258a3465edd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6c9e2c5145c77df7e2ff0dfff31970db958171aa06f6bd8d41b3d2a1d0e186cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:9744fc99f49777b444ace2a1fc5f7c4fcee703e87494b92f7664d0ae121d1878_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cdd6128215017c17125601a48407e2d96bf93f90a5f94176150bc22c2913536a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2ec41f03184f764e8cd71ecbd7d8395ed0e08ee45d79c072d5c44e2dff688bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5db0f3578d584c3aacb83f18baf2f49f6292427d467c832cc82fb96557670c1c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:982c324861ff38689ef641e10d99324c61a5cc40e277097e70a32868d25e9bc4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ca9b2ae2586a477d8cf91f80e6e8aaa315c43a9ffa9e2aa40c970b5c4fb9f8d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1c69bdd0bb4eb3b68a672182e54f34b7f75c196d6cf31ea5dfba56f032d50223_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6248a6c2a8a98aea270d3e10812717e99bc2040b1919dee16b40cb848dfa625e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:769a13b88ac0947ae0d77a07074af4b56d609034fca540534954ad2e8711dacb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8d7eb72aaf1c1afe89d1d94dc7c902ff8a3bfd3c593fee24d53ddd5a2c45d4fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75403bd8f64fe089f20aeb6fd09c216295e0d0277ebdbf448e5df97b7c914d09_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb5a5e7c2f9f2b88fd991cba4a8aca0d5604bc14c7e805bbefd31d15669a5a9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ec3299eab8324fd03a7233b703234fbfe08215e789f20290485ad24fe26f95f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f07f7716da5b482c3c0f745fc6e163e563dcd96dc3d2099eeec69eab7521786d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:24a14b6fd6613bd5a42768fcacb68a0a33f340c88741391fa77e15dc7271d664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93170678bd731f242634100d03a2043a781feac4c32ca027fdc9ca893d408859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c0eac1e2836a5280b2f454a7821f5e9fd39777c1781c1c54d7d4bf506039b188_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:06a5f123115462654aeffc9536f09bc67aff12050eb07dd57d2d628c05dfd5cb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:2abf94a2df30ff222b7e69f4ab960c5d99916ebd35c3a6d8b2dbc6f273d489aa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:559f9db685e39c0aad2cbaabb6b38182129dcd608b10518eee84968ee1462520_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:32d970fec7403d0bb36a096056c7c19e5617f2bc64079912a2df1567edd615d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a6c27347b60d87ec37b6c5636c9d7ed65d7563f645390e24c84a98d0fde4a12a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f132c3e3c7a99dc9e20fbde4d08c83fd216ff5879d2d01ab0a8c5f6290498bac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2715b50f4d111acd70dad75b008b12b2a7d7a22a154ef68ff956f6932b99cff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:41ac71f3b135ed8b3de0c07762371fb0ad36d8b55087f3d3da36a7ae40dee091_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f3e9bffa469114d6bee87a6190259c727da50ede515668b6ae75a8a2a3355590_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4721b7602b7c9286b52e750291e4aa280092a657a529d2cfddfdd9b2574c9327_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:55327c19da4238278de7acfe336d42a5d91db27a744deecd6d683715c583bacb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:702f9a72f5967d2ab028811ff9a9b6b43a62956b96270ac7d605db8e0431b792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:93b89a2793abec900171c288f9e74379ff482059b5021e70a8b29a5146537718_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:066618ac1e6ab08a6f7fac6435050d0b56505e235095a2a66187dc676c1e05d7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0804679b72e520d439d01d48777d73896bb13a9d94eedd2e3561d40c047c587d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9d731772dddbf3aa471707f451d52879389251a8beecdb262aa874e0945e3510_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a7da187f664b4d18bf130efe03e7217db71b2c22eac32e7b1b9a8cf2bcf817fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:020cd88fb78dce704b4f754e9195aa3030ac60fc79da428c2b663e9df4362ab3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:38c593edfaa34e89a6f8323612b22132281e159e868d247b4f1c7c65e4e78b55_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72cf337266fbac0f7ddb6f0ac98ad1cd2ba54c4cca38344c0b864b0d98aff50d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98b2a87406a7387667a22f3a995d3bc8fa2ce9404f1142ebda2647e1325fd31c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0c407ff6b8e4487f3ab6d267f5e246fc692c1aa154795e8f547814792e04e4f2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2662d755d4dd57b6562d033cf4fdcb092697bffc8e037a22fed63187d2e3b739_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ceb91b9d8407702ac51dd43fadb8e05b23fe05639fc08b76896c3f4a6e4953fe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e2f3681e052f711b6c064657771c7be246be411cb7f5d8965ac3ee8fd96c84ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:42392a83da81cb097b9d4198b3d356132f68d082e48b2117bb0ec6867ed5cb4f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ba623669e6e493ae06908ad9c82684854de8e13191dd0c53766f5ff6938d909c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:49a2d0e2ca5011ea170c3b767e67dbd7d87ecff5eba40cf447d2760f0f0d97a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:59bb2dc02e6bb2ae6484542fc71147ccb67b2cd492dff81113a182bbea6fbe24_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b56a15dad3926916f5340cdc7dac6db54d3a614b3c0cf019f3f3cb00083a1ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c7114b103596ef0ba783077c1ef2e87bc246ccd659ac737c3eb1de5a75ea54f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28349d1d963876254a4c334fee6b5245b8d5f0a2836162dd32e59d6137924341_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4d5d3cbad9f26fe78f28edf8cf64a45af42181b9aeaf5e90645205f7632dc6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e27ee774571b7528f4d7bde4998ab3f9acbe5b21e43bc4649db90d7f8bc74603_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337d5cbefea0539c10a744a3299727a369ef1a4816d5f22b2da41cd6b95a38de_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:65ce11be4c6c15f16ece82b7525b47e2dcec23b7c45cbff0ab502e891794923d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:46443454eb6f67e7c1cdb66cecac90eb7fb9c896983908bed5068fb147cf5a85_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7f06c1f6d59271e1525dfa800702abe9686f5f3fd175471a63339704c762d25a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1110f6e8d66ba68224f9a7eedf1baa54de2d0c58332f611862242fe8ff311295_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5fa62a2c96e670f66f2b93bf5bd088a7e177e08c9ed802cb5473d8c367afc113_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8ae5c359545277a0281372dc8e90232596f6786bbad15b3f24f057de0320e5d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:aece9c267634b11f62f20318e830749b95573d4d0d66c1cfdae838b9536d121a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:037abea4fdc140cb3e135b61be29ab4efa6782b648013227f120fb561b41426c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:37d34f2ca548c49179b1775133e3f3fbddb7c8133b198e534f133c9e688d8796_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3eeab0f24878e570caee483df341adb0e05b7b8646c383f32b46da13bdcd4257_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:41e74237c12d9fd458f5ddeee13dc9dce700b3712e8fbc9b2b07d9b866d7734d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:20291c96a3fe76f18864b47204b4cdb68feb581062598b956b674b446efea1be_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4907cfb2d1854de790ded3510770a0fbf0a213a93fa95aa13345b39c9f22114b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ce7f3d8fa7b844ca5dbc2bf4d3808c99b193d07e13c6ae74d94579ea786abde5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fe814703e0f8cedb5aaca767192274260bb402096b619e655042dc8a47226359_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6f88f06adf197d7c2d093149be777d4a253946098900cda2da72ac13e835a2da_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824040ee8f1c92a13e65d5640721449c5987c97877e5d0d9fce67e749037613d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:153d3f940a7146d638782247f5eeb7753e98ab58e85ec1b99b6174cff4a623e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:daa0ff1a9a2f3ccf5bad009dd6532b49f546b67bcbaa92868122c737066df4cf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a284a4cd0b47336ad6a16bbc277058e5b4a75068c3c5734bbd35392f7a1b0ca0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c522a27ed2db712d005afc268c05b736f9b93883ddf6ebd072d265970397ed8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:87cdf9b719e300b23e802e363983f268eaaeeb6d3fb61d4ccf1ca470b23dd06a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d820a03d090f8b7109517e9225c52aa44292349bb2ddf021f58e69ea57227f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:01804961d11828f99cb6952195d55515cd8d1726843338c7b544a567336b9a6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3f499da4007a4e2a4757daa35ff52a8b2908c5737d48064cefbf257283993dd2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:53ae9b0c3257e1c3e65175f4ab8984e3e69a8a130e57cbeb4feb3a4b93615563_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8722efaf8d41a9c00a5b03dfd788c9592b92cc6651eb4c6850f3c4d4fd8e6c18_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0cb798b8bc388a74e06373569a70cac2f9a3b6074e51c8bbf2c6ec0129598a29_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:78286f152d4a6e7dbc284f807c1212753878737f9ec12a9cd75f4e0386c9177b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a633e4e080263b0d48d10869fcb0ec99b0cbe5bc736e1e53092468898ab41a6d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b77e33c06e0d0b41e8eb7bce5abcd1497dde1bba6cd491bbaaab05660a97bc6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0cb71fabdd9fd54fb00003c6e4d39c9d89952d6286eaf7944fdd1bec94434a40_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:131710c3aea54aad24a83c7021f2ee03cc4d91bd96ad862d134cce858033abd6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:742a331d6cffa6fa5d366ab9d11eb2fc75dffc7cdc5759fb6a047fb50f60ca30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:9e389416ca8d96425849a354b38155474e8b66ebebb48d299e3d14b4c5d3e3de_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:33982a80ae6bf4b70353cc341fe980be51c6f8448742e5abd090719f62515c59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9a6d71ee306c4279f019a0358103cf772457ea8659d15008f2f7f0544fcd1646_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a3b06fa243bee988ef779191c5daf691c1ca8964a2164310ac93f3280dc5adef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d69fdb4df0385545fea609e6665de6c4b6dd4763b73a35a9d49456f879987925_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27c40f727d218b6e72222102a5823c4dfe55d32cb1ffd30411afa8c91a9811a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d70801878aecc222a0d40918d5bf8622238d7a8b3f2f18c0fc496e384c8ca57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:84113d4695be785283aacfc42fb9905bb7cd9233c4157f7d09726e641ea0d648_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8555b5fde6ca45d30eedf1d4906b5419eaffed039ab6662ec268e28784520318_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7c92bdf15e2acb293d66e74f1cec34894abd25756db844adb10bd01a83fb9a3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:946b71b456267896366ad47a414b99a4cf22895aa4b4ca438bb485187ecb6793_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f0bbdc89e43b7dee4db41cef1b7bdafbd61c584b7156693a75f993a1a25ba4d2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fbb25ad1b5cd8297ae7d22cb241f570f1c7ab19664b48a2f4d8922589ec2f792_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:484aa20f4f3c058c02098a6b7aa3a6e5aa97973730d5ba4148c58e8a6201bb82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7c852852eb2153ba4bbcda378a03bbb6f7dbf5247d17052e5f2d36f162c84bea_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:405985bf471c78511d44b9dee0972bdddf382ec19ceaf6995cab8cdfba1d7c57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4785f4b6e241f425c6ebc8f8a66e0f328dc7086187603d8724fb9421c54ab2a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bca8f7f458aa09382730974689377fc2c092464c03a482083607469e3c0d4b9a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ddc4e32275b104874d250529dc1ef80bb62f5308c76eaaf8a7793399209c70b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de930c2f77f275a59503d39d25bffb45d2983f1ed5c17da0e728dd9d49114f99_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0c24ad20ba8d7f031db3b4c92e961864a6eea2d5f924100a1ec359d6db2c9e81_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3dd2888e926a3ff83fbab019250e0724e803108bb26439fbe50124d29820f133_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bc293ddc5bcab2b521e84924ed44f8d2bfbab9852a02e86e65d77b5e3944c75c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f8e19ca288faf1eeb12b31d4864629b4a2c160eaedc16349d212fea1bd8e6f53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:065ba13f86ef87028a0e78f998bada4b47571ab16a76ef3c177a20b75be3c205_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1eaedfb21817a188a59ab91f00a9a3833470040f55b6b1858844172e58609110_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a70ed13c5fffe334c09409c9439fc389e43e5b622576e70dbf320a6251081f5d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d0e9572801b54e7993188803a4429278699da34a81f072da5303de947eecb4e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:309f1d27aaaca39facfb97a48fce57893ab625633a7db2a3e0dc9511b4fed398_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3276c84fa7f61d259fd7a1b1396cd3061927e0c02c34bb5af97358e1228db1b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a4da1a5e3d53bad01b82890b724567550b8dd28972952bd1f50dfe5b0e2aad4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4bde327ccf91319a2f8c2708054ddee6bbc42c1f5cebedd62a25b52e8844218_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:135e95e9f08716d3e872f53cbc6d89abf84a92967622f10dbd80dd9a85b86c5e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5cc2feecef56faf0c214c8b6a59b5ed3546a01447bbd2736f055d39e07b04e95_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9dd60aafb232c4c387ea1643fe2d9d05a0d3b0ec27206a7c08b5a94739649725_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dddb62a9c562392f4a7372b67a897663984eb763f9c29c1fffe1de2e72a175b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6e59f8df20a74c88a0525e6a24601258064a9f0c24505427f1dd286a11b2fa6a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8bc220efd04430174ff31f362cdfc81244e6e95bbea759ceb0b95261fcee7710_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:96dc76719c78a7fe28066a075d69355f909c6018c8118d2154d5206ff9fe8f1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f0d740d21f103a2081d92c565a7da849948103adbdec9f6211a2b282f0a68294_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:187d80d8038826eeea43f47fd8b70f175a16c05277c95e5ce856f6cb4a9a0d67_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2e56978a50bf57eca4c20265a25356171800344bd2e5f6c6cff3d6ec9d35acbe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43e52d6c0f9cd1e602d82b845c1c7fb038674be682505618462f27be67562d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c703592030a7d4211ba420655cb0a977338f0dc65a5edc2d1a2e657ec731d2dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:034de7d211ff7b9a3531251e45bac9f1702b5e81ff7554b5ee95f6ad9beec087_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9bd00ad86df442c9e828caf029f52ff1964f9a1cf434533819883ad492edbd1d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f20c208affe91d024f775f598311dc968448006d39b9643222c64b9e61f66a64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f9938dc09eddc71cde7309f07800538c33e3f40f99f43d08cef9648a28c36f50_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:02074d6433e84788ed43e5cc61854e8f271ec3b26b314cde67ad176a14fe12d7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2577ed9640d164f0367363d9c634deee5638d79302dc135d6f59e154d69de7a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:71280e82ac402932d36c7adaa376222e09b69bbebff92435da8a8b969ed56c1f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d299decc7e623360170ce7f56742258e82836780150b5ed9508154aa9c834b69_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55193f5eaf28a64a2e7a4ad2ab2063fe645406abef17a765605ecc83c87461ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9824a780337250915c0a24bec47a782a7214f2f5c38f960d195873426fc91041_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9a78ffdccffce11369657f3a810e911db56fab5cb46244158d20a740a215c203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afb1c39c6a65d47201e40941d8ee4735c572f2bd4d1972e348d7def2fe79f424_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0ddcd3ae2f01e7fd67028ca5104ddf3a86a1f5daa37e04c441b884e9e0a17a50_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:13e554d6c59a66e19f41be483e972de804b5ced2af9dfe24898a7b7dfcc03ceb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:cb35944bf63738cf91b6e2ef9b71903e48c25a39b8d9ace3cfeced9917fcb736_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f14bc4a2087a946c33f4140b54a6229155aca642e7cddbd651813c5bda0a0782_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b7e03c4e7e4dfa6a10be752ccd5ad9cf122e8a897bbf80709a8e7c958be7540_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:24ee5667e0640ff99631b5ba99a95c275a6188f3c14ffecb948b62353681cf23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d071115ceb2def44e1d9d1184f4ad4e231ab73c4bc83d4b0e6f1c35582504e88_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e4ec9dbacf37f1d012121164b0f8930e749b921439fcfe0d0c6938d2ec026f8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ae5e4846d39d4c0fb45dda6d8de086e7d0de44511ecc1c523d32a5c1c94f646_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:592d726812525146400c6133a87ff37b5c70ed6ed0842e4d06ad0f70ba01d4dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fe9c7e068a80eb37eb15aa3f056b214e82bc10bf029b570ff031320fbbacd27_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dc21689912e561a2a4a41457ed4c52e75acaa9ea5da88bec3505375929c4ea25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:05838d8f470015aeb5aa21a73b6c031416e623f18e525d4e7331115496375cc5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6e8147e7be36c91aead1747a381b4c81dc8cc18f82f93e982a9744f76c510fbb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d74a56ebd5bf23d632311886ba3d96f948ee9247eeda59cbb6fa1cdb28f9d505_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eec4364cb961da955778ba59fdfbe7546249a76818b3b01be78d0fe5bcfe5f77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:50970762356707316b1d9fe56aee61232c819e3db2bf774d4f920b5235dbc977_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:91ee7ed3217109e7099b918abfcdc8b4abc89c787b4f1141c6d209d604b799e6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b51f38df32afe08126910b3c207f3a534ae29fba9513504499d46ead3072d9a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da0074c5f34a9c29f87d6133adcfc28d1d3d130158b71d1256fa4f1fa6bc7df6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1b3c126a36a570e9191396391fa29019c0ba1f02e21e73b75783d1add82da6a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:429db069a112d5f8aca160e0b36f0b4bc353ececd4edc8ee375b65af159e6849_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56e32fc1956429da1fb8acd48cfe5f969aef0e26f2631bdefa9896f16b956c18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c06c68f96a76864129ad131aa099d95b405da0ba6ed8ea4f4baf344d3a24e2b3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:faa9998b63a8b729011861d487f2de1cef0609fdf0d5e6ff59b2db78155494f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:92327192c0ff3d6a71290c2393c1e6fcb28a037d6f65d8cd097e0db9db2ade45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3b30075b2e1ffa86cd81aa3ca54691e42c074b3f26aa317961eb956dafdcdd78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:581c275a5d8c3366f1872d23f9ffbe2475b90a9509c3bbc9194fe8a2b9904645_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:72533ae22b665c6d7dd5f36a8cdad13f09b314ebc03b70066e08131ba3667dbb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b8393184a98ec7a6251bdf207883ecbb3bdd6a92f4ec7b83cc705b3bbd21f40e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:154ddc9abbcc624fcf57d2f8067d6e81cd944a473c40c61e1e5141000ebc3f37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:517f01ae0d90d977f5b937baee8f662bc794fa7182d9ca0f1a774acbf4df90b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6296c225981ef9e0295b9097b2d74e6e8dc2566546f7257846294f66f18814a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e837e0de3e998e7428af2ec79b18b30253093f876b202b8507c07fdd73e7f3f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4003c2c80a9c124fa887884ab721f24132ea7c423133c20d4fd5ed322db26e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4621ae3eac42955125e8227c199b073ce8468a0a36688fa69f0320d7e39a5cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e796e54f71e143577e07f2e60f2eacf643b422e24895aedb182b23219263dc99_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f6753451a277e74c5b86587d6469087c42725976687e66eed0f5c8cf9da9e3d9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4c123a8908675044c65f61dcef0a71052cd1bd51d0db4b03e2aa333e83c46ae6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4d7e5c08ddb0f90fed68be4ab6384f92aa04c42f79770ff917283b98337f1c22_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88be25c829fccdd1ac0ce6ba971b376ee975768ff83ac8ec09029a5f79b6bbd8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:fe3ac11bd2280ffdda35a6569c04357e1a8b14c1881eea605aa4461b71169a47_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:286eaa8b1df00d646b85abd1f60aec3fc49555422fe502be73bca48fbbe8e915_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2dd45b129db38d9be65a08b716448eecd162711a355e4c0efee96bf01eb0b827_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d218d666de7444769bf8f826954e6207b60a7a21ac9014e99f95836c1005ec2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:44070e63bfd7ee8e3bc0e91258b94440ac2a39f02d27102e198c6bd8f7c6d092_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:188471b16d28337c99de22ee8c2ed48e7ef9a787eed25afbb30d26c72ad1ee20_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41266bae00dc0f5b1ac604600a685362dfe55e085a31c2b6d970fc334d81af0d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c35fb5b6e2b622fe31270644ea38bb23480408dbe9d5ffcfcc578e978a7c925b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d4848ba62addad3f397b47be1929a06b3226f19b59e687a2a07ac2790209bdb1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:534935032f513f3237ec193f5e0697acb8386e2dd6aa6f6493998eb892ee7d40_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:84b6290fa1980a872358f932e72c6ad1567bf204d204fc3b53a4f4dfe07bb071_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8fae4ec1963e8dfc308665ef5d447fea8c4d831171737d4e9d15bd6652647ff1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fb217704c37ee989583aa147697b2f03c5ece16707a985d66e8986dc16485534_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:265fb8e52dfb0a66673fa9e3509c4ba56554f303d1dca171fd88e5fee4711f8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:99036ea6952a501c33173656ac42c97b02f7b9ccecb4a14fa9f385a2957c4eed_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a9cde1d88bd2525a6bebb9814ad2fb2850801392e984085eb7063502669c5bbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e0476037c9c3b76a0135bc565733743cda8777479dc92a5cf2e6b79e999d35e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3a3eeac8c761f77a41d33229c6f2d54bb177aff29a28e7fd432726d4d005065d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b6651d53b6c6383fb7e44f46a88a907d82efddfe48e794335b685d0a9d18bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8fd84b88d1d0b9a8c3f32994acfebb3169486bef042507f38630214146818d4e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:aab97a7e34ce094d15df01023706362a51f3acede754fca2aedc2d5eb703c7c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:29c7645a06c298300b4a8588a15de1a1949323bfe72c906ba6609c405abb2f4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a8a44e951dfd294527ab43a0fe88a4b1aac8821b1be4991d9e4f8ce6f276e63d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b24117107c87dec0fb39c7dc169254b2f3f18b4aeb6a2d68d6b871555426f09b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f716ff7666d8432f0e82dc011d47d6e73705fbaf3609d332f9735da4a2f6f566_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:059891fed1269bca52f5f32cb6f16ba36a0954120b6a86e157416ef9eb1d944f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:067f7550bce5629963f53c42d358472945962e4d2b4659246bc03c1a913729e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeefc23b6f2a68adc73aeae26f29e1571cab983bd6b39e8f59dc35f098290dea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fffa2668434846cf1ec4916856b8f7829e8172c9deccb2578074d29203aed2a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3c807e471e76a87c36b5cc242982a3d77aa5eca4d2503206b1657b2048fbb656_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6d551d6c37ca3848ea078871751b1771efcfb5df26b49bae599cd0aa71eac727_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc1182dae882575c1832eb1577e0ffc8404286c0b14c651b44470f82d9e31c00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e6e85603025e8694837043e55fb86d1f14d16b40b316ad2921567f2553605134_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:47c4341cba3c1859b393816f991c0547feb8644e16f07c7994b6c6d194430eea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:86071bb51216a7090d95380a0f482db51c132d82bc2d07b24887c8623cba5a70_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b292b51bcc2305d98ccfc13f23adfe4073249cb471d19311a7d88648d16df1c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd4267a0b8f9ad66e25e38c0997db216932a7f05d95047c437ee629d3e5c8bf7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0f8eee13ed899196d3d5bfa3a70faac38716aefa179117a11de7ed34cda78271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5459f1a7445f66116ae2ef8c5d1e0b705fefc7abfac557961ed561823e6fb13a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:abf1a6136b365ac2c8c5a9e3f8573ad99566e3e48955c9c500420f767cdadf8c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cafb28a44a1f429d6ee1fd037f6defdadf81849c67d4b751f6e8ae47eb79adc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:70adf5b3d17e457cea22ceb2c4857f1adde9545cf48ea49e852577d9355338fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8210fadd79175bfb23caf174c0d554668114ea713682dabc916e848a9cbc6c40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:903a8a318a031fc748e0579e5439765b053ef81186ebf9e335421dfeeebb8398_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b75a4ba2d11bd327f439089aaa5814750d080eed4ab07560d6338ee64e7276af_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:04bb800a25b1dde60e9ea69e9467980dfcc92545d9a9725a9ce661886d360144_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8267a4058cd320a3eb0c0a5dd207660ab8c566f47f8454f1735e374827578e76_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a324df02ba14c9adcc1e4ad68919c8ecdb6efbfeecf528c1fc43914875743882_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb7c2c52038f93c81b71c8fd18fd8319a47a353eadb51812471d62055f65ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:844bb6bf5e458586d7032c2c3c38514ec4ce46b2e20fab8623cb67d69bbda291_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aa4cf1a3255bf3704332001af530adcdfd1a3fc8090be83f51ce4a0284ec8f57_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bf586454b4e1c40cec0ad0379d40a422e63b7082753e5014456f8c8c724a267a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fdc5efd91ee33e3eff5b8d21b239f5649ca10c7b0a2eb6ee83f945af5358c0c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4852971a854165abcfabad351f1bb34b48b4309b4f151ea1780348c711676999_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d3de06fcebb47c51068da5176f97301ac635999c655c22bd6885ddf8b3aad625_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:da2f60943921ccbd27ab40db18d00e65a1b3a31fd7cd305f43080bacd827cd5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e860f184911b8af90dc926b6dab694435ebd823c1ad18763d97b78d42c8c18fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:02cb1c0ccd4d59942f92a5c4921d320687aa25907c468fcd115647702c2a5ea3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3c7ea027ce4fbaffacc89fb8a0b54b2f08b159c2a0b7c742f1260ef6b2e2d77e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:802aca6b1800c3604a9db15aa1a47c64aa3b0caefa74c356d0cea03bc78d3da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cce1aa81b2d3ab236a710f80f840514a90a01f160954d79b49107a39e3098b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:63cfe5d8edaa5cf74ec3160b1f3ba9776ba38d8ac1ceef36f131abc428b793a1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c3503102e3c23547a5985ceaa43be431c1e86f0dca674d8b8943cf5c31d751cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:516f749aeec4cc779fefa0c06ad8fe182ac1242ac1f6d15fc797da8f93288e61_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b50898f75f8e04517a30213a3f8af3a7b97871c0b0928028db46cf6d557bfabb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:49b21405065e1c2daa319f9194e23b6c1756fca1fd04b0bfe8a64fc0c8e54c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5e4d7ca84a3123e9d5d98ac43bb6fce1032744267125b6dadec71509c78efe47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:10a4232affa1a21e2bea04ae86d10db6a09d6a5069e2f4156348aa0b24933a6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9b697a1411ff10ac138780fe16371e4fb0c14321ae81517cd179f456246187d7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6f9f08966fe12ea19f8209124da71f43bae0b096318c0f473381533b17b2e4e9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:89bf2d275f617d69c3e099cd5006d030bc5e1804190afb1848a99b599d3b73a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9a755b835b2c4f0108ae44254e0b2f5086bb7e1c39fd847d778124bed2fc5267_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b6b7a666e6650f9db5db04657a2ea3dc708103bb4ee0e44323c697283f889db9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:17513a60fba837ca47e269dabddf9f814f2f51ceff0d5db1b03b535032de881f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:67d4cf714fee4aa6b66b9f25a31e6e711bae7f553f925b9b801dbb8e2ddccb66_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e2d3f110f901c96b25f26a535a631ba2253a92550d6e78c5538840d5af5429a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fd894f7869379aeb488890efed5e4c5a8f4b4eca0d8ce2460a3fe8fef86dd54e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:459f0d6d61aef9a141283a9025ec80741815ce33db48f8efea198bd8490df418_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:66ff9c5ce5911b275123f42cf0956d230e5bc99e39092d9c8ed0dd481df38830_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:76c82141d914b283b7195b46ef0ee3bb857cb9a8fdf4383c69fa0ac447cf6f69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9488277c65accf02392e47fb0621f1bb50feec8f4cdb6fb20086553c540bce86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:28f556d87487baf70e83e560218904b61a99663164ac54596ddff6bba30e7dbf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6dfcee387b446a8175c140601e433c43bd4ecb36ba15495200bd448ec58c1f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0887ce99680e4358bd60523e29f2f0bffcbd227d37d587efd0636b5c152aa51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a977f08616d2c9ee5813118673180f2dbf26ec6178b795e38833a79862611901_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:14cf1bc0a9c5e12577a43a9ce3b872b97915ea1bb788bc44a5f6c1ea4e6626ea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f23fbea752471f0215280b53a2fc898181d38ee9428e04629b75bf550b135d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1eb45bbb68bc0513f666915f91388ff9dab9668f1f4fcf2df5c3b76cf0c5c27c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78346c124edee23c689cdaa0c6446730e012676188556449ae87f8ad55013de7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6ba985494302f2d431ad27b9bc6300d0c0d2dd0433e6403525e427a3341fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:196f7728d4782c2a503f895d2a01ad899f410dd33bfa09fbb661e6f0a6292794_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71620d17db6ea19b3e4f13e7dc9b6c812082c8239bb4f4812c4210e25eef5f42_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e04bf9a04a464b68674f9ac7ae4d80c206007034f761a2f27fa357b84ba5bb9f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:05c942487613d2996a81bde3b7443ba9c263824df001641d0c6e41461c105029_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5e9157d87c55920f81b4b2a5792fed59a2707e64bed22c737fc517dc64e48964_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bef5534dd9abc7003fbd4b09128c8747bc4ccf6b34cb51971df2451ecc69634b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ccb66face4350f0613c5a7509bcdf12fa6ab49988b9e9f5d86e811ec24090a1e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:24051e48aad1c6633174bd0b5cb7f27d5342784a0d27d289953da7f56d831955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:48c6e2725865ef2b8b7d6dc501c1778d681ed1eaf8bccad0d978c163b36a8ad9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8b7add2cafe1cd3f64170ac88455464b9a04b14fe03aa6306d36fe6a68ddd087_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a536028244f1762e47061f40dd49122dae0e25685bf00cbe34e2a1a917292e6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2011ce7e211488d3cc572e5558361cdcfda179bc659c087ebdc26a70e3ae1459_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9363bfd3c9c03882f45aa71a5c38ba2458c76a1e214057a2a697fd896107eb20_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9ea92f690078e97dec18958e91b280ec6517387b4c6aa0176e71be1955ea599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c347af1d9b07011f9d6bc82016378103771326048ebc1c9f5fbb27ba0e278115_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1673c27176bcbbf80a1e0201ad436b17ceb0e5b81f04f1b8c37356fdf081ec6c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:39f6798ea0392ef2d28991c0b76cb1ad4f019624dcb5ab412d15baa83599a5ed_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:614536cf6d831020ff990a593ec86cd1e705f548d3d01d7b97be5c92ed3240fa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dae09452da6ed8eb605d259559d91c235cfbf266fafcfe0b01ff9d110e513bd2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6182d7fc5acc733c1d1ce4732f2c38cca22c2e5423c95f7ad1c68ef31b6ed7a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b537921e8a53b8847e584d6e9c73792c4b5bf48bf7b322526577ad3f8636112a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e1fd959df2573e6e533f034d147dade28c2d954c06ab89c3fb4ef8204f7552a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ee6de701573c074c97e88b74ff71d5869bf5135739eeadfcb70e30c9756d29d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1caca0c02d3dacdec537b6f73437dfeefec5d3e59831b714e55f36b5e2d14be3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2dc79b2f0b08345d965f10be34dfabbb0d7ef14b908a051ead618a143225ffc0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3ab2ea118a6f0eed94f7d0c419fec9c46f4741a63511a13fbfa94bc99832bb5f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a29a6e930f3d89b8f68ce3fa698e52d2959ee2a64b1c32da612b9d0b82b0e41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c850cdc000f0b389aa043964bd82f8ac8c066458b39067f32bd228c17425a6a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:576670b0d4ae88713d96e3ab9ecdf4f3d967558195d27fc9b81298243b4ad639_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9e75708f696ff9a6c904b805b780e9ba434c32f7f158e5bf52d42dd600c82bd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f087a53261f263470fbc424bbb214316ad1e19f2bc5da4fc877adfc3a5e66d61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:71846e7cf7c064b906b719cc6abd08df7feedf6671d47da7e0c7ef6afc1f08dc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1a45d8ea38c193ebe12135ca4ac1ce08ba16e57b2477403fe5a18188b989b7b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:194986535178d28c194fac5673facc423f9cbf6ed98eda0101ac6603b655a89b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3330c862677971c0716aa2b7c25baf08883cd04d40e822fc0affdbf6ff612434_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:46f22c512390ee2984320ab7fa6d7f11dbb4cba9e988554622e9db512bd02211_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:d5d6207a89a90d9f3408da1ec88e8c13c8c23330faf4c82be14c1e07b9ddb44a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
}
]
}
RHSA-2026:25194
Vulnerability from csaf_redhat - Published: 2026-06-16 08:51 - Updated: 2026-06-27 13:50The Route OpenShift resource allows to define routes to make pods reachable at a subdomain through HAProxy. It was found that the checks performed on the spec.path YAML stanza in a Route document was insufficient and could allow a controlled injection of the HAProxy configuration.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le | — |
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le | — |
Workaround
|
A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le | — |
Workaround
|
A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_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.20.25 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.20.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.20.25. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:25192\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:25194",
"url": "https://access.redhat.com/errata/RHSA-2026:25194"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1784",
"url": "https://access.redhat.com/security/cve/CVE-2026-1784"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34986",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"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_25194.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.20.25 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-27T13:50:13+00:00",
"generator": {
"date": "2026-06-27T13:50:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:25194",
"initial_release_date": "2026-06-16T08:51:19+00:00",
"revision_history": [
{
"date": "2026-06-16T08:51:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-16T08:52:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T13:50: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.20",
"product": {
"name": "Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-ui-rhel9@sha256%3A022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9\u0026tag=1781102050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1780990978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1780989654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1780992621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9\u0026tag=1780990604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9\u0026tag=1780989597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Ad507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1780989598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Ae6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1780990364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1780992247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1780992822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Ae59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1780992023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1780992088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Aeacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1781023952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1780990995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1780993063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1780992800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Af9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1780991887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1780990394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Abb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1780989923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1780990237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Afbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1780990660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9\u0026tag=1780990761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator\u0026tag=1780989631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9\u0026tag=1780990617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3Aa09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9\u0026tag=1780991695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1780990060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Af602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1780990384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Acc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1780994147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Ae074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1780993101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Afcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1780990787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1780992736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1780989982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Aa0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1780992276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1780991332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Aa4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1780990374"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=1780989685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=1780989671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Aed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=1780989771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3Af506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=1780989626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1780990065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Afcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1780990338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1780991067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Aa5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1780993645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1781101876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1780992057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Ad1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1780993193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1780993736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Abfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1781096154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1781100835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1780992046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Acc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1780990619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1780989999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1781102013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1780993646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1780993785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Ae7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1780993942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ae45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1780993248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1780992169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Aea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1780989978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1780993587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1781065416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1780991963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1780993029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1780990931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Add92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1780992708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Aeb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1780991956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1780991011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1780990268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1780990618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1780989931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1780991981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1780992348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9\u0026tag=1780989708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3Ab9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9\u0026tag=1780989727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3Acf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9\u0026tag=1780989649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator\u0026tag=1780989653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3Ad076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9\u0026tag=1780989667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9\u0026tag=1781088507"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3Aa230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9\u0026tag=1781088491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9\u0026tag=1780989754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9\u0026tag=1780989707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator\u0026tag=1780989666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1780990815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3Af7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9\u0026tag=1780989711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Af180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1780993749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1780995297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1780990712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1780994031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Ac80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1780992173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Aa4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1780990053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1780993633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Ad57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1780993614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1780993153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1780992841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1780992602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Aed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1780991950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ad38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1780992198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Aafaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1780993630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1780989611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1780991994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1780990423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1780990790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1780990409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1780990977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aa62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1780993591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=1780989851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1780992239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ac33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1780990538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ab5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1780990501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1781010835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Ad35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1780990224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1780991589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1780992356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=1780993762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Ae879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1780992350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1780990759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Aff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1780989658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1780990030"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1780989849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1780992309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1780993695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Aa201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1780990543"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=1780990086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=1780989652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Ab84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=1780990718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Abf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=1780990637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9\u0026tag=1780989607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=1780990090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Af88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator\u0026tag=1780989998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ada0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=1780990897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9\u0026tag=1780990100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3Affb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel9\u0026tag=1780989706"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Aca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1780992325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Acef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1780993675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Aa796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1780992399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Aedcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1780995559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1780995670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1780992810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ae49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1780992305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Acee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1780993122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1780991893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Aa2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1781010833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3Ac175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9\u0026tag=1780989689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=1780989709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=1780990270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1780990594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1781095245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1781016337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1780992775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1780992675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1780989629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1780991524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1780991532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Ad79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1780992174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1780995972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9\u0026tag=1780989656"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3A93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9\u0026tag=1780989643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1780990146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1780991682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1780992668"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1780993679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1780990029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1780993213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1780993198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1780991326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1780992977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=1780990864"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Aae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1780994008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9\u0026tag=1780990729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator\u0026tag=1780990808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3Ac3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9\u0026tag=1780989614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=1780990372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1780989612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1780990475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Ae5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1780990762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9\u0026tag=1780989721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9\u0026tag=1780989721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Adf7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator\u0026tag=1780989610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Adf7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator\u0026tag=1780989610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9\u0026tag=1780989684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9\u0026tag=1780989676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Aec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1780993931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1780990930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1780992702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1780992831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1780990196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1780993565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Ae913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1780992380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3Af3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9\u0026tag=1780989667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/volume-data-source-validator-rhel9\u0026tag=1780993050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3A425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9\u0026tag=1780989663"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Ab2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1780990978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1780989654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Ae29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1780992621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9\u0026tag=1780990604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9\u0026tag=1780989597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1780989598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1780990364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1780992247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1780992822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1780992023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1780992088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1781023952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1780990995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Aaa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1780993063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1780992800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1780991887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Abff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1780990394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1780990237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1780990660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3Ab2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9\u0026tag=1780991695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1780989923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Ae0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1780990060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Af4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1780990384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Aeb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1780994147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Aeb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1780993101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Acb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1780990787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1780992736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Ae9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1780989982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Af1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1780992276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1780991332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Aea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1780990374"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Aed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=1780989685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=1780989671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Ae63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=1780989771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=1780989626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1780990065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1780990338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1780991067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1780993645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ab378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1781101876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1780992057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1780993193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1780993736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1781096154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1781100835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1780992046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1780990619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1780989999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1781102013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1780993646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1780993785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1780993942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Aef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1780993248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1780992169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1780989978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1780993587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1781065416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Ab7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1780991963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1780993029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1780990931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1780992708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1780991956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1780991011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Aa8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1780990268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1780990618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1780989931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Ad74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1780991981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Afbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1780992348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9\u0026tag=1780989708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9\u0026tag=1780989727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3Aee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9\u0026tag=1780989649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator\u0026tag=1780989653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9\u0026tag=1780989667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9\u0026tag=1781088507"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9\u0026tag=1781088491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3Adf6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9\u0026tag=1780989754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9\u0026tag=1780989707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator\u0026tag=1780989666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1780990815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3Afaba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9\u0026tag=1780989711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1780993749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1780995297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1780990712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1780994031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1780993630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Aeb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1780992173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1780990053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Af0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1780993633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Ae41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1780993614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1780993153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1780992841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1780992602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1780991950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1780992198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1780989611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1780991994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1780990423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1780990790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1780990409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1780990977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1780993591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=1780989851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Adbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1780992239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1780990538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Aee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1780990501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1781010835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1780990224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Af2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1780991589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Af4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1780992356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Ad82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=1780993762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1780992350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Aa340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1780990759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1780989658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1780990030"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1780989849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1780992309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1780993695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Ade154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1780990543"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=1780990086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=1780989652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=1780990718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=1780990637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3Ab8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel9\u0026tag=1780989706"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Aea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1780992325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1780993675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1780992399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ad2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1780995559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1780995670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1780992810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1780992305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Ac95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1780993122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1780991893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1781010833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9\u0026tag=1780989689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3Ad8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=1780989709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Aba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=1780990270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Aee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1780990594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Ab3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1781095245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1781016337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Afd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1780992775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1780992675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1780989629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1780991524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Aac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1780991532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1780992174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1780995972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Aa934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1780990146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Ab312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1780991682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1780992668"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1780993679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1780990029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Aae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1780993213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Adc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1780993198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1780991326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1780992977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=1780990864"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Af6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1780994008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1780989612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Ae5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1780990475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Abf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1780990762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ac84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1780993931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1780990930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Ac9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1780992702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1780992831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1780990196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Abfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1780993565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1780992380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/volume-data-source-validator-rhel9\u0026tag=1780993050"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1780990978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1780989654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1780992621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1780989598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1780990364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1780992247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1780992822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Af7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1780992023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1780992088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Aad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1781023952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Ad7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1780990995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1780993063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1780992800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Ae810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1780991887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1780990394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Ac891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1780990237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Afa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1780990660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9\u0026tag=1780991695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ae13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1780989923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1780990060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1780990384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1780994147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Ae9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1780993101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1780990787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1780992736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1780989982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1780992276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1780991332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1780990374"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1780990065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1780990338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Ac8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1780991067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Aac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1780993645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1781101876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1780992057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1780993193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1780993736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Ac943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1781096154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1781100835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Aeab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1780992046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1780990619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1780989999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ae9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1781102013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1780993646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Ac255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1780993785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1780993942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Af7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1780993248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Ae617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1780992169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1780989978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Add69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1780993587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Ab66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1781065416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1780991963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1780993029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Ab7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1780990931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1780992708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1780991956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1780991011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Af00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1780990268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1780990618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1780989931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1780991981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1780992348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1780990815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Af37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1780993749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Ae0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1780995297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Aaaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1780990712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Aefdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1780994031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Ae1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1780992173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1780990053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1780993633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1780993614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Acd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1780993153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Adac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1780992841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Ac1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1780992602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Ab10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1780991950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1780992198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ab4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1780993630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1780989611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1780991994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Aab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1780990423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Ae668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1780990790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1780990409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1780990977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1780993591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=1780989851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ab35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1780992239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1780990538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1780990501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ac61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1781010835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Aa901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1780990224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1780990762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Abffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1780991589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1780992356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Ae19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=1780993762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1780992350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1780990759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1780989658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1780990030"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1780989849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1780992309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1780993695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Aadeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1780990543"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9\u0026tag=1780989607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=1780990090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Aca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator\u0026tag=1780989998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Abe3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=1780990897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ac9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9\u0026tag=1780990100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Aa2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1780992325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1780993675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Aa811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1780992399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1780995559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Af67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1780995670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Adb196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1780992810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ad02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1780992305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Adc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1780993122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1780991893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1781010833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Aaaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1780990594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Acd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1781095245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Aaf8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1781016337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1780992775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Aa5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1780992675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ad4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1780989629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1780991524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1780991532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1780992174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Af731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1780995972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Aa5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1780990146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1780991682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1780992668"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1780993679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1780990029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Aadeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1780993213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1780993198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Aa67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1780991326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1780992977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Ab8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=1780990864"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1780994008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1780989612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1780990475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1780993931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1780990930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Ac6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1780992702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1780992831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1780990196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Aaa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1780993565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1780992380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/volume-data-source-validator-rhel9\u0026tag=1780993050"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Acaab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1780990978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1780989654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Ab8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1780992621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Acdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1780989598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1780990364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Aeffb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1780992247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1780992822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Abb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1780992023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ae4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1780992088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1781023952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3Af42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9\u0026tag=1780991695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1780990995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Ac93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1780993063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1780992800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Ac36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1780991887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1780990394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Abaab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1780990237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1780990660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9\u0026tag=1780990761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator\u0026tag=1780989631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Aec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9\u0026tag=1780990617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1780989923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1780990060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Ae0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1780990384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1780994147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1780993101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1780990787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Af481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1780992736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Abbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1780989982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Ab71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1780992276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1780991332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ac3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1780990374"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1780990065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1780990338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Ac6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1780991067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1780993645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ae64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1781101876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1780992057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1780993193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Acebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1780993736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Ad6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1781096154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1781100835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1780992046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1780990619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1780989999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ad6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1781102013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1780993646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Acd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1780993785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Aefb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1780993942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Abf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1780993248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1780992169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1780989978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Ad648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1780993587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Adb00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1781065416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1780991963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ad637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1780993029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Aa428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1780990931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1780992708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1780991956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Af86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1780991011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Ab22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1780990268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1780990618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1780989931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1780991981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1780992348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1780990815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Aee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1780993749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1780995297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Abebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1780990712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1780994031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1780992173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Ae561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1780990053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1780993633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1780993614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Ae8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1780993153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1780992841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1780992602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Aff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1780991950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1780992198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Acf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1780993630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1780989611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Aaab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1780991994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1780990423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1780990790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1780990409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1780990977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1780993591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=1780989851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ae7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1780992239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ac5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1780990538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1780990501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Afa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1781010835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1780990224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Afb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1780991589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1780992356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Af0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=1780993762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1780992350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Afd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1780990759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1780989658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1780990030"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1780989849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1780992810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1780992309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Acecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1780993695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Ae51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1780990543"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=1780990086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ab6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=1780989652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=1780990718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Af0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=1780990637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=1780990897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1780992325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1780993675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1780992399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ac4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1780995559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1780995670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ad9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1780992305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Aabc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1780993122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1780991893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1781010833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=1780990270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1780990594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1781095245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Aff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1781016337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1780992775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1780992675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1780989629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Aab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1780991524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1780991532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1780992174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1780995972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1780990146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Ac423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1780991682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3Ac1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1780992668"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1780993679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1780990029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1780993213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1780993198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1780991326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1780992977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=1780990864"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Aae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1780994008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9\u0026tag=1780990729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator\u0026tag=1780990808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3Abe71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9\u0026tag=1780989614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=1780990372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1780989612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1780990475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1780990762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1780993931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1780990930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Aeb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1780992702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Af62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1780992831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1780990196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1780993565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1780992380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3Ac03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/volume-data-source-validator-rhel9\u0026tag=1780993050"
}
}
}
],
"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:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-1784",
"cwe": {
"id": "CWE-15",
"name": "External Control of System or Configuration Setting"
},
"discovery_date": "2026-02-02T21:05:20.978000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436075"
}
],
"notes": [
{
"category": "description",
"text": "The Route OpenShift resource allows to define routes to make pods reachable at a subdomain through HAProxy. It was found that the checks performed on the spec.path YAML stanza in a Route document was insufficient and could allow a controlled injection of the HAProxy configuration.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ose-cluster-ingress-operator: Remote Code Execution Through HAProxy Configuration Injection",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1784"
},
{
"category": "external",
"summary": "RHBZ#2436075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436075"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1784",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1784"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1784",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1784"
}
],
"release_date": "2026-06-02T07:12:31.172000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-16T08:51:19+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:490002f6d1363683178f4b9999f52602588f3cb75a9267a190fdfdee06e2db7a\n\n (For s390x architecture)\n The image digest is sha256:4b17edb77f71d8f32fab03e233a63b13eae84de232535a3386b44c9bf2dbb95b\n\n (For ppc64le architecture)\n The image digest is sha256:9154fd7ab04d202ecb43304419e5974acad03f16a9c5b61f52f8841dd310269d\n\n (For aarch64 architecture)\n The image digest is sha256:ce5d55048f0cbbe54394a24c37e54435e1c5032252eee4dfaa1d684fe00f7cd4\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25194"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ose-cluster-ingress-operator: Remote Code Execution Through HAProxy Configuration Injection"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-16T08:51:19+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:490002f6d1363683178f4b9999f52602588f3cb75a9267a190fdfdee06e2db7a\n\n (For s390x architecture)\n The image digest is sha256:4b17edb77f71d8f32fab03e233a63b13eae84de232535a3386b44c9bf2dbb95b\n\n (For ppc64le architecture)\n The image digest is sha256:9154fd7ab04d202ecb43304419e5974acad03f16a9c5b61f52f8841dd310269d\n\n (For aarch64 architecture)\n The image digest is sha256:ce5d55048f0cbbe54394a24c37e54435e1c5032252eee4dfaa1d684fe00f7cd4\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25194"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-34986",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-06T17:01:34.639203+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455470"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "RHBZ#2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34986"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants",
"url": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants"
}
],
"release_date": "2026-04-06T16:22:45.353000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-16T08:51:19+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:490002f6d1363683178f4b9999f52602588f3cb75a9267a190fdfdee06e2db7a\n\n (For s390x architecture)\n The image digest is sha256:4b17edb77f71d8f32fab03e233a63b13eae84de232535a3386b44c9bf2dbb95b\n\n (For ppc64le architecture)\n The image digest is sha256:9154fd7ab04d202ecb43304419e5974acad03f16a9c5b61f52f8841dd310269d\n\n (For aarch64 architecture)\n The image digest is sha256:ce5d55048f0cbbe54394a24c37e54435e1c5032252eee4dfaa1d684fe00f7cd4\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25194"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_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.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object"
},
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-16T08:51:19+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:490002f6d1363683178f4b9999f52602588f3cb75a9267a190fdfdee06e2db7a\n\n (For s390x architecture)\n The image digest is sha256:4b17edb77f71d8f32fab03e233a63b13eae84de232535a3386b44c9bf2dbb95b\n\n (For ppc64le architecture)\n The image digest is sha256:9154fd7ab04d202ecb43304419e5974acad03f16a9c5b61f52f8841dd310269d\n\n (For aarch64 architecture)\n The image digest is sha256:ce5d55048f0cbbe54394a24c37e54435e1c5032252eee4dfaa1d684fe00f7cd4\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25194"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc8af76a34d2744241372da99f99aaed094ab834012b0f9d02d792e72980529_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:5a1f13a9a3edb3b54c67416d67f95f081c3dc75afbb979a6d9f8a29d86edae8f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:72d1c53957ea07656681edd6da3b9a8c892b7c066727cbf6863d49cba166cd11_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:9d35fca883a52887fab497b7ec34639d7554d0f65d8212c2040aa4932f49c686_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:94a6c83950055e8e6d334fb574ad9d26014b92f38a14cf9d14e5aca4514b6999_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9d761a4fe1c43b790b3cbd84fecf2fa633060bd365ef77edc1b48a74b7867f26_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b8701132ee8a7dc4641f23cdab3238951c90c592717c6230a5b03e5d1339c526_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e29931c28d6ee43ce049d127f7ed6ddcce31c808f168be3431ea5dc5993d7d5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:400e13750c8398c3a89351770396f89bd15efb059ed66ff80422e32275dd7c50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:82f3c0fd5254590794c6fddf14d315dc78afd1bdce962fc697a99bdc579a3d5a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cdc85493d3656b76494ef07c494a7546f3ba369250ab0924ebc46c4e9dc74fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d507bf78a84574b0a05bc844d069855c3a827e29962ac63abe077642c5c36b43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0a29515ee2aa03916cccde9d22d2aa1cac84ca41bb2d9f606ad8509d607e6407_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:35d1c1456675b78ec1236f01c04700efa8fc0c6c42cb01673379a745d4b19de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:41aae64dd70ac812324792ba15cccbc292fc5f48a5d78cd9a8fa465582b0dfb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:816bbaa3be315d63a9faa59567cdcdb639f7d515bd1065e8ef5f01b21f7a1c29_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:4e4a50b140c9d7c056f152ad24245abba6ca247824c779da6d765bf84e394815_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:72ec7062a6b2c66866ff7c00c0fb87217001435dc08f36e9f7c49bc9d737133c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a4eb05b2c7a38cd7c76d1e546a0bc5672abcf0c417b0f37bacbf809217fc37b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e561ba7bad57ae3524b1f15d9e08dca3ee56580cb8b941e7e20c3fa8e864038c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:24701bc5a9a6db92fdf4f0e12bd5fff8de217e155fc7afb31f641cf2cc95d4a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:42cc8319381e9be602455f45f0671354cb21b7f09a7888926ba1046b1b78dc1a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:66252add6250845724abf0139a5c48799e54655e62e045cff5e9494ef6529bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bff29c061bfb1257fe5c491e3e1b79cfd6778687b599b3a5a59070855009222f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0db75e89241ad5b4846fb2d75e49f52a76ad9009e7c4589c8637b7e6a8eb354b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:459e942ee31f991b1ea9f586026d7a7fca9fe7e3f705fb3bd12602383ea286b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cc5a005982a5540e666de29589266fb6a714c2e218aff134fc9e7b2611f9a198_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:eb66227be61cb6c279302c3f7f3f98dd48de13ae7951473436bda28ac7d3338a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:96ab2c42ed76936ad280b478d30e884e935268f6959b718666f6da31f6cd917e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e074602584219de0b60cc110baa1becb3da18357a748677483e7b4fd832d4815_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:e9fe71323cb671159dd671a005f9b1e8e1687a178455b7111b39d006eb6ef4d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb1b8415a7a936e671396aae5896e62886f05f5a292a086e59fb9a0898efe57e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a201c2873c9f889e3afd94d11327336190700a9a8202404f572fd55cbd102063_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:adeb3ec21df2002c91b50443a4edd4a6378831cad1c702ba93d1825f5d72d73b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:de154e19ee519587ddf22ef6d2ac184a0aa69cc9f40f81711cd0d0df9c66ca69_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:e51def88510b2fbacd703016e7229a6517ab6d61e85b823985ae22fb9f0f54bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2e8f024d9c6e82011c3c8cf07e5551fbd6975d88ceb9c3e70f949c3e0c493b59_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:84cf7767f8accb9ff5deda40eec8cce013e915825258035875ad59c38d16c174_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8ad8df77cf421a8795197fa27d4fa8642e2a9c090aca92994638db791d681ce7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:cef6c3b307807a1270b98e22194f2a0562b947a05ab10cb15791edfc4913a9b0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:068d3e3201822b82d88d7c4cf90656ba030b95482707536a8373856c9d7e2bc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8eee73cd69c60583adbf02903465ac2b5fd903e618a205b4402b4ad083f65239_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a796d21fe5c890a76cce71717a5244fe4c5cf234fbd878cc815592dd5301c99c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a811a548aea94230c3ce03d252b549a1be27cdae7d49be414c435577a393d5b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:359fe0833aa5fd5914518e7bcd3aee980a0b6089656f629fca7579681457567e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:447d4d660d043c4caf3ff2dbed09c80a1b3cdf4443cd3b2572fbb47117c961da_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:48021ffcc6f3ea49c68b1106224ea0f6879365627473be531eeffa1e365c3ff5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db196057292c7948da37a0b46fdab1bbca04e208cbdf7a25ae73acd644e9dccf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0ecf959b83d1131950fecbb6feb35546cde0de2510bacacf2c063536587d5bfc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:29ff541a825c4a29c68e90c3586b85c5f0a0fbc1086db27055aeaaeb65ac0769_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2c357124abdf16ec2758403778fe3447b9d727f62f9d38a16f921f363542aad9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:349eb5ddcd08e018f6fb6c5d96471b48f7a04c8f9eb7925807516d303e89ca30_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:06cebc701570ba3c2a041dbf1d785587a96c1a43726165a55bb63a32dd0848d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3101070bf37e01553f9cb5a3f0c7992fbc00a27b6f330faf7c1a2d2944c9253a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:6faea29eae8a5514e953f25069293f584de01b81f0f13ad51c89dee06deb1ed2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f731c7fea697b88e9bf2d37eeb2b3fdfa0953dfa8848f8151c8a51f4fd376900_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2bc25992e00a8015acb321eb6d5563ae04654ca82b1e7bdeb29650497522e450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:382dec86bfa26838b2d844ff60fc51e485dcebff7df2b8f0365b5d8df5d94111_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84f950f73116fc0448318ad456375db3b19355ef92e74bb47801f1f0d3dfb9a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eab72790b5787c608821060eedd6847173728e7766620ab31788e85baddf0586_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1394de73925d6a29c2fc0c9a7930b4508d341cf4aa06d4633b41553714c45ce0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:387ad68458a856eb47e59845a2d3003cfbd771544c96058daae16be0737a8b3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:72ff381d7af712dcca7d839a06374df03e6e9504994e4f222ad2f494a8e3ecdc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ade826189511aa86dc37212526d29577e9c8ff341965f986132506b1bac4cc0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2615abf7cb6328dbd3576d415e76d80a40683d52b8c9b5d1e60e9b076df2630a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b493b297531ace7659a8e62a5c955a894e7ba826a250a21febf5ffa963543bf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a428f3a267e06d5088080462ff2d411273a16a99b090924914925efd5ce4fac2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b7cda01a3e5ba9eadaacd67c3b2239bd881e2d1d47b769d31868bb9b5778ced5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1fe85de03f254fac02e343383ba66a867f9ae96f334942c56bea8bfc798b4831_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69ff8c113b72c165088c4a95256b420815c788670ece5113568e5fd483a2ecf0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8fc90f8acaa5807303c033cb33f38093c42bdefe213a513b99f2b0e5041f25c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f86a587bce586411c54ffca3cb2d29c5ea79fc621831959d9bfd78aeceb881b5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7e578708afd4270c5775ff50bdf2e584b4aed57c71f0d450e16a08900ff6c5c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a8eebca08d59be0f90b90d7e3b04eed3be0e5a7e363587ed78e2dd98138284ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b22e267810f8d6ef0ab01bbfa641800452e5a8afa536842db04ce6b2c2e75c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f00de52c0c8137c545495922c90c353752739962d6353cf15be5b5ce2d66ffa7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:00a66b46989dc74cf50d9f696c383e5cc1d5fcbc10bf26113f4eeba0e5d637f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0d45019a12acfe9a892dc40d31d4508e0b74892959d4ec9dfbc415961f1b9a1f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd01c81ac05a492864a3d75832cc74fe34212a017bf9d24c4e72e6dbb2a147b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c3f2ea8cf86ab25c0a579ff58ca062f83d214a552f3085b96bbbd0555b49509_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0d561ca2a9fca0a50e9a438a7ce9e917fe969e10988e036ef62717ed1837d6bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:568d064453bff1125f0d2a9efdee75e72b571da8bad866d06dcd21ae77536306_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6c3169f781fe6d89db7196f6362a2eeac811fd8be9a0b2e189449fa68c092b57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc2804d554c2e336b703a1f24da2ee46947a48611d36ec82247d6e5e76181e7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:022b0c8b12c8a6f77c6e51c1b7f4ff6f4cda78f172084fba5898567957494457_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:047ae0f20431c9ab0b8a86bf3225ac716ae7e00f30cbca193243cfecfa8307e6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:21424638caf1bc127c2535875b6d5aada6f7716917d4d050399f44c1ea69634c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7083759896a021ca645cf875d3d0bda0ecf2ad40df12c2d6a04a19fd5a894e8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d74b402d393868e6c43cd79545b20df323ea4f0ccd7ec6f4a104151bdb44ad89_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0d7d04445bfa5588d4a3929561a50bfb3064bdfcc025019e5d028ebb5d0585a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0eede33b707d274e88c90d02db79f2c24be4323c529366aa8b8ef663daab45e7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:642a6a44c5ccb63a380ab4491670cba18ab29f9b48adbdde46a632a911d0afe7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbe9a3213b682f2c2f0ac5c169c61494c68db78077d587446f4dc7219285cdd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d5d24c96b302ba2007ea26b869650ca262fbd4cbfdfd611bef06dbf97373a4f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:724e08d3f34801f07849363209eef8297511ed55a743c746bc95748067e4b25c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59c383bd3c17bf1f264526cbada3c389cb294c51e65dcd6dc2cb51ba6d12561e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9216ada1745ea932f6b4361d51379a58be4f6e16adf7067f950d5060ab4acc6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34d037640f44abccfaa7e332b529d14e940528bc66a95162b584218b7a08b8fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7cf0c113550819a9a361c429fef5073ac967762446a98119e5972572102186ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:cf6f689587439d3ce7bfac7940006ed2b176bcff1989086214588a0ec14eaa7e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee10ed3e31963017d7c61ded031583c6b390d8c9858befe123200615dad7de11_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:3d271a454f43d533bc4a51819aecbef60c14f4c69208baf8b6c7c1f832354092_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d076a17dd06fdc4dfd5a87d75dd9232cad1173ff68c9959d855264b6618e4a51_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f0bf8c18606e52a52d36345113ce600f9cdd79e79888f84cc7dd2ab134ab562_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:608e5542e4c79ef0f090b83cf35e964e2256fb35573e715129d6403cd5b39e60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:77d44cb4ab7f9cc996b4e733c548feba4acb38fc2521c351f5fcc15db68212e4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a230f5646b2fc22bf729609df1d373997d9d275d44e77c779fd8dc9fc23396cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:79f828d7c17624b9983b888aa8559867a6c22d2a260a2877f763e4b118942ae3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:df6773eeece9407022bf7e414e841bd480423c07697eac9d28d28b88116d9d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05a4c11fa10408003ee9415d02a4463f003e526aebb800b0be7917ab31d2a9b8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:05ad2184c63e0c48d8e3b6dbb05eced2e8e51c638a4c1155dac0e7cc6ca9683f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3d4e9ae062a4c710bfab2951c8e2a3f6fa5fc3100cbc004320872b680d0b273c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:9a7bba67f0ca65d0a27d7c9252a50f4238b2c0fcf1e0cd9f820f4b4b2b1cffba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:691baebd1745be7bc256f1c3e0d53afbb8815489c4589c6ce6824af5acdf7314_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:9a4863ef76d07f1a484148430af50b18d9edbadb211b106cfd2aad1a10f420fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:05bccbdaddb35a3078609867515f1c6597098471017cb17523beb39b7e711d3f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:3458e06ac5e418f8a3b179802529014ca14c1658082b2b44ac8eca7c2c7c61a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f7a3cb0093398ce6d19699b1a3b1d6a94e413387bc1309c243f6388ae899ba9d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:faba06756db7dd76869270eab8a224e101004e2419dadfd18f67fd458cbc68d3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12e6a65263e5f2a38f9986a8064aa571b8f0eb4e2884bdfd17fe82e971e1d081_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ee5856d5e264b1375efaebdb82f634640c69dba122d5919f8fd1ee3cfcaebfdd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f180e8fa577cd760756f49e26ac0cc92d6a8379d2ea554bec4b9dd10b7db714f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f37d048762f90f8650cba96aa3cbf418166588f2fee1ab1714856acbab217982_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:30e1a5dadf5c7efd8ce089a815ee13da4c32b41dfe708e0368f2b7911abdec08_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:33321862c8fd87d12152c61a1d1896b36bc91a7c838f67aea651308ccaf640d9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4898d02e95bf28f934b492ea5ce4b86c15c0704b30b8f6cd36916473ea1cfed9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e0a2d3fdc8bb1e3f1b506313c2709c5e5c650cabd469e814c8a2e4eb1d720a8b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:26472ee9b1c4ca34e85e029ad7a5b9609d0bdfd0cb48846235d1caef5b7fb227_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3c858d70dafa3fba2a224b3d2068f8305c2672af1021ce8b8209177e6d1cea45_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895336a18cb93cf188f2e3e2759c90d7a9495445f77bd03ca98d93ba3a2d053b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e6c4164424cc04ccfc6779a33fdaf100f5176e59dcf467756e476aefa24600d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:29a5e140eb9fe27cce44cc66def33a4bb4d36bc545fcdc0215630abcd480fb01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:897841bbd9d6ddd064e4bedf3ad08592165266c3031bf0903da98b3716864e41_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaacda61f1a4fc30d9314ec3405f5c019d3cb3e8f437240d6da1902e98b80f75_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bebd09ea99d761ec610091025a35991e23a24cb73e3018d12b12b6a836af2253_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b4f6535feb917ce757c218b926a537cf8a53e319ba1ae08314de680b77f364b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1b986a149dda32c2a2141bfa82a5059616f529392117a73d8465762e0c50bb37_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ed35540ab1c253c28a277e9e3477e32fca3b038447a80bf45729bd0100221de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:effb980a7afe282cd37fce65dc062f8245b37b29e5d877f341357fbbdd7c21ba_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1fc1cab09c28eb4cfca1211ab50b2eee122d2cf836ff55ddb048cd35449a9352_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:27d3111568d159a4d91f9c00656df6f2495867eeaf6aeff414cb7868203ac8ee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bf048344587167aeafa439c361e890baa46ab639c25d91bea75963c82763292_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:efdaeeab84beea05f2b3c218e0c182be34af50f79de4ce5e6d4a1747eb56b9eb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:50c20d995dfe6e36da4777c768b84659ef15ebb79172b7a1893bfc1b39d685d3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:6e5555e03a5b1f527eff4a002dcd3ecf38e0202fee030b28546a6fcbee7cd51d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:885b329fc6383102413e37b781ea89a4aefde4a2886cf565a19eb58d5bf60a22_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8b8578eed0ce74052e564ef6889d38d9b0a0ffa3e2aef9fc839ec2e4774460d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3a260d2c2bbaba5a20debe822ea9043e777a4ec2b93954ffc1eca0f871a757cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c80790a61d6e088408c526a14b938566180f11993f3c27e275d0d80acb6da626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e1cb8b3fc302883206818ab2f074b6bd6929f9ce96f1d7d7e7058a9397bd5ce2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eb231cae26377ec639abc5d5a708df2b59757a69ec6f8bf00658117fa47248d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:249dc00b8b23e9465996084619830089b7a1b0f6818deb74e49579ad48aae1a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60a6f160fb6c5a1988d4a9388ca2f0edea4194e36887ddf98a280a00685fe3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:675c38fda8f7cb9bebc4a7583c16976b0acedf6a340a88c7141709feaf113442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f0ffe1f5fcf33bd5222e90dcaa867fea330358fb4e27d72017b8a222a80b8794_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2f04fe192d18130ec9338370bf5012a1a991a11ed37e62a335cd77d00e041da8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:634a0563f5bfff8be90c6566be754c95d222d45fa9a33c43af445783b72edbaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d57415f28ad2207623f2429eb0fb741aba2e0ad23010c4f048402544b3adf3f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e41575a440fc6fa1929ecb9e355e9a60a1bfdde7c1912d53aa11a3659b534d20_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:495faf2c3c10932b6581b80a82ce5c2378cc7af2bbcd9077395cc180c204fac9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:62f45b80a1ca89ecdd4154dc2bb7a795470374203b60de437101dc8e8ad73651_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cd33b32f954881a6bdc848e457e7c8eae6af31b0251a7aeb42c78d71477b1ecf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e8557688644266849c934c88e87accc44af627bceb6f315a12080c2df7cb354c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fb205bfa0756c79e6eb6a9fa4026f4678b4bd94c3b059279e5349f737243448_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8d2db556096ffe9e167cd8920b6b857eb6dc8ba98bd7dfaf083e7a41da837e50_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b2d1819a4f467f51bea1a89e2e165e02390748e9b7f686bf4d81bd990189ae75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:caab549373e7462768f9801b3729fdb8fda533b3f0c8dfa55a33b9034f3d0b03_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5a2259f7420ae0ed8138b276b368c60c61815804b88a7a6a1eeb49a3f9a1bc3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:70703c24f0155565e50d675ac44b03ab6f2a887425414d583ad16febd627b987_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:723b128bcc912dc04cf783cc39cf3c725e04f25fa68c5d2ca651188e01b158c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac2bb222db1bc2fcf125f7d1f849f1902d4615e15094275dc7e39cd2825b083_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:56e9f6be8d4c7fca4a5671c7277f17b98d72fb448b633c9a6e56bbc3f6cfad80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:999730a10ad6a4f6d59919547d8a241ef86c084cd93927bc80ebc952558da398_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9d29a9be3747196711043d6c2fa71846bf6b783a45fb13438db1ba885562ab24_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c1938f3dd667d6bb18b2bd6c8bfa6b37bff859ae7877ffa8cea2e4d4adc701da_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:48cf068677bb65d3dd7faf559a0ba26fc9e2f7b7f041c2b49d4de9fa269a1305_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b10eebcaec83ac6279a8ae76add2080dbd632a8f402b66de3aa76f5474fba04b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ed750c4abf04f224016bb7e35b2f10571e9c2758892ebf65e3aa24fd0b670739_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ff995569d8f15bbd632920b97368ca6ec055d1a555101b6ab8822ddcc99b2505_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:50a78976b8d5aeb0919da2f3f10d1e719d3002b2f77a94f0682827cea3bdf9d7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6fa5bb66d05df15a6d5b0a8e455c9c5520907abaefd2a251b397d2e91c286203_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9d2cf3e6dd112c6a1a675eb95e1492010bd4ccab960db9fc1af18eed17205372_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d38bc33beefc743e055f18380cb2c6ad6249b2ad59604e2b6f67728aec8fa5c8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0e33274df3bfb0bf3268983763f80a74f67c33b64a25afa6dafff4450b2eac6d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:afaac0ec144f6114dd5b1c507b735972486ff82005ba8110be53787d6853f1a4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b4aef26e65bef8c88b39d548258e019356fa07c93678e4f2701e7d003493632f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cf4b71012e79099aac4b5f70e75362f7cc6361a92d7556607c73ad73bac41e55_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:075b5981a4c718ccd3b39d7040dac572111467e8330eaa85f77e01d31a304dd9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0fbe3c81bd07599efa69a501740092d0b0b71f8b3570e25bdd5d9f09aefbc02b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:77e97e1c5ab32d32040323326dd777347d80463a7029351c5c4e736eb9fcaa6a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:862f3a00766e8ab38028f37342656a7cd3c7d156b020ebe0f79fe7005b230b39_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0aae25ded8c75fbddad317bdf155eee8b794bef8ff078decc043c7f893f7032b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:870f22defb65b2ef56e1823e6ac6260397d56a6c3e5e5f2d88866dc4ab48d41d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:983591ad68bc99bef14e04a65d2712059bc873bdfb07a67152d2480bff3dc18f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aab4918d1518a3bbb5e61e9b3923257a720f4174604f3e367048e5c179d00487_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1619576d062003a32cb3a6850978bb91d3786826be06e4671eccb9db3b21d778_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4f849f22ed57fe45133633d12e64d25e0d8250d04fc0e87468dbdc277660b0c6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8c1b0f132dfbf51224c989ee4dd4e3144ac014dd0ebf644f0edb0f2804f49cee_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ab8762c5e29c34dc5d2d981b14c162c83fec934c7b8733d20f4b564a1d8563be_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2dd0037232458398d30112a954f7e00e960fc2b38a65dad6525b9ec2da10d3f9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3682dd3777404b5391b36004e96a2115ab3aa26e1e89a9095e151ec7dcba55e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4123adc7b32fd1b07ac530b64632eebe2f9af718ec5f1aa7f1cef50988a8f8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e668799330d027731ecc8006fe2163760482ee3376501d232fb890b0f8e461d4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1e81a588c8faa06e846c6e6ee815d2074ff72c7cf3d60f99fb684bb074d57d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:647e53e9644ce6f26ec5fa331230df57f75c0bb4bce19c44567107ff78cc61c1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:747eba2bd1d94e4d894e9b9dd92c4b5ec2d73f88fee3a8c417076d62f1037f50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7edc8f6094ac624ba67dcad00f6cbf7da235a728f23578853f2c63e5e9be7732_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2e975ad3e91e8c2a8be4493725733d615de803fef88aba0e1123ae9252e8f6e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fa8d8ba0d64c4a199e6d3a9cb5f5667ec2dfcd7a9175c16b63f10c71d17ea7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6ab57691aa5d648445f9a385e73c84c849dd8960663fed8ce62edea9bd75be98_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7608ce18a1e32a61151cbe2db6b19d75b2ae9f62914002182e4a63b5d7602be9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:21c99a8ab702a6ef0157bcf55128b0316e3ee3374d2c4ed237458ded684c7773_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2c0f7f5e8849e77b5246b414d64ce097cd0ff1cf4391b0113539089d9793f52a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9276cf4bdd4aea603489055dbb1633e90965d890fa9255fc6e89d1685a7d6ec2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:951ae359f43e3ed94562f7ace3f4e7bf2bc79893645225b7a79eb29f8a23bdca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:36782eac3d390ec15d679fa736043dd5b4fe3934946deea6bcbb1b5d6e53df44_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fa60458da41a1a95d960160a8621eee512d2c3eeb7ef5c2aa44959d37750627_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6ff90f43371be86eb66044cbe19286489b7e86d3d05ff047e2acb941c40df396_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a62497b31d4bbdb45c570c918b4c7112c5021606074007e97411f05ecac8c3a6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:442fa27a077177220e08b7b7b4b519065a63a3cc25b6c1a21c2fbe208a1a0d53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:451e4d1697ceeef37a6efeb0db2a1371e0fda7a0c10873a05ce454b672fd23bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a42b7e880b970f8adaa1be704e1fa66d04e6021eec5be98a72d8863fef3a36d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8b84a2a6c950007eb89990d9dad8ee45fe1a7d534967431496d8ac213ddabe50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6c04576e57e745385a5e59b379b369970bdb9dadc94856bd92cb7e4a6d0e08ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b35c96e68c6c9d2ec0b018cb7c9a5942dbfb6ab26d068ddfbeedaad7ac332626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dbb7a05d106b27b144f420b6800954defc1e11e8d03a4faf3522729e546fdac4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e7358482cfa1dc1ad0b140894dd0fc5de69d07ec4b889f4846188428417a58a7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:19f53fc1dd680d4e2340a4d47f6eb96d641cd68b9890f1d47e71a8463039788e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e8e2291b1555c34336cb6e3b6e2add862573ff5bb90ecff9cfd960de3d98f8a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c33db91adbd845078886b330feec7a32b47fee1bf95dbeac720e0511ef63a252_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c5873fa0a49209bfcb267f5292e191d1d5a2858c1d723a4398b2ef5b0048bc1e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4791113dbd7e57fcb4eede8d8bd0c37cfcd55e809aafc932d2adf3dcb7e6cab7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:766fbbf81a6a7c875f5143346492fac89ec50f5dad6bccea4c4333170f89803c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b5346034a9150762a1c16a6f1bdb2ab47a27b6781080597e6f7157e5d9b4eb09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ee02b06203bfaac067325685d26b5e6d9216e749bf65955d3b3ade1c28aaf9ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:295f2ddc5fc0e7072de36a187993e42ceed7b40952e2d5d24c1773428103e9cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4062779d584c167da00e57301d0b44644359567cf5999f5cdc3cf951c39e9a9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c61ee16f34a71f36789f8452ceb764037c38e807d1bd059819dcd39810f4556d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3ee72f8a9a95ce0a4d1733d3487eba0b30a5046e025a046707f0e1a516d799_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:036457eafe5c0df3bb9cca3a607126d309310835f8b84c8113f5866a0ad1ff75_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bb4f129a86fc56c03fe46a512f2d264ed8104e2bc11cd02b67e1a53e74ea7668_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e59ed6810fd37ae54dff3fac65e276c2c24e8113bd2829ee0b60586546dc9f09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7faa672e8c9056ce4cc3a52b51f83e351ff46ae298574dea6da020ba152abaf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0113e6b1c608169a71246a8b99af7e17b71410994c52cc93305dc7b975f8be15_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:075410e9fa9d91d376007781d060dd7dc4e9f1ef157a6a63cb4bb6a80c567422_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6d03c565df0ad0326eeb1193c91dec6f60be8711d1267fb3be8eca18007ba1b9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e4a560e9aa9ee03b132a103c143f06121a1a11982ce727a839468e71c1dd9df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:89feeeba3389ce75b7fe00facabfc6e3a7aa2ada8c991e42eb9ceeceb0d57dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8ce39e04711346f0bc504fa09c92af6fbf0e4b76f60d36a2a2e2b0a581f3ef0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ad833c5f86d03ef225f74b0cef923488bf0b9afe4034cdb7693b1262723f87df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:eacc38278a0f1c81bba42b91afd1d57a572586a9ea226d5527295e4e5bee7ad3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0085fb17f87566517b8c65c67adf92df88cf8283f10e043ead8b259be2648ef0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:814f0cb811527718bc88855e8329b4e833dfd9cdc9fea65e2491c3d1fcd4c380_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a901c2c41932ac63ce36cffbf72dec1f104dc196ef34f92879fc7d377389770d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d35ead292eda959448895ad7ae88a52b6975bbbef667e6ab5bfc8cc071f453e1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:bffa8d0903a0bbdbf19422c93f70ba5fc79cdd90343515909bf01d61771b9418_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ee540119a93dc1adda50689bc1df1430245c86d03c39d75641fb2a3925d9b0f2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f2553d2ac49ad6c4d125d1808b20c080459a0267e118a4d4ec5d65863dd3b52f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fb172d8277215d74f973b80314feae0a4c5ec450f722ec8ca7f8eab275ce37d4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3e1dc3b0404cd3ed67d92d8482829b9c509aca082a16779b042e69a16bcdc403_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fb2cbd345a0b4b5f255d51d0962644fc0c2ac1d61decb9c73b4a769158c154_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f43082511839e4094b0c228cca4363bd8043d6919c4ae8451442648f21b381e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f4efb47cb2609edf45bf06fe8bd594f585ffda93daa0ac531e76d70e6ada44d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:25a3abf7d3e976cceecad64e8ba12e856406825ca32bcf84f2129c08e8f43daa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3515480c02795953610e432da25ef95e1736c4d10bed8931d0a83327646b0675_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5c049a7348f4ff70f56849fa3e887cbbae473eef694e652c2b5f250ba554603c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d7693bf64dcb54fce3f918d9df23cbad89bf1b6ae0aacf271ca89b9d885ff3b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:23b503bc73a7526e5276c3087723e74e4cc8969415b983aeea17acc57eefec4d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:49f790737450fb2b069e2a40006dfb8b60fada1c0be0e42bc07a3a6fd3c6af61_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:509addcd676fdc48f1e1869daea279c1bba4cced24741200d67fa7eb6c976eb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e879a37df7e820817303733d15247e47581a9da7cd9e5f315fd27ec53dfb80ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5c83b4f4a1e9f3b9db22577f9f07c5667596bc6255e09790c2b823dd1dada137_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:905a6b61e3311f176dbae6b6bbbfc30e728f7a3b43eb99193762f613b8b78347_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa664e42a5639ceb0cba7158d6243ab6241e14776454061ab0c5677f13920cd8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c93e967f8f5deaa7cd6eaa5e60be8783cc0fcd98f9732de7d972b82dd0ad1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:045c9dd8a74eda1f5508fcb814958fbfe8bbc35902b4c7810977752d6bf693ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:666e4eec50dcf497f156a8374f58adc22d47e8e17798da914544fbbfa6fd93ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a340412a956f6975fb66ff9144353e63224ccfb139336d34f40fc91b65d12c18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fd9debb816c6ca1d2c799f6f499a665dc06f93361692aab94f78c0d23310b3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ddbeb3e0445bd6b97c209511d90c60d8083203208fd05f6abff9b1627c0bd44_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:607e7d1c470843900487f93908f3ab3cc2339f4388dbeafaaf248e7fa17e1953_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66c5759042a6f79b7232ed855c198a8e30d08caf563deede611515d5a8c174cb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:86ca12d5d4c95c0d441ce6f613b10ff81122af0b55e30b9782072ac28296709a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1920f0d11d15d8e8188480d14f2aa34ff57690c0c91b7ea84e169514d70baac1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c36d60359bbfd1fc548344d3d6e67fa74752c621377552017029a96a8038b214_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e810c47591ecff59c57d85e609f1fc1f5e6a4b29c5f5f955c4253f6652a550c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f9af769a21c5b0b8e7f6107fefcc02699cb0708366cd5494b93b0e6f5110e874_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:11e35d8ba0e0027ac87fa56daf19f27f6026a3d02b2a84926fc9fd5b1a1caa1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c476aaf327e92cd62db09140445fde6fe0ca4b6226c5537d819119aa5a6baf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:677703f72a5e7e63ca9f94c71a422529bcd7983dd2d43c2d779ffb240b82ed89_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:820f1654bab9eadd91aeb99c2424a931a5ab42816d8d7752a446ae5d492d1f2b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:04eb561c13998bfefbfb40bd9a7a6b64742f4a18cdea73564495170f9b90fc45_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4ba1f02b5ae4eb13d5d1c60c18a8bdf2aed0b7c2b7fb88dbbcd5593929e2648d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d6a20c6e420b7c7ac3de9aff229fbea02e496bdf81f22e3fe87a0b0afa1e580c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e9f3112056b8dc92ff02faf1238099ba597170a523b75a3db0ee933dcc12d0bc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5a322ea3060b423dc6d2ea0f1d5bea4eca64b5abc54547b072c789e738a0fd2a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7e12a2160c58e1cdc56e04badca0c527c8f0edc611be100bbd031cb6fdc03918_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:967ab39d5faad8692fad8539575b96bd146d7819ee8ef5b18d96a6130a884dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ff6e851d3e536b5b6dbac11de39f3ec2ab53bfee1e7212311dcf57d069fc05de_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3c704187125896053cb1814c633f54ab911ae91d1e1a1104b87f05406ea0c08c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:400bcc7b178deefe8ca9754ef16b7641c22fbeb0d3005e6cce73eef2f988c442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:baab74d224b34ac927868f9bbc278a46e9cc203aee9e966c19247beb1d4faeb5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c891a6d4781b807623bae5f2ca952800bfe9c2b53ecd4c6a81653195d753d8c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1c18c3ea801af94f185e736afd65a726c95504bba92fbec47460cfdf4d45ef4d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3ae6bdfcd063dc021e8a5d3387b0ad49113ce90f6954e6b744f5f302c811ec6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0fe4410a832cfc2463db22a4d247fd71c12786a3b4b6cc53fb7e2750baabd098_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8c94e807755b6e4302a2e6ea344ca2260abb400732d3389590b7cc710d1525ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9d43db187b01a87f955d1dd990c44af51d4ef5b00bb634a88049ae5deb33ddb5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ec3cfab1c8e94b719b19f457103e319750a7e599e11da2a77d1c893cd478263e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:60855601fda298fff75935e8e609e418a63d85e6e56c6facc5aae5da5caa2847_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9756b335ea00d9eb3384c52715ed5acc59068466f2a89949da3b20effeb5343b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fa7fe8eafd85b4b6c24d236def847d6974842ac24a92a94cc6e66bfb879ab0f2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fbd3647534d98c49bf93d4c31d44acaba3847e641d6f54aed1c20571c59e8826_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2717b090a00279532b20c829b182ad04e173e07d9889920fdc75b645f6f8940b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0f47319554357dcb99361a79604f57b02274bf1ea4f11ea81946c94ac0e9392_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f4cc72d34bcbb45fe2ca38f3d3fceca18a58cbbee458887a91416a459095ffa2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f602e4e6a9c684b6e66a41d7d7b2c0546cbb5ce46063a9817ffddc45b34b9c9e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6f6b7f71270bf2d337a4c6146c4d58debe7e3ca0edaa69b8ebbc8bf1d0d5da6a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:72b4a126cd439ec205f730b21dc2073d7d26556099194f13152cbfe6cab5b55f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:75ad3d33bebc723f868c9e5d1647342b2ce789e72da7946eeee5336972ce28b4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80f043be882b17620a8959c65b726fb699d6cee8534782169ad048bd76ce8e0c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:522f060cc7e9efbcc2518a2e64be343ef8e2d77068c166c41bb2faf22d7fe491_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a09dcd1b29286ce0658ed18e1101a8a184b999a5ef0ee160de4d112ffd3693ba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b2af3c44ef157778f7be01dbbdcccebb70f34b9813866ce2d45125624f6ca7d7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f42a888fef1d7e437222157532972acf8674405a25491e8c68bd63c9968bea83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:03022e77caf385406b377b868031bd59a7db06e4c647bef632b180b4321758a0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2443fb02b013d93ba9f02a5cfd6440f406fc3e2db52d9e11ab0da25030342ddb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58d71bb320400cd32717e900a7a0f47dd3cf08967848704812373bcacca62cc0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88f4a2850fe48fdd6a0119a452e254a002e26ef61774a14b6dffaf39fa0f78c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:272bbc9991afb1c3dac7958e13cd5d36a8b70c9acc4959353c85e145146138f6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8199fc8fd04b0f504c15fb610142c18606b8fc5542346f1ebe2be73b6b9ea8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb329b44698eb408a3c16fdac81fdda7c751332b4bd7826419e4fa43e11b5324_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e13280aaa5577b9a65ff6e99fecbe66df334559f2dd6c976d4a37ed380f91f71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:38b0e2c6de39f60fb30ba06e898316f3b2f2f85e91cea0dc72db9d6d9b46ab9f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:84ad3ec06ea582032bcdf49879ca13ee61c16743d112b4ded397b048d9068cb0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:85bb44222b38a8304f197eda1e5f801b2de900015bf853b438d8d9105dac1d27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e0c6a8e8792dcc8d2ea3fa1c3d13a7f9f212ae9d50858ecc30d0ddf907fdf61b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c62731e8040dbe1ae70b36c395e2b5298d751b59825b166920a1f27ba05577d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5212f4cfee956f0272fb13105a0526ea145d5194a692d0146bb2ad7aecfcca73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b9bf2ecbbc4aaca34e1a610e204770d28535c54815efb8c8246218f0f46353c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7a3efe225c9de1f2350c9002eed75287d52dc3a9f54ac5fd8e655c433e98d9e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:187c06e67c92975008619c84892d40ff999cdaa41872011d01e68f39e1bf5d1b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3ca572a1d746b6f065bd1aebedae55e89dabf3cd469d5360d5ae69e36038793d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c255c10f17cadd651ddb1ecf7fdc215b4c5619d7eb51f40d8066a2359be17070_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cd8c264b86b6d3341efa6e225a407310735e327239655a8694ce4877f6c94cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33a64b137e1f19773db0b9aed75ffdd3612b3f0b797376cc144c2cd38464aa9a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3c6ba30190eb48253add3761f7c38d82a201897b5f356b4d016df1415538f2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56bbf7adbf99ca137f629e60d4f71b8595541a3a4b02d4191c5309690dd54fba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:cc42ebe6d93dac4c005d029544be537c874ffc63fc93bd64aa0d1ef6e2e0bb80_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0805132752cd89050b7fd4b9f8f49a00ffef414b997ffd8bef83fcf45cd95584_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:11cb75986b40e8234ab4ab583313aa1a9e13eb5064a4729aa06e0f5c30556ee1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d648191a15d650b772d408a9f18f2b8d7c462c4c1fd872be40ef3647fc93d1c2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:dd69ba0d0558421331fbb45da89eaaab6f5627f06e103bde88feac2a46fd27dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0c4ffb0864ffd31f8f4a257c07e38ba4c581f12273f6e66ca549a4a9c9b45373_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:75795d399c40f0f897fd37243c9874f66770f7748fe5441bd690696895400de2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:77956256c89bcaf90f81b6a75a3ce8250ca4b771913120451fd03ca52082d250_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cecd96a27261a2d2068883bcb9c7b13d9b7d7c51585c167bddaf94fcdf95e248_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:32807111a1ad116e07a3a03fd3bb5c24641bc2f9349e4c51439aae0ada7f8ae6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:399960e92d3565c5acb2c4f3fddbd547e99739bf7165989b1af728adc4d988cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:74a11a082ac9002e72284310fd63badfc3bcbec629cdd5c9ddb24aac91c1af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:02e97ab33ba6cbf4e7f1c2e3a37493faee0dd5724924bc42b722f89ac5d72d9b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:11684961ebb54d989f58ad4dce3dc1c617fc45439d1b228e34ded8d577d39421_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b6cc1f0005bda8ffba31e8ea70ce30e0ab31a4061352d1932765512bf4da5e3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1679058a5b9f75a328452a5a8ac7da0f783efd228b0458ac9b41b471763d43f1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bf336b36183a5195016c6ac42067230c76387c394738d24c60e9cf47174c015a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f0c7ac35b2403d4df73208e1c355ec9fab7b0d6d173dc7d139d8a37bd25e1d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3c65f4bcdad29a531867e0713002d194f13484869891bdce3e8b2c1c95fcf2c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4b6d086ccf0c2d4681465e7c350f79c0ae82029378ab47bfd5a80b1021d1fac9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b84c20c24a72e8556b90c3061482e586b58769d0bf8efdcc54fe18ccadc27ce5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:2e3402f2d182a6db0e72ffb573c26561e1e4f65c142f7758cce330f5e5bc2301_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:832d6aeaccccc43437df0f018ae067b993f180dec826e7586f8c6cff03e09539_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb4fcad9e9caa26952f0f0527775bfbcd6c344c78b0e03b2c34d06143176dcb2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fcef54cef2bad23561e3fefe9143063f05e033be6fea66914b71db619a6972f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4c479dc231f0a0da89e88f94eff19353b909b2d91aeacdf8d0898b6ae76010f4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:97cc8891c42e6775fb43897afaedff8fb28f5a7a2d71e86f84a1de37009197fa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e7eaedad4a98b10dfa86edf8398d5719902a32da1399809bbca691f3545a12c0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:efb4921da2ab734c7b4e5f10757d789777ce9271c95b58f58427892844b4c615_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bf819e6470aded48ef6e53ff62f4923e434ef48bc4cf05cf5c32f3d70fa7481d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e45fbb22c6bb760c398fb8784df2910b020c7c09a0a5b54459770dedec251aed_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ef1fb7e1badbb3e4a40c56bd09b34eb4b1c790a8c98369100c99313b533c0fa1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f7ee29f3d7ef9b6fd89595f7ab1f82477c9ecc3c7b3f13d7bb4e225252c0c42f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0693fc93fba0d0dff7dadca56f0af8f36486448f5ac9a48e86d123aafa1445d6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a4f331067a5fd5d6d810de6afe165f6e03a99241f001f8d56ff066836bfb5d94_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c3a856556fe29a6c6bf2272a35adf703c088e2c264747d6f533cf0461b69d4b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ea3b2eaa356d5d4d10e819b8a1e4777dc60b56839c4636eaec7f8ed9bef08890_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0a39e2851b887dd3dc1a8156802548e04e49b708d75b631056567baa48ffbabe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d06dffba2488178c7ba77a94d289dcb3c3067f9f94f8d9b5c536cd409d42eb1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca876ccc64453613b408c72577d4a377224e0f253b79c73731a2c82ef8b0720e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f88c40830c083426e6a1063a3379ba0b62b59777cfcf3299420ee9bda2770d76_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a3a46e1e5d390adcc204fd244d8fd8e99fdd17f0eaf3d8a31d2efb004ea6086_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6f33623bee3a1eceb7b7b7bae569a74b923d63cff6dc6d1b9a7409a67dc7eb81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:61c31a804610ff5e28a88519283ccbfb20aa18ac4c458deb4a7d16f4355ff177_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:be3a631ff09cf4c8ceb3faac444eb9f092b685a87390bf9b174f197e24d58a62_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:da0418548083c58a61ba06f3d926876b02e7b26574d01107ae721032f3849222_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8271bece0ac65f6d63047bf524628bf3093ab2367baf2a098eb76e018a9950ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c9f97f6dfc5bb89005aac867cdaaa07c170db1b58325dd3025078b732ee8ef8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b8cc865bc32f24caa58882fbee73f14a70008a386c62a7ed7145b6c977f51d9a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ffb933e7042de2f9a35bcb3a9345817c1b1745af190b2b8af11f8472a988b97e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0e7a8b9d05af731779722feb5bc739a09b1040b53bd3945a381355c8b5d4acaa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2fe882a84cbfc62b3a28b3a8cc373a4e1501e8da640bd51af7d231903d5a9a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ca651ec4493e5f9edcf2ff344dcf55334eb1da17bf7915ece93ecba87b1d05c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ea2afccb879a8b58e56eb0362cb09ef9ca35273fe2e14d871aeec083af216d9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0d07cca992bc9aa3678053bd915e679d3c3d4f020f17d911af9bced4c2abee2b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:149d66ce5b3e898211e500d00412a9a7f6224fbcd5fffffd0a7fb8567f20ca01_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:941857a1d27f1eeeaed2c6929af85641ae1da40a2e951707d556e167f08e0f1e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f67e2be2c2472f77239a6ee24889789f1ef3187ad089aedaf1c82f325c695c4c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5f2fe3bf81c34915b0aa4375f3e389cde2f3f56a4185cdcca12414b6c8eb5d53_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c4b4ec98ed5551db19f0584c4eaed8b54f26de989486261c1017982401804a47_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d2de24245b85841df37e0d063114d35b0171a736451b169d447559cb5b594c54_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edcda1cf4f61f2dcb04e6d4f9e334b6bb239f151bc20e6297af6227245e3c213_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:205f81f561997730d7728b78383d4565882ad4d1e876351358324c4b3b9460a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2af1363e9ffae88ac19145b5797cdf07f4b72711b0d1902603b9a33161e26ee7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e63119a090ad86a031102927f13ba90fb1875dc4ac0cb0d9aa931538cfbff70c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ed1e96e68a4d3aa249d65aa12b51709786f00a2900b61cba5e1569648210ebcc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4895bf3492da904f8fb8ef6ec8edac07e6c2abba8f27109b4ceaf7e58f24cf83_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ed7a2a0db24526fef0b0b21ac5c857cc929e2fcb05af62223378f5810bdbbf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:41b04aa82f710aad06c0f5d9c0085dd4a137a3bf5a1fa6217269772bbf0e4069_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f506615cf0e38f0d56e8aab10268ce659249224704d7e6a45c40d536aca588ac_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:02475dc4e51153ffcd0235e5b9a70d24cd99ba6636f821ef470abe741f8adccc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1d6e6155512d5ab3650783433a67d844805e760c8ee495d671f84345fc16eac1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5961cfa69ba4a223c9a7ad6d9236635e11ef78e65a5906ed7fd5897966aaf6f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e617076bb651a4ccdc7da962fbe3b74504290d516b98197b1e315823e6eeed77_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0e76e39672f106d558f210ab280971e5b200bae4bd8bfb4a88830a15007f560b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:594e4ca2a11893252f806e4499bcd71868a0aaba35dbc9f0dedb6ad9273ae2d2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5b93328ed2826c8b6ee2c8c95ba65df0152dc3d06e7d9c531a855b5ff1444795_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9799236ae840155f6138e15f080a30654293e9e112ae93054d046a5882e43a64_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:49b0af04dd5eb92d87e8c1aa62ad1a21ca937dc3c0aad691312c21d670f35cee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:52de4e3c877c22c2e5b39cecdb9992b390c3a9f924a67a20a213fdb711b2d6eb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:66034b90bce5bb52f1d6f4ce0fd4ca0b476c4345e21af36b8dfe02a40cc228b9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fcd4f32783510721d8e1a61884428d56f44b175c8786498f13f6d554f969f1e4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:59ef0af7d3d657562ddeabb3f518d7447cfd8c891ad862a0dd855ba575e2a6ff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b84ba3299dcd776ae96b376c2fa76aa9cc6539e8d1dbe15670d1dd897cebab9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6f533856bf4cd188da4d60b5360056bd7d509cf7589de2ac56a54f436754d51_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c8cd63370d912427e3cd3f0bdb8ad9195394b8d3a56c928af95a8e9c88ddd78c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1a005013819972653f022099ff54729ecf8eb7053d3eb30ed2e504140772dbd9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02dfbf56facdc1558be98ad80b0a2dfba92a79b6d634b0b6d1befb824863c02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d9d6997740ea69062d2c9c8bb192a0d9d153f30cebb014bdd9e9643cd3ecce29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e49110fb2f6d5ae11ad2ad489477f8f18c859851196cb123971e50d7e2b6f830_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:abc13bb343c6ec5a68f4987ebca21bfa79769952c0f3c23defd828411c961c92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c95dfe05b3340d3ce45953b01297bf464d0a35b4c4a034132508164cd738b176_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cee318a29ef3e84eaaffd252d32a42c10131ebc7ba934c89409d609600957a09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dc1194df9404ebfa5bf858fd3ad639562a8ec70e87110f7af0408965db4d6ab3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:2343a7a5c5beb705d1c859ea9957213be3065719bbb97de5e863854f6019c65d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c175cd05d90606b307adca4181fc2b289500e9e8a1b65174444ca9f620967726_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1c1b5eda0f2d1f6f5402e5083573fae9f992859153343e2e9f0acea2b401d7ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d8c8b019122a5ffc106a4708b712b3209fd5e0d41586c7639f4bb3a4a0cf7f30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:39935d09f7f6305e3663e53b54111f98a4637853e16dfd046bc1aab1c0f1d4dd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b9deda017b6df1a88417946642a9632ce50ab9af49817c7f97c7a52004535ff_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba4801a2fa45953525ba9e30ac1d4c1663bd94603c2f34aaf6580f189f06d89e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:16642e80256f321a882a1152c8302f0e0894ea7b0be2adf2eada9c415453f64b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1da2a785a86a57d19633faaf77c3ac6b719578ecfbf0172b4da17856210bf6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aaf76a40f2199d37e8de595bbd40283347b27973c0b1e005f6e5cdd7ce17e3e4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee8553cdf259dd76dde82ce708d4ab15e09114802dfef42b945cc2cf3ccec268_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:58be071f4a84b4fd10384ba6d0e36037a5405cb23b62aa8575ba13f5a523339c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7be65a041870dfbacb1803f29ebdb2c42fd19735ba0b709bb8b5eb94b4d351ae_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:994214cfdfee89863c780fac43e09c214367e31a102fe7cabc40fd2f47770895_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a2bc78f5e4f6eb85532cd74efc73634b505c37bcfbe92784ead353aac20041e2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:41f5484c2dfdab601ff73579df9e81c6d81b86808f9afb040512bb9472272933_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:918ffd5c62760ee30d3a6874c5b98cf8a82e2c471fb5a9df501909c4d671e9fb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b3a688d9b209d296b0ba1e7fa96abf958c5a0b4210adcc988f3edfcc5297a752_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cd7dbe973718ea1bb31be1b8f8bd64b484b8a8d9884315062c8a2ae7471a198f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0bac5395c0e6ab9ea025cca0f257c573e69e40337c68537523ae5edb19678a17_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2bc18326f11ca0c8d22d1c271c08e917fcdf725ca1392f6f0d2e986e2f0c0d16_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:af8b53289d76313ac5e67ea76320ef29a35202add570aa0bb2cb93c193395a34_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ff93171202d087d157052bc439e4ee3ff2598bd0db5c283ff60ea7b2b7301f09_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3f99185f9b501c9b20bd9630fd1dbc3439f24eb7627716af378b34e0832a5ed7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5750bbb135d7e4a8f4dc9368945482c52fc703471a229ff4a72c8bf6897fdb5f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b378c61dadd5f5de0345baa429fc495f1128f2565e62e2a1f242916eaf98acd0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e64dd9f5cffd7996dbd1b1bdd6c8c87fcff8cfd76b4b3519f25106a07815a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:139a953ca41f5f6246154ebc7af0d41a8f020f6b32037c79c7546715febd7c2e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3c53b67b58a1c16c3fe66f381b63b58270a47eb862a86b5136c2b7f079719ed5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8987fc4a5938af734825da40a55b4ce6c2f1fb3c1b6994b3d91116345445d533_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fd1f5c6f4972dc6800b0a9f548735e022ecc0e6204be65db34c09af4cecd5d49_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0ac143e9e3d43617b7f03a809266611d792ea7b900a021b4762d11fb5fd12f90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:58cd2ceadcace7a4eae266acc76fe2c546227008e2ff5d6f6ed0fda091eb6142_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7462bf2ba77cc53c91a5d7e147147aaa3c3db6bca5234af4fe3121a02f179013_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d1f9d99851e2c6a49edfeda810340b8817bc2aa5eaa8a0ac0a187467c9549c7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0ba36172ad9699a9f696115f90a9c6bc081e6a054b4fb1d8d55359967b5d0082_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:2bd84a9c1c265306d31d758156ad3869db8c05de249bdc91d7b16edb08c0e13f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:35bef8254da919cd9efca0216faa9b39ba2031726337a1acf4395897e021219b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e80b9208925d7878041c5f2a1c92671d5849393919097e44f5f6636ba94e44e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:28130cae84b0d3a3e93283fcd7871d0424931d1c7a6e69595f1c932c75fdd5de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:371e225fa397173a943fd9bac14de78371597f05c0c5f2e5560b411eae08901f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5ad867beeb305cbca31c0a02ba34544474f00204ed0afe016b5796d8226ef28c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cebc0d96e6c062c93712a195eee23445ba83a458648a18aa2fd3b85ea2edb36e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1c36b6a1f5bb19bbe4b2eea9c16f2148c8dbcdb6a02e181e7891041cfc26fae0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65fb982acdd272356d08f74af1c0d0845e309526fb380ad71d58cc6fd4b32e2c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:823e10058e3aae4e38906963fc3bf927e0c9c1ba7d7cfa2cca15faf94fa0306b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a5b8d4d95ac13cd891fd5c6a8c13d313a49b93cf0298b664032358d13a896bf9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:154ef97ae061797b00b2d5e6945e89103b331a16fa7cbe085001be9412f96ca4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8a5066f875b381ebd1a7f80fc6330e0c0971a1396bec98c522b78b623610da95_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8d3346a2cd3ea66641b538473a0b4b93386664f001f0c4a30c0d9dfcba289b2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4a26c41ea319dcb7de31abb620c4cc9f95464b0657c94683edfe797c9ef376a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05697056e823a9cb1b3ea042b1a67f29660ac6e709b976572c1300eb3887ac94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5824c3cd71091f4a55d628fb95d3ca734ea8c8b6719c71c824fa449e1c99a6ad_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8fd4df2924c9c3398e0470937350cc6d1437885532caad810d76e3fae9477f48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ab979d0b811e0e7a7304363e280ea8340463c043a6a2cd79f635f45bde4c9ba2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:420c62b311c7c374ad6fcd202f2a5a6a6736f9b450e4b32878783b4bf0fea397_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4d6060457cc27c386a34f604fc6f10bf6cdfe33337b08ab9c6b25d689f8705d0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:518978ec6497998a74307a24cbdbc1a082623ceda3cafb469a9d6055fa5a7927_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ac5a3bc2ebbad3356ae98c8ea66289812735725ef487fc191806c1ec8ca744fb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:723d79bcdcaafccaadff566ba341a4579d8bf517e85242376fb99698ea9fe97a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7d37fac9e0e547ac6c383217d276d9a10f2e13c237e16011fd16d42c4b3a287f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8387cd1eb7879ee36ebf454067901b23de56eb8d1b318b77ede0703f366cd43a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d79ff6bd125ad855ea6d56ac0c7657d07e3124f76326e09db5903dc2bbf049f4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4f271b012a73fa4eb3450aa6f6b522139f654ad9b3a6afd841f0411bb1ec82db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bfa8f7eb32a1401136b3901be6bd182e7317257da19c7675ae96aac5f03893fe_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c943fb9b12f8b3f81b8beb64c6402980c5eec8fc8c5819ba9c2284564e1f258e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d6ce7f481e66f24e9f21d6b3b54f11be79196dfd5b449d5cfc1dff059e4b3369_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:80dde4c417bb0fcca1fa3055914d186a49c8ef43d7944f321fcd82bcff96d035_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:93050f7cf171b4e7084ddd3b7a62df22645ce0ea9c12f22aaa906718201892cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e78ce5d3c31b2aed1acfd267d1e82e6677fda6e7edff5240db512aa03914d3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50c115ec09a57c1ad9b7340ec58eb7c6d854299f03cbcb5c54d24e46172619a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a5f8e0b123fb27424f452a12eac75bf2b517a984b80033d3abe886782b12979b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a934d55c180dc3aa415c6050479128c923445ba823bb1522548b463ae30e02b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ed53188853c0dec61bb9cd8f01cfae5e7ed1cad645a888f79279442fd634668_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8b0546619cb560baf30a15a92bc55b087099edfc3c90289de555c16978f440d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91fd3d33e4a53589d9e8392742915cd4b23e0a8cdec099d49b0df15a1de04c30_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f481c63bbf5304a0ae0207ad555b45cdd75ce8872f4ea2d310f34c5f62de5c87_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3348e8aea25f7eb25518dc9fdad459e7d29a090388c9db3d2ec8de69c9691fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:51c4bfabb13b2037284c063fc31998a27a1fd10591850122aba4375423adef09_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5748469e7e383df811207042906c1ad233a4ade558a3c7611ada3af97b9be56b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e25cf13a404659f5362345bd5a520bb7a93c81367caac44c72a063c40d7704d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:548d94d2459b4e88a86869462996b1797b9538d4c568fe4636e559ca695419bf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:67bb90e9bf79d10c942da48ad71f641248c2c8810855d9e35dedc05fdf603006_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b312006b7f50e4cff361c084f2b613871a19cbdae4fa7138410c90acb51f9afa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c423869938e292d171ed73be7fab3714ad31660f9fcd99b3586f9bec5f02d98b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4164a8d2f45855ada85837b7a3b21599a71ffcfd6a86c65d2bf92b08b45f3dcd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4da97a4ddb49c69e22c394a02ddec0f0a97ffeaeb60245d87dc6d76b626cc915_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:57663bf90298b1bcab102039c9bcba6f75f9115a566599a5a338c9eb4c1ff566_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:c1ee5997ea9ff0f70d0e718d24b3dad09910dae192a38b787992ac842f6f0305_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0901af0daaf87abc111911e78b272e366b9e2deecc428998c143139914e8617e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:11be27c9db573d34b888b08a52699909aee9c730cccfc8460c0a3dca618193fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:50fd544570330005fa3064f5b3974e99ab25b58aa33d995aade2f66bcb5d06aa_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9672457bd038686f28fd6328ce5fbe473e50fd8badcf619f3bb9b23aa5e21130_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60b60646a956ed2e385c282556e46e3a52f053b1027c411d62217f4392f5e6c7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:61ac7177faa34b71674b8c987b3eabeb0005ba6b0a19b6ccdc3855ade617b32b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f220e1feb0754861211110588652d4018e1b071ee5e0dd988d6a05e6c8cd4cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9d0486a1b16295b6d07ebebe4c32e7c5392a716489eb0affbae45d3f686c5113_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1bad0a217e5fe208ee1080de2ee9f3946f9f92418e8a71c472f790d0fba98a28_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:766ad28f8d113675af3804933d95cbfb7c60ea9c835f1b1a9c7b50f8bdb0bdd6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:96f11ab7bfe9d16bc7dfdad06b97bfacf1eaa0babe584b9534dc918aa0d3eef0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b7f4df30d8425d0349956bf761a24aa917487091bfa821d378b0cc5a9243bc68_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:520d319573d1004c2938139cffea0737b5e73293c508ed56a71a5eef668dec2d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5b595fee007ccd0a49cf3b07e8cc83cd61296d8fe618646861c867714ea6658b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dc1432e0e667a3340c0d7bf111d5026ca94c2f10d20b5acdd2835e4b2377c430_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ea0e3937ca44937a17b42b768652cd8bb797fdf83809f4066d1d267ba9c7a15a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:423013882f50149218f9b4e37956ef0a9cd675f3ff12d49ab6c641c0b0d04b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c11885e091bb317b3c02b274956c06dbed94c35b38efada98a028c5e1c44c65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:adeb6fa23b0189264bac56347d8081fa0f2fb3202a874c53d2decabbd190f562_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ae81f5d57b3da68859324525cc0e59a8dd2c36c1b6abc3069343c751c0fdc07f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:03cd48278fd42ae048d12a2e1505b3778d80fff416b6c390d648b5d924bdc548_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:258ea3f4ea75cf09f3145835f84b4028b59e3ee862b158682aee71cb953ba4c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4f4713269e6313515d53683fc0e7a1459e4205468bf2099e2754395d1e9ae999_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a67e0b6c162012efa5e608e194d0cd66761cc9801af607ac161c3a82ed4627e8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5fa05448584609addc1109684a83e2db679b6105d245551cc7ccc594ddf826f0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7db1108e1578506230788325621d0366aee647927621592c4ab6bed0edb1704b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a66c36b63351a45fef849158afd8f9faffd11eeecbcd094cd2c24299f47ac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d637970aec9f373847591109aa1bab33cd7ad5b01abe7d6dfaaf1814a734a19f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:05f800c752416165d08a4df720728ef5cd5393a51263e8635d4f68ef03645513_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40a7f6af5194aec33ec11e42e945e2bf9ccfdac85acb08f183e93aea2ddaeb60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:64d9b877caa293029edb8289801c31114f935fa56830552f2f23de11db7dcc9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:79b8a901e778a44b95b987af87ee5f3cc02a1c5d6c6105d1292ced75ea0bdb81_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:66a29b62443e09715fe5287e12908def820bda74de7206e406b4928769cc0023_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7bfc379ac8ea30d72c8d36ff1b33e311a11e5463cd16ad364837f1961f2c2f81_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:90e0a875632e3c0dd4afc0d12b90b6e52b75d60a66768efa89b0f5715e278a71_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:dd92d8ccaa0841bf19dc3f1b49ac1f5b5624f5c103a329d18b4b209a08102cea_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d2beb62d0659e828cec7d4a616995269ea8bf555f81709d7f0fba8f7cfd97a2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5d442f5f85b7d68480ff160548e1c317b5bf8fa275c1cc2a21d8c6c6e569219b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a5a0d4518c5a03d19c873b61111e38b7a185cedb9f9c4b63851d325f5049eeaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ac3349a1045ccbd642634f8eee828118a76ce45be6529dc1d4e2d461a5677f83_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31a8711b58ab559c9ea5c7a2208c18d7340542c0afe0a45089c4b25c93e2ec40_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d9a0684aa8501d761147579c365d172404960c0cbdb4b35c330130b12236f4a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9192a7e5460530d7859930c8dab0c76067e61248de97ab4f883059d443cbb6b0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb02a42e7cf4f781244267f1ab7642734bb20ab139687d93b1a606bf194895ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0419d697c8f6eaa02f4a8fdedb01f5d184938201154ffc0909452c799d727489_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:105193fa84866b9b9f9582dbff5828ed83ee174d4f18738a2bf4df2067efa1c2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c84da2bbf273e22f7e1af97e28b1e29ab8f8488232b9cbc3e3542398010d770a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec2aa7076fd1199c1cde536a0a8ebdcf170883cee7fde4e1f1ea0cc60ca71a61_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98984be4a087a501263fe0a1a4314e1f6009c013873c5a0f35fe30f5705b2d26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae0fd5d1d7a9770fa33061d53adabbf9c974a02aa82943116e081a83f2149852_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ae9136c1a3f9ee5401542f3c8f91c8792d031c0f38ef81477886cb8abb6d1b6a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f6471333029376aae6528a15bf3b1365f0d7d17722f4eb20d62e691c9ad9b60f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3a02e19262f33a4660d36fa29628732f84c528b57ea78e38c7e3276ef77f7093_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4f9fd683bcdb01b8d2177ad7d86d0e87b7ab27b69f789c6511cfb584eccf66a3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:71820a652bac720f2136ad2956d9853123af001b02d0619ff8222912a979c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ea1d3585c24a32f4a385e05a823d2c52374837b46cbc3051eb79f167226207e9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1511dac931c4eb08b7767e8b9a2d949fdf06850e59ecf7231d58e8e71e124723_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:987bf30e5621e764de91ab437bc4773aaf2db82a5650146b77cd21ff29f0f23d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:281dbc52aa1be91dfff12da88296c35ed1be67ee967f37b5f79f72acb5440c64_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8d02853710b88752dd5f2dab6ff16090a215de4fc836f27b034fea4e26957511_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:be71c7a6a785ca0d617f144b72cb5417086159a9dceeca0031f7b180eb67ae07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:c3e585a156eb4cf619318ffd895fc747774a1c7424d5d7af4276709de551eee2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0be91590afad727e9575fd693be6f2c24ad38f6d9a933b07e5c73a3b5f1164_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:7522f72f8f9b056651152b30b10ec86fd45b9d43a9bf9fc44949709e8e2609c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1ffe9d08406ce3ee02d00a7e58ce578174f36db09a8e214a7a7c0a66241fb36a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:744964ef95695a0bb2855616641663ad7aef76a37cbc7ea638f6b359bcee4961_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:774c969b6fb64c3288de8eedddd2b0374123125092cef2daf14109c6768fefee_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8f22006d563bfbdc0c245d1dd33c461cc93b52eb0668de11b70e2e9103da4856_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3eac8e73b5ae4e8d27c105b06a99a88f593be2b98ec5caf979ffa93326c8921a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84f90e7863dd7aeff99190559243a2192f74ff44ef80bfc72b4144dfec1e014e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bbc4d135a6811348ff0d2b3d0057a99e44f2afc668f38222bda2b474ad9a3abb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e9aa605e658cd24eb0b9c48c017b2a0dac19c30c7a0b6c90962907ffca26c3bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52c6d8285bfe7134956cd3141f83e9c221930c646105bed810c84ff979781dce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c6c53aa6db7e31a5440d4195f00da63a0f8c135227570f2cae41b3c0b22ee17d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c9b38c2b2dd3ca86944af71e7d5fab3632a687845dee45e72358c1a42bef1db3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:eb8fae2897527645147796bb1cdc472f3b65b17e57f921ed67d68af5f323e646_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:96435aedd5a231d960986aa0e6be4e14f09356cde037b2fa09090651f01d2a42_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0d709384915332531edc7eca88a1332eeaa8ba66f110bba66239c589598912b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:b71907b1f8d8fe16f4470b67e7537237c71c4b17f0e168bec84d5199d03525ea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:f1fb19ebacbb7d8201f60477ec27a09db0f24bf5144223a4cffbb215834b4e43_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0e8628012fab26ad1aadf63158a0245ba7730a52b3f2c1bf65de16342fdc4230_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:52d3eade97f7b731a2c1c2daaee64bd795e2490c15bd573c4c935e3996a7c9ba_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:716635878284b3456bf729ef89baf26330ed81a206959f51295b9b57ea1b7740_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9fea7344835ce3508932545cea28e99655401d7fc4fd9545e8ed785747767530_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0bac5728ff3b211629e0670a7ea43cba36b19838e6ca518ddb79871555cf343c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18df53d207f764a452f30b488eefbb202bca5493023433e76225c6bd75e0eabc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:601c830cf232b3f126a054ef104d1b7e200bfac152c198764dbebccb09af52bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f62d8de246b74162dccfc719cd88326481bc955a0aebfd01c7228ec031b6c39b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0f53019ef06a3c941a999c218e3187221b3b5b3aa6c15c1c5a1bec33a1a2e0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ba52c4247f726a0b08feaee3e4671c9d57ffdd2feb30496045498d7380189fd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89dd5cfd6ed9c4900b1fa0045741908168bd1fbb6ef269879b95d193a7a8a287_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:94b2299e12b086abaa97e5e8bf81dbc13b8014f78090016579afa9beb404428a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1bec7b767ef92670b70d5c7da1486100b2d8d715a2207a07623d6fb0f300216f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5e486a6125dcd412011dc3ff592272b5d93d57ca283ad565cea7ddb3e8b0a39a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:846834937fc8101ae71ac8cbb5cc1f35d37a187f6ed58d4cf7956d9d5e4e362f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e5f5de8a48bae44fb55267f578b6c3d4e96c67ae9f66d22784d3accc678eea73_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7b3e0710d1ab99bc17afd2a57d4c6378ea2a3619f0b385245dca861b0c37a46a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9c9b103f83a3f294a2084c5b0e59910c6b0431c589dba7c15faa57ddb053111e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:aa5e25d0da56a4b2904caa74208d5e0428d45452e77894f7e69c65125d86646a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfc9c343526b3522ae49b88928d41e2772c710095074b8351feae1e4c48546d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:29f9b9721f3996c51cb27e2e4c8f5a34580f0b985fc1a579c585c9e6ef692dc7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5e3a821dce7af19aa62c39a1a8d0fcfca124ac6892510e7584c6c3c634d46de0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b66f986de9d58cf2cb80709a3ad161c2cf7af1438658d871b021cd1c7e792381_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db00345b45f4b63951f63b43f78443309f82ce0a0147e26029dc1e7eeed152c1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:06d238d91aaa7bd3b9c2c77db29502d631c934002dbc4da46d81ffe7e4f397c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:11a26add031df1afc60369b9a1c709b70c5b4b06f2eb1daa80455a7b07804a9b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:80ad0eac49e9898504db0c9a6cc7602db03fda997416a58ca726ee5ef0e1f290_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e913bf85e9c6f68e5af8ccb46d14a2229e0a777c56e6d28f9c62dbb2537ab759_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:19e5ebddb0502fd59f47cc91e5118a9747bc2ffe729cce5003bdf67cb6c1eea6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8416368aafdb3fd912f1e2aab4b90d0fab0bda2f225d2e481f9e9133c8855c78_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bf9c88c0f207f53a27a2b412ec2ba81c574cb2d320fd9d848bfe1f4752ece94d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e5373b2d929d1d116aa529c47f6c4dcb4310981448e6aab6826b736f270e562f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4299ca46f2b96d29fe4eea1aa991983f624cca6aaa269872f96f5be8f9131dc2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7500cc3998a2e9b620ced87d9401c84f8a244f357da99ff4e2c3a0530eb019d7_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:df7e3862df2b0cbfac1dae6df39962580a8c517fff8b9f3d423d5d9d5d5dab00_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:8784b6a507b4505486b909b87262835fdfaa5e613d3b66375d7a1829cb311626_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:f3e679196e4170e174fdde3c6dfa246c8f3220ae262cb65587b5b5ee5f4dd6e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:425432c3428529d80f55ffb3c34ffc63168df96b4f54a8c8d37afb70cac67e57_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:333cce13da4aea02d24797bbd07b938b910d42383f5ec009585fa1140a1d3eb6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d82d30795a56c3dc9ccbf524f7f59c0143c1bbc2c0ef22248be23727dd90f418_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e19ecb6dfe1d00de520b633afd8b279edb4235a27c1ee4fd28ebaf97bc860080_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f0cdc531b1a797d11d8f66e4bf582b82e5a69b787ab21f7a25f7bcf0bcdd3c4b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:10021a6efe959d2cbeb4cf1f91222beb163f9bdc0d8d2057f1d0e96c87eb9022_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2af33fa7e7b2cd28a248e636751078191a16bb43bd6dff80d306fe947495a732_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4ada5fbe0285e7aa948d8ac343237a9718f3f59cedc455ae960518abb0abfd93_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b8c97711cb8e8d80c1e837c10335c5f745e65a4b2b04842c31b82971ec2c6616_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:62aa4b7df94c6fedd9bd8fcdb5290a6610495ce6c2046c438f05e1eeed5957b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:64af83295ed795a86e0bf15db71b2a1ddbfa0129c9a53c2dc4e95f70b3867601_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:92b3ee7b269424e7052472f9f81f034eb931d7101c258c4e9347478f9c0cb065_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c03dbfb5767e80153c20a16f464eeab90faef842f38b5b6d832d14fa86b90307_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
}
]
}
RHSA-2026:25201
Vulnerability from csaf_redhat - Published: 2026-06-17 08:59 - Updated: 2026-06-27 08:55A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7c6370e5e97471e0749a7d0bb9555e8eaff2417c2601ab8d2996d4680d714175_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9ecb3b970521964eeed97e09395b6a1f23d4fb6fdbbded445579b2d3bd4061fe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d3ebdae06c35615bd2d80a401a3cce9d162f99b37336baf5019cb280de5157a6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:40b315018e5a869a4cbd0ac9723cc224602e1996e47b8107f60beebe52d9c6a1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7c35b7135bea1c52e42d9963da502b94a99491c6231badf8679f36c6ec31aa7c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c3967d2858405abe1a54cfcf8f2445e45dc7aef7696c21cf96245c0bb4aa8834_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b1e956fc4592be241ff00c9a5e159b6c54c886062e20ea2d2710637addd118_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bc60512167cd61ad02a367888bffaf9ae9ff5d38d2710f8b084ecd5fd5865ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e189e287c6fb6d208f0c06f87f80d78dd7f0f224f1690c57212c0431ce42039_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5449039f33a2f0c68bd22b9ffb0f36629d2bd5650334c648ec6332482fc73adb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea27513cabdb48624bccf772ec7657f21f625d034ae16afd2ed87785c1e92c6d_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a7030ae2f83595a38c507d43a11232d918988fec2a12bd7bbdd048ed1b4706e6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:acd1f4c3748eb6189d59cc41da282a81e8949be659f882e241e01acaa25cbdf3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c04a807f8759be6c847c8f6abc07d398c781563b216abddd198c07ae32c3c467_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f451c542472d35f555ba7e0ca5fe6ed5cb35b9fc0d915ed32486f1a0c7b361dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:37dad142f4de244e37a4cc2b932ea9bab8fbcf7663136b59919b8d4ed4d8888b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:77e0f36aec56da740886d70e6e9e45b5eae8a4641c11a3584f5ec96cb4c12c4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c4c865b5de7ebf517d667466f7af1c3c2323feefc9fe456fe14b994914ea45f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fc741e6ba3a635241261773e48711d1668f5da1eb435a75db33163c1c4725def_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d84050334b5b19a7ee4e59009b2847f28543e637afb7dfd6c11636c54655809_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:79366a89c1a9d454d121ff6f24a3f7c3f9fee2e1441d0d67c7c5df9d471c3057_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d6d4776004505cb4168ece720f3cd383519c76c229c53bcbff27b4f62fdfcba9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f230ae41108ff58cd2df7460ddcab73a59309e5c7c4ca0c682992e4975703b0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1ccc1d63820ee8fe6e1d60ecad3019d4fd4311d19859a5ef4ab43f50c2bbe68c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a823b2c4412366f8c9c7baa25b6dd40bfad4eb90b98e2a4b064aafec740f9924_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa8dd4b7f6289107e6bb9313a0c3dd95fed0a78a60a3bc6761ba101bf49267c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d51643c52c7f7850b787439e79e69e7e15fea01d38fcf89ede2ffd5aa8a0a6bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2271a35cbdd6e75128ea40780dca8b12acff72d89b8e5edb659df03db2847ddb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:50815dbd8eeb6bb3de2c72b3747c700314ed3ca55130ffe6bf1e0368ac55a40b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:73459be1c7c70819c0a0b7ef2e41c4f7c4772e24eec5ae382fc938a873e6f706_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:abb274b9924c701bfd460bfaf347842aa1c6e6e5ac13bb67a6e8e13aafdfa70d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:192a0a4c23acf7745a9cb39db76a8a8dc351faf385ce96a51e3789b9f51aa93a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:64dd85148fe0c37c97dea17bfde5d6bd28651e85d38dcd032ee6a6e0d564f20a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98803d660cb292a0b19a91c024bd8615bb4b6304b6d5ced3230f164b20fa5473_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f14489a778119e4a3e2d24b85887b8c732d273b06ccaa1f3c47dcbfd593f4e5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f7da1d39bf1e91447e1e88df1c5e804567619b21d4b9b6b5bd3986ffe73eb05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7f1abf185014eba5af23da250feb4cb6ccf36627eda3f383172b4ac24866285a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9167cb67240069de0d391f33279d036aa95cd53c4e90b9bea9919c1121f69a30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:99fb48017ba08b4218d540665c8a2c5020d3dd3bb49241a56bd136e5337b9c83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1f82e411ff1946e57925f552c6dfbf1157e623ba62ccfbdf1d4e07c3c76f24ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3d76f8f385f0225bbd4c2f123a1efb80014cbdc3322eb62122579c31065f2475_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:62ccd6215d94e446e9d72670658341a4f9410005ae77541ff628ea320a3e4e0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8ad7ab11e18a556647a001fb94a1713fc73db6342d5be586e6b9c5cd85180b1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:6bd70b036725a8a6805ec024cca61da2b1bf3900092c9990f44064bc1ecb7835_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:788240bb55c133461df4770b2acaf706ed308e53a3ade4c5cfc264deed6446e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a731b7a16f277bb651b12e4dbb7b91113da193f13bf82f50c7f2a2cdf35b546f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d99f2b70242f93ddf6773dc339aa1bf75bb2ed1960816ca81206831e477f59f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:07c3fb5bd910f7e81a2c2493b02e87059a8dad6920524116e16ff1d022b9dbed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:778cdcf251d8265e5678c4ee2b9d639de4bed9fa8b649b6fabee24234c5e72d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9e25f3f39d6206b8a0775db0fa2592de5a0fb0825cf953051f434df1fd71cb39_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a753f2194d3a242aca4fd665cd0b03fe424185a4bfb4946d227f46a9b1f62852_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0af94672e9d21dc0de6cd5be9aa989fa11b702be65f1fbed7949cf0e69a253b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:215ee3722e5f0e138c17a40c1a2c72e8adf4c260ea2474cb5101d674c4b20ffd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a5325f3d088c7a6a96d9160a7d88cc3decdfd29a12cf9a5e1b622412baf189ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b7a59b159989422e6cf5363e905c310517220af021844734c6c2d30146416450_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30d9b1d57b6f99ba33574ba7a98553bf889519f65c039c5b714342839b1067cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:360fe7f80c135a87f36e6e23a5a129d2ae6696243bf6b448efbca03996751b91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80498814b01bae249447f70402a7a1797c04e7cf9fd7ebb478e12912706440d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:acc63986c28f4ca24b2efc2eaaea748841a1cc1ea4014a807ae7e3f894dd0bfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:23eb83f18d9937b0d59a12c3ca2f62aca7f0da57fe56915cb59a1fc38ec55c40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2e60091e466faf801773066fa85d17fb808d531112d118a641526b578719d991_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2597c6e1ec452347d977bca5077f9493a32efe388f4fb57b4d7f9865cb48e7a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e6e0147dbd1c1af919da7d83357bca2d804de41aed0856d056bbc9394e8e4b7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:079e10d6f1763da07f277bd857026175527f4f4474534f57bfc2871ef4dd5010_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3e4cd5cdfc5f0a7faaccadf22a3286d853e4bb75077c363b6887d25b7e1a5118_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7525f9327f18f4a078fd04a7a3adb493b2b1805dc124d24cb05d2256843f9da1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a251a8c1e77b6b5d4d8979d4f8a8de20c23363753091cd6f9cc077eafdb92185_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0ca0593d55f379ee3033f2509e1692bd3e26abff765f8293f87c104acd899566_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7fd25cd3e54c7cd19d9000549696f9bfc98b4c5d769e3b8da83a4107ea15eda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c98b64e4d0bc04f56a84cb7ce0eade14aa6cc09ace700b296d488b97b8de1006_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4580275c9fbe7e7c4f4e41d577aaf9bd51c519f29e93e9dc436ddbf34c7d266_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4d3c07d64d81e9b7ff3fdde9a57fa6549f088e5a96125e91f3007116d20337e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:557e38aa7e4a4587275c7399a87f7d71997a455af38a53cd9596026d5cb41146_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9f46b563fd306679cd8162e0c275daa4767f51c0083b1210488edb88976d8839_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dcaa5021d88e1321f1873715dcf1380ad3379fa96d222abb9450d148021b6930_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90c86b3339418a8d201444592d378962828eda5c92cfe006785a9bc635ff5ba4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:bee2aa67de35ab4635b353061b6c23bc68c86aee8cac9cd1f41135e9c066f473_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e40130b1e2a74e2b4eb451df197248f85db457c4e50fbbaf8447f8d9de18363a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f975869178496b63072dbad1b51126f9254e27549d8c9096359e1ece529febea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b044fedc80cc4429176e21684a6143228e95cb817d49df83766ef83018a4ad56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1872c649b93c8b262e052e39292236847a4bc50c19d07b86c8644cb9faa914f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d5f19e12c21b03fefe2fb73d17784dca980061a3c0a7580ce437173f6953992c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d75092b42069f043e0f39912b1c9800afe624a0d5595ecb9a3ac390c65eec7e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:25210aa51905881e5a33178421288cc589956b0802b0d3f0fe498bcd71f6998e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:33ca83123d3de585db1facc376a72c80fa9992bb29060c8d72a62b86a5f29c4d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7395ee37fc347a402d6e90de9e18f67f2abebbb71f5601a3e1325f9c0e13650f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ee71d775deba549daa69545d7e1a5beca2805fa7d2267754fec57827e06a4d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6067a2852305b2419f685df3890e2eccf5b81a5f6365ccac369bd34470a84357_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f20a4811133c41d404a1b8a8702674d55994ea03009c621a21245fbef890906_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9221ef430d8efd74430db55d41ffc96e8f03284fa4ad574674c7563040f504c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:93ca5b2c341509449380a1b9fedb6e51482955bc0ec9805e3b3aa4ad30fc1c22_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0a7ccfef1c0a4082ca3fe4c3cb93e514b5649e661e26ed42bba26fe346781ed2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3aaf87368d239c36c222536f49e675b0a36151afbfc637017ddfd7f871e192db_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4dccdace02daf6373a6f4cf4a4e83257d98557831201e7e5597825f18fece4f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:881397c36a4332f221dcfa4eb517e9c9190329af9009391b96f0ceec74e680cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:46da5adb548c744644bcaabf6409ea53f213d9d4157c6bae8e0a3b741ac8c836_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53bacfc10ca07c660b142315c44882d77ed3f02af6405d7e2bd36fb26b165b97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2e763fe91becf5be1cf036062030cee6510af8524107c38b14187cded57d059_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d01d3b7ebdffccbc3f0333585ef3a01fc910115a4bd77ce3fed8f85093a31e4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02f532a3c278dcd2c26b783d2cf3762b73b035f9b0d37d8c5cff066e6ece07c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:87c6caa70fa920e0a58bfc370ec7d6454c145fe367d6ce3f34ea3aee3b6d4311_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d441752bee65923bde0f5d9883afe5bce6fdb0abea233ae6a4458db4309e1115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da660562d126ed80f4baa3e45df65a91a9ee75d40eaec3f3881e7f61df17a92e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:48638fe0a5f09bcf2f59f4a02139e10dcc77714dfe8fc10b86892b9176148141_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:589754420cffd7d27505af843442b7560d9a4188f7f64ed3e9a35c086cd296b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:79e41ca79715a571526e53fc13caded867e266e74276e632d1e7c28c71d78360_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2658b6a8db6e6a7634453af2d1cb48e0078abe4d82f4957288eca0791462c0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8c923202184bf124cef516f43082ad3381f921fa1c67aa7b541ac6aeadec2d2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:97226555f60c106944d99b23bdfcdfed049ae13c0e8c97b0f4e441827720088b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:544344c2e9020efbacf4c582c67532ebe485656c36ab314de95bfb9a0047ebde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b6648aa5ad4dbddd1a0502df8da0c8230d3a8e1bf4311036e9bf8f377976d0cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:04afb17e0637c4528bc8e50caabd2cb2df9b1e50c5749e958418449faae9fe22_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8379f38b7b8e488e7b1b170e290af8c604636974e0df590429440f532094cd45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0100c82d9078fb16dbca67d3b21ff54faf56351dd684da81c4ea2c064a4413e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:99a30147f37d481ec26054624b727d9ba1076fc8b4e5779e545d2e3b7925d9f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:91b7a3ef6622e4a2fe2142c128878ec06a6fc6ab39f8090d09e99e1689b9f2a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f3147e25f33eab3567f3dbea02e9cbca9a43597a3cea50c6fcd0f1cd79ae209e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:161b66b02d03b0595114914f20ef9449e495d4c70c8af669ddba63dbabb3a564_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ea7e766190adc6092cda41eec6fde1b64c9a85f36a2ca2d5c965e67a096d16d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:56b1eecff219fd7deef7e45cbebca688475c09815625eed92856d74f0675cc01_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fb8a038ccbb2e46ae733ffb7c86b7d8cb33292853eca765ea7a8482cfe3683e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:272e0d5cec07de889e143904a219413930f5ea3550e2af915740f059ea225862_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fed89393209bc73605a2db49ede008f547509f7714d0f8614575f117badcabaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0b7ba820b7334cbdbf02f6be0bce7bfce66c09425a3846e4dc60af1e04a16e62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c70f895e7c27581cdc99c52ad2dd0c3dd83a7c18b232ce5cea4514a5f505daf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6d123e90c3e0a4dbafaada8b1b0fb0f128cc4a70c381674b9df13ace463f88d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:88c3c0650b52b80e7725d6b653133a5421472047c98d8f16a23b43fb0dbef67d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9a66b8bde7a17514eb0b67947ed846ba8a2336621baf1a22c896496e7c6296bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cf832c31c9cfe6fea9d9bec83883bcc652e4d405adf56914baffed33c6311533_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e78f24bcfc3f52037f20e40eda5a05946e152ee98573fe960895b1ab360d9a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:93968cfcfeb07c864886de9508e5408fa56a872bbd5fadf6a20d7ca07654c880_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b6867d29acfc9d3477cd6b4b302b72073eb99a17fbeb9672581ef9e9ac2d8d26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c60bf917300f5ff059623c7a5334a1ec2d71c90d7e6ab539bc0b6ebe06f61b78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0fcc7aeed15f99c0e2b8cee46059eb76626ce1a40bc233a73569a1f9f0a1de19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1fdd4da6fbc7a7bc64ed33e515da321b566d7fc58ca403ece5b34b3c0cc53a71_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:48a1ea628f76e551b73ee773ce9fa741b60278034659dac8dc1333d9909525fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c42c69b265cf079d5546e4832c4d770bb3d78883098ad004e57b4115a5e4990a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:18f3d2ac2c667df294752336cfa5fb0d137a28349789e4cb703636318e6cb7d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:716297a34fdf6be541e34b5a5f2452418b27a6d810cba6b7e8d81e22aceea5d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:824b4a9540976d5629148192a78290f5dda3f3a84864ce49ed07c2ccc00774f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ee8b320b2047e104412603fd5ae7812c65e92fefbe23b7dea980e3a058eea63b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6be22d8f91a5efe043040370b651ec13c645627c16567eaaf58b736ec73bae3e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6c386efed5fb973e4e5cb6ea2eacc8968e2fe92f9dd7ea11e08f3cc444dcad13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaf6525182047be0049b680e4471d3b5dc518940c6d99396f3cd8922d3771a9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f0ff71e9fb5490f48e56bb355bfc883e52c5b9e97b7b3997f97e7e1e01fc6a03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16adad4fa643e6403dfcca964ae82f52be58ada93103c99e935f0dd7f8a8ce19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16d580e98a6b03e236381fea8a3940f7f55ef5cea9dddf83f57de4f2c16d87c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7e04c03a25726e3e914f29f4106be2b38f6d91e4c4c96d2209e894ed5353f14a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9be92ffb22356b143f24c2e1f569a5a6022561cc9e3c19dfb9cb8d884b4b430f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bb8e87e8f93252c758b06275b904acbda014a05369a3a8a48304025539c2a8f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bef63b16132ecba605aa046e00966ee6ec9a37890f56fe5b00a9e12fe027121e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bff91da1e8a557dc8530731edc9101af2de09463c51c374e74e92d2c69bc3f04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d7b6990088be37254ae2d8a02948704d766f4b8d08918c4a998a718757ee86d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18fd4650bc77f056922fa227ee075e493616df6011bb31b06498ad7aa121d13b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:372e2b2bd887a5ba12a2e7187fb666fb167d0a0c8678e78dc9e6263ebed37bc2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4145daf13e987912a5ee4bbac064fbf0888293cc08b114107133eeb9951204a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:56653f02f8d5d9eb484bd9157e4d6418657b2abc8e110b766553a98db41dd74a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:457ac9e201454878ce756c731623f33ec22e44c9be6e688931b5559dc3d060db_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:aa23db754237cc273788c3635f4f6dc7a862c1bea9a509621e1db9cef5dee41e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e7873c9eaf9068c96b6ddd150a51dbdce7acf481fc29106def1c97b359ddaa4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed9b1a2da0483de307ea30326c445cd0fe4dad0857d425cf9b8f3cca9b52b64a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e863b2c42d0edc7ec05bc807f2f6462b7582ef21359e218094924c936169917_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1511cbdf101329ed2a66512956ae7ce834a6ccda253bd76b99a48487e9de8fb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:41e3dc9405c521149919a24892af006bb7c06f800fba261c5efcd3f2ef461580_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b0cde443158a094812ea67d7c6523464b48c695ffa4c6d9162ab45647a119a3c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ae3d7da6672711ade9e2c9d4159b7aa327e8227bce5c87857ced4f10a4bdfda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:51887eace4c7a9d40e7cf1a509d05760340fcc9117238abb82f7541e2855396b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:52190fa0da838b24980e26ef586ade36fc1bedab5fd057c6acd5de5a84b68809_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eab6e4a898be919f8a04dc9c3003cce301f27e872c0520d1d0b634d0e3e9f461_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:509cbb1fa06b90af926955a2c724e81581d05169e3974c3e77c87ce47c53be5d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6be6367bd1687fae656afb87e98ae838126089abba3dd62b1f71683fff7739af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:94599479d60ea6e70ab70389c58c21e5159ad81ddfd98b023290009be697c2fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c73ef3d57149ccb496a5c1ab10efa21d0c1ae73360323ac24d8f61f2d3b5dfec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2ea0c42b0af0e9622c30701c2c30ed86d577ef8bf3ac8d598e9baa22adfde899_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c56bc7a31761839fa46cd50bbf90989d3313095bea4cb3bee95d074a9dc2963_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a96fd264e1b79591176e03632a3e3ff3a1f1081ea5144f188eb7089083204a6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c379e2384917355019fac9528027a71fb47ad3209665dd3d596598cc6d6ed6f6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:178f4d3b2f63adde85e32729fab326955f1043471079a0599079de31e6fc6788_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3b1fd3e8fb0c8ec48aa741493280e249f5f3648ae85f4344c4f5cb5196a068f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b14875a6d74f24bed2a0777e9a0f12905dff8d703581283dda165b86a10017fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dde63d7b30b2e601746c2db054ad76e4a08c1fb8788df6df702580cd4a5cf791_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:106d242bcf5949edbe9d5afafa2e02c7b37267e0d5a0df3c7efed1d37fb3e2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:49bdd7999fd853e6af213b6cbcbf7443d12c55bddd8ce25846b6afe31ec01d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51d52f0aeea8e119cf184ac017694e1c7c09a42682343dee525d6662bb746d94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:940efe54180bd892583c762d2716022647095c7aada14c607a201d04051a2b4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0c80e9b2df2ad98d98e49112fc9f0b7c556b95c67edb5df34763e37ac804cf73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3a0cc43c6dfe27e407a1e8cc56fff50da88d2b950b7f113b52dae3eebf7fe9a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5e154688fb2359c611bc8bbc7471c05d7e56717aae61b7a591e75b2f9a52cb07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b66eafede022d39b51d22b77c6f5db46a588faeb3bf8ac2fea3539731682ac77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:044e74fedeb114239e7d1205ab558081b8c9aa521a0d4eab5519935eb9c34182_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a25239501706cccb1e4651398866d85174bcab42021c630bc4daf9a82f48f19b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ca4f075de4f6728a2f46384b835d2223dbe223db2831e2badbe182b610c7f9f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d62b98a8686e42f46984cc839841c913ac9d501d0481e56fcab28bfa673c5e3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a77a38153f1160549fef7f2d4bd0ccd9289407ea9221bd45db2bfc39875b45f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:60a93e9fdd00186238831580ba6f90622ba0d11b70bdfd4dc21897a6b97d23f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a6d11ac1280e7d753db911729fae0b7676b6ab494361fa0e5ececb701e298515_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d2369278f5380f2bcc3eb360fbeb4e29892d4420bd09cfb24513ca764f91d9cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:174979a48d708dfa6665fc8466150cfff451efa6cf1951001f9cf297a1b8f5e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:55bda2c7c425ac8b1bcaa8ba8f056771fdf9f342eb6d23b15793c9693fa0d7a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8d3d2a5fc42f45482223e2ba9972ec2ed6de376692d5c566d4126a8044f1d045_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6230b6e46dcb5fb0895c84fc0dcba4a10fff465aa8bc1dae1dc5dda7cc2e567_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2676615af9bf8b1465181d2fb58dbd1efb1f8fe464675b2edbabbf041b774079_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3c22d6e7c3805642fdb145e55c7b596b71cb458ddbda51b6f709dd70cf5bb6de_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:40f5704937a01e7c28151f60d76f33e95d3b18d511893021fadbcb8e832a5e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:483eeb4a161ec7fed8515247219b94a2c40980ca788bde992bc5641fc1b91294_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7190599f72b2cf0663606c10830cf2759037dd4de06cb13834dae7378db980f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:761a23b468d06cc31245270b53fca2ee9538c3f5734cbcbced6e5e43469ff76f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b4c4bf466d29b02d08346ee358980105a204f51e243c733711f88a1aac87c71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c54c34360f1166a7c42ec1b181331c31d55306f5b38958826260de94c9b360ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:73eebc52df8056d5ae2bb19e2d0e2d7da83a6e47e276db71f7d26da0e50962bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9e90309a20bb143a8f579ce5fa26e36ff107ff5013f6fe2ca52d4a5dc28a543f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dbd4c3ffafa0d8a58c21a91f8c604e4ca913064e8c9050af9133c61f7f8e5831_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:efa8a7c783451835721df984e0357e521f17f3c0235408604bfbd75baa53b77d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:47093e22624d6ef420aa80ca4e934384bf59ed1471d9c083f170fcc4ff7d62d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:828b37adcffe61dec6e74ca5380f09e638ab40cc2cbaf3eb0c461902356ea7b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:911568aa124776b2b7a4dd01b5a045b9e5109634afa9510e250115cc9960652f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b046bd3e394a968b8bff756a1bbab6203b173963372097b4e9bac2f4eaa8656f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3cb35d480c31d79278f2e74d16380d75c9dc8f36e4208649f5db223492fc51a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6cbd72c2701f8256348c3c0d37c7006db128cca44105634436a9f9737afbf195_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7ec2d54b5022e937803ce3012a89250b224a54384544ed01a16cb27c00d7a00a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:922abf70f2e6ad57549dbd78523d198c970ed585bfacae74f0db4f3d58a234f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5b47db66013f3bf649898ba62a0bd386e82207485bb16c1203f6870bc4bffd48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7ef973e320a796810c7ef62ece44f84d5382e158fab42980c6a3fadfa42f686f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97ee01f7cd27cc8e66e1f3da6310e668ce4e0fd8a948d956f73ba21fd81a0f6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dc8cd1c7cd4cf7a1337c485787a312a285c64489f728aa74cfa5fc380d8c6112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4abb807bba0bd7910150a5bad5020de4077d4d4500b92cfb397ad5789d37cd68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:57e6cc4931bb4a870db12390932db4de419bd8df05865b0d1b0b87755271d045_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b9d7af15ae74c5feebdc7f46eeadb20ea1e465804eb776d342a19a983375be88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fa90b0dea8b7c0823b9fd0ec294dae694ffb26950cc27a33ff26eacf603fa9b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30ad6a83a99ec15ebf628c009cf0cf4faec5b04c5d053fcc7ccbcced84f0d809_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:642d49376a33c6e44a7267ce47ca05ac9f48ba4b1fefb3e49ec13a47ef87f809_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b7c9a1f9c8b7307c2328846b2267b1041516b20f4b7010813eca8e7841c7cd59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:dbdb7d1b8fea71975ee17988f36976bcb1003792ec962001ae4aaef37193ed2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:255023a42e94ac306891575c0c3f8bcc45c1ae952aa9783b6c2b8aa98f56b20b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:77012d8624e45b6f08daaac3949235e15ebdf4c09b49f6e66b79f05f36ca2cc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dae0604483279dac67d362d274de80cb3e100fa935ca50dabdc7dcc436b717ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e5b0ecb3e20dc07b357a33d1dc317c6a521389f6addee2e492bbf2bd852b8c9b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:207751efe1aacbd87aec83e9df0b4c48ae0a985deca07e32d1a8ce5a1e013a53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48dc2ddb716560f09494b9d696053086eab77dce31bea0f89532d11074b3c6d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6e4ef72aed8a27f921e339cc899c84e094c2a710f7a00a0602ca9d03cff31e91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d78d850c77386a35341624bf3fe5eed4d92ac41a5e6a2d3f2a68db6de1a64087_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3eb650f1c43a1833ee02b2218336c075456e26190a8ed9c976680a20d83aa55f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:64353e912653770012896a153103b6fcff349ac40f746cfc36821fe11dd6259a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c6fe274aa342cf850b2ea6287c5c335e93bad4a1bd73a0cbb2a7c789eb1ef48d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d7730eb1cf5ded2a07a8c93369e1558536ea5af5ba35a23f3046946c89b7368d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:03f8250466cc5d3120aefcc87f0bdd4d12012d6a116e419c382d50a21760aaf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5be6fc774ba62dd4cc689d99bacc979cd181bdbee9a221f425c5266db6a62784_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aeae1b0e5fc3faad8b9ebe64d21e9e14c721323991fc76b72d39f8a7608da870_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e77c5040e44ab07a456b37ba532e9657f879dcecb7879ed9e79d8b0e2c6c8f23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:80b208666af68ae1f11b5526ec2d4e2952a4f33ec109a054519219c0e84f4cd2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:82b5a2010b2619bfe1dc1a3763af5c642e3c8d435dd7b91713e581f267dece66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a52e866ebce2cc46c05ec89f571f02b751a98351f1c7c1475d38bd3bdb08a76e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e295ffe236c8ad5c1b4bbf7610d9a29f35534d6b66619cc341db46baf6ab4aa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1594e9818c4dc1459eaf50fd7ecf2fca7b73ae81be70413f6fb99c143f55fc98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:455e45f1174b4bb5db753da8b2002b40921fc0051f462c0f7cc0cb95ac564c62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b74d75ec982d2c35bf2f67a22eb8cc307ce5c995134e88b0ce9513df79cb5eed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e0642fed946e365d50162ffb37121be194ddde7f422e022a7afa7a45be84aa96_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1f0901c738cdffe9f323d24c85f8fbea95ad36ab31acccdccc1b7c973fa7fa62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:42903bef3719a65b7e7fd89dd371c68baafc3b2f41b68dd972429185d3fcdb90_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56db80905cdd80d7ef3ad4cb8e0620868713a31853dc797db397431af032d322_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c340f2a030c2285afa19fc9022e14a07056941bef8de59b25ae21ff4c66bb9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:07284eb00a28180c2e4773ed2da15026446ff555b47307e0ddfb707766c9c420_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1d5764ba30e7e1058b3f2b10d1ebf9a190b6b1aebeacf774114cde8fd5b6b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5b2fc54522c109221ecf5f2f25b34bec50bb71eb1fb13677e79c047ff92899e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:88bbe3827720c373b01bf2fa3c3b8480099f7c9058fd6424cc57bfe74143fa9b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5dcebe96fbdfb5c6ae5d86a985c3d4c7676cfd02460196764bb1e4281b77eeb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:807f0619c241b7b86a253efd0b36b1d3dca0a19b4732139d789c5e6618b4996a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a1283298ee508e2282a0e709e2ff32c018445ef707b155f3679703da0a7b143a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:aa87e88dc29d54aa41e34a5ec81986971fa4d3c53a33d6fad86527ec422507f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:03f28b40a92d8f8abbd0d0d09fd080c5928ac9cade01e28bf2c683dd500797d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d18d242102246b6cce19529f237b536be5a9a5c2e0431eb15727b2b90e3d888_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4ad31b682a179a9f46d566301411cc64e1fad11ce7f2493d73c81c9d77e7b38a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f76b5de9e7ce8194cb453296dfbb5a26fab5e9f0367eda229ea3c466cab591fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3008aea10be9bf754a1a6e0538d1df3f6408e9eceaac2e0cea868b40c5fff12c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:53de5c7759b3b0090ea994db28ab745c4635f21f44266d5665076c5c2a553468_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6d99d80ca988aed5a3cc74e6018aeda442f0c5cee4b033d13e9e6995b65a5ad7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aafdc6bd5cefa7443745fa3d40257b3df385bc09c1874ab34796a874273a21c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5385dd16647e876699858b01b78bda82d769195e7237003621dec0c17ea7486b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:8d82b00af857b1782bf0d0531c76b83c1d05ffc8d8b0ca1a730958226baa1455_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:93c060c1504210f495bc301a123dfa5e36ea87282b8a6d192f47c8c8484b3172_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d9207728b4fbde7442c8b4a9fad3f450b7e2c6cf0a5bd203259dcc4e94106d04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:39c30a1eaedbaf0ac3ab12323d80529026bbdc878a38981bad392602cb1ba438_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4095317e942f7ccda2d3d8a5632683cdc92984606f25a90de944e47643333019_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:873761b15f7f5e975f8ca363e088b806e393ac2a78214a29050b3102cbb04df4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c92ef1fc3eb4dc56767923a43fc75ac743c13173e2eefc3c06eb762a38a08629_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:723b1caa7724b4ee065ddd187e259b4eeb95ca3da87f29d5e51f532b3c29dd5d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:79bff52cd5adfb2cf36c64fdaababcb0fdf4361e9bdd18b51cf4502e2413354f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:89bdc2b084964e95337d1b06b7b3e74d9070e8da7b28ad34dc53bc85ccc603c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c022d71700d942bb819bb1d489925c1532c1db71a5aaa268b855d678e8ba364_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:120b1cf4552db536915c081e92372cb83aa89d21a81adcdffe09f2dd3ec5f43c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1b574dc3b519ff20706162d18bc6c2d9970b0ebddc7547a9db809aa9d3eae74e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3fad488f56b9dce6d9b6627c6deee5c2230287828dc53b96d5d5f62943b57737_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6c069eff3037f67444d6ba193d1128e064c4a335fc73b20d6342b8fd1ee05107_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:25735783825c67f2abec0695f666552f0838f10467b027fa1e475317a14dbd86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:417170e3ef223badef0bc4702874b350edb0542fc54f2d85301846ef4d48c1eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ac836331535a29128d1cdc88472143227965ce06b994072a39d407121f49e613_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ec16051b9ce0b0a489a8b17bf581b0799cd5ddad84b1786ba77322cb9132d055_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:13b9c3e4c334cc245c11da77c7ecae4759986873fcc134e3a2901d1979bd97dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6926123fc26183a63626f4f33921e2a24cd8e27f6f2bf135c80f1e45a3200fb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b614ecd78191da979aa5e6de4904c4b45d71fc0820e2e9695021c468ab2d0522_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f60d781814b6cd8ef503e85c68d1745af480fc6e2d74e2b52521dff292e1748c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:40f85dd555fa6fa8934f576e5a5cc18df64c4cc264c9c44cd9b260d82e7690d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:92d1062b43e34737bdd26b9ff74d92d43b64a699f1e2c1275ece8f6c9b1478c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c05dd77c9c641c9139e761b88ad358023c6ba4221a6854d8b0760732889d58a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:cf9e05f8cbcf5c64026e9dbb830a9731a1404bdf47a52563f61d07bd4a51bbf9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1482e83688d25af51a9dbb93b52e652d95dbcd7cf4a0d9d2c9364fe0f0ff4404_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a78e4acce67f08cf4c2c48ade037c43b358ba69f5a1ef82cc5f94af99c59555c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b4d0b3d6a24b94ccd6605b1f62b2c60c208959ff5194b75d6c25d54df7137e5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f592d769515366401b273d9b22def9660e803b8a560496015f176d13371b96d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:279b255fc3bdf326d437336ad9f8d391f02e7c934c160886339778f057df78c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7579da643df10fb9c3c5784d5e06b3c940a823158b595de9fcb964a8d69f215a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb2f77f5bf96fb99626ad02c0f963a6c862c04a7a7162a1987426c2a94ac685b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e95704530a93835413e0945bcf4e2e2473fae5e1257665f5c1ec4b30b36e81eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4bf77f2090c7ff486b87a86cb2e619015d7e1ee3ec31e3a825c22154be80738c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6960a4e7bad45aaac838b0497a2503e83d3786ec78be154f44567770b82b3527_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9438d34a83326c0fe5f167e0568349f931dfc9646f1c70da69409e350875ea53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cf4f62c2815857254a395a0034d68e3668cac219bc2e08e8a9e130034664a957_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9b3d6981af468b90d62f63f45a22d2ca13136f81282b971c3fe827a9183025eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bbce40bcd762ed1eaa08e19ca0212121a597c5c025305a552c1d5aab32c867ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:16a12b3a4a4ce3abb27fbed591e2742933d75ca5fe4a5537d82361b90918773f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2007b429c7952661629067f452b4a56c5b0b6f7b4755b5a7433c1b6faab6d419_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:957530099959a421115260f95ade7784c64b942916a287cb3546cca79763d55c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:975a1cb86ca8e2894140c93a96affde0efa449c772043420886db12339aa820c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3233a1897941a3b7f05ba46a8fdbd150a2b4c070e443db362afe2bbf7071957c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9b55075cd3a91c3f18c6c308019ff67dbd3d38f39a09c7e9a5e48608ac908b38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a9bbfbf82188d91ad574b5896f305c4d7b6d8490c8920efee82d2bea49d0889d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ec5f445423fd340e1233722b53fd083b74da21c9472fa768b175cfe6781e2afd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:103ef4d88fe1cf74623a5a9cfd0de45372b032b4b12ea3a8a909754acb2431dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a366221e21c5dc12c9df861fbdd6bfd4348a8c986bf43e38c4a085be7cac0600_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f264663a2869319733b39c90b352ce25ccb35a15e4b17461e4f74653362c4e4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f4671b9fcceac63a6547b544d189a85c397e6aeffc6eba38d6e8b7073f258970_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2df3ecea77577d06ce7f57d8f010f3a39ebbba90e350ad9720b84ff6cb320a4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5754bb489b38e536c93264a1c9c1b68dbafe3923cde8a748a4b9fe87b759d097_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7c31e1025211affebc55acf8cd791b0d5240728bfee060914d130091a664b50b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bd7abe39caf78c2962a37b121a293ef9179c95a5b30ef531cbce7483f3dbb108_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:421e53acd2e915022755187916086964d39b2f64014deee49c2e19208f0aeb5d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:43af0818e577746ef7223ca5d75b90785078c290f5d3770d551b9965d1706c87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4759c35a8e51c247501a7b920db373eb6bb3c22ee2a712a9030c2cbb975029e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:905a175fbbd6c3e81dbcf8c9192841984b0298f06666168a26cb27babe1e2893_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3146de9d4a8b5c98d8b9fdcc7fec4392f1591723948be440897e6ac16353b096_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b70ae04dc8f4096bc37bfbcd02bedba1a579fe133177f674607f18fbfb3128a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6f45aa19891117b7dfb96ed1d5f95025423f62669549fda2114a889b80dca8ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f9d547fb14df2df02bdb68abc2153eec1eb42cccff0f706127ec01cb82d661e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:30b8fd94ea4d909cc4fe3a4f21dfe44515b2dcfcdcb7e5989f356ba5df164c02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:798df44d33c1acdb59938fdf4d0251cbde8cc47aa6a03cb5b3a77160344d56cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0730058c0266867ad428b19054335ae526e0d9610e68256e6e921d590b3bc66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bcb2922c665d069fca260451b5366b8c4b04ef82bf491443496519d8f15e34b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0fca8a8cec5e7313576d38c866b7f310492fb11fd94a93d6ce8fd311ee424dfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:494ab165f12ca1d2547a13424dc7a5cb8ab74d5f4406d46a21d944ab49425ce6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:51dbf8c399cb661c59eaf27c7fca8a08fee8b5651e1a023998f16e4c87bba3a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d7186ccfabcfb1537e42db07aacb004ffac5d893e8e20f1a909176952c4ba00d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03d45c9ce7fa066c430b348e05cd3560ad596c6fa93f7a57191f3adad9ac71f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:17014fa590650c3e7c49820bfda285fd82f22b5037a54c6929c3d5712a516c0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:811be7a889fec8a5f7d71c4d77e2adfb2a1928fc01fb7d4cff316460677e9dcd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b694b8c876fc29c8090521e7ebc2c02be88c9c811c9c1734c79d524baaada9ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b672f5cb7e7103e1304c2826ef5270e9f47a137454e80160df8414d7e72d76e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4ba97de4f8c46097b8179e1ffa898e0c4e29c96a9abaa96f5f8fb502ff5ce692_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be6a2fbac7aef6c2b49aa03843796a2aff8f242a76ca12c8bdd97a40f3b11000_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f15701dc03ae43a7857a1a82be879c9becd99209505e5809124f62f5056475eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:41325be18bb76aa696d2826184e898f49cf7f29a7077e8c1038632988b3e438e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6f75279627dd89b244fb5fd01a630511fe1e5692502f9fa639e43315be7e3cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc31499dc776663f8a98c401ea377b4476a3dbc3de201c079b326f291117ff2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d79804455341fe8ab02a0e0b869e806821462798772e007f03f8a75959debec9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:188e2bc785e371b300756eba797b8da911bd5115f39820369abcbda1da919393_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:22ef77cc4d255f6dec6a74666990c61544d82aa4541821a1ec2db93e3473657c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4ddaeed1f2c8c64d156a91bb4bbe71f74f590d699ea260d00fa29a7d01fe1d61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4380834ef2ab3a558c8a3bd2cc77341c72c7b2ff4888be85ec6fbd444d6c7f2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:63024eecf989e5597f5fd2495a404b364ed9b7138bf835fb3e1d851a34d41d54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cf27951838e8fb93d4f05a8f0b1ecfd7c3222bcef49e14a3dd6a6dc63d0fc260_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2f33e8c871add512c85505c2c5c81267e7b35755653532a20028e89f4b41c2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:96c40575ebd38e6ca166fada51246e641a7d5e9c7b00bcaa489795512bf1fb3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d26622a1d37314542981e27eb616bb5cb316d7771c3b165921ba8b1c7470db14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:057f39bde011e55246763cc5604745d80c77918154ede243554942bdf81dd068_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0aad450e7e40f1cc93ffae16856cf5de5acd1662371fa8c62dc00ebb6d4d11c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:d7b45f165d249847759289f90b18321cbe8c0a8e972b51e354f25a94fe696f25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:77bd75b7bce7a798cdb11ee0f7d6c838e59236886567b4e5148e4afae3562073_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e18c9f9197b6b92497638426e8e91e450c1a3ea7b95a7dc83645c66017980c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c199b1c123b4f5a26754f842e9fb1d046549deae99856f5f5db2f5d1195094f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e18c5c5992f5cecfb2c300b9e7cd3cf0b4175a4e3f4e3cd216b6e6effd875cd0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3f727df52b4841d8b90ff625219d832569463bd320f49aaf94a9c2d706fa097a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9e60e00881a5e5168eace2acffa41c373b3ef02406688b03c69e4dd0656c7e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b578298ff88e7cab48de60927a8e99f52d49791f271f08d1e5e8910520525287_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc0dafbafec45d46183b03f4a7a455fd1db3fbdd8d5ade284fc34c974647a55a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28ea872308ac7fd286f001ae55753e03dde674cc8c58df264a3a5c6a4833363d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74f6e12dd81ed0c63a8983845a8a3295213a6e153de12fea13724f6ec8ff40b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6095b8baa4b32f6915ef6ffaebcaab125acfc2bc23006d23b8be04be7442154_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d1a64b53aa700a69821c2b3ecea10d946f731831b203e4bc65b7dd7729452195_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:91b2e671c9ad506297fc8d286edd908ff2277289d108a4f32c3b0202bdad7b57_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cfc8e8522d3a427627afd3a583e729d822789a3f2fd68998a9fc41292df76bf5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d64450c15c629be398fc0afb54009c60c151b179ce11b43906c86cb41f5a8e07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f10fa7d1184ad4027ebb2ca7ddf6ea2cf6da59dfadb6c38648d056d4590c9229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:422bda8ecd8223d19a789e4816891f390083a42ff728510da58780f348ec9bae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:82cba79925fc340a97d23710901b1b7614256b4dbabbac0593349329f24f3398_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0ce3b22f42ec19f8c3a7556f86cf1d8e22db77ba5ba76a29e092e8ba7c8c7dde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:82565bcb5b80c75af9ed9f0e983c8398da358cfc6205bd0f3775b04cd69c5a1b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5031301ee1ed68874731dd460ab27fbc03ff766fb23de5020d2d573ce075052b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83875dec4ba5db73fe9c2ce1ce22c955b42d016c15f9d8c731cadc17751d5aa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:13b4dbf6a7b7277b63decf38cf089f68d966cd9d4cdd32022b73fbee1ce06b2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:67cf8b8c4b55631845879ef8cc579c2e7d96a5cd4af9672c83909e31cd3c29ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed626dc3d32cef2787174b38a232bb53dc07cf19136a7ae0beee692049b5d27b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0362f5ec213dede171befb2aaa43343740099fc8da8d3c0d1c96fccc6af03ead_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c690ed0c141b642514226223820c5465bc26a226a25ad52566859315dc17e529_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af375fdef09131e75563f66f852da9795fd5b77ef66b36c05fa7dd1353c3b34e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fbc8e638b6ea4580597d1104ae38ffc81dbf333e38afb12801bbe4a99e849a12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:54d79dd5b8b64c363a3b7e7263b7e00e377a0117e475bc2bbc48ec9f00f94b6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6930615bcb510326426acf6954de5b732652064186ac0ed19ef7c683ce9cdea3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8353b502a270943d3bdf742facdb7931589b1da1263e4fd098d64f7b4066e32f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e9cc7aa24b1901a0c41fc88621b231927a9d6e23c7f008bc1666cfefbc49df5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2b74b78ec656cb9c991ff872d5c48ee63e08837e019bb65838b58b76325a69f9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9acd8db14233af5629af6a3cce85c77fafa9edf89415b24f8a8a0cd196825645_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d3c6e9215628be3626b80edff5d736da1994ce1c3fa96d59109e3905c8f1ae45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e96b81626cf79c94fe32b32413ac35e80b7d2e402a11b7cf18eab33b494674e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25d2502817725066c052e6079e7a3b97b0c9d106f3204bd11e9acc44e23119bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a00c1175b615d99fd2bf862422a89ae4589728b88339662bf038fe263d675d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c2029ac1677579e17850e40a0a8cfad726e04da464b85e6198d20a4baa9ebe38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d6b3bebece9fd9fe203615d5b87a840c9e89b64f3c7e7f3238fb43c52dd003d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5ae18397305efad4a2eed774cb40ef4f58af60c0aa4e61441030e663bc34f159_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b72fa3e6f7e0196c272efd6fad1636ef1c8fac41c4aaebe29a2f2f0ac204016_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:380b09da683ab9d92e2a7fed1330c5f53f5442d821b0c2539bc486e508a71936_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:eea07bb25349a5ed26392ebf22631a85ecf7dc6a1a30afafd82a52d421a4f91d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2229a186943283f30177609b442f15ff44c8ddec2362e5241ad5639ecb0572bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3c7a5f31b3f53a411cc408e0b47aaa53ee1a94c70d11694d96a2bb1854ea3456_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36ecb641ccb0e3a8561fb9953399d0362e780bb6139d0fbf2467dd07eda4145e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d262d5f31a5c25d0ad001f403249198ff5ea015258a3d5fb68407f25996e2cf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1391c08df70a95ec9503a304a4e8b28c72bf9c8ddd21d8f9fadbb85e225587e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aac37ee093de1e6a0e86740c3df8c355fd5cf48bff2e01e58530b145e165221_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:600111a588134bf7ea5f6382d6c2ddaae073e755fb949d25fffa2f97f5ba33cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ede4d100369f2bd01f79b4cd86c50965d091fd6f582b48369bcc3e74110473d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce81fe3c0b36fa3a950406b93c5f1a924fab92f726da76c034c332c92f1c407_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:522b3603a3ab87dbc1f9fa4f9b25acf2e22f7a751eacb823feb18279b0024e64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:94c56243f3a0e50d1d42e0002cb84797b9dc9d23efb6a12ab33b19f1598940ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d60f1c7d0b30daaa9e9e8ab041c63445e7bb7b6132f50cd7f2044e538436c64c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6e358be14bac6139b40ff8611c6e3394bed8517acd5d4842784dc1bb404f52f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b32b90e8782b3a2aeda85df6970cba882f656203be6d16106a32edde563a83f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dbb674226e46dc1b62076e4b1e62fd51a82d01ad2c66c8477e7c01df44883d35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dfef9a7b3d43a60b5d6a1ef8045ecebe3131babb425a13682d5b85686433ae3d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5ff979d48e835cf602e6172479b8de0623422c888c6a527302b2e8554803d2a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:760e4cb453e352e233a68aeb0f1a7f814dcf593aa4b17523123c608838a3d604_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b923a9c8b7a77675531e568bcf9617ef6d4e709ab7eb7fe1ddeeb172b527b116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e73bfa631996719e021e45e631841247eb24f980fd63290febbb80698b8ea01b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:71c003246622f555de9f8e4ca590081ad8b4447007b1f0518538cecbcefe5ace_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8c3b65caf0926ccc50f475163ca87f38ec81113d097d4a9d14da686200fd0150_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c42aa746f6c61e3ebb5a4bde91a735ae328f14e61ea04491155b16fdb9aa69de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c9141a24d2b0784aec9fa49704855f7b4088332ad525ca5f37e9f7a651431a0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2af58b624976b9f8f829de67cd76a1f407aa556488885f8704d7f85a6467d8e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ab1fcba91468a694671f15db52706095f2cf5a8fcd055feaedc6b406bb509e02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:d654f8552f8ff123794b2bac1423e9d172547c6759d28b02eebd9922611f909e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e3e2585f7a5216120972806732d252667c2707dfec2bba17b7d66a846218b119_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a07c9e91eab3a79552db6835a247558371446dd9c71e52316e1d8a543ab1e18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:605c1654cc19e714bf1b8d8b983cf6cef9ef4ffcd4a5a829d1a0b2ec74923cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:de6cc7256aba2ad13423eb60a2fe69335c316a1a35bc3ad3d583dca98168b2a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e9e323ee37e43e7d6b07b1f250437422cdc321f204a4e891b3998b8a5a52188b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7795e52031dc780da6b331773f3a5ff89cd64027816afac3edbf0db9aebac896_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fa3c364d89aaf09867adb992c7b643a9c9e6fab34bb037456404a285e9221da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b9ac95190e40bd81fca9fa2848a675b524edef0f3d73f469c644641e52cd1f58_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:df14ef8a3939f2e02a8052ac17ce00b844f0391563305a26a5734e7c215d40bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0977ad9a02d00c98e0197f06e5fd34cba79e6195ff6608bc593149212f2cfb3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0e03292077a1e98cd0af13c4954f28b33c14f40dcbc786e76ee2166f87f5e5b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:da002c44b64d7fd7080bb830048e14b748df1086b0eeb9307c89126073dc5331_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e758035655da16fe2cae372bfdc6a4d4c911aa8b55eac8c3da83f5769d385c2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d52f333d0e066802787d1d9f56a6c3b7bc5946864c1b4a2c249a660ba12c74c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0325eddd2ec6e5cbaf79575c44dc3541da4e61e33dceead6e93d599580ffb03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c25424f3e6fd22ac84f6fa3689b6e8055fe3d7fe64046f7772994a277141091a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f75102f7c45b6d0b6ef939c94d61901385bcf5185fb085746ecb207fa79b4af5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a9eab5f451930acf14cad5c99973f88e4f4850b426e24086ac6f1e6ba03ee57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6286c0a731f028d5b4b14aedf5e1f116eec94026c177d1a5215b96474074d404_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c96ac4a3ec4cd666a361fbe3f76fb92a601d38c566bc1303859dd20426d03825_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e2600706438da5d16471f1cd19aba4712c261bc29b5fec9dd7ba9be778add0bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5d0eca7c6e735b2cb0367543088ea9f4c12465e5adfdc6e741197de25c7f4317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70490327ca3ed82f44d333846019b65a72d6fa276ec3973721e2e0fc2e4a3471_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a2b5fbebc3a5d756d09346cab7c2390a34f4a3595fa2acc93650233673e6d8b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dad1809a993d86467d1b8a4a4bbb010e9dd50848d3d6ed1d563b74e8bac306b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4664850633066fee2671b763432ab21259df33d1ab9a883674d1ac1ea243a783_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b3754efefd2074fb65f42ecb37681ccb380e8b46e7c900884b9993cfb36c873a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d4dff0998e4a9c45c4f32d82913d1b312059d3ce7b8388a804e7b6eeeda1986f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de0d4563044c6a4bfc4377fca5c855099c80e3041dded830c6d95cd37f0bada0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:54a6ef85c2d79ef9b2e7114200d8f7d58033a115105be47d6395c3e418a59a0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7ac539d8a4f82d5f7ec8d993f69b25657a7aca5ad2b866c55379e95bc4bbd58b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e3ba22bf4740e61d59bd3abf74534d64cee3f2130dc86167b466b4f83e06ea89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f06e0348cf323b7bb502f53d3451aec038b741243c6b0ccaded2158be1170872_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31fa4df80aba35ec3c17dfe9ec6939d556219701e0545ae6decc89cd6ba79087_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dc747224fba8c54840448fc3bed0dfa7da305edb68f8ff31f32ddd65cbd9e12d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ef2dec293756ee1848196847cd567610ff13d84af98aa357438e411f8f04d0f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f399014446508b1e62f940960422ec4c3a1945ee44c5de033bad71c69e7e2a80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0454606b21577eb4127f7eff4c7334041f69852688c9db7660e634c2d450c754_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:552681163c7b016ba7cca547d3b32d50e27f9fcbeef793ca52e9e64137d57fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8217f4993b4f563cad1ae65f14973e5c48b7cd3b2e1f15f1edb86af23590669d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:88c776d559c461d187cc0ab24c53849629ed75b93670cfc90657f429563c7747_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a32d5f819ce5430d5ae60a1e5544c8ce3673bcbcc55674a416c80868784b255b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cfcae1f52c6bada121cbbd1c32c9700234e450aa6ca1c5e36cc756f983deed88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d41100db39e0c48ae96ba18846464e29f0a1d708c0286161a854a8babcee4969_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f3a2a6ff9ea3270109be761e247e7f5c766c86fcb194429b01339cf8a10482df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1367691472cb18ec477e9b603d90c0f296539f9f56d1355b33e88e3870f48b38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:52481b7110d707bce4c8cac15a13c69ec49571a3c6e380baa0eefcd84e4756e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b75cbf9b9681450890755eacbccd47a50cf05084774f186f5ec9511fb768aef2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:be21ab62f23d567d9eb38613321fd1b39b1570c2679f2bf6dcfb6731a02ec7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08bff4152f4dab00bb26cbb7fbe01c2c86cbf4fbcc9a3f9e6e7227fa77009175_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5a3766c49a6f04ce3b5fb57b8d4937a1af276b02e2bfa7859ca14b440cc97980_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ed8b4195d1c0b5001fb2adf8b25c255e77e0280881f6854f971b0b9d88a2542_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c6ac5b6eb2c87291f21240c30bc76cc30e924cff6ff6c091df38e25051f7c014_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1d5005be192459382a394b0b062907226fcc3766109873b5e86b8213f0e4c992_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c4eca9e6e1d1736956c4c27fa1f873e436c69cbb0a734fb154cc0ea64a71b87_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5cae0781bf6ba704a014022dd0453a29b3ea190862a3c2fe98268e3ea12d18f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:81dfef68491c3f05631779dc90d2dc3f02d6d6da0d645e65fa8df19c3cd86116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:01ea7558b01db5a4e188bb15ba8d11842e0070f627bab87b67adafadbebcff6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29f22cabe40b913fcb175f7c4bdc4553cbb91ee14786acaa0ddfb6f87aa3aa7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:47c4f9a6f583d6e324379fbc075dbf8888509c2d9588644e6c452837d805d071_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c636e1b9dc7345f148113f901972d3bd3cbb6149ca01ff5333667fa1914a7067_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4e752b9c1c07b3c544e0f8d051fab8a7aaedbab95505865d491afa69fdf4a469_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ae94eee7b7817c819532109a8898e5a34ce4b52bec80d1a7527c61fad88cbec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b7f29c0dfb5fe352fd467281f0d59557b25059c7dda5ea26b21f226a3b5d47c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d67978582b629789eee711434bfa275408bb393fc47a65536879f2dc5c9bb6a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0cd4d7a036011a14099f95ed4300a8283bb57619d3418df088aa3a50578edca3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:49cb012134afafdebf61c90b88577c506acfd9587f3d029c56c81bea822ad092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e17dc26d79a7e31ceeafd02d2c54b0851d644c0e13a1a588c4974a20b1528f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:84b8d2487f35496afe73125df7e2e0e244dcebc21b797e5915c3ca460b0164d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6279c7d5365730a9d8dcb7dd229ef373d17d075246d39688d40bd25a3ac5d043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:429aedc3a35c3243db7f678e63402922be8103239cf00ccebc43f57d86b103ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1be63c1269f8a258033c21319dc52a0b7cfc8ea7102701ccfaec733e7b910f28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9916ba13a061d49f7d2bb9798af54761714136d700bcde1b93254d7bf5fea43f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aaff58857cda41533c4dd1bbdf97a7f26958af4b0265c78ae5fe12cc406a5432_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f383dd4155ed57263e2f15f1d985d90a8de9c39eb1b337b81522e42716dda6c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b214d1a9e3e8fd6557a4d04fa3216644ae7fbe975214ad1b95cbc7067d25161_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:16784c2abae0b4b7e8c2b6cace88ec36a8275d7a19a9b12f53760d75ce2e5c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3a74c2cf3e046ec57ebed042c8ad221fb248857d437f87dd85b9c1a01baf1b4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7d0b0708dcd3141c39af363fa99f62c1f223b22e2c6ea41ed83bba8dc0eadbac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4cde7311de818660254df01cef2a125db9e7375857cd3b62bc23062d54c67c32_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5934d8ace644ed5b06aa1517da1b289561f009bee268b33037b78ff73de3780c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9b6dda89ae954d891d2eaee580ce6f51201f5a46be9b39a9451878d37e257252_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:eca61a182d0aba2f33b8f00fe022dfc4a00ecb2c4e5871c8e3f4047ebab2dc04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8037e87c1920aa7d2b102bed37458ebcf6eb09737462fbcb2ce9a41084b3f018_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:82bc2b7b816feb327ad7ec25242423d7e29602397269e282e8f2061fdfc4d64e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9ac8720658edc3a705c28da0a04e3151fe9176392cb21a8b62958c6b381026a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c5a9f18b32b185e292bdf42794556e6eafe2e52fae9c704a6937450d02126ad9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2b264d8951213e3018462a72292a6b30d583c8f06daf5ee241f94e16d506703c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:51114051305318867420adefd426b50dc61da07b3b8a57a7742b6c5617160203_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8eb99577e0664af39d52436f332d1e39e6b2c01109fc3dadffe1a08e3024b317_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af57ecdc60cf066913e6ebf0dfef400f0a254b5f6dfd0aa31d83999265b468f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7b119e3bafeb462483245c1ff17369a414ba505a8b79f0bd9d705570ed76560f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b033381da0d7c334e3aaf46eab74fd4e0966c86f5ed2a15619e2e272fe583ded_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bc4a300d46d76cb77e41b9b8bb114bfa4a74cc2adeae20a817f82bc51c7473f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:defee96610b0012da78daaf30570fad7c7523b2b27f7dcc92c43958888716720_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5911fcd0e272af7c840a47d04413b24139fd9c619434546b13298e5431e3ffc3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:62fa04c23de9717d83f539a2173c4cc782b26a92d77bfb1ca56fd70f0a598621_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a58862a5df96016de66cc08fcb3cc26656178b6df316a209d04a6a8cc8dd3271_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c7bb30e8a7114547a17b825de02a377c767bbc8abcfb3a107b5771f566911d9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2b91597e92724f8e19b366ef98adf4a737dd38a1af3558d6c096a6a2f62f358c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4ef377dd4de22ef38524f823efb55ed5680324b20bbb6e8dc01635548c89c563_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:517435307941a212c321cc125a7a065bc01c3dcca1d48d1f406eda581654eb35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:587bf89d7be7d54e962ba19e650799bb01a733899023eafdd312bda2d24aa25e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:07dd1f6e2866eb81c2d5401d96cc41aa53a07332fff1f9c5957c0acb7d795d89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b257ce3ac403e4b7e53cf4a0708f12823f79c4a11e20ac24a988298a46a6ef6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:442cdd9fe2eb6473a3eb42a07175ef51d189e1a4189bc3c2078dbeba46d04428_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:59d149004ac912bac883e47a58040775730b9fe35a395b66f85f11ffadff5d2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:37e902dbc5732ce27e4499eb254cdbf134521950f8e28ba4c8bcc9cd1c22e66b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5de8525a5069ae5338d04c7ff67ab6ca455ff85be3653294ba0c833459af9bc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a3a995d8193b4e2292d94d3d3868860e5d189f6ad7e3b53470258b837a9e012_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b7284872aed97dd35b7b233c8033e01b6b864c4073cc80b49c4b40d6c576bb8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1afb07b8d4e82c4c6ae0c2aa2cbde892102c0862a41a5a1940bfa07a2aadb95f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3af69cedb03c410faf9169e26013dea148e9d8b7e5e9e9047c89a06b1913ccb3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6cd16b21890ed9fb0831ec559bae9767b4cb55f73e96a1c0c493c4de2642b1fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ade221c9b8a46412f4f2ccd96c0d4a5a9ec26e29c1475aefb83c55b3b885794a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3493f9658503d0009fecd61332bede316e2877d2f322c18580acc2d4149e1390_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3602ae83bd1fb64d4e48a111620905ae567ffd915a71fab0da841f3d92889e68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6dc4fb0a3b2ac5a3c1bf76e1a188c829e45adb16376edb8e147744721415c02d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:82aa9a4bca8f2cd04b66071849c6fa0d5532e51e637ce09a08d1cb2a3a454311_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:19fc8c9512fecba33b1c4531db3d85e8263288bbfbbbbc485539a296aee55471_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3eceb25631e82da4d0914ce3e4b8f803659b84f9fe880c6c0c99a0d7e7c1b3ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b5269e0b5de55c353c7b624e4c0171b10f30696953d8091eef6ef7ba7f0e9b6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bf38932b81124a15686fe3e93f1f30fe99444765e7840983656666558c51e070_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:236d45e01e15eebcaf277611baea29a066596f9f890adcfa6f9248142e375c38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:763e538fbc9aedfc84a1ead6db6342fa4fd4aa2e2f5a7689ba167a4bfa907ae6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:96a1955f94b86f41d52305cf43753dfc9977722d3a1f0f4b1be6411c9dcda2c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fca2ce6e0a8cad74aa81f2f2807df63d35ca7e9d8b28b18e33c926beb90b0377_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35523b68f904b23d744cd799e7fe04b24a03bcd507b6caa657a63d2bcd8b1b16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b39be2cc9eca4757f08033ce40237af2ceeda16ae98a918434f08c004f3927f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b45d311bc9bc8c7867bc6848e716b4594ca8f7b80f04724d0b652914e1b63a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cbaef1de5ca28f877a692fe4f050fe3917f35149416cae6433704085f68a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4fd9b39cbbe283c025a05b6343bcf2010b3ff4ee8ec7d585cd5146761d37f548_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8f7ed88b7cd7eb51f41548b1cac3236ef1d6204e08440ae7a6e20b960fcfba98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bde243eee4e9047c42c3e27139b3d5634a1bb5ac0f4b83285e4f3e564e1de244_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ebc976489752658a1757d4b62c75abaa2607d0a67ef25dcaa93d4e826f91fc55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26081303accc6cc7348c924540a4a240c42ad01af0d7875b92962beaf88d0ad6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4b17e4141db4d6d51a2b16e42eb12aa240220d4dc9e360ff92ce8332d6314493_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6546561ae012b5e2a3fd723f76bd57e4e7f4ed893c440b218bd684ec71e2cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1c51b219971216291c873c6f2272e9aa1af3e91af606a7e72ee15d84914f12d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48a53f673f4a71733d2ee26ea8ebfa9297f541e383feb5f465777e86fcf7bc6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5afbec6b9fb931f7e71df2aef8c5f2a2aa1fae14c0779ab275bb9d7a6b5ea916_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3e9aa93c4a2f1396f23300641358f2157e4fa68408f5ac50e06dc1d5ba28381_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbd85d81d9452e08efcfc7c9cd2d131045d8e33bfdf4c57687377b5f8d1da762_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:67f91ee99d0d496066c65fbcc9855fafbbc0bc8753c1ea29ec19dfb978d0131d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8013891262e80780d9914e393a8d91861d1b14a94e2d4f89affd0e299a4f5e66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:85892745b4e5f5113db96c7bcab15c11195ba53b5a059f57a08aa3830e83c975_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8efc4f72dc248944dafa1d0c1113ef28df5be90052865f32196a1dde6d13e314_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:21e210d64d9536dccb41d5179364995202933f95e0c8221af06a0f52360be4b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:949ed5dc1631298aba66a726fc3cfb6473d7203f452663786cb398a14a5f6a88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3cf0e16bc1208625607b76af54f3b80c5c7e103333a3f4b205d1c943c328266b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4134edec41e73edcd77b04ed8a539925f3b81f75661ae2b33dad08b2a0d5f2f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3986449a0b211a89c76d583c15178a75ef95caa002fd3751ab7c01122740ebe6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4813d400a6f46477e92449d1e4908c7bb329545c578b09b519ddae10d0623d21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c565a6990de02cc0f223060fd59bcf99ea9239a2286a4ac1212fb859f0bbc078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d26f27237c1317f5ac5edd5895263e7809039fdd77f608395b4d11299f79b857_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f8a514769d3995332c660a668ffae9018f88ebbbb94db89109fe62a78bb6a7e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:757fd89b154f09f1115ea21b19eae895831f12afaf77491815fcf229220710ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cca40d616806de4c1cab0a9d0e54a614d0a4bdba7b0dc49b3191d0ca6218a4f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f2e12682e00bc8c041d04d4c414664eb27f6e78fd42f2c9b8caca079fb72a3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b924a823e9f8399b040ea016bd74e7a6ce04256c662a9226676b9ad06bd18c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:747f9b6cb8aaf600bed84b80102ec5fb6e614c549c5edb07f97e4678daf60594_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ed6318e5a1e2df043166879a526549ecad1cd62159a5659ea2fe201f4abd798_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9574167a857bf207def2891974ea31a999dd5b163c0ebc9a268d261178803b73_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:45e3755a7d823d3c47cf092809aa13808b05dadeb49c2d8965ef7dcd1ecd51a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:888a7dfa28959baf2c21b20048cf69821e78230c33ed18c430940649093f60c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d36a332435642bb7099a06c8fb3c27e614a19094ad6a727493cb1524dc64c5a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:dcaef959fe0a2f2b80577b0d2d2802fb922a48ceeb8f1b552e11ef0dadfc8efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4aba6f6d0717910e13157b5aef43633ee8359fdc730df2af1db0796113e327a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66fec0af1793ffe236208f8922add7344361185eb6819cb2d655c6941de28d0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854d5562f0da86e02483b9b860c117fa0553058ff06204b4029b1078ed68c2cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ef3e2714cdaf4dabc304a73d3867f6a30ed990079a7dc82935cd311b6298429e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5a47fabca2c5da103f2d450f766b523c11f2d8144dc88116dd28ab64311638ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8348dba52b0b908d04f35dbfbb45272953f59daa95da494498c89b1f13a01518_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9c4c2c65f712de6e55348896b2609f71db681e98f70dd26380c17103c168f2e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c9fb883a4258dca7dc277774721df45548564f1bf02db259d10eb28030312b5d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:25311111c8f185636cc6c4c57fcb593a4d7f80947112d026f17b03e1cb8c5836_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:279a1f40f5daf3dfcbb6ae72d7b34e1cdea81c93b8f26934b0b75a5691768488_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:73dc60e6fcd70afd3dbbae8a5a3b0173b8aae24c262a538985f446f384305b47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f83b91fd2651513053855b761ecb7123b9c8bfb283b1b05ab987563b24296ac7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3c25156b45ab456d86337e7943e2499d56ec59e9df06a9eaf6573d00c8ba99aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5eedefd980085c0d05eb99404d84da557aa1e33aa60b6f8dd617e6c51b7a0773_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6408fc9ef2d5571e6b6139e460df943926f8f61d3f02ac8e29b4ebe2ac1f987a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9f22b0754b61e971e65dadcf6b1180062d05f0512761ded6d3c72740ad4685b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93757da9f7fbf6c826f1310e9a753daa86cca4a7d0a307a7605db692d679e0c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a3b6915a30075af8ae31cf1f9537b4ff2edd806ac3b9c2aad2c3d0122db24384_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d6e27f0f7452d0ec0445608ee11904987ed62e79ae5b501c8c548b3140a72916_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db47533315f708b613985393aebd19f0f1be0553a8a84f1ca4691a6f80fe99d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5cb51b7919e67820591dc9be361dac3ce494f2ffec55dcfb4c62cf075ba9928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ae934e2c4e03c385a8f14224992a885b0906953eab145f46f920895c1c563dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b0dbb59715d1fa2ad7d31b84fecd58695e3e79d1cd975c9d1ddff84f79aed5a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d387c467c14234a2edeef2ee4e1d3390b6d7f69e1e7e3ab4fb5950c0665e7e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:12069b4c9b06e21bceed36e3a6ac286441ef97700a121b6fce5164f3f9af5fb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8b999d1ce029714eb21675fd185e98bbc285de3dcbd34d8d78d44081101c5eab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb654eb3074962421e67ae133718289b8dfcacc6969400a2cc33a253a97f1581_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e4457eae686f5e2cc90f75a4fa7cf56157a53937d5cb0b33e6bda1ecb136ef23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:57a99507c82d77541a982dcb0be5f0cdfac612ed37649d8f870098110ebf67e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f3a5550a636594f6f13f757f7cf9c13814121da51aa8e91a852643d9a4e188d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd2f3a5e7d019e00cb522644c3e1a2895b9d77e7c4510194cb954f74f6bf695e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:af0c64434c0ced75ece447da614e94dcb92d11f7fbb5dfa15a4ab17fd05d87b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24b4aae7d576407c88c4d2d6d200ec98aa762e1a032ad7a0ebcabdf63f5767fd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ad96a37c03c7af6fefc4a4e34b67f993267856ffecb586b5099abfaffff8e59f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:de86930b332a89f7d532adaca7b1f3bdf99db5f0d16c8c3cad0ed3d287442b78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e0ed81285f6e9686d820425eb54ccacd156abb8adac762b4ebcaa41388a111a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:233bd8980b833b554fb9c8ecd6e9fb6d603014fc61292b8a95d471a9fe6a4d10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:56a429e6debca0139cb61b640a8cafbe02094b3a318af835549003fc7ab1aedc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6368603a00885b9bb3992ac55992580311eca99688f9f5ba729837d670235256_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9abaa144a449593156337eb1d254d7bfb668b118f70497f742bb1c72b5890af1_s390x | — |
Workaround
|
A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1f0901c738cdffe9f323d24c85f8fbea95ad36ab31acccdccc1b7c973fa7fa62_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:42903bef3719a65b7e7fd89dd371c68baafc3b2f41b68dd972429185d3fcdb90_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56db80905cdd80d7ef3ad4cb8e0620868713a31853dc797db397431af032d322_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c340f2a030c2285afa19fc9022e14a07056941bef8de59b25ae21ff4c66bb9c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a7030ae2f83595a38c507d43a11232d918988fec2a12bd7bbdd048ed1b4706e6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:acd1f4c3748eb6189d59cc41da282a81e8949be659f882e241e01acaa25cbdf3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c04a807f8759be6c847c8f6abc07d398c781563b216abddd198c07ae32c3c467_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f451c542472d35f555ba7e0ca5fe6ed5cb35b9fc0d915ed32486f1a0c7b361dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:37dad142f4de244e37a4cc2b932ea9bab8fbcf7663136b59919b8d4ed4d8888b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:77e0f36aec56da740886d70e6e9e45b5eae8a4641c11a3584f5ec96cb4c12c4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c4c865b5de7ebf517d667466f7af1c3c2323feefc9fe456fe14b994914ea45f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fc741e6ba3a635241261773e48711d1668f5da1eb435a75db33163c1c4725def_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d84050334b5b19a7ee4e59009b2847f28543e637afb7dfd6c11636c54655809_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:79366a89c1a9d454d121ff6f24a3f7c3f9fee2e1441d0d67c7c5df9d471c3057_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d6d4776004505cb4168ece720f3cd383519c76c229c53bcbff27b4f62fdfcba9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f230ae41108ff58cd2df7460ddcab73a59309e5c7c4ca0c682992e4975703b0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1ccc1d63820ee8fe6e1d60ecad3019d4fd4311d19859a5ef4ab43f50c2bbe68c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a823b2c4412366f8c9c7baa25b6dd40bfad4eb90b98e2a4b064aafec740f9924_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa8dd4b7f6289107e6bb9313a0c3dd95fed0a78a60a3bc6761ba101bf49267c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d51643c52c7f7850b787439e79e69e7e15fea01d38fcf89ede2ffd5aa8a0a6bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2271a35cbdd6e75128ea40780dca8b12acff72d89b8e5edb659df03db2847ddb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:50815dbd8eeb6bb3de2c72b3747c700314ed3ca55130ffe6bf1e0368ac55a40b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:73459be1c7c70819c0a0b7ef2e41c4f7c4772e24eec5ae382fc938a873e6f706_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:abb274b9924c701bfd460bfaf347842aa1c6e6e5ac13bb67a6e8e13aafdfa70d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:192a0a4c23acf7745a9cb39db76a8a8dc351faf385ce96a51e3789b9f51aa93a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:64dd85148fe0c37c97dea17bfde5d6bd28651e85d38dcd032ee6a6e0d564f20a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98803d660cb292a0b19a91c024bd8615bb4b6304b6d5ced3230f164b20fa5473_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f14489a778119e4a3e2d24b85887b8c732d273b06ccaa1f3c47dcbfd593f4e5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f7da1d39bf1e91447e1e88df1c5e804567619b21d4b9b6b5bd3986ffe73eb05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7f1abf185014eba5af23da250feb4cb6ccf36627eda3f383172b4ac24866285a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9167cb67240069de0d391f33279d036aa95cd53c4e90b9bea9919c1121f69a30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:99fb48017ba08b4218d540665c8a2c5020d3dd3bb49241a56bd136e5337b9c83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1f82e411ff1946e57925f552c6dfbf1157e623ba62ccfbdf1d4e07c3c76f24ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3d76f8f385f0225bbd4c2f123a1efb80014cbdc3322eb62122579c31065f2475_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:62ccd6215d94e446e9d72670658341a4f9410005ae77541ff628ea320a3e4e0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8ad7ab11e18a556647a001fb94a1713fc73db6342d5be586e6b9c5cd85180b1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:6bd70b036725a8a6805ec024cca61da2b1bf3900092c9990f44064bc1ecb7835_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:788240bb55c133461df4770b2acaf706ed308e53a3ade4c5cfc264deed6446e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a731b7a16f277bb651b12e4dbb7b91113da193f13bf82f50c7f2a2cdf35b546f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d99f2b70242f93ddf6773dc339aa1bf75bb2ed1960816ca81206831e477f59f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:07c3fb5bd910f7e81a2c2493b02e87059a8dad6920524116e16ff1d022b9dbed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:778cdcf251d8265e5678c4ee2b9d639de4bed9fa8b649b6fabee24234c5e72d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9e25f3f39d6206b8a0775db0fa2592de5a0fb0825cf953051f434df1fd71cb39_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a753f2194d3a242aca4fd665cd0b03fe424185a4bfb4946d227f46a9b1f62852_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0af94672e9d21dc0de6cd5be9aa989fa11b702be65f1fbed7949cf0e69a253b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:215ee3722e5f0e138c17a40c1a2c72e8adf4c260ea2474cb5101d674c4b20ffd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a5325f3d088c7a6a96d9160a7d88cc3decdfd29a12cf9a5e1b622412baf189ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b7a59b159989422e6cf5363e905c310517220af021844734c6c2d30146416450_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30d9b1d57b6f99ba33574ba7a98553bf889519f65c039c5b714342839b1067cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:360fe7f80c135a87f36e6e23a5a129d2ae6696243bf6b448efbca03996751b91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80498814b01bae249447f70402a7a1797c04e7cf9fd7ebb478e12912706440d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:acc63986c28f4ca24b2efc2eaaea748841a1cc1ea4014a807ae7e3f894dd0bfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:23eb83f18d9937b0d59a12c3ca2f62aca7f0da57fe56915cb59a1fc38ec55c40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2e60091e466faf801773066fa85d17fb808d531112d118a641526b578719d991_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2597c6e1ec452347d977bca5077f9493a32efe388f4fb57b4d7f9865cb48e7a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e6e0147dbd1c1af919da7d83357bca2d804de41aed0856d056bbc9394e8e4b7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:079e10d6f1763da07f277bd857026175527f4f4474534f57bfc2871ef4dd5010_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3e4cd5cdfc5f0a7faaccadf22a3286d853e4bb75077c363b6887d25b7e1a5118_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7525f9327f18f4a078fd04a7a3adb493b2b1805dc124d24cb05d2256843f9da1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a251a8c1e77b6b5d4d8979d4f8a8de20c23363753091cd6f9cc077eafdb92185_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0ca0593d55f379ee3033f2509e1692bd3e26abff765f8293f87c104acd899566_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7fd25cd3e54c7cd19d9000549696f9bfc98b4c5d769e3b8da83a4107ea15eda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c98b64e4d0bc04f56a84cb7ce0eade14aa6cc09ace700b296d488b97b8de1006_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4580275c9fbe7e7c4f4e41d577aaf9bd51c519f29e93e9dc436ddbf34c7d266_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4d3c07d64d81e9b7ff3fdde9a57fa6549f088e5a96125e91f3007116d20337e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:557e38aa7e4a4587275c7399a87f7d71997a455af38a53cd9596026d5cb41146_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9f46b563fd306679cd8162e0c275daa4767f51c0083b1210488edb88976d8839_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dcaa5021d88e1321f1873715dcf1380ad3379fa96d222abb9450d148021b6930_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90c86b3339418a8d201444592d378962828eda5c92cfe006785a9bc635ff5ba4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:bee2aa67de35ab4635b353061b6c23bc68c86aee8cac9cd1f41135e9c066f473_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e40130b1e2a74e2b4eb451df197248f85db457c4e50fbbaf8447f8d9de18363a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f975869178496b63072dbad1b51126f9254e27549d8c9096359e1ece529febea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b044fedc80cc4429176e21684a6143228e95cb817d49df83766ef83018a4ad56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1872c649b93c8b262e052e39292236847a4bc50c19d07b86c8644cb9faa914f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d5f19e12c21b03fefe2fb73d17784dca980061a3c0a7580ce437173f6953992c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d75092b42069f043e0f39912b1c9800afe624a0d5595ecb9a3ac390c65eec7e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:25210aa51905881e5a33178421288cc589956b0802b0d3f0fe498bcd71f6998e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:33ca83123d3de585db1facc376a72c80fa9992bb29060c8d72a62b86a5f29c4d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7395ee37fc347a402d6e90de9e18f67f2abebbb71f5601a3e1325f9c0e13650f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ee71d775deba549daa69545d7e1a5beca2805fa7d2267754fec57827e06a4d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6067a2852305b2419f685df3890e2eccf5b81a5f6365ccac369bd34470a84357_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f20a4811133c41d404a1b8a8702674d55994ea03009c621a21245fbef890906_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9221ef430d8efd74430db55d41ffc96e8f03284fa4ad574674c7563040f504c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:93ca5b2c341509449380a1b9fedb6e51482955bc0ec9805e3b3aa4ad30fc1c22_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0a7ccfef1c0a4082ca3fe4c3cb93e514b5649e661e26ed42bba26fe346781ed2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3aaf87368d239c36c222536f49e675b0a36151afbfc637017ddfd7f871e192db_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4dccdace02daf6373a6f4cf4a4e83257d98557831201e7e5597825f18fece4f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:881397c36a4332f221dcfa4eb517e9c9190329af9009391b96f0ceec74e680cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:46da5adb548c744644bcaabf6409ea53f213d9d4157c6bae8e0a3b741ac8c836_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53bacfc10ca07c660b142315c44882d77ed3f02af6405d7e2bd36fb26b165b97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2e763fe91becf5be1cf036062030cee6510af8524107c38b14187cded57d059_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d01d3b7ebdffccbc3f0333585ef3a01fc910115a4bd77ce3fed8f85093a31e4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02f532a3c278dcd2c26b783d2cf3762b73b035f9b0d37d8c5cff066e6ece07c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:87c6caa70fa920e0a58bfc370ec7d6454c145fe367d6ce3f34ea3aee3b6d4311_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d441752bee65923bde0f5d9883afe5bce6fdb0abea233ae6a4458db4309e1115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da660562d126ed80f4baa3e45df65a91a9ee75d40eaec3f3881e7f61df17a92e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:48638fe0a5f09bcf2f59f4a02139e10dcc77714dfe8fc10b86892b9176148141_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:589754420cffd7d27505af843442b7560d9a4188f7f64ed3e9a35c086cd296b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:79e41ca79715a571526e53fc13caded867e266e74276e632d1e7c28c71d78360_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2658b6a8db6e6a7634453af2d1cb48e0078abe4d82f4957288eca0791462c0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8c923202184bf124cef516f43082ad3381f921fa1c67aa7b541ac6aeadec2d2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:97226555f60c106944d99b23bdfcdfed049ae13c0e8c97b0f4e441827720088b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:544344c2e9020efbacf4c582c67532ebe485656c36ab314de95bfb9a0047ebde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b6648aa5ad4dbddd1a0502df8da0c8230d3a8e1bf4311036e9bf8f377976d0cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:04afb17e0637c4528bc8e50caabd2cb2df9b1e50c5749e958418449faae9fe22_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8379f38b7b8e488e7b1b170e290af8c604636974e0df590429440f532094cd45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0100c82d9078fb16dbca67d3b21ff54faf56351dd684da81c4ea2c064a4413e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:99a30147f37d481ec26054624b727d9ba1076fc8b4e5779e545d2e3b7925d9f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:91b7a3ef6622e4a2fe2142c128878ec06a6fc6ab39f8090d09e99e1689b9f2a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f3147e25f33eab3567f3dbea02e9cbca9a43597a3cea50c6fcd0f1cd79ae209e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:161b66b02d03b0595114914f20ef9449e495d4c70c8af669ddba63dbabb3a564_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ea7e766190adc6092cda41eec6fde1b64c9a85f36a2ca2d5c965e67a096d16d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:56b1eecff219fd7deef7e45cbebca688475c09815625eed92856d74f0675cc01_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fb8a038ccbb2e46ae733ffb7c86b7d8cb33292853eca765ea7a8482cfe3683e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:272e0d5cec07de889e143904a219413930f5ea3550e2af915740f059ea225862_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fed89393209bc73605a2db49ede008f547509f7714d0f8614575f117badcabaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0b7ba820b7334cbdbf02f6be0bce7bfce66c09425a3846e4dc60af1e04a16e62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c70f895e7c27581cdc99c52ad2dd0c3dd83a7c18b232ce5cea4514a5f505daf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6d123e90c3e0a4dbafaada8b1b0fb0f128cc4a70c381674b9df13ace463f88d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:88c3c0650b52b80e7725d6b653133a5421472047c98d8f16a23b43fb0dbef67d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9a66b8bde7a17514eb0b67947ed846ba8a2336621baf1a22c896496e7c6296bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cf832c31c9cfe6fea9d9bec83883bcc652e4d405adf56914baffed33c6311533_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e78f24bcfc3f52037f20e40eda5a05946e152ee98573fe960895b1ab360d9a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:93968cfcfeb07c864886de9508e5408fa56a872bbd5fadf6a20d7ca07654c880_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b6867d29acfc9d3477cd6b4b302b72073eb99a17fbeb9672581ef9e9ac2d8d26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c60bf917300f5ff059623c7a5334a1ec2d71c90d7e6ab539bc0b6ebe06f61b78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0fcc7aeed15f99c0e2b8cee46059eb76626ce1a40bc233a73569a1f9f0a1de19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1fdd4da6fbc7a7bc64ed33e515da321b566d7fc58ca403ece5b34b3c0cc53a71_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:48a1ea628f76e551b73ee773ce9fa741b60278034659dac8dc1333d9909525fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c42c69b265cf079d5546e4832c4d770bb3d78883098ad004e57b4115a5e4990a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:18f3d2ac2c667df294752336cfa5fb0d137a28349789e4cb703636318e6cb7d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:716297a34fdf6be541e34b5a5f2452418b27a6d810cba6b7e8d81e22aceea5d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:824b4a9540976d5629148192a78290f5dda3f3a84864ce49ed07c2ccc00774f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ee8b320b2047e104412603fd5ae7812c65e92fefbe23b7dea980e3a058eea63b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6be22d8f91a5efe043040370b651ec13c645627c16567eaaf58b736ec73bae3e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6c386efed5fb973e4e5cb6ea2eacc8968e2fe92f9dd7ea11e08f3cc444dcad13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaf6525182047be0049b680e4471d3b5dc518940c6d99396f3cd8922d3771a9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f0ff71e9fb5490f48e56bb355bfc883e52c5b9e97b7b3997f97e7e1e01fc6a03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16adad4fa643e6403dfcca964ae82f52be58ada93103c99e935f0dd7f8a8ce19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16d580e98a6b03e236381fea8a3940f7f55ef5cea9dddf83f57de4f2c16d87c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7e04c03a25726e3e914f29f4106be2b38f6d91e4c4c96d2209e894ed5353f14a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9be92ffb22356b143f24c2e1f569a5a6022561cc9e3c19dfb9cb8d884b4b430f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bb8e87e8f93252c758b06275b904acbda014a05369a3a8a48304025539c2a8f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bef63b16132ecba605aa046e00966ee6ec9a37890f56fe5b00a9e12fe027121e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bff91da1e8a557dc8530731edc9101af2de09463c51c374e74e92d2c69bc3f04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d7b6990088be37254ae2d8a02948704d766f4b8d08918c4a998a718757ee86d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18fd4650bc77f056922fa227ee075e493616df6011bb31b06498ad7aa121d13b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:372e2b2bd887a5ba12a2e7187fb666fb167d0a0c8678e78dc9e6263ebed37bc2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4145daf13e987912a5ee4bbac064fbf0888293cc08b114107133eeb9951204a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:56653f02f8d5d9eb484bd9157e4d6418657b2abc8e110b766553a98db41dd74a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:457ac9e201454878ce756c731623f33ec22e44c9be6e688931b5559dc3d060db_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:aa23db754237cc273788c3635f4f6dc7a862c1bea9a509621e1db9cef5dee41e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e7873c9eaf9068c96b6ddd150a51dbdce7acf481fc29106def1c97b359ddaa4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed9b1a2da0483de307ea30326c445cd0fe4dad0857d425cf9b8f3cca9b52b64a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e863b2c42d0edc7ec05bc807f2f6462b7582ef21359e218094924c936169917_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1511cbdf101329ed2a66512956ae7ce834a6ccda253bd76b99a48487e9de8fb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:41e3dc9405c521149919a24892af006bb7c06f800fba261c5efcd3f2ef461580_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b0cde443158a094812ea67d7c6523464b48c695ffa4c6d9162ab45647a119a3c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ae3d7da6672711ade9e2c9d4159b7aa327e8227bce5c87857ced4f10a4bdfda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:51887eace4c7a9d40e7cf1a509d05760340fcc9117238abb82f7541e2855396b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:52190fa0da838b24980e26ef586ade36fc1bedab5fd057c6acd5de5a84b68809_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eab6e4a898be919f8a04dc9c3003cce301f27e872c0520d1d0b634d0e3e9f461_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:509cbb1fa06b90af926955a2c724e81581d05169e3974c3e77c87ce47c53be5d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6be6367bd1687fae656afb87e98ae838126089abba3dd62b1f71683fff7739af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:94599479d60ea6e70ab70389c58c21e5159ad81ddfd98b023290009be697c2fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c73ef3d57149ccb496a5c1ab10efa21d0c1ae73360323ac24d8f61f2d3b5dfec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2ea0c42b0af0e9622c30701c2c30ed86d577ef8bf3ac8d598e9baa22adfde899_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c56bc7a31761839fa46cd50bbf90989d3313095bea4cb3bee95d074a9dc2963_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a96fd264e1b79591176e03632a3e3ff3a1f1081ea5144f188eb7089083204a6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c379e2384917355019fac9528027a71fb47ad3209665dd3d596598cc6d6ed6f6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:178f4d3b2f63adde85e32729fab326955f1043471079a0599079de31e6fc6788_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3b1fd3e8fb0c8ec48aa741493280e249f5f3648ae85f4344c4f5cb5196a068f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b14875a6d74f24bed2a0777e9a0f12905dff8d703581283dda165b86a10017fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dde63d7b30b2e601746c2db054ad76e4a08c1fb8788df6df702580cd4a5cf791_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:106d242bcf5949edbe9d5afafa2e02c7b37267e0d5a0df3c7efed1d37fb3e2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:49bdd7999fd853e6af213b6cbcbf7443d12c55bddd8ce25846b6afe31ec01d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51d52f0aeea8e119cf184ac017694e1c7c09a42682343dee525d6662bb746d94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:940efe54180bd892583c762d2716022647095c7aada14c607a201d04051a2b4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0c80e9b2df2ad98d98e49112fc9f0b7c556b95c67edb5df34763e37ac804cf73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3a0cc43c6dfe27e407a1e8cc56fff50da88d2b950b7f113b52dae3eebf7fe9a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5e154688fb2359c611bc8bbc7471c05d7e56717aae61b7a591e75b2f9a52cb07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b66eafede022d39b51d22b77c6f5db46a588faeb3bf8ac2fea3539731682ac77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:044e74fedeb114239e7d1205ab558081b8c9aa521a0d4eab5519935eb9c34182_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a25239501706cccb1e4651398866d85174bcab42021c630bc4daf9a82f48f19b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ca4f075de4f6728a2f46384b835d2223dbe223db2831e2badbe182b610c7f9f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d62b98a8686e42f46984cc839841c913ac9d501d0481e56fcab28bfa673c5e3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a77a38153f1160549fef7f2d4bd0ccd9289407ea9221bd45db2bfc39875b45f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:60a93e9fdd00186238831580ba6f90622ba0d11b70bdfd4dc21897a6b97d23f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a6d11ac1280e7d753db911729fae0b7676b6ab494361fa0e5ececb701e298515_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d2369278f5380f2bcc3eb360fbeb4e29892d4420bd09cfb24513ca764f91d9cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:174979a48d708dfa6665fc8466150cfff451efa6cf1951001f9cf297a1b8f5e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:55bda2c7c425ac8b1bcaa8ba8f056771fdf9f342eb6d23b15793c9693fa0d7a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8d3d2a5fc42f45482223e2ba9972ec2ed6de376692d5c566d4126a8044f1d045_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6230b6e46dcb5fb0895c84fc0dcba4a10fff465aa8bc1dae1dc5dda7cc2e567_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2676615af9bf8b1465181d2fb58dbd1efb1f8fe464675b2edbabbf041b774079_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3c22d6e7c3805642fdb145e55c7b596b71cb458ddbda51b6f709dd70cf5bb6de_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:40f5704937a01e7c28151f60d76f33e95d3b18d511893021fadbcb8e832a5e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:483eeb4a161ec7fed8515247219b94a2c40980ca788bde992bc5641fc1b91294_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7190599f72b2cf0663606c10830cf2759037dd4de06cb13834dae7378db980f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:761a23b468d06cc31245270b53fca2ee9538c3f5734cbcbced6e5e43469ff76f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b4c4bf466d29b02d08346ee358980105a204f51e243c733711f88a1aac87c71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c54c34360f1166a7c42ec1b181331c31d55306f5b38958826260de94c9b360ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:73eebc52df8056d5ae2bb19e2d0e2d7da83a6e47e276db71f7d26da0e50962bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9e90309a20bb143a8f579ce5fa26e36ff107ff5013f6fe2ca52d4a5dc28a543f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dbd4c3ffafa0d8a58c21a91f8c604e4ca913064e8c9050af9133c61f7f8e5831_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:efa8a7c783451835721df984e0357e521f17f3c0235408604bfbd75baa53b77d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:47093e22624d6ef420aa80ca4e934384bf59ed1471d9c083f170fcc4ff7d62d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:828b37adcffe61dec6e74ca5380f09e638ab40cc2cbaf3eb0c461902356ea7b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:911568aa124776b2b7a4dd01b5a045b9e5109634afa9510e250115cc9960652f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b046bd3e394a968b8bff756a1bbab6203b173963372097b4e9bac2f4eaa8656f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3cb35d480c31d79278f2e74d16380d75c9dc8f36e4208649f5db223492fc51a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6cbd72c2701f8256348c3c0d37c7006db128cca44105634436a9f9737afbf195_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7ec2d54b5022e937803ce3012a89250b224a54384544ed01a16cb27c00d7a00a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:922abf70f2e6ad57549dbd78523d198c970ed585bfacae74f0db4f3d58a234f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5b47db66013f3bf649898ba62a0bd386e82207485bb16c1203f6870bc4bffd48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7ef973e320a796810c7ef62ece44f84d5382e158fab42980c6a3fadfa42f686f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97ee01f7cd27cc8e66e1f3da6310e668ce4e0fd8a948d956f73ba21fd81a0f6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dc8cd1c7cd4cf7a1337c485787a312a285c64489f728aa74cfa5fc380d8c6112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4abb807bba0bd7910150a5bad5020de4077d4d4500b92cfb397ad5789d37cd68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:57e6cc4931bb4a870db12390932db4de419bd8df05865b0d1b0b87755271d045_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b9d7af15ae74c5feebdc7f46eeadb20ea1e465804eb776d342a19a983375be88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fa90b0dea8b7c0823b9fd0ec294dae694ffb26950cc27a33ff26eacf603fa9b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30ad6a83a99ec15ebf628c009cf0cf4faec5b04c5d053fcc7ccbcced84f0d809_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:642d49376a33c6e44a7267ce47ca05ac9f48ba4b1fefb3e49ec13a47ef87f809_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b7c9a1f9c8b7307c2328846b2267b1041516b20f4b7010813eca8e7841c7cd59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:dbdb7d1b8fea71975ee17988f36976bcb1003792ec962001ae4aaef37193ed2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:255023a42e94ac306891575c0c3f8bcc45c1ae952aa9783b6c2b8aa98f56b20b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:77012d8624e45b6f08daaac3949235e15ebdf4c09b49f6e66b79f05f36ca2cc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dae0604483279dac67d362d274de80cb3e100fa935ca50dabdc7dcc436b717ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e5b0ecb3e20dc07b357a33d1dc317c6a521389f6addee2e492bbf2bd852b8c9b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:207751efe1aacbd87aec83e9df0b4c48ae0a985deca07e32d1a8ce5a1e013a53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48dc2ddb716560f09494b9d696053086eab77dce31bea0f89532d11074b3c6d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6e4ef72aed8a27f921e339cc899c84e094c2a710f7a00a0602ca9d03cff31e91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d78d850c77386a35341624bf3fe5eed4d92ac41a5e6a2d3f2a68db6de1a64087_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3eb650f1c43a1833ee02b2218336c075456e26190a8ed9c976680a20d83aa55f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:64353e912653770012896a153103b6fcff349ac40f746cfc36821fe11dd6259a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c6fe274aa342cf850b2ea6287c5c335e93bad4a1bd73a0cbb2a7c789eb1ef48d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d7730eb1cf5ded2a07a8c93369e1558536ea5af5ba35a23f3046946c89b7368d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:03f8250466cc5d3120aefcc87f0bdd4d12012d6a116e419c382d50a21760aaf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5be6fc774ba62dd4cc689d99bacc979cd181bdbee9a221f425c5266db6a62784_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aeae1b0e5fc3faad8b9ebe64d21e9e14c721323991fc76b72d39f8a7608da870_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e77c5040e44ab07a456b37ba532e9657f879dcecb7879ed9e79d8b0e2c6c8f23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:80b208666af68ae1f11b5526ec2d4e2952a4f33ec109a054519219c0e84f4cd2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:82b5a2010b2619bfe1dc1a3763af5c642e3c8d435dd7b91713e581f267dece66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a52e866ebce2cc46c05ec89f571f02b751a98351f1c7c1475d38bd3bdb08a76e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e295ffe236c8ad5c1b4bbf7610d9a29f35534d6b66619cc341db46baf6ab4aa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1594e9818c4dc1459eaf50fd7ecf2fca7b73ae81be70413f6fb99c143f55fc98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:455e45f1174b4bb5db753da8b2002b40921fc0051f462c0f7cc0cb95ac564c62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b74d75ec982d2c35bf2f67a22eb8cc307ce5c995134e88b0ce9513df79cb5eed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e0642fed946e365d50162ffb37121be194ddde7f422e022a7afa7a45be84aa96_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:07284eb00a28180c2e4773ed2da15026446ff555b47307e0ddfb707766c9c420_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1d5764ba30e7e1058b3f2b10d1ebf9a190b6b1aebeacf774114cde8fd5b6b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5b2fc54522c109221ecf5f2f25b34bec50bb71eb1fb13677e79c047ff92899e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:88bbe3827720c373b01bf2fa3c3b8480099f7c9058fd6424cc57bfe74143fa9b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5dcebe96fbdfb5c6ae5d86a985c3d4c7676cfd02460196764bb1e4281b77eeb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:807f0619c241b7b86a253efd0b36b1d3dca0a19b4732139d789c5e6618b4996a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a1283298ee508e2282a0e709e2ff32c018445ef707b155f3679703da0a7b143a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:aa87e88dc29d54aa41e34a5ec81986971fa4d3c53a33d6fad86527ec422507f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:03f28b40a92d8f8abbd0d0d09fd080c5928ac9cade01e28bf2c683dd500797d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d18d242102246b6cce19529f237b536be5a9a5c2e0431eb15727b2b90e3d888_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4ad31b682a179a9f46d566301411cc64e1fad11ce7f2493d73c81c9d77e7b38a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f76b5de9e7ce8194cb453296dfbb5a26fab5e9f0367eda229ea3c466cab591fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3008aea10be9bf754a1a6e0538d1df3f6408e9eceaac2e0cea868b40c5fff12c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:53de5c7759b3b0090ea994db28ab745c4635f21f44266d5665076c5c2a553468_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6d99d80ca988aed5a3cc74e6018aeda442f0c5cee4b033d13e9e6995b65a5ad7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aafdc6bd5cefa7443745fa3d40257b3df385bc09c1874ab34796a874273a21c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5385dd16647e876699858b01b78bda82d769195e7237003621dec0c17ea7486b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:8d82b00af857b1782bf0d0531c76b83c1d05ffc8d8b0ca1a730958226baa1455_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:93c060c1504210f495bc301a123dfa5e36ea87282b8a6d192f47c8c8484b3172_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d9207728b4fbde7442c8b4a9fad3f450b7e2c6cf0a5bd203259dcc4e94106d04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:39c30a1eaedbaf0ac3ab12323d80529026bbdc878a38981bad392602cb1ba438_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4095317e942f7ccda2d3d8a5632683cdc92984606f25a90de944e47643333019_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:873761b15f7f5e975f8ca363e088b806e393ac2a78214a29050b3102cbb04df4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c92ef1fc3eb4dc56767923a43fc75ac743c13173e2eefc3c06eb762a38a08629_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:723b1caa7724b4ee065ddd187e259b4eeb95ca3da87f29d5e51f532b3c29dd5d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:79bff52cd5adfb2cf36c64fdaababcb0fdf4361e9bdd18b51cf4502e2413354f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:89bdc2b084964e95337d1b06b7b3e74d9070e8da7b28ad34dc53bc85ccc603c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c022d71700d942bb819bb1d489925c1532c1db71a5aaa268b855d678e8ba364_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:120b1cf4552db536915c081e92372cb83aa89d21a81adcdffe09f2dd3ec5f43c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1b574dc3b519ff20706162d18bc6c2d9970b0ebddc7547a9db809aa9d3eae74e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3fad488f56b9dce6d9b6627c6deee5c2230287828dc53b96d5d5f62943b57737_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6c069eff3037f67444d6ba193d1128e064c4a335fc73b20d6342b8fd1ee05107_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:25735783825c67f2abec0695f666552f0838f10467b027fa1e475317a14dbd86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:417170e3ef223badef0bc4702874b350edb0542fc54f2d85301846ef4d48c1eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ac836331535a29128d1cdc88472143227965ce06b994072a39d407121f49e613_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ec16051b9ce0b0a489a8b17bf581b0799cd5ddad84b1786ba77322cb9132d055_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:13b9c3e4c334cc245c11da77c7ecae4759986873fcc134e3a2901d1979bd97dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6926123fc26183a63626f4f33921e2a24cd8e27f6f2bf135c80f1e45a3200fb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b614ecd78191da979aa5e6de4904c4b45d71fc0820e2e9695021c468ab2d0522_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f60d781814b6cd8ef503e85c68d1745af480fc6e2d74e2b52521dff292e1748c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:40f85dd555fa6fa8934f576e5a5cc18df64c4cc264c9c44cd9b260d82e7690d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:92d1062b43e34737bdd26b9ff74d92d43b64a699f1e2c1275ece8f6c9b1478c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c05dd77c9c641c9139e761b88ad358023c6ba4221a6854d8b0760732889d58a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:cf9e05f8cbcf5c64026e9dbb830a9731a1404bdf47a52563f61d07bd4a51bbf9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1482e83688d25af51a9dbb93b52e652d95dbcd7cf4a0d9d2c9364fe0f0ff4404_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a78e4acce67f08cf4c2c48ade037c43b358ba69f5a1ef82cc5f94af99c59555c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b4d0b3d6a24b94ccd6605b1f62b2c60c208959ff5194b75d6c25d54df7137e5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f592d769515366401b273d9b22def9660e803b8a560496015f176d13371b96d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:279b255fc3bdf326d437336ad9f8d391f02e7c934c160886339778f057df78c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7579da643df10fb9c3c5784d5e06b3c940a823158b595de9fcb964a8d69f215a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb2f77f5bf96fb99626ad02c0f963a6c862c04a7a7162a1987426c2a94ac685b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e95704530a93835413e0945bcf4e2e2473fae5e1257665f5c1ec4b30b36e81eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4bf77f2090c7ff486b87a86cb2e619015d7e1ee3ec31e3a825c22154be80738c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6960a4e7bad45aaac838b0497a2503e83d3786ec78be154f44567770b82b3527_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9438d34a83326c0fe5f167e0568349f931dfc9646f1c70da69409e350875ea53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cf4f62c2815857254a395a0034d68e3668cac219bc2e08e8a9e130034664a957_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9b3d6981af468b90d62f63f45a22d2ca13136f81282b971c3fe827a9183025eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bbce40bcd762ed1eaa08e19ca0212121a597c5c025305a552c1d5aab32c867ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:16a12b3a4a4ce3abb27fbed591e2742933d75ca5fe4a5537d82361b90918773f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2007b429c7952661629067f452b4a56c5b0b6f7b4755b5a7433c1b6faab6d419_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:957530099959a421115260f95ade7784c64b942916a287cb3546cca79763d55c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:975a1cb86ca8e2894140c93a96affde0efa449c772043420886db12339aa820c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3233a1897941a3b7f05ba46a8fdbd150a2b4c070e443db362afe2bbf7071957c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9b55075cd3a91c3f18c6c308019ff67dbd3d38f39a09c7e9a5e48608ac908b38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a9bbfbf82188d91ad574b5896f305c4d7b6d8490c8920efee82d2bea49d0889d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ec5f445423fd340e1233722b53fd083b74da21c9472fa768b175cfe6781e2afd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:103ef4d88fe1cf74623a5a9cfd0de45372b032b4b12ea3a8a909754acb2431dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a366221e21c5dc12c9df861fbdd6bfd4348a8c986bf43e38c4a085be7cac0600_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f264663a2869319733b39c90b352ce25ccb35a15e4b17461e4f74653362c4e4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f4671b9fcceac63a6547b544d189a85c397e6aeffc6eba38d6e8b7073f258970_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2df3ecea77577d06ce7f57d8f010f3a39ebbba90e350ad9720b84ff6cb320a4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5754bb489b38e536c93264a1c9c1b68dbafe3923cde8a748a4b9fe87b759d097_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7c31e1025211affebc55acf8cd791b0d5240728bfee060914d130091a664b50b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bd7abe39caf78c2962a37b121a293ef9179c95a5b30ef531cbce7483f3dbb108_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:421e53acd2e915022755187916086964d39b2f64014deee49c2e19208f0aeb5d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:43af0818e577746ef7223ca5d75b90785078c290f5d3770d551b9965d1706c87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4759c35a8e51c247501a7b920db373eb6bb3c22ee2a712a9030c2cbb975029e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:905a175fbbd6c3e81dbcf8c9192841984b0298f06666168a26cb27babe1e2893_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3146de9d4a8b5c98d8b9fdcc7fec4392f1591723948be440897e6ac16353b096_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b70ae04dc8f4096bc37bfbcd02bedba1a579fe133177f674607f18fbfb3128a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6f45aa19891117b7dfb96ed1d5f95025423f62669549fda2114a889b80dca8ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f9d547fb14df2df02bdb68abc2153eec1eb42cccff0f706127ec01cb82d661e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:30b8fd94ea4d909cc4fe3a4f21dfe44515b2dcfcdcb7e5989f356ba5df164c02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:798df44d33c1acdb59938fdf4d0251cbde8cc47aa6a03cb5b3a77160344d56cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0730058c0266867ad428b19054335ae526e0d9610e68256e6e921d590b3bc66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bcb2922c665d069fca260451b5366b8c4b04ef82bf491443496519d8f15e34b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0fca8a8cec5e7313576d38c866b7f310492fb11fd94a93d6ce8fd311ee424dfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:494ab165f12ca1d2547a13424dc7a5cb8ab74d5f4406d46a21d944ab49425ce6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:51dbf8c399cb661c59eaf27c7fca8a08fee8b5651e1a023998f16e4c87bba3a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d7186ccfabcfb1537e42db07aacb004ffac5d893e8e20f1a909176952c4ba00d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03d45c9ce7fa066c430b348e05cd3560ad596c6fa93f7a57191f3adad9ac71f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:17014fa590650c3e7c49820bfda285fd82f22b5037a54c6929c3d5712a516c0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:811be7a889fec8a5f7d71c4d77e2adfb2a1928fc01fb7d4cff316460677e9dcd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b694b8c876fc29c8090521e7ebc2c02be88c9c811c9c1734c79d524baaada9ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b672f5cb7e7103e1304c2826ef5270e9f47a137454e80160df8414d7e72d76e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4ba97de4f8c46097b8179e1ffa898e0c4e29c96a9abaa96f5f8fb502ff5ce692_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be6a2fbac7aef6c2b49aa03843796a2aff8f242a76ca12c8bdd97a40f3b11000_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f15701dc03ae43a7857a1a82be879c9becd99209505e5809124f62f5056475eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:41325be18bb76aa696d2826184e898f49cf7f29a7077e8c1038632988b3e438e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6f75279627dd89b244fb5fd01a630511fe1e5692502f9fa639e43315be7e3cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc31499dc776663f8a98c401ea377b4476a3dbc3de201c079b326f291117ff2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d79804455341fe8ab02a0e0b869e806821462798772e007f03f8a75959debec9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:188e2bc785e371b300756eba797b8da911bd5115f39820369abcbda1da919393_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:22ef77cc4d255f6dec6a74666990c61544d82aa4541821a1ec2db93e3473657c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4ddaeed1f2c8c64d156a91bb4bbe71f74f590d699ea260d00fa29a7d01fe1d61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4380834ef2ab3a558c8a3bd2cc77341c72c7b2ff4888be85ec6fbd444d6c7f2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:63024eecf989e5597f5fd2495a404b364ed9b7138bf835fb3e1d851a34d41d54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cf27951838e8fb93d4f05a8f0b1ecfd7c3222bcef49e14a3dd6a6dc63d0fc260_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2f33e8c871add512c85505c2c5c81267e7b35755653532a20028e89f4b41c2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:96c40575ebd38e6ca166fada51246e641a7d5e9c7b00bcaa489795512bf1fb3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d26622a1d37314542981e27eb616bb5cb316d7771c3b165921ba8b1c7470db14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:057f39bde011e55246763cc5604745d80c77918154ede243554942bdf81dd068_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0aad450e7e40f1cc93ffae16856cf5de5acd1662371fa8c62dc00ebb6d4d11c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:d7b45f165d249847759289f90b18321cbe8c0a8e972b51e354f25a94fe696f25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:77bd75b7bce7a798cdb11ee0f7d6c838e59236886567b4e5148e4afae3562073_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e18c9f9197b6b92497638426e8e91e450c1a3ea7b95a7dc83645c66017980c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c199b1c123b4f5a26754f842e9fb1d046549deae99856f5f5db2f5d1195094f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e18c5c5992f5cecfb2c300b9e7cd3cf0b4175a4e3f4e3cd216b6e6effd875cd0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3f727df52b4841d8b90ff625219d832569463bd320f49aaf94a9c2d706fa097a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9e60e00881a5e5168eace2acffa41c373b3ef02406688b03c69e4dd0656c7e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b578298ff88e7cab48de60927a8e99f52d49791f271f08d1e5e8910520525287_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc0dafbafec45d46183b03f4a7a455fd1db3fbdd8d5ade284fc34c974647a55a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28ea872308ac7fd286f001ae55753e03dde674cc8c58df264a3a5c6a4833363d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74f6e12dd81ed0c63a8983845a8a3295213a6e153de12fea13724f6ec8ff40b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6095b8baa4b32f6915ef6ffaebcaab125acfc2bc23006d23b8be04be7442154_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d1a64b53aa700a69821c2b3ecea10d946f731831b203e4bc65b7dd7729452195_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:91b2e671c9ad506297fc8d286edd908ff2277289d108a4f32c3b0202bdad7b57_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cfc8e8522d3a427627afd3a583e729d822789a3f2fd68998a9fc41292df76bf5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d64450c15c629be398fc0afb54009c60c151b179ce11b43906c86cb41f5a8e07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f10fa7d1184ad4027ebb2ca7ddf6ea2cf6da59dfadb6c38648d056d4590c9229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:422bda8ecd8223d19a789e4816891f390083a42ff728510da58780f348ec9bae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:82cba79925fc340a97d23710901b1b7614256b4dbabbac0593349329f24f3398_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0ce3b22f42ec19f8c3a7556f86cf1d8e22db77ba5ba76a29e092e8ba7c8c7dde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:82565bcb5b80c75af9ed9f0e983c8398da358cfc6205bd0f3775b04cd69c5a1b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5031301ee1ed68874731dd460ab27fbc03ff766fb23de5020d2d573ce075052b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83875dec4ba5db73fe9c2ce1ce22c955b42d016c15f9d8c731cadc17751d5aa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:13b4dbf6a7b7277b63decf38cf089f68d966cd9d4cdd32022b73fbee1ce06b2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:67cf8b8c4b55631845879ef8cc579c2e7d96a5cd4af9672c83909e31cd3c29ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed626dc3d32cef2787174b38a232bb53dc07cf19136a7ae0beee692049b5d27b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0362f5ec213dede171befb2aaa43343740099fc8da8d3c0d1c96fccc6af03ead_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c690ed0c141b642514226223820c5465bc26a226a25ad52566859315dc17e529_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af375fdef09131e75563f66f852da9795fd5b77ef66b36c05fa7dd1353c3b34e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fbc8e638b6ea4580597d1104ae38ffc81dbf333e38afb12801bbe4a99e849a12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:54d79dd5b8b64c363a3b7e7263b7e00e377a0117e475bc2bbc48ec9f00f94b6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6930615bcb510326426acf6954de5b732652064186ac0ed19ef7c683ce9cdea3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8353b502a270943d3bdf742facdb7931589b1da1263e4fd098d64f7b4066e32f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e9cc7aa24b1901a0c41fc88621b231927a9d6e23c7f008bc1666cfefbc49df5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2b74b78ec656cb9c991ff872d5c48ee63e08837e019bb65838b58b76325a69f9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9acd8db14233af5629af6a3cce85c77fafa9edf89415b24f8a8a0cd196825645_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d3c6e9215628be3626b80edff5d736da1994ce1c3fa96d59109e3905c8f1ae45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e96b81626cf79c94fe32b32413ac35e80b7d2e402a11b7cf18eab33b494674e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25d2502817725066c052e6079e7a3b97b0c9d106f3204bd11e9acc44e23119bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a00c1175b615d99fd2bf862422a89ae4589728b88339662bf038fe263d675d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c2029ac1677579e17850e40a0a8cfad726e04da464b85e6198d20a4baa9ebe38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d6b3bebece9fd9fe203615d5b87a840c9e89b64f3c7e7f3238fb43c52dd003d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5ae18397305efad4a2eed774cb40ef4f58af60c0aa4e61441030e663bc34f159_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b72fa3e6f7e0196c272efd6fad1636ef1c8fac41c4aaebe29a2f2f0ac204016_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:380b09da683ab9d92e2a7fed1330c5f53f5442d821b0c2539bc486e508a71936_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:eea07bb25349a5ed26392ebf22631a85ecf7dc6a1a30afafd82a52d421a4f91d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2229a186943283f30177609b442f15ff44c8ddec2362e5241ad5639ecb0572bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3c7a5f31b3f53a411cc408e0b47aaa53ee1a94c70d11694d96a2bb1854ea3456_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36ecb641ccb0e3a8561fb9953399d0362e780bb6139d0fbf2467dd07eda4145e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d262d5f31a5c25d0ad001f403249198ff5ea015258a3d5fb68407f25996e2cf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1391c08df70a95ec9503a304a4e8b28c72bf9c8ddd21d8f9fadbb85e225587e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aac37ee093de1e6a0e86740c3df8c355fd5cf48bff2e01e58530b145e165221_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:600111a588134bf7ea5f6382d6c2ddaae073e755fb949d25fffa2f97f5ba33cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ede4d100369f2bd01f79b4cd86c50965d091fd6f582b48369bcc3e74110473d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce81fe3c0b36fa3a950406b93c5f1a924fab92f726da76c034c332c92f1c407_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:522b3603a3ab87dbc1f9fa4f9b25acf2e22f7a751eacb823feb18279b0024e64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:94c56243f3a0e50d1d42e0002cb84797b9dc9d23efb6a12ab33b19f1598940ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d60f1c7d0b30daaa9e9e8ab041c63445e7bb7b6132f50cd7f2044e538436c64c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6e358be14bac6139b40ff8611c6e3394bed8517acd5d4842784dc1bb404f52f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b32b90e8782b3a2aeda85df6970cba882f656203be6d16106a32edde563a83f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dbb674226e46dc1b62076e4b1e62fd51a82d01ad2c66c8477e7c01df44883d35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dfef9a7b3d43a60b5d6a1ef8045ecebe3131babb425a13682d5b85686433ae3d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5ff979d48e835cf602e6172479b8de0623422c888c6a527302b2e8554803d2a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:760e4cb453e352e233a68aeb0f1a7f814dcf593aa4b17523123c608838a3d604_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b923a9c8b7a77675531e568bcf9617ef6d4e709ab7eb7fe1ddeeb172b527b116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e73bfa631996719e021e45e631841247eb24f980fd63290febbb80698b8ea01b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:71c003246622f555de9f8e4ca590081ad8b4447007b1f0518538cecbcefe5ace_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8c3b65caf0926ccc50f475163ca87f38ec81113d097d4a9d14da686200fd0150_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c42aa746f6c61e3ebb5a4bde91a735ae328f14e61ea04491155b16fdb9aa69de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c9141a24d2b0784aec9fa49704855f7b4088332ad525ca5f37e9f7a651431a0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2af58b624976b9f8f829de67cd76a1f407aa556488885f8704d7f85a6467d8e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ab1fcba91468a694671f15db52706095f2cf5a8fcd055feaedc6b406bb509e02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:d654f8552f8ff123794b2bac1423e9d172547c6759d28b02eebd9922611f909e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e3e2585f7a5216120972806732d252667c2707dfec2bba17b7d66a846218b119_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a07c9e91eab3a79552db6835a247558371446dd9c71e52316e1d8a543ab1e18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:605c1654cc19e714bf1b8d8b983cf6cef9ef4ffcd4a5a829d1a0b2ec74923cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:de6cc7256aba2ad13423eb60a2fe69335c316a1a35bc3ad3d583dca98168b2a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e9e323ee37e43e7d6b07b1f250437422cdc321f204a4e891b3998b8a5a52188b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7795e52031dc780da6b331773f3a5ff89cd64027816afac3edbf0db9aebac896_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fa3c364d89aaf09867adb992c7b643a9c9e6fab34bb037456404a285e9221da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b9ac95190e40bd81fca9fa2848a675b524edef0f3d73f469c644641e52cd1f58_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:df14ef8a3939f2e02a8052ac17ce00b844f0391563305a26a5734e7c215d40bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7c6370e5e97471e0749a7d0bb9555e8eaff2417c2601ab8d2996d4680d714175_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9ecb3b970521964eeed97e09395b6a1f23d4fb6fdbbded445579b2d3bd4061fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d3ebdae06c35615bd2d80a401a3cce9d162f99b37336baf5019cb280de5157a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0977ad9a02d00c98e0197f06e5fd34cba79e6195ff6608bc593149212f2cfb3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0e03292077a1e98cd0af13c4954f28b33c14f40dcbc786e76ee2166f87f5e5b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:da002c44b64d7fd7080bb830048e14b748df1086b0eeb9307c89126073dc5331_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e758035655da16fe2cae372bfdc6a4d4c911aa8b55eac8c3da83f5769d385c2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d52f333d0e066802787d1d9f56a6c3b7bc5946864c1b4a2c249a660ba12c74c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0325eddd2ec6e5cbaf79575c44dc3541da4e61e33dceead6e93d599580ffb03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c25424f3e6fd22ac84f6fa3689b6e8055fe3d7fe64046f7772994a277141091a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f75102f7c45b6d0b6ef939c94d61901385bcf5185fb085746ecb207fa79b4af5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a9eab5f451930acf14cad5c99973f88e4f4850b426e24086ac6f1e6ba03ee57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6286c0a731f028d5b4b14aedf5e1f116eec94026c177d1a5215b96474074d404_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c96ac4a3ec4cd666a361fbe3f76fb92a601d38c566bc1303859dd20426d03825_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e2600706438da5d16471f1cd19aba4712c261bc29b5fec9dd7ba9be778add0bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5d0eca7c6e735b2cb0367543088ea9f4c12465e5adfdc6e741197de25c7f4317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70490327ca3ed82f44d333846019b65a72d6fa276ec3973721e2e0fc2e4a3471_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a2b5fbebc3a5d756d09346cab7c2390a34f4a3595fa2acc93650233673e6d8b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dad1809a993d86467d1b8a4a4bbb010e9dd50848d3d6ed1d563b74e8bac306b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4664850633066fee2671b763432ab21259df33d1ab9a883674d1ac1ea243a783_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b3754efefd2074fb65f42ecb37681ccb380e8b46e7c900884b9993cfb36c873a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d4dff0998e4a9c45c4f32d82913d1b312059d3ce7b8388a804e7b6eeeda1986f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de0d4563044c6a4bfc4377fca5c855099c80e3041dded830c6d95cd37f0bada0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:54a6ef85c2d79ef9b2e7114200d8f7d58033a115105be47d6395c3e418a59a0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7ac539d8a4f82d5f7ec8d993f69b25657a7aca5ad2b866c55379e95bc4bbd58b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e3ba22bf4740e61d59bd3abf74534d64cee3f2130dc86167b466b4f83e06ea89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f06e0348cf323b7bb502f53d3451aec038b741243c6b0ccaded2158be1170872_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31fa4df80aba35ec3c17dfe9ec6939d556219701e0545ae6decc89cd6ba79087_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dc747224fba8c54840448fc3bed0dfa7da305edb68f8ff31f32ddd65cbd9e12d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ef2dec293756ee1848196847cd567610ff13d84af98aa357438e411f8f04d0f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f399014446508b1e62f940960422ec4c3a1945ee44c5de033bad71c69e7e2a80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0454606b21577eb4127f7eff4c7334041f69852688c9db7660e634c2d450c754_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:552681163c7b016ba7cca547d3b32d50e27f9fcbeef793ca52e9e64137d57fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8217f4993b4f563cad1ae65f14973e5c48b7cd3b2e1f15f1edb86af23590669d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:88c776d559c461d187cc0ab24c53849629ed75b93670cfc90657f429563c7747_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a32d5f819ce5430d5ae60a1e5544c8ce3673bcbcc55674a416c80868784b255b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cfcae1f52c6bada121cbbd1c32c9700234e450aa6ca1c5e36cc756f983deed88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d41100db39e0c48ae96ba18846464e29f0a1d708c0286161a854a8babcee4969_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f3a2a6ff9ea3270109be761e247e7f5c766c86fcb194429b01339cf8a10482df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1367691472cb18ec477e9b603d90c0f296539f9f56d1355b33e88e3870f48b38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:52481b7110d707bce4c8cac15a13c69ec49571a3c6e380baa0eefcd84e4756e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b75cbf9b9681450890755eacbccd47a50cf05084774f186f5ec9511fb768aef2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:be21ab62f23d567d9eb38613321fd1b39b1570c2679f2bf6dcfb6731a02ec7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08bff4152f4dab00bb26cbb7fbe01c2c86cbf4fbcc9a3f9e6e7227fa77009175_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5a3766c49a6f04ce3b5fb57b8d4937a1af276b02e2bfa7859ca14b440cc97980_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ed8b4195d1c0b5001fb2adf8b25c255e77e0280881f6854f971b0b9d88a2542_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c6ac5b6eb2c87291f21240c30bc76cc30e924cff6ff6c091df38e25051f7c014_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1d5005be192459382a394b0b062907226fcc3766109873b5e86b8213f0e4c992_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c4eca9e6e1d1736956c4c27fa1f873e436c69cbb0a734fb154cc0ea64a71b87_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5cae0781bf6ba704a014022dd0453a29b3ea190862a3c2fe98268e3ea12d18f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:81dfef68491c3f05631779dc90d2dc3f02d6d6da0d645e65fa8df19c3cd86116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:01ea7558b01db5a4e188bb15ba8d11842e0070f627bab87b67adafadbebcff6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29f22cabe40b913fcb175f7c4bdc4553cbb91ee14786acaa0ddfb6f87aa3aa7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:47c4f9a6f583d6e324379fbc075dbf8888509c2d9588644e6c452837d805d071_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c636e1b9dc7345f148113f901972d3bd3cbb6149ca01ff5333667fa1914a7067_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4e752b9c1c07b3c544e0f8d051fab8a7aaedbab95505865d491afa69fdf4a469_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ae94eee7b7817c819532109a8898e5a34ce4b52bec80d1a7527c61fad88cbec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b7f29c0dfb5fe352fd467281f0d59557b25059c7dda5ea26b21f226a3b5d47c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d67978582b629789eee711434bfa275408bb393fc47a65536879f2dc5c9bb6a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0cd4d7a036011a14099f95ed4300a8283bb57619d3418df088aa3a50578edca3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:49cb012134afafdebf61c90b88577c506acfd9587f3d029c56c81bea822ad092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e17dc26d79a7e31ceeafd02d2c54b0851d644c0e13a1a588c4974a20b1528f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:84b8d2487f35496afe73125df7e2e0e244dcebc21b797e5915c3ca460b0164d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6279c7d5365730a9d8dcb7dd229ef373d17d075246d39688d40bd25a3ac5d043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:429aedc3a35c3243db7f678e63402922be8103239cf00ccebc43f57d86b103ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1be63c1269f8a258033c21319dc52a0b7cfc8ea7102701ccfaec733e7b910f28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9916ba13a061d49f7d2bb9798af54761714136d700bcde1b93254d7bf5fea43f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aaff58857cda41533c4dd1bbdf97a7f26958af4b0265c78ae5fe12cc406a5432_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f383dd4155ed57263e2f15f1d985d90a8de9c39eb1b337b81522e42716dda6c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b214d1a9e3e8fd6557a4d04fa3216644ae7fbe975214ad1b95cbc7067d25161_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:16784c2abae0b4b7e8c2b6cace88ec36a8275d7a19a9b12f53760d75ce2e5c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3a74c2cf3e046ec57ebed042c8ad221fb248857d437f87dd85b9c1a01baf1b4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7d0b0708dcd3141c39af363fa99f62c1f223b22e2c6ea41ed83bba8dc0eadbac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4cde7311de818660254df01cef2a125db9e7375857cd3b62bc23062d54c67c32_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5934d8ace644ed5b06aa1517da1b289561f009bee268b33037b78ff73de3780c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9b6dda89ae954d891d2eaee580ce6f51201f5a46be9b39a9451878d37e257252_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:eca61a182d0aba2f33b8f00fe022dfc4a00ecb2c4e5871c8e3f4047ebab2dc04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8037e87c1920aa7d2b102bed37458ebcf6eb09737462fbcb2ce9a41084b3f018_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:82bc2b7b816feb327ad7ec25242423d7e29602397269e282e8f2061fdfc4d64e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9ac8720658edc3a705c28da0a04e3151fe9176392cb21a8b62958c6b381026a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c5a9f18b32b185e292bdf42794556e6eafe2e52fae9c704a6937450d02126ad9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2b264d8951213e3018462a72292a6b30d583c8f06daf5ee241f94e16d506703c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:51114051305318867420adefd426b50dc61da07b3b8a57a7742b6c5617160203_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8eb99577e0664af39d52436f332d1e39e6b2c01109fc3dadffe1a08e3024b317_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af57ecdc60cf066913e6ebf0dfef400f0a254b5f6dfd0aa31d83999265b468f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7b119e3bafeb462483245c1ff17369a414ba505a8b79f0bd9d705570ed76560f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b033381da0d7c334e3aaf46eab74fd4e0966c86f5ed2a15619e2e272fe583ded_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bc4a300d46d76cb77e41b9b8bb114bfa4a74cc2adeae20a817f82bc51c7473f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:defee96610b0012da78daaf30570fad7c7523b2b27f7dcc92c43958888716720_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5911fcd0e272af7c840a47d04413b24139fd9c619434546b13298e5431e3ffc3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:62fa04c23de9717d83f539a2173c4cc782b26a92d77bfb1ca56fd70f0a598621_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a58862a5df96016de66cc08fcb3cc26656178b6df316a209d04a6a8cc8dd3271_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c7bb30e8a7114547a17b825de02a377c767bbc8abcfb3a107b5771f566911d9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2b91597e92724f8e19b366ef98adf4a737dd38a1af3558d6c096a6a2f62f358c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4ef377dd4de22ef38524f823efb55ed5680324b20bbb6e8dc01635548c89c563_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:517435307941a212c321cc125a7a065bc01c3dcca1d48d1f406eda581654eb35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:587bf89d7be7d54e962ba19e650799bb01a733899023eafdd312bda2d24aa25e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:07dd1f6e2866eb81c2d5401d96cc41aa53a07332fff1f9c5957c0acb7d795d89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b257ce3ac403e4b7e53cf4a0708f12823f79c4a11e20ac24a988298a46a6ef6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:442cdd9fe2eb6473a3eb42a07175ef51d189e1a4189bc3c2078dbeba46d04428_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:59d149004ac912bac883e47a58040775730b9fe35a395b66f85f11ffadff5d2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:37e902dbc5732ce27e4499eb254cdbf134521950f8e28ba4c8bcc9cd1c22e66b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5de8525a5069ae5338d04c7ff67ab6ca455ff85be3653294ba0c833459af9bc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a3a995d8193b4e2292d94d3d3868860e5d189f6ad7e3b53470258b837a9e012_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b7284872aed97dd35b7b233c8033e01b6b864c4073cc80b49c4b40d6c576bb8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:40b315018e5a869a4cbd0ac9723cc224602e1996e47b8107f60beebe52d9c6a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7c35b7135bea1c52e42d9963da502b94a99491c6231badf8679f36c6ec31aa7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c3967d2858405abe1a54cfcf8f2445e45dc7aef7696c21cf96245c0bb4aa8834_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b1e956fc4592be241ff00c9a5e159b6c54c886062e20ea2d2710637addd118_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1afb07b8d4e82c4c6ae0c2aa2cbde892102c0862a41a5a1940bfa07a2aadb95f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3af69cedb03c410faf9169e26013dea148e9d8b7e5e9e9047c89a06b1913ccb3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6cd16b21890ed9fb0831ec559bae9767b4cb55f73e96a1c0c493c4de2642b1fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ade221c9b8a46412f4f2ccd96c0d4a5a9ec26e29c1475aefb83c55b3b885794a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3493f9658503d0009fecd61332bede316e2877d2f322c18580acc2d4149e1390_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3602ae83bd1fb64d4e48a111620905ae567ffd915a71fab0da841f3d92889e68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6dc4fb0a3b2ac5a3c1bf76e1a188c829e45adb16376edb8e147744721415c02d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:82aa9a4bca8f2cd04b66071849c6fa0d5532e51e637ce09a08d1cb2a3a454311_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:19fc8c9512fecba33b1c4531db3d85e8263288bbfbbbbc485539a296aee55471_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3eceb25631e82da4d0914ce3e4b8f803659b84f9fe880c6c0c99a0d7e7c1b3ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b5269e0b5de55c353c7b624e4c0171b10f30696953d8091eef6ef7ba7f0e9b6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bf38932b81124a15686fe3e93f1f30fe99444765e7840983656666558c51e070_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:236d45e01e15eebcaf277611baea29a066596f9f890adcfa6f9248142e375c38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:763e538fbc9aedfc84a1ead6db6342fa4fd4aa2e2f5a7689ba167a4bfa907ae6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:96a1955f94b86f41d52305cf43753dfc9977722d3a1f0f4b1be6411c9dcda2c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fca2ce6e0a8cad74aa81f2f2807df63d35ca7e9d8b28b18e33c926beb90b0377_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35523b68f904b23d744cd799e7fe04b24a03bcd507b6caa657a63d2bcd8b1b16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b39be2cc9eca4757f08033ce40237af2ceeda16ae98a918434f08c004f3927f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b45d311bc9bc8c7867bc6848e716b4594ca8f7b80f04724d0b652914e1b63a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cbaef1de5ca28f877a692fe4f050fe3917f35149416cae6433704085f68a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4fd9b39cbbe283c025a05b6343bcf2010b3ff4ee8ec7d585cd5146761d37f548_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8f7ed88b7cd7eb51f41548b1cac3236ef1d6204e08440ae7a6e20b960fcfba98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bde243eee4e9047c42c3e27139b3d5634a1bb5ac0f4b83285e4f3e564e1de244_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ebc976489752658a1757d4b62c75abaa2607d0a67ef25dcaa93d4e826f91fc55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26081303accc6cc7348c924540a4a240c42ad01af0d7875b92962beaf88d0ad6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4b17e4141db4d6d51a2b16e42eb12aa240220d4dc9e360ff92ce8332d6314493_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6546561ae012b5e2a3fd723f76bd57e4e7f4ed893c440b218bd684ec71e2cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1c51b219971216291c873c6f2272e9aa1af3e91af606a7e72ee15d84914f12d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48a53f673f4a71733d2ee26ea8ebfa9297f541e383feb5f465777e86fcf7bc6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5afbec6b9fb931f7e71df2aef8c5f2a2aa1fae14c0779ab275bb9d7a6b5ea916_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3e9aa93c4a2f1396f23300641358f2157e4fa68408f5ac50e06dc1d5ba28381_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbd85d81d9452e08efcfc7c9cd2d131045d8e33bfdf4c57687377b5f8d1da762_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:67f91ee99d0d496066c65fbcc9855fafbbc0bc8753c1ea29ec19dfb978d0131d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8013891262e80780d9914e393a8d91861d1b14a94e2d4f89affd0e299a4f5e66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:85892745b4e5f5113db96c7bcab15c11195ba53b5a059f57a08aa3830e83c975_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8efc4f72dc248944dafa1d0c1113ef28df5be90052865f32196a1dde6d13e314_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:21e210d64d9536dccb41d5179364995202933f95e0c8221af06a0f52360be4b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:949ed5dc1631298aba66a726fc3cfb6473d7203f452663786cb398a14a5f6a88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3cf0e16bc1208625607b76af54f3b80c5c7e103333a3f4b205d1c943c328266b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4134edec41e73edcd77b04ed8a539925f3b81f75661ae2b33dad08b2a0d5f2f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3986449a0b211a89c76d583c15178a75ef95caa002fd3751ab7c01122740ebe6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4813d400a6f46477e92449d1e4908c7bb329545c578b09b519ddae10d0623d21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c565a6990de02cc0f223060fd59bcf99ea9239a2286a4ac1212fb859f0bbc078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d26f27237c1317f5ac5edd5895263e7809039fdd77f608395b4d11299f79b857_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f8a514769d3995332c660a668ffae9018f88ebbbb94db89109fe62a78bb6a7e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:757fd89b154f09f1115ea21b19eae895831f12afaf77491815fcf229220710ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cca40d616806de4c1cab0a9d0e54a614d0a4bdba7b0dc49b3191d0ca6218a4f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f2e12682e00bc8c041d04d4c414664eb27f6e78fd42f2c9b8caca079fb72a3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b924a823e9f8399b040ea016bd74e7a6ce04256c662a9226676b9ad06bd18c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:747f9b6cb8aaf600bed84b80102ec5fb6e614c549c5edb07f97e4678daf60594_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ed6318e5a1e2df043166879a526549ecad1cd62159a5659ea2fe201f4abd798_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9574167a857bf207def2891974ea31a999dd5b163c0ebc9a268d261178803b73_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:45e3755a7d823d3c47cf092809aa13808b05dadeb49c2d8965ef7dcd1ecd51a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:888a7dfa28959baf2c21b20048cf69821e78230c33ed18c430940649093f60c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d36a332435642bb7099a06c8fb3c27e614a19094ad6a727493cb1524dc64c5a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:dcaef959fe0a2f2b80577b0d2d2802fb922a48ceeb8f1b552e11ef0dadfc8efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4aba6f6d0717910e13157b5aef43633ee8359fdc730df2af1db0796113e327a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66fec0af1793ffe236208f8922add7344361185eb6819cb2d655c6941de28d0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854d5562f0da86e02483b9b860c117fa0553058ff06204b4029b1078ed68c2cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ef3e2714cdaf4dabc304a73d3867f6a30ed990079a7dc82935cd311b6298429e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5a47fabca2c5da103f2d450f766b523c11f2d8144dc88116dd28ab64311638ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8348dba52b0b908d04f35dbfbb45272953f59daa95da494498c89b1f13a01518_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9c4c2c65f712de6e55348896b2609f71db681e98f70dd26380c17103c168f2e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c9fb883a4258dca7dc277774721df45548564f1bf02db259d10eb28030312b5d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bc60512167cd61ad02a367888bffaf9ae9ff5d38d2710f8b084ecd5fd5865ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e189e287c6fb6d208f0c06f87f80d78dd7f0f224f1690c57212c0431ce42039_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5449039f33a2f0c68bd22b9ffb0f36629d2bd5650334c648ec6332482fc73adb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea27513cabdb48624bccf772ec7657f21f625d034ae16afd2ed87785c1e92c6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:25311111c8f185636cc6c4c57fcb593a4d7f80947112d026f17b03e1cb8c5836_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:279a1f40f5daf3dfcbb6ae72d7b34e1cdea81c93b8f26934b0b75a5691768488_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:73dc60e6fcd70afd3dbbae8a5a3b0173b8aae24c262a538985f446f384305b47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f83b91fd2651513053855b761ecb7123b9c8bfb283b1b05ab987563b24296ac7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3c25156b45ab456d86337e7943e2499d56ec59e9df06a9eaf6573d00c8ba99aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5eedefd980085c0d05eb99404d84da557aa1e33aa60b6f8dd617e6c51b7a0773_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6408fc9ef2d5571e6b6139e460df943926f8f61d3f02ac8e29b4ebe2ac1f987a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9f22b0754b61e971e65dadcf6b1180062d05f0512761ded6d3c72740ad4685b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93757da9f7fbf6c826f1310e9a753daa86cca4a7d0a307a7605db692d679e0c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a3b6915a30075af8ae31cf1f9537b4ff2edd806ac3b9c2aad2c3d0122db24384_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d6e27f0f7452d0ec0445608ee11904987ed62e79ae5b501c8c548b3140a72916_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db47533315f708b613985393aebd19f0f1be0553a8a84f1ca4691a6f80fe99d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5cb51b7919e67820591dc9be361dac3ce494f2ffec55dcfb4c62cf075ba9928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ae934e2c4e03c385a8f14224992a885b0906953eab145f46f920895c1c563dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b0dbb59715d1fa2ad7d31b84fecd58695e3e79d1cd975c9d1ddff84f79aed5a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d387c467c14234a2edeef2ee4e1d3390b6d7f69e1e7e3ab4fb5950c0665e7e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:12069b4c9b06e21bceed36e3a6ac286441ef97700a121b6fce5164f3f9af5fb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8b999d1ce029714eb21675fd185e98bbc285de3dcbd34d8d78d44081101c5eab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb654eb3074962421e67ae133718289b8dfcacc6969400a2cc33a253a97f1581_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e4457eae686f5e2cc90f75a4fa7cf56157a53937d5cb0b33e6bda1ecb136ef23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:57a99507c82d77541a982dcb0be5f0cdfac612ed37649d8f870098110ebf67e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f3a5550a636594f6f13f757f7cf9c13814121da51aa8e91a852643d9a4e188d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd2f3a5e7d019e00cb522644c3e1a2895b9d77e7c4510194cb954f74f6bf695e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:af0c64434c0ced75ece447da614e94dcb92d11f7fbb5dfa15a4ab17fd05d87b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24b4aae7d576407c88c4d2d6d200ec98aa762e1a032ad7a0ebcabdf63f5767fd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ad96a37c03c7af6fefc4a4e34b67f993267856ffecb586b5099abfaffff8e59f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:de86930b332a89f7d532adaca7b1f3bdf99db5f0d16c8c3cad0ed3d287442b78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e0ed81285f6e9686d820425eb54ccacd156abb8adac762b4ebcaa41388a111a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:233bd8980b833b554fb9c8ecd6e9fb6d603014fc61292b8a95d471a9fe6a4d10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:56a429e6debca0139cb61b640a8cafbe02094b3a318af835549003fc7ab1aedc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6368603a00885b9bb3992ac55992580311eca99688f9f5ba729837d670235256_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9abaa144a449593156337eb1d254d7bfb668b118f70497f742bb1c72b5890af1_s390x | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.19.34 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.19.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.19.34. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:25199\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:25201",
"url": "https://access.redhat.com/errata/RHSA-2026:25201"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"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_25201.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.19.34 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-27T08:55:07+00:00",
"generator": {
"date": "2026-06-27T08:55:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:25201",
"initial_release_date": "2026-06-17T08:59:14+00:00",
"revision_history": [
{
"date": "2026-06-17T08:59:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-17T09:00:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T08:55:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.19",
"product": {
"name": "Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.19::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c56bc7a31761839fa46cd50bbf90989d3313095bea4cb3bee95d074a9dc2963_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c56bc7a31761839fa46cd50bbf90989d3313095bea4cb3bee95d074a9dc2963_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c56bc7a31761839fa46cd50bbf90989d3313095bea4cb3bee95d074a9dc2963_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A4c56bc7a31761839fa46cd50bbf90989d3313095bea4cb3bee95d074a9dc2963?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1780976980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c04a807f8759be6c847c8f6abc07d398c781563b216abddd198c07ae32c3c467_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c04a807f8759be6c847c8f6abc07d398c781563b216abddd198c07ae32c3c467_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c04a807f8759be6c847c8f6abc07d398c781563b216abddd198c07ae32c3c467_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Ac04a807f8759be6c847c8f6abc07d398c781563b216abddd198c07ae32c3c467?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1780979297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:77e0f36aec56da740886d70e6e9e45b5eae8a4641c11a3584f5ec96cb4c12c4c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:77e0f36aec56da740886d70e6e9e45b5eae8a4641c11a3584f5ec96cb4c12c4c_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:77e0f36aec56da740886d70e6e9e45b5eae8a4641c11a3584f5ec96cb4c12c4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A77e0f36aec56da740886d70e6e9e45b5eae8a4641c11a3584f5ec96cb4c12c4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1780979331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:88c3c0650b52b80e7725d6b653133a5421472047c98d8f16a23b43fb0dbef67d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:88c3c0650b52b80e7725d6b653133a5421472047c98d8f16a23b43fb0dbef67d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:88c3c0650b52b80e7725d6b653133a5421472047c98d8f16a23b43fb0dbef67d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A88c3c0650b52b80e7725d6b653133a5421472047c98d8f16a23b43fb0dbef67d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9\u0026tag=1780976935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0b7ba820b7334cbdbf02f6be0bce7bfce66c09425a3846e4dc60af1e04a16e62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0b7ba820b7334cbdbf02f6be0bce7bfce66c09425a3846e4dc60af1e04a16e62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0b7ba820b7334cbdbf02f6be0bce7bfce66c09425a3846e4dc60af1e04a16e62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A0b7ba820b7334cbdbf02f6be0bce7bfce66c09425a3846e4dc60af1e04a16e62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9\u0026tag=1780976053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f230ae41108ff58cd2df7460ddcab73a59309e5c7c4ca0c682992e4975703b0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f230ae41108ff58cd2df7460ddcab73a59309e5c7c4ca0c682992e4975703b0d_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f230ae41108ff58cd2df7460ddcab73a59309e5c7c4ca0c682992e4975703b0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Af230ae41108ff58cd2df7460ddcab73a59309e5c7c4ca0c682992e4975703b0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1780981016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ee8b320b2047e104412603fd5ae7812c65e92fefbe23b7dea980e3a058eea63b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ee8b320b2047e104412603fd5ae7812c65e92fefbe23b7dea980e3a058eea63b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ee8b320b2047e104412603fd5ae7812c65e92fefbe23b7dea980e3a058eea63b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Aee8b320b2047e104412603fd5ae7812c65e92fefbe23b7dea980e3a058eea63b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1780976729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9be92ffb22356b143f24c2e1f569a5a6022561cc9e3c19dfb9cb8d884b4b430f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9be92ffb22356b143f24c2e1f569a5a6022561cc9e3c19dfb9cb8d884b4b430f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9be92ffb22356b143f24c2e1f569a5a6022561cc9e3c19dfb9cb8d884b4b430f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A9be92ffb22356b143f24c2e1f569a5a6022561cc9e3c19dfb9cb8d884b4b430f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1780985311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b046bd3e394a968b8bff756a1bbab6203b173963372097b4e9bac2f4eaa8656f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b046bd3e394a968b8bff756a1bbab6203b173963372097b4e9bac2f4eaa8656f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b046bd3e394a968b8bff756a1bbab6203b173963372097b4e9bac2f4eaa8656f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Ab046bd3e394a968b8bff756a1bbab6203b173963372097b4e9bac2f4eaa8656f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1780982237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e295ffe236c8ad5c1b4bbf7610d9a29f35534d6b66619cc341db46baf6ab4aa1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e295ffe236c8ad5c1b4bbf7610d9a29f35534d6b66619cc341db46baf6ab4aa1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e295ffe236c8ad5c1b4bbf7610d9a29f35534d6b66619cc341db46baf6ab4aa1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Ae295ffe236c8ad5c1b4bbf7610d9a29f35534d6b66619cc341db46baf6ab4aa1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1781010180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:455e45f1174b4bb5db753da8b2002b40921fc0051f462c0f7cc0cb95ac564c62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:455e45f1174b4bb5db753da8b2002b40921fc0051f462c0f7cc0cb95ac564c62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:455e45f1174b4bb5db753da8b2002b40921fc0051f462c0f7cc0cb95ac564c62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A455e45f1174b4bb5db753da8b2002b40921fc0051f462c0f7cc0cb95ac564c62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1780984444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c340f2a030c2285afa19fc9022e14a07056941bef8de59b25ae21ff4c66bb9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c340f2a030c2285afa19fc9022e14a07056941bef8de59b25ae21ff4c66bb9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c340f2a030c2285afa19fc9022e14a07056941bef8de59b25ae21ff4c66bb9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A8c340f2a030c2285afa19fc9022e14a07056941bef8de59b25ae21ff4c66bb9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1781002119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3008aea10be9bf754a1a6e0538d1df3f6408e9eceaac2e0cea868b40c5fff12c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3008aea10be9bf754a1a6e0538d1df3f6408e9eceaac2e0cea868b40c5fff12c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3008aea10be9bf754a1a6e0538d1df3f6408e9eceaac2e0cea868b40c5fff12c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A3008aea10be9bf754a1a6e0538d1df3f6408e9eceaac2e0cea868b40c5fff12c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1780986286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:873761b15f7f5e975f8ca363e088b806e393ac2a78214a29050b3102cbb04df4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:873761b15f7f5e975f8ca363e088b806e393ac2a78214a29050b3102cbb04df4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:873761b15f7f5e975f8ca363e088b806e393ac2a78214a29050b3102cbb04df4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A873761b15f7f5e975f8ca363e088b806e393ac2a78214a29050b3102cbb04df4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1780977473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:120b1cf4552db536915c081e92372cb83aa89d21a81adcdffe09f2dd3ec5f43c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:120b1cf4552db536915c081e92372cb83aa89d21a81adcdffe09f2dd3ec5f43c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:120b1cf4552db536915c081e92372cb83aa89d21a81adcdffe09f2dd3ec5f43c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A120b1cf4552db536915c081e92372cb83aa89d21a81adcdffe09f2dd3ec5f43c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1780979380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:25735783825c67f2abec0695f666552f0838f10467b027fa1e475317a14dbd86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:25735783825c67f2abec0695f666552f0838f10467b027fa1e475317a14dbd86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:25735783825c67f2abec0695f666552f0838f10467b027fa1e475317a14dbd86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A25735783825c67f2abec0695f666552f0838f10467b027fa1e475317a14dbd86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1780985290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:192a0a4c23acf7745a9cb39db76a8a8dc351faf385ce96a51e3789b9f51aa93a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:192a0a4c23acf7745a9cb39db76a8a8dc351faf385ce96a51e3789b9f51aa93a_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:192a0a4c23acf7745a9cb39db76a8a8dc351faf385ce96a51e3789b9f51aa93a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A192a0a4c23acf7745a9cb39db76a8a8dc351faf385ce96a51e3789b9f51aa93a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1781002074"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7579da643df10fb9c3c5784d5e06b3c940a823158b595de9fcb964a8d69f215a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7579da643df10fb9c3c5784d5e06b3c940a823158b595de9fcb964a8d69f215a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7579da643df10fb9c3c5784d5e06b3c940a823158b595de9fcb964a8d69f215a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A7579da643df10fb9c3c5784d5e06b3c940a823158b595de9fcb964a8d69f215a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1780976879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:957530099959a421115260f95ade7784c64b942916a287cb3546cca79763d55c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:957530099959a421115260f95ade7784c64b942916a287cb3546cca79763d55c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:957530099959a421115260f95ade7784c64b942916a287cb3546cca79763d55c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A957530099959a421115260f95ade7784c64b942916a287cb3546cca79763d55c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1780978409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9438d34a83326c0fe5f167e0568349f931dfc9646f1c70da69409e350875ea53_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9438d34a83326c0fe5f167e0568349f931dfc9646f1c70da69409e350875ea53_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9438d34a83326c0fe5f167e0568349f931dfc9646f1c70da69409e350875ea53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A9438d34a83326c0fe5f167e0568349f931dfc9646f1c70da69409e350875ea53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9\u0026tag=1780976734"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6960a4e7bad45aaac838b0497a2503e83d3786ec78be154f44567770b82b3527_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6960a4e7bad45aaac838b0497a2503e83d3786ec78be154f44567770b82b3527_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6960a4e7bad45aaac838b0497a2503e83d3786ec78be154f44567770b82b3527_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A6960a4e7bad45aaac838b0497a2503e83d3786ec78be154f44567770b82b3527?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator\u0026tag=1780975937"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9b3d6981af468b90d62f63f45a22d2ca13136f81282b971c3fe827a9183025eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9b3d6981af468b90d62f63f45a22d2ca13136f81282b971c3fe827a9183025eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9b3d6981af468b90d62f63f45a22d2ca13136f81282b971c3fe827a9183025eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A9b3d6981af468b90d62f63f45a22d2ca13136f81282b971c3fe827a9183025eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9\u0026tag=1780976972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:43af0818e577746ef7223ca5d75b90785078c290f5d3770d551b9965d1706c87_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:43af0818e577746ef7223ca5d75b90785078c290f5d3770d551b9965d1706c87_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:43af0818e577746ef7223ca5d75b90785078c290f5d3770d551b9965d1706c87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A43af0818e577746ef7223ca5d75b90785078c290f5d3770d551b9965d1706c87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1780976436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3146de9d4a8b5c98d8b9fdcc7fec4392f1591723948be440897e6ac16353b096_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3146de9d4a8b5c98d8b9fdcc7fec4392f1591723948be440897e6ac16353b096_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3146de9d4a8b5c98d8b9fdcc7fec4392f1591723948be440897e6ac16353b096_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A3146de9d4a8b5c98d8b9fdcc7fec4392f1591723948be440897e6ac16353b096?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1780976638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3233a1897941a3b7f05ba46a8fdbd150a2b4c070e443db362afe2bbf7071957c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3233a1897941a3b7f05ba46a8fdbd150a2b4c070e443db362afe2bbf7071957c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3233a1897941a3b7f05ba46a8fdbd150a2b4c070e443db362afe2bbf7071957c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A3233a1897941a3b7f05ba46a8fdbd150a2b4c070e443db362afe2bbf7071957c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1780976032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:99fb48017ba08b4218d540665c8a2c5020d3dd3bb49241a56bd136e5337b9c83_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:99fb48017ba08b4218d540665c8a2c5020d3dd3bb49241a56bd136e5337b9c83_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:99fb48017ba08b4218d540665c8a2c5020d3dd3bb49241a56bd136e5337b9c83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A99fb48017ba08b4218d540665c8a2c5020d3dd3bb49241a56bd136e5337b9c83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1781068883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8ad7ab11e18a556647a001fb94a1713fc73db6342d5be586e6b9c5cd85180b1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8ad7ab11e18a556647a001fb94a1713fc73db6342d5be586e6b9c5cd85180b1a_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8ad7ab11e18a556647a001fb94a1713fc73db6342d5be586e6b9c5cd85180b1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A8ad7ab11e18a556647a001fb94a1713fc73db6342d5be586e6b9c5cd85180b1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1780982415"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c199b1c123b4f5a26754f842e9fb1d046549deae99856f5f5db2f5d1195094f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c199b1c123b4f5a26754f842e9fb1d046549deae99856f5f5db2f5d1195094f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c199b1c123b4f5a26754f842e9fb1d046549deae99856f5f5db2f5d1195094f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ac199b1c123b4f5a26754f842e9fb1d046549deae99856f5f5db2f5d1195094f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1780980329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:16784c2abae0b4b7e8c2b6cace88ec36a8275d7a19a9b12f53760d75ce2e5c57_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:16784c2abae0b4b7e8c2b6cace88ec36a8275d7a19a9b12f53760d75ce2e5c57_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:16784c2abae0b4b7e8c2b6cace88ec36a8275d7a19a9b12f53760d75ce2e5c57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A16784c2abae0b4b7e8c2b6cace88ec36a8275d7a19a9b12f53760d75ce2e5c57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1780982439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:757fd89b154f09f1115ea21b19eae895831f12afaf77491815fcf229220710ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:757fd89b154f09f1115ea21b19eae895831f12afaf77491815fcf229220710ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:757fd89b154f09f1115ea21b19eae895831f12afaf77491815fcf229220710ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A757fd89b154f09f1115ea21b19eae895831f12afaf77491815fcf229220710ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1780985180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:888a7dfa28959baf2c21b20048cf69821e78230c33ed18c430940649093f60c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:888a7dfa28959baf2c21b20048cf69821e78230c33ed18c430940649093f60c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:888a7dfa28959baf2c21b20048cf69821e78230c33ed18c430940649093f60c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A888a7dfa28959baf2c21b20048cf69821e78230c33ed18c430940649093f60c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1780976919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5449039f33a2f0c68bd22b9ffb0f36629d2bd5650334c648ec6332482fc73adb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5449039f33a2f0c68bd22b9ffb0f36629d2bd5650334c648ec6332482fc73adb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5449039f33a2f0c68bd22b9ffb0f36629d2bd5650334c648ec6332482fc73adb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A5449039f33a2f0c68bd22b9ffb0f36629d2bd5650334c648ec6332482fc73adb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1780978446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d64450c15c629be398fc0afb54009c60c151b179ce11b43906c86cb41f5a8e07_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d64450c15c629be398fc0afb54009c60c151b179ce11b43906c86cb41f5a8e07_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d64450c15c629be398fc0afb54009c60c151b179ce11b43906c86cb41f5a8e07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ad64450c15c629be398fc0afb54009c60c151b179ce11b43906c86cb41f5a8e07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1780976314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2229a186943283f30177609b442f15ff44c8ddec2362e5241ad5639ecb0572bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2229a186943283f30177609b442f15ff44c8ddec2362e5241ad5639ecb0572bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2229a186943283f30177609b442f15ff44c8ddec2362e5241ad5639ecb0572bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A2229a186943283f30177609b442f15ff44c8ddec2362e5241ad5639ecb0572bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=1780976042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b72fa3e6f7e0196c272efd6fad1636ef1c8fac41c4aaebe29a2f2f0ac204016_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b72fa3e6f7e0196c272efd6fad1636ef1c8fac41c4aaebe29a2f2f0ac204016_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b72fa3e6f7e0196c272efd6fad1636ef1c8fac41c4aaebe29a2f2f0ac204016_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A9b72fa3e6f7e0196c272efd6fad1636ef1c8fac41c4aaebe29a2f2f0ac204016?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=1780976099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:eea07bb25349a5ed26392ebf22631a85ecf7dc6a1a30afafd82a52d421a4f91d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:eea07bb25349a5ed26392ebf22631a85ecf7dc6a1a30afafd82a52d421a4f91d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:eea07bb25349a5ed26392ebf22631a85ecf7dc6a1a30afafd82a52d421a4f91d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Aeea07bb25349a5ed26392ebf22631a85ecf7dc6a1a30afafd82a52d421a4f91d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=1780976148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d262d5f31a5c25d0ad001f403249198ff5ea015258a3d5fb68407f25996e2cf1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d262d5f31a5c25d0ad001f403249198ff5ea015258a3d5fb68407f25996e2cf1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d262d5f31a5c25d0ad001f403249198ff5ea015258a3d5fb68407f25996e2cf1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3Ad262d5f31a5c25d0ad001f403249198ff5ea015258a3d5fb68407f25996e2cf1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=1780976083"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d60f1c7d0b30daaa9e9e8ab041c63445e7bb7b6132f50cd7f2044e538436c64c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d60f1c7d0b30daaa9e9e8ab041c63445e7bb7b6132f50cd7f2044e538436c64c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d60f1c7d0b30daaa9e9e8ab041c63445e7bb7b6132f50cd7f2044e538436c64c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ad60f1c7d0b30daaa9e9e8ab041c63445e7bb7b6132f50cd7f2044e538436c64c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1780982219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b32b90e8782b3a2aeda85df6970cba882f656203be6d16106a32edde563a83f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b32b90e8782b3a2aeda85df6970cba882f656203be6d16106a32edde563a83f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b32b90e8782b3a2aeda85df6970cba882f656203be6d16106a32edde563a83f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Ab32b90e8782b3a2aeda85df6970cba882f656203be6d16106a32edde563a83f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1780976666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e73bfa631996719e021e45e631841247eb24f980fd63290febbb80698b8ea01b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e73bfa631996719e021e45e631841247eb24f980fd63290febbb80698b8ea01b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e73bfa631996719e021e45e631841247eb24f980fd63290febbb80698b8ea01b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Ae73bfa631996719e021e45e631841247eb24f980fd63290febbb80698b8ea01b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1780976494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:763e538fbc9aedfc84a1ead6db6342fa4fd4aa2e2f5a7689ba167a4bfa907ae6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:763e538fbc9aedfc84a1ead6db6342fa4fd4aa2e2f5a7689ba167a4bfa907ae6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:763e538fbc9aedfc84a1ead6db6342fa4fd4aa2e2f5a7689ba167a4bfa907ae6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A763e538fbc9aedfc84a1ead6db6342fa4fd4aa2e2f5a7689ba167a4bfa907ae6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1780977466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b3754efefd2074fb65f42ecb37681ccb380e8b46e7c900884b9993cfb36c873a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b3754efefd2074fb65f42ecb37681ccb380e8b46e7c900884b9993cfb36c873a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b3754efefd2074fb65f42ecb37681ccb380e8b46e7c900884b9993cfb36c873a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ab3754efefd2074fb65f42ecb37681ccb380e8b46e7c900884b9993cfb36c873a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1780979806"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0454606b21577eb4127f7eff4c7334041f69852688c9db7660e634c2d450c754_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0454606b21577eb4127f7eff4c7334041f69852688c9db7660e634c2d450c754_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0454606b21577eb4127f7eff4c7334041f69852688c9db7660e634c2d450c754_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A0454606b21577eb4127f7eff4c7334041f69852688c9db7660e634c2d450c754?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1780977329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f399014446508b1e62f940960422ec4c3a1945ee44c5de033bad71c69e7e2a80_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f399014446508b1e62f940960422ec4c3a1945ee44c5de033bad71c69e7e2a80_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f399014446508b1e62f940960422ec4c3a1945ee44c5de033bad71c69e7e2a80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Af399014446508b1e62f940960422ec4c3a1945ee44c5de033bad71c69e7e2a80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1780976097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f3a2a6ff9ea3270109be761e247e7f5c766c86fcb194429b01339cf8a10482df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f3a2a6ff9ea3270109be761e247e7f5c766c86fcb194429b01339cf8a10482df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f3a2a6ff9ea3270109be761e247e7f5c766c86fcb194429b01339cf8a10482df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Af3a2a6ff9ea3270109be761e247e7f5c766c86fcb194429b01339cf8a10482df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1780976371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0cd4d7a036011a14099f95ed4300a8283bb57619d3418df088aa3a50578edca3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0cd4d7a036011a14099f95ed4300a8283bb57619d3418df088aa3a50578edca3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0cd4d7a036011a14099f95ed4300a8283bb57619d3418df088aa3a50578edca3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A0cd4d7a036011a14099f95ed4300a8283bb57619d3418df088aa3a50578edca3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1780977604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5934d8ace644ed5b06aa1517da1b289561f009bee268b33037b78ff73de3780c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5934d8ace644ed5b06aa1517da1b289561f009bee268b33037b78ff73de3780c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5934d8ace644ed5b06aa1517da1b289561f009bee268b33037b78ff73de3780c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A5934d8ace644ed5b06aa1517da1b289561f009bee268b33037b78ff73de3780c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1780978378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7fd25cd3e54c7cd19d9000549696f9bfc98b4c5d769e3b8da83a4107ea15eda_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7fd25cd3e54c7cd19d9000549696f9bfc98b4c5d769e3b8da83a4107ea15eda_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7fd25cd3e54c7cd19d9000549696f9bfc98b4c5d769e3b8da83a4107ea15eda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Aa7fd25cd3e54c7cd19d9000549696f9bfc98b4c5d769e3b8da83a4107ea15eda?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1780979164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:811be7a889fec8a5f7d71c4d77e2adfb2a1928fc01fb7d4cff316460677e9dcd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:811be7a889fec8a5f7d71c4d77e2adfb2a1928fc01fb7d4cff316460677e9dcd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:811be7a889fec8a5f7d71c4d77e2adfb2a1928fc01fb7d4cff316460677e9dcd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A811be7a889fec8a5f7d71c4d77e2adfb2a1928fc01fb7d4cff316460677e9dcd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1780976954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:56653f02f8d5d9eb484bd9157e4d6418657b2abc8e110b766553a98db41dd74a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:56653f02f8d5d9eb484bd9157e4d6418657b2abc8e110b766553a98db41dd74a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:56653f02f8d5d9eb484bd9157e4d6418657b2abc8e110b766553a98db41dd74a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A56653f02f8d5d9eb484bd9157e4d6418657b2abc8e110b766553a98db41dd74a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1780978481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:cf9e05f8cbcf5c64026e9dbb830a9731a1404bdf47a52563f61d07bd4a51bbf9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:cf9e05f8cbcf5c64026e9dbb830a9731a1404bdf47a52563f61d07bd4a51bbf9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:cf9e05f8cbcf5c64026e9dbb830a9731a1404bdf47a52563f61d07bd4a51bbf9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Acf9e05f8cbcf5c64026e9dbb830a9731a1404bdf47a52563f61d07bd4a51bbf9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1780978082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6926123fc26183a63626f4f33921e2a24cd8e27f6f2bf135c80f1e45a3200fb1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6926123fc26183a63626f4f33921e2a24cd8e27f6f2bf135c80f1e45a3200fb1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6926123fc26183a63626f4f33921e2a24cd8e27f6f2bf135c80f1e45a3200fb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A6926123fc26183a63626f4f33921e2a24cd8e27f6f2bf135c80f1e45a3200fb1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1780985485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:51dbf8c399cb661c59eaf27c7fca8a08fee8b5651e1a023998f16e4c87bba3a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:51dbf8c399cb661c59eaf27c7fca8a08fee8b5651e1a023998f16e4c87bba3a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:51dbf8c399cb661c59eaf27c7fca8a08fee8b5651e1a023998f16e4c87bba3a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A51dbf8c399cb661c59eaf27c7fca8a08fee8b5651e1a023998f16e4c87bba3a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1780988402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9e60e00881a5e5168eace2acffa41c373b3ef02406688b03c69e4dd0656c7e66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9e60e00881a5e5168eace2acffa41c373b3ef02406688b03c69e4dd0656c7e66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9e60e00881a5e5168eace2acffa41c373b3ef02406688b03c69e4dd0656c7e66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A9e60e00881a5e5168eace2acffa41c373b3ef02406688b03c69e4dd0656c7e66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1780988484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74f6e12dd81ed0c63a8983845a8a3295213a6e153de12fea13724f6ec8ff40b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74f6e12dd81ed0c63a8983845a8a3295213a6e153de12fea13724f6ec8ff40b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74f6e12dd81ed0c63a8983845a8a3295213a6e153de12fea13724f6ec8ff40b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A74f6e12dd81ed0c63a8983845a8a3295213a6e153de12fea13724f6ec8ff40b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1780984555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aac37ee093de1e6a0e86740c3df8c355fd5cf48bff2e01e58530b145e165221_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aac37ee093de1e6a0e86740c3df8c355fd5cf48bff2e01e58530b145e165221_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aac37ee093de1e6a0e86740c3df8c355fd5cf48bff2e01e58530b145e165221_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A1aac37ee093de1e6a0e86740c3df8c355fd5cf48bff2e01e58530b145e165221?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1780979731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5afbec6b9fb931f7e71df2aef8c5f2a2aa1fae14c0779ab275bb9d7a6b5ea916_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5afbec6b9fb931f7e71df2aef8c5f2a2aa1fae14c0779ab275bb9d7a6b5ea916_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5afbec6b9fb931f7e71df2aef8c5f2a2aa1fae14c0779ab275bb9d7a6b5ea916_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A5afbec6b9fb931f7e71df2aef8c5f2a2aa1fae14c0779ab275bb9d7a6b5ea916?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1780979786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f15701dc03ae43a7857a1a82be879c9becd99209505e5809124f62f5056475eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f15701dc03ae43a7857a1a82be879c9becd99209505e5809124f62f5056475eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f15701dc03ae43a7857a1a82be879c9becd99209505e5809124f62f5056475eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Af15701dc03ae43a7857a1a82be879c9becd99209505e5809124f62f5056475eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1780980779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93757da9f7fbf6c826f1310e9a753daa86cca4a7d0a307a7605db692d679e0c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93757da9f7fbf6c826f1310e9a753daa86cca4a7d0a307a7605db692d679e0c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93757da9f7fbf6c826f1310e9a753daa86cca4a7d0a307a7605db692d679e0c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A93757da9f7fbf6c826f1310e9a753daa86cca4a7d0a307a7605db692d679e0c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1780980234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4ef377dd4de22ef38524f823efb55ed5680324b20bbb6e8dc01635548c89c563_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4ef377dd4de22ef38524f823efb55ed5680324b20bbb6e8dc01635548c89c563_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4ef377dd4de22ef38524f823efb55ed5680324b20bbb6e8dc01635548c89c563_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A4ef377dd4de22ef38524f823efb55ed5680324b20bbb6e8dc01635548c89c563?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1780978877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6cd16b21890ed9fb0831ec559bae9767b4cb55f73e96a1c0c493c4de2642b1fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6cd16b21890ed9fb0831ec559bae9767b4cb55f73e96a1c0c493c4de2642b1fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6cd16b21890ed9fb0831ec559bae9767b4cb55f73e96a1c0c493c4de2642b1fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A6cd16b21890ed9fb0831ec559bae9767b4cb55f73e96a1c0c493c4de2642b1fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1780981077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f975869178496b63072dbad1b51126f9254e27549d8c9096359e1ece529febea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f975869178496b63072dbad1b51126f9254e27549d8c9096359e1ece529febea_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f975869178496b63072dbad1b51126f9254e27549d8c9096359e1ece529febea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Af975869178496b63072dbad1b51126f9254e27549d8c9096359e1ece529febea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1780981015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:19fc8c9512fecba33b1c4531db3d85e8263288bbfbbbbc485539a296aee55471_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:19fc8c9512fecba33b1c4531db3d85e8263288bbfbbbbc485539a296aee55471_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:19fc8c9512fecba33b1c4531db3d85e8263288bbfbbbbc485539a296aee55471_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A19fc8c9512fecba33b1c4531db3d85e8263288bbfbbbbc485539a296aee55471?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1780976005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35523b68f904b23d744cd799e7fe04b24a03bcd507b6caa657a63d2bcd8b1b16_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35523b68f904b23d744cd799e7fe04b24a03bcd507b6caa657a63d2bcd8b1b16_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35523b68f904b23d744cd799e7fe04b24a03bcd507b6caa657a63d2bcd8b1b16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A35523b68f904b23d744cd799e7fe04b24a03bcd507b6caa657a63d2bcd8b1b16?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1780979698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d75092b42069f043e0f39912b1c9800afe624a0d5595ecb9a3ac390c65eec7e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d75092b42069f043e0f39912b1c9800afe624a0d5595ecb9a3ac390c65eec7e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d75092b42069f043e0f39912b1c9800afe624a0d5595ecb9a3ac390c65eec7e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Ad75092b42069f043e0f39912b1c9800afe624a0d5595ecb9a3ac390c65eec7e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1781002169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7395ee37fc347a402d6e90de9e18f67f2abebbb71f5601a3e1325f9c0e13650f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7395ee37fc347a402d6e90de9e18f67f2abebbb71f5601a3e1325f9c0e13650f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7395ee37fc347a402d6e90de9e18f67f2abebbb71f5601a3e1325f9c0e13650f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A7395ee37fc347a402d6e90de9e18f67f2abebbb71f5601a3e1325f9c0e13650f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1780986403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9221ef430d8efd74430db55d41ffc96e8f03284fa4ad574674c7563040f504c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9221ef430d8efd74430db55d41ffc96e8f03284fa4ad574674c7563040f504c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9221ef430d8efd74430db55d41ffc96e8f03284fa4ad574674c7563040f504c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A9221ef430d8efd74430db55d41ffc96e8f03284fa4ad574674c7563040f504c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1780986275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:881397c36a4332f221dcfa4eb517e9c9190329af9009391b96f0ceec74e680cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:881397c36a4332f221dcfa4eb517e9c9190329af9009391b96f0ceec74e680cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:881397c36a4332f221dcfa4eb517e9c9190329af9009391b96f0ceec74e680cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A881397c36a4332f221dcfa4eb517e9c9190329af9009391b96f0ceec74e680cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1780980433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2e763fe91becf5be1cf036062030cee6510af8524107c38b14187cded57d059_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2e763fe91becf5be1cf036062030cee6510af8524107c38b14187cded57d059_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2e763fe91becf5be1cf036062030cee6510af8524107c38b14187cded57d059_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Ab2e763fe91becf5be1cf036062030cee6510af8524107c38b14187cded57d059?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1780984883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d441752bee65923bde0f5d9883afe5bce6fdb0abea233ae6a4458db4309e1115_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d441752bee65923bde0f5d9883afe5bce6fdb0abea233ae6a4458db4309e1115_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d441752bee65923bde0f5d9883afe5bce6fdb0abea233ae6a4458db4309e1115_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Ad441752bee65923bde0f5d9883afe5bce6fdb0abea233ae6a4458db4309e1115?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1780977132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:48638fe0a5f09bcf2f59f4a02139e10dcc77714dfe8fc10b86892b9176148141_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:48638fe0a5f09bcf2f59f4a02139e10dcc77714dfe8fc10b86892b9176148141_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:48638fe0a5f09bcf2f59f4a02139e10dcc77714dfe8fc10b86892b9176148141_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A48638fe0a5f09bcf2f59f4a02139e10dcc77714dfe8fc10b86892b9176148141?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9\u0026tag=1780976005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2658b6a8db6e6a7634453af2d1cb48e0078abe4d82f4957288eca0791462c0c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2658b6a8db6e6a7634453af2d1cb48e0078abe4d82f4957288eca0791462c0c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2658b6a8db6e6a7634453af2d1cb48e0078abe4d82f4957288eca0791462c0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3Af2658b6a8db6e6a7634453af2d1cb48e0078abe4d82f4957288eca0791462c0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9\u0026tag=1780976187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:544344c2e9020efbacf4c582c67532ebe485656c36ab314de95bfb9a0047ebde_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:544344c2e9020efbacf4c582c67532ebe485656c36ab314de95bfb9a0047ebde_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:544344c2e9020efbacf4c582c67532ebe485656c36ab314de95bfb9a0047ebde_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A544344c2e9020efbacf4c582c67532ebe485656c36ab314de95bfb9a0047ebde?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9\u0026tag=1780976134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8c923202184bf124cef516f43082ad3381f921fa1c67aa7b541ac6aeadec2d2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8c923202184bf124cef516f43082ad3381f921fa1c67aa7b541ac6aeadec2d2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8c923202184bf124cef516f43082ad3381f921fa1c67aa7b541ac6aeadec2d2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A8c923202184bf124cef516f43082ad3381f921fa1c67aa7b541ac6aeadec2d2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator\u0026tag=1780976131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8379f38b7b8e488e7b1b170e290af8c604636974e0df590429440f532094cd45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8379f38b7b8e488e7b1b170e290af8c604636974e0df590429440f532094cd45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8379f38b7b8e488e7b1b170e290af8c604636974e0df590429440f532094cd45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A8379f38b7b8e488e7b1b170e290af8c604636974e0df590429440f532094cd45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9\u0026tag=1780976063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0100c82d9078fb16dbca67d3b21ff54faf56351dd684da81c4ea2c064a4413e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0100c82d9078fb16dbca67d3b21ff54faf56351dd684da81c4ea2c064a4413e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0100c82d9078fb16dbca67d3b21ff54faf56351dd684da81c4ea2c064a4413e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A0100c82d9078fb16dbca67d3b21ff54faf56351dd684da81c4ea2c064a4413e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9\u0026tag=1780976083"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:91b7a3ef6622e4a2fe2142c128878ec06a6fc6ab39f8090d09e99e1689b9f2a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:91b7a3ef6622e4a2fe2142c128878ec06a6fc6ab39f8090d09e99e1689b9f2a8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:91b7a3ef6622e4a2fe2142c128878ec06a6fc6ab39f8090d09e99e1689b9f2a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A91b7a3ef6622e4a2fe2142c128878ec06a6fc6ab39f8090d09e99e1689b9f2a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9\u0026tag=1780976112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ea7e766190adc6092cda41eec6fde1b64c9a85f36a2ca2d5c965e67a096d16d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ea7e766190adc6092cda41eec6fde1b64c9a85f36a2ca2d5c965e67a096d16d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ea7e766190adc6092cda41eec6fde1b64c9a85f36a2ca2d5c965e67a096d16d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3Aea7e766190adc6092cda41eec6fde1b64c9a85f36a2ca2d5c965e67a096d16d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9\u0026tag=1780976103"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fed89393209bc73605a2db49ede008f547509f7714d0f8614575f117badcabaf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fed89393209bc73605a2db49ede008f547509f7714d0f8614575f117badcabaf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fed89393209bc73605a2db49ede008f547509f7714d0f8614575f117badcabaf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3Afed89393209bc73605a2db49ede008f547509f7714d0f8614575f117badcabaf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9\u0026tag=1780976147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fb8a038ccbb2e46ae733ffb7c86b7d8cb33292853eca765ea7a8482cfe3683e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fb8a038ccbb2e46ae733ffb7c86b7d8cb33292853eca765ea7a8482cfe3683e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fb8a038ccbb2e46ae733ffb7c86b7d8cb33292853eca765ea7a8482cfe3683e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Afb8a038ccbb2e46ae733ffb7c86b7d8cb33292853eca765ea7a8482cfe3683e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator\u0026tag=1780976102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1ccc1d63820ee8fe6e1d60ecad3019d4fd4311d19859a5ef4ab43f50c2bbe68c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1ccc1d63820ee8fe6e1d60ecad3019d4fd4311d19859a5ef4ab43f50c2bbe68c_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1ccc1d63820ee8fe6e1d60ecad3019d4fd4311d19859a5ef4ab43f50c2bbe68c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A1ccc1d63820ee8fe6e1d60ecad3019d4fd4311d19859a5ef4ab43f50c2bbe68c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1780986354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cf832c31c9cfe6fea9d9bec83883bcc652e4d405adf56914baffed33c6311533_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cf832c31c9cfe6fea9d9bec83883bcc652e4d405adf56914baffed33c6311533_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cf832c31c9cfe6fea9d9bec83883bcc652e4d405adf56914baffed33c6311533_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3Acf832c31c9cfe6fea9d9bec83883bcc652e4d405adf56914baffed33c6311533?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9\u0026tag=1780976073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b6867d29acfc9d3477cd6b4b302b72073eb99a17fbeb9672581ef9e9ac2d8d26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b6867d29acfc9d3477cd6b4b302b72073eb99a17fbeb9672581ef9e9ac2d8d26_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b6867d29acfc9d3477cd6b4b302b72073eb99a17fbeb9672581ef9e9ac2d8d26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ab6867d29acfc9d3477cd6b4b302b72073eb99a17fbeb9672581ef9e9ac2d8d26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1780986185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0fcc7aeed15f99c0e2b8cee46059eb76626ce1a40bc233a73569a1f9f0a1de19_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0fcc7aeed15f99c0e2b8cee46059eb76626ce1a40bc233a73569a1f9f0a1de19_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0fcc7aeed15f99c0e2b8cee46059eb76626ce1a40bc233a73569a1f9f0a1de19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A0fcc7aeed15f99c0e2b8cee46059eb76626ce1a40bc233a73569a1f9f0a1de19?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1780989109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f0ff71e9fb5490f48e56bb355bfc883e52c5b9e97b7b3997f97e7e1e01fc6a03_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f0ff71e9fb5490f48e56bb355bfc883e52c5b9e97b7b3997f97e7e1e01fc6a03_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f0ff71e9fb5490f48e56bb355bfc883e52c5b9e97b7b3997f97e7e1e01fc6a03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Af0ff71e9fb5490f48e56bb355bfc883e52c5b9e97b7b3997f97e7e1e01fc6a03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1780980363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bb8e87e8f93252c758b06275b904acbda014a05369a3a8a48304025539c2a8f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bb8e87e8f93252c758b06275b904acbda014a05369a3a8a48304025539c2a8f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bb8e87e8f93252c758b06275b904acbda014a05369a3a8a48304025539c2a8f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Abb8e87e8f93252c758b06275b904acbda014a05369a3a8a48304025539c2a8f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1780979906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e7873c9eaf9068c96b6ddd150a51dbdce7acf481fc29106def1c97b359ddaa4b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e7873c9eaf9068c96b6ddd150a51dbdce7acf481fc29106def1c97b359ddaa4b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e7873c9eaf9068c96b6ddd150a51dbdce7acf481fc29106def1c97b359ddaa4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Ae7873c9eaf9068c96b6ddd150a51dbdce7acf481fc29106def1c97b359ddaa4b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1780986226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2271a35cbdd6e75128ea40780dca8b12acff72d89b8e5edb659df03db2847ddb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2271a35cbdd6e75128ea40780dca8b12acff72d89b8e5edb659df03db2847ddb_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2271a35cbdd6e75128ea40780dca8b12acff72d89b8e5edb659df03db2847ddb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A2271a35cbdd6e75128ea40780dca8b12acff72d89b8e5edb659df03db2847ddb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1780976860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:41e3dc9405c521149919a24892af006bb7c06f800fba261c5efcd3f2ef461580_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:41e3dc9405c521149919a24892af006bb7c06f800fba261c5efcd3f2ef461580_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:41e3dc9405c521149919a24892af006bb7c06f800fba261c5efcd3f2ef461580_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A41e3dc9405c521149919a24892af006bb7c06f800fba261c5efcd3f2ef461580?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1780979221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ae3d7da6672711ade9e2c9d4159b7aa327e8227bce5c87857ced4f10a4bdfda_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ae3d7da6672711ade9e2c9d4159b7aa327e8227bce5c87857ced4f10a4bdfda_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ae3d7da6672711ade9e2c9d4159b7aa327e8227bce5c87857ced4f10a4bdfda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A4ae3d7da6672711ade9e2c9d4159b7aa327e8227bce5c87857ced4f10a4bdfda?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1780977547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6be6367bd1687fae656afb87e98ae838126089abba3dd62b1f71683fff7739af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6be6367bd1687fae656afb87e98ae838126089abba3dd62b1f71683fff7739af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6be6367bd1687fae656afb87e98ae838126089abba3dd62b1f71683fff7739af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A6be6367bd1687fae656afb87e98ae838126089abba3dd62b1f71683fff7739af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1780985445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dde63d7b30b2e601746c2db054ad76e4a08c1fb8788df6df702580cd4a5cf791_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dde63d7b30b2e601746c2db054ad76e4a08c1fb8788df6df702580cd4a5cf791_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dde63d7b30b2e601746c2db054ad76e4a08c1fb8788df6df702580cd4a5cf791_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Adde63d7b30b2e601746c2db054ad76e4a08c1fb8788df6df702580cd4a5cf791?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1780977003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:106d242bcf5949edbe9d5afafa2e02c7b37267e0d5a0df3c7efed1d37fb3e2dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:106d242bcf5949edbe9d5afafa2e02c7b37267e0d5a0df3c7efed1d37fb3e2dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:106d242bcf5949edbe9d5afafa2e02c7b37267e0d5a0df3c7efed1d37fb3e2dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A106d242bcf5949edbe9d5afafa2e02c7b37267e0d5a0df3c7efed1d37fb3e2dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1780985404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5e154688fb2359c611bc8bbc7471c05d7e56717aae61b7a591e75b2f9a52cb07_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5e154688fb2359c611bc8bbc7471c05d7e56717aae61b7a591e75b2f9a52cb07_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5e154688fb2359c611bc8bbc7471c05d7e56717aae61b7a591e75b2f9a52cb07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A5e154688fb2359c611bc8bbc7471c05d7e56717aae61b7a591e75b2f9a52cb07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1780982565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ca4f075de4f6728a2f46384b835d2223dbe223db2831e2badbe182b610c7f9f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ca4f075de4f6728a2f46384b835d2223dbe223db2831e2badbe182b610c7f9f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ca4f075de4f6728a2f46384b835d2223dbe223db2831e2badbe182b610c7f9f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Aca4f075de4f6728a2f46384b835d2223dbe223db2831e2badbe182b610c7f9f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1780977556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a6d11ac1280e7d753db911729fae0b7676b6ab494361fa0e5ececb701e298515_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a6d11ac1280e7d753db911729fae0b7676b6ab494361fa0e5ececb701e298515_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a6d11ac1280e7d753db911729fae0b7676b6ab494361fa0e5ececb701e298515_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Aa6d11ac1280e7d753db911729fae0b7676b6ab494361fa0e5ececb701e298515?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1780979454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8d3d2a5fc42f45482223e2ba9972ec2ed6de376692d5c566d4126a8044f1d045_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8d3d2a5fc42f45482223e2ba9972ec2ed6de376692d5c566d4126a8044f1d045_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8d3d2a5fc42f45482223e2ba9972ec2ed6de376692d5c566d4126a8044f1d045_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A8d3d2a5fc42f45482223e2ba9972ec2ed6de376692d5c566d4126a8044f1d045?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1780980386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:40f5704937a01e7c28151f60d76f33e95d3b18d511893021fadbcb8e832a5e3f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:40f5704937a01e7c28151f60d76f33e95d3b18d511893021fadbcb8e832a5e3f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:40f5704937a01e7c28151f60d76f33e95d3b18d511893021fadbcb8e832a5e3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A40f5704937a01e7c28151f60d76f33e95d3b18d511893021fadbcb8e832a5e3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1780977548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:761a23b468d06cc31245270b53fca2ee9538c3f5734cbcbced6e5e43469ff76f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:761a23b468d06cc31245270b53fca2ee9538c3f5734cbcbced6e5e43469ff76f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:761a23b468d06cc31245270b53fca2ee9538c3f5734cbcbced6e5e43469ff76f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A761a23b468d06cc31245270b53fca2ee9538c3f5734cbcbced6e5e43469ff76f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1780986349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dbd4c3ffafa0d8a58c21a91f8c604e4ca913064e8c9050af9133c61f7f8e5831_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dbd4c3ffafa0d8a58c21a91f8c604e4ca913064e8c9050af9133c61f7f8e5831_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dbd4c3ffafa0d8a58c21a91f8c604e4ca913064e8c9050af9133c61f7f8e5831_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Adbd4c3ffafa0d8a58c21a91f8c604e4ca913064e8c9050af9133c61f7f8e5831?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1780985082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:922abf70f2e6ad57549dbd78523d198c970ed585bfacae74f0db4f3d58a234f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:922abf70f2e6ad57549dbd78523d198c970ed585bfacae74f0db4f3d58a234f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:922abf70f2e6ad57549dbd78523d198c970ed585bfacae74f0db4f3d58a234f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A922abf70f2e6ad57549dbd78523d198c970ed585bfacae74f0db4f3d58a234f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1780980406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5b47db66013f3bf649898ba62a0bd386e82207485bb16c1203f6870bc4bffd48_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5b47db66013f3bf649898ba62a0bd386e82207485bb16c1203f6870bc4bffd48_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5b47db66013f3bf649898ba62a0bd386e82207485bb16c1203f6870bc4bffd48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A5b47db66013f3bf649898ba62a0bd386e82207485bb16c1203f6870bc4bffd48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1780985334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fa90b0dea8b7c0823b9fd0ec294dae694ffb26950cc27a33ff26eacf603fa9b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fa90b0dea8b7c0823b9fd0ec294dae694ffb26950cc27a33ff26eacf603fa9b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fa90b0dea8b7c0823b9fd0ec294dae694ffb26950cc27a33ff26eacf603fa9b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Afa90b0dea8b7c0823b9fd0ec294dae694ffb26950cc27a33ff26eacf603fa9b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1780980746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:642d49376a33c6e44a7267ce47ca05ac9f48ba4b1fefb3e49ec13a47ef87f809_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:642d49376a33c6e44a7267ce47ca05ac9f48ba4b1fefb3e49ec13a47ef87f809_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:642d49376a33c6e44a7267ce47ca05ac9f48ba4b1fefb3e49ec13a47ef87f809_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A642d49376a33c6e44a7267ce47ca05ac9f48ba4b1fefb3e49ec13a47ef87f809?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=1780985294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:77012d8624e45b6f08daaac3949235e15ebdf4c09b49f6e66b79f05f36ca2cc9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:77012d8624e45b6f08daaac3949235e15ebdf4c09b49f6e66b79f05f36ca2cc9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:77012d8624e45b6f08daaac3949235e15ebdf4c09b49f6e66b79f05f36ca2cc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A77012d8624e45b6f08daaac3949235e15ebdf4c09b49f6e66b79f05f36ca2cc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1780985960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d78d850c77386a35341624bf3fe5eed4d92ac41a5e6a2d3f2a68db6de1a64087_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d78d850c77386a35341624bf3fe5eed4d92ac41a5e6a2d3f2a68db6de1a64087_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d78d850c77386a35341624bf3fe5eed4d92ac41a5e6a2d3f2a68db6de1a64087_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ad78d850c77386a35341624bf3fe5eed4d92ac41a5e6a2d3f2a68db6de1a64087?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1780976657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d7730eb1cf5ded2a07a8c93369e1558536ea5af5ba35a23f3046946c89b7368d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d7730eb1cf5ded2a07a8c93369e1558536ea5af5ba35a23f3046946c89b7368d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d7730eb1cf5ded2a07a8c93369e1558536ea5af5ba35a23f3046946c89b7368d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ad7730eb1cf5ded2a07a8c93369e1558536ea5af5ba35a23f3046946c89b7368d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1780978725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aeae1b0e5fc3faad8b9ebe64d21e9e14c721323991fc76b72d39f8a7608da870_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aeae1b0e5fc3faad8b9ebe64d21e9e14c721323991fc76b72d39f8a7608da870_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aeae1b0e5fc3faad8b9ebe64d21e9e14c721323991fc76b72d39f8a7608da870_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Aaeae1b0e5fc3faad8b9ebe64d21e9e14c721323991fc76b72d39f8a7608da870?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1780980737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5b2fc54522c109221ecf5f2f25b34bec50bb71eb1fb13677e79c047ff92899e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5b2fc54522c109221ecf5f2f25b34bec50bb71eb1fb13677e79c047ff92899e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5b2fc54522c109221ecf5f2f25b34bec50bb71eb1fb13677e79c047ff92899e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A5b2fc54522c109221ecf5f2f25b34bec50bb71eb1fb13677e79c047ff92899e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1780977997"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:807f0619c241b7b86a253efd0b36b1d3dca0a19b4732139d789c5e6618b4996a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:807f0619c241b7b86a253efd0b36b1d3dca0a19b4732139d789c5e6618b4996a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:807f0619c241b7b86a253efd0b36b1d3dca0a19b4732139d789c5e6618b4996a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A807f0619c241b7b86a253efd0b36b1d3dca0a19b4732139d789c5e6618b4996a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1780986173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:03f28b40a92d8f8abbd0d0d09fd080c5928ac9cade01e28bf2c683dd500797d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:03f28b40a92d8f8abbd0d0d09fd080c5928ac9cade01e28bf2c683dd500797d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:03f28b40a92d8f8abbd0d0d09fd080c5928ac9cade01e28bf2c683dd500797d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A03f28b40a92d8f8abbd0d0d09fd080c5928ac9cade01e28bf2c683dd500797d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1780978373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ad96a37c03c7af6fefc4a4e34b67f993267856ffecb586b5099abfaffff8e59f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ad96a37c03c7af6fefc4a4e34b67f993267856ffecb586b5099abfaffff8e59f_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ad96a37c03c7af6fefc4a4e34b67f993267856ffecb586b5099abfaffff8e59f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Aad96a37c03c7af6fefc4a4e34b67f993267856ffecb586b5099abfaffff8e59f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=1780985207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5385dd16647e876699858b01b78bda82d769195e7237003621dec0c17ea7486b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5385dd16647e876699858b01b78bda82d769195e7237003621dec0c17ea7486b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5385dd16647e876699858b01b78bda82d769195e7237003621dec0c17ea7486b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A5385dd16647e876699858b01b78bda82d769195e7237003621dec0c17ea7486b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1780983673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:79bff52cd5adfb2cf36c64fdaababcb0fdf4361e9bdd18b51cf4502e2413354f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:79bff52cd5adfb2cf36c64fdaababcb0fdf4361e9bdd18b51cf4502e2413354f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:79bff52cd5adfb2cf36c64fdaababcb0fdf4361e9bdd18b51cf4502e2413354f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A79bff52cd5adfb2cf36c64fdaababcb0fdf4361e9bdd18b51cf4502e2413354f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1780975976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f592d769515366401b273d9b22def9660e803b8a560496015f176d13371b96d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f592d769515366401b273d9b22def9660e803b8a560496015f176d13371b96d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f592d769515366401b273d9b22def9660e803b8a560496015f176d13371b96d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Af592d769515366401b273d9b22def9660e803b8a560496015f176d13371b96d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1781002115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f264663a2869319733b39c90b352ce25ccb35a15e4b17461e4f74653362c4e4e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f264663a2869319733b39c90b352ce25ccb35a15e4b17461e4f74653362c4e4e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f264663a2869319733b39c90b352ce25ccb35a15e4b17461e4f74653362c4e4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Af264663a2869319733b39c90b352ce25ccb35a15e4b17461e4f74653362c4e4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1780976803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bd7abe39caf78c2962a37b121a293ef9179c95a5b30ef531cbce7483f3dbb108_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bd7abe39caf78c2962a37b121a293ef9179c95a5b30ef531cbce7483f3dbb108_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bd7abe39caf78c2962a37b121a293ef9179c95a5b30ef531cbce7483f3dbb108_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Abd7abe39caf78c2962a37b121a293ef9179c95a5b30ef531cbce7483f3dbb108?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1780979180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bcb2922c665d069fca260451b5366b8c4b04ef82bf491443496519d8f15e34b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bcb2922c665d069fca260451b5366b8c4b04ef82bf491443496519d8f15e34b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bcb2922c665d069fca260451b5366b8c4b04ef82bf491443496519d8f15e34b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Abcb2922c665d069fca260451b5366b8c4b04ef82bf491443496519d8f15e34b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1780978640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:41325be18bb76aa696d2826184e898f49cf7f29a7077e8c1038632988b3e438e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:41325be18bb76aa696d2826184e898f49cf7f29a7077e8c1038632988b3e438e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:41325be18bb76aa696d2826184e898f49cf7f29a7077e8c1038632988b3e438e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A41325be18bb76aa696d2826184e898f49cf7f29a7077e8c1038632988b3e438e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1780977018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d99f2b70242f93ddf6773dc339aa1bf75bb2ed1960816ca81206831e477f59f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d99f2b70242f93ddf6773dc339aa1bf75bb2ed1960816ca81206831e477f59f7_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:d99f2b70242f93ddf6773dc339aa1bf75bb2ed1960816ca81206831e477f59f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Ad99f2b70242f93ddf6773dc339aa1bf75bb2ed1960816ca81206831e477f59f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1780976541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:22ef77cc4d255f6dec6a74666990c61544d82aa4541821a1ec2db93e3473657c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:22ef77cc4d255f6dec6a74666990c61544d82aa4541821a1ec2db93e3473657c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:22ef77cc4d255f6dec6a74666990c61544d82aa4541821a1ec2db93e3473657c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A22ef77cc4d255f6dec6a74666990c61544d82aa4541821a1ec2db93e3473657c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=1780977208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:63024eecf989e5597f5fd2495a404b364ed9b7138bf835fb3e1d851a34d41d54_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:63024eecf989e5597f5fd2495a404b364ed9b7138bf835fb3e1d851a34d41d54_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:63024eecf989e5597f5fd2495a404b364ed9b7138bf835fb3e1d851a34d41d54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A63024eecf989e5597f5fd2495a404b364ed9b7138bf835fb3e1d851a34d41d54?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=1780977645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:d7b45f165d249847759289f90b18321cbe8c0a8e972b51e354f25a94fe696f25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:d7b45f165d249847759289f90b18321cbe8c0a8e972b51e354f25a94fe696f25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:d7b45f165d249847759289f90b18321cbe8c0a8e972b51e354f25a94fe696f25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Ad7b45f165d249847759289f90b18321cbe8c0a8e972b51e354f25a94fe696f25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=1780977470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:96c40575ebd38e6ca166fada51246e641a7d5e9c7b00bcaa489795512bf1fb3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:96c40575ebd38e6ca166fada51246e641a7d5e9c7b00bcaa489795512bf1fb3c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:96c40575ebd38e6ca166fada51246e641a7d5e9c7b00bcaa489795512bf1fb3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A96c40575ebd38e6ca166fada51246e641a7d5e9c7b00bcaa489795512bf1fb3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=1780976045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:82cba79925fc340a97d23710901b1b7614256b4dbabbac0593349329f24f3398_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:82cba79925fc340a97d23710901b1b7614256b4dbabbac0593349329f24f3398_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:82cba79925fc340a97d23710901b1b7614256b4dbabbac0593349329f24f3398_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A82cba79925fc340a97d23710901b1b7614256b4dbabbac0593349329f24f3398?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9\u0026tag=1780976190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5031301ee1ed68874731dd460ab27fbc03ff766fb23de5020d2d573ce075052b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5031301ee1ed68874731dd460ab27fbc03ff766fb23de5020d2d573ce075052b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5031301ee1ed68874731dd460ab27fbc03ff766fb23de5020d2d573ce075052b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A5031301ee1ed68874731dd460ab27fbc03ff766fb23de5020d2d573ce075052b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=1780976324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0ce3b22f42ec19f8c3a7556f86cf1d8e22db77ba5ba76a29e092e8ba7c8c7dde_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0ce3b22f42ec19f8c3a7556f86cf1d8e22db77ba5ba76a29e092e8ba7c8c7dde_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0ce3b22f42ec19f8c3a7556f86cf1d8e22db77ba5ba76a29e092e8ba7c8c7dde_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A0ce3b22f42ec19f8c3a7556f86cf1d8e22db77ba5ba76a29e092e8ba7c8c7dde?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator\u0026tag=1780976119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:13b4dbf6a7b7277b63decf38cf089f68d966cd9d4cdd32022b73fbee1ce06b2f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:13b4dbf6a7b7277b63decf38cf089f68d966cd9d4cdd32022b73fbee1ce06b2f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:13b4dbf6a7b7277b63decf38cf089f68d966cd9d4cdd32022b73fbee1ce06b2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A13b4dbf6a7b7277b63decf38cf089f68d966cd9d4cdd32022b73fbee1ce06b2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=1780981779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0362f5ec213dede171befb2aaa43343740099fc8da8d3c0d1c96fccc6af03ead_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0362f5ec213dede171befb2aaa43343740099fc8da8d3c0d1c96fccc6af03ead_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0362f5ec213dede171befb2aaa43343740099fc8da8d3c0d1c96fccc6af03ead_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A0362f5ec213dede171befb2aaa43343740099fc8da8d3c0d1c96fccc6af03ead?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9\u0026tag=1780976312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fbc8e638b6ea4580597d1104ae38ffc81dbf333e38afb12801bbe4a99e849a12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fbc8e638b6ea4580597d1104ae38ffc81dbf333e38afb12801bbe4a99e849a12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fbc8e638b6ea4580597d1104ae38ffc81dbf333e38afb12801bbe4a99e849a12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3Afbc8e638b6ea4580597d1104ae38ffc81dbf333e38afb12801bbe4a99e849a12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel9\u0026tag=1780976076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:54d79dd5b8b64c363a3b7e7263b7e00e377a0117e475bc2bbc48ec9f00f94b6b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:54d79dd5b8b64c363a3b7e7263b7e00e377a0117e475bc2bbc48ec9f00f94b6b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:54d79dd5b8b64c363a3b7e7263b7e00e377a0117e475bc2bbc48ec9f00f94b6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A54d79dd5b8b64c363a3b7e7263b7e00e377a0117e475bc2bbc48ec9f00f94b6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1780981053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9e25f3f39d6206b8a0775db0fa2592de5a0fb0825cf953051f434df1fd71cb39_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9e25f3f39d6206b8a0775db0fa2592de5a0fb0825cf953051f434df1fd71cb39_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9e25f3f39d6206b8a0775db0fa2592de5a0fb0825cf953051f434df1fd71cb39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A9e25f3f39d6206b8a0775db0fa2592de5a0fb0825cf953051f434df1fd71cb39?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1780978218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a5325f3d088c7a6a96d9160a7d88cc3decdfd29a12cf9a5e1b622412baf189ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a5325f3d088c7a6a96d9160a7d88cc3decdfd29a12cf9a5e1b622412baf189ff_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a5325f3d088c7a6a96d9160a7d88cc3decdfd29a12cf9a5e1b622412baf189ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Aa5325f3d088c7a6a96d9160a7d88cc3decdfd29a12cf9a5e1b622412baf189ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1780977810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d6b3bebece9fd9fe203615d5b87a840c9e89b64f3c7e7f3238fb43c52dd003d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d6b3bebece9fd9fe203615d5b87a840c9e89b64f3c7e7f3238fb43c52dd003d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d6b3bebece9fd9fe203615d5b87a840c9e89b64f3c7e7f3238fb43c52dd003d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ad6b3bebece9fd9fe203615d5b87a840c9e89b64f3c7e7f3238fb43c52dd003d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1780983862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e96b81626cf79c94fe32b32413ac35e80b7d2e402a11b7cf18eab33b494674e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e96b81626cf79c94fe32b32413ac35e80b7d2e402a11b7cf18eab33b494674e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e96b81626cf79c94fe32b32413ac35e80b7d2e402a11b7cf18eab33b494674e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Ae96b81626cf79c94fe32b32413ac35e80b7d2e402a11b7cf18eab33b494674e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1780988928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:360fe7f80c135a87f36e6e23a5a129d2ae6696243bf6b448efbca03996751b91_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:360fe7f80c135a87f36e6e23a5a129d2ae6696243bf6b448efbca03996751b91_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:360fe7f80c135a87f36e6e23a5a129d2ae6696243bf6b448efbca03996751b91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A360fe7f80c135a87f36e6e23a5a129d2ae6696243bf6b448efbca03996751b91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1780986328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8c3b65caf0926ccc50f475163ca87f38ec81113d097d4a9d14da686200fd0150_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8c3b65caf0926ccc50f475163ca87f38ec81113d097d4a9d14da686200fd0150_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8c3b65caf0926ccc50f475163ca87f38ec81113d097d4a9d14da686200fd0150_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A8c3b65caf0926ccc50f475163ca87f38ec81113d097d4a9d14da686200fd0150?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1780985312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:d654f8552f8ff123794b2bac1423e9d172547c6759d28b02eebd9922611f909e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:d654f8552f8ff123794b2bac1423e9d172547c6759d28b02eebd9922611f909e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:d654f8552f8ff123794b2bac1423e9d172547c6759d28b02eebd9922611f909e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Ad654f8552f8ff123794b2bac1423e9d172547c6759d28b02eebd9922611f909e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1780985041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2e60091e466faf801773066fa85d17fb808d531112d118a641526b578719d991_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2e60091e466faf801773066fa85d17fb808d531112d118a641526b578719d991_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2e60091e466faf801773066fa85d17fb808d531112d118a641526b578719d991_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A2e60091e466faf801773066fa85d17fb808d531112d118a641526b578719d991?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1780985048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:de6cc7256aba2ad13423eb60a2fe69335c316a1a35bc3ad3d583dca98168b2a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:de6cc7256aba2ad13423eb60a2fe69335c316a1a35bc3ad3d583dca98168b2a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:de6cc7256aba2ad13423eb60a2fe69335c316a1a35bc3ad3d583dca98168b2a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Ade6cc7256aba2ad13423eb60a2fe69335c316a1a35bc3ad3d583dca98168b2a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=1780984376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c25424f3e6fd22ac84f6fa3689b6e8055fe3d7fe64046f7772994a277141091a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c25424f3e6fd22ac84f6fa3689b6e8055fe3d7fe64046f7772994a277141091a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c25424f3e6fd22ac84f6fa3689b6e8055fe3d7fe64046f7772994a277141091a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Ac25424f3e6fd22ac84f6fa3689b6e8055fe3d7fe64046f7772994a277141091a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1780976804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7795e52031dc780da6b331773f3a5ff89cd64027816afac3edbf0db9aebac896_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7795e52031dc780da6b331773f3a5ff89cd64027816afac3edbf0db9aebac896_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7795e52031dc780da6b331773f3a5ff89cd64027816afac3edbf0db9aebac896_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A7795e52031dc780da6b331773f3a5ff89cd64027816afac3edbf0db9aebac896?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9\u0026tag=1780976089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b9ac95190e40bd81fca9fa2848a675b524edef0f3d73f469c644641e52cd1f58_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b9ac95190e40bd81fca9fa2848a675b524edef0f3d73f469c644641e52cd1f58_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b9ac95190e40bd81fca9fa2848a675b524edef0f3d73f469c644641e52cd1f58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3Ab9ac95190e40bd81fca9fa2848a675b524edef0f3d73f469c644641e52cd1f58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=1780976103"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7c6370e5e97471e0749a7d0bb9555e8eaff2417c2601ab8d2996d4680d714175_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7c6370e5e97471e0749a7d0bb9555e8eaff2417c2601ab8d2996d4680d714175_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7c6370e5e97471e0749a7d0bb9555e8eaff2417c2601ab8d2996d4680d714175_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A7c6370e5e97471e0749a7d0bb9555e8eaff2417c2601ab8d2996d4680d714175?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=1781029706"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0e03292077a1e98cd0af13c4954f28b33c14f40dcbc786e76ee2166f87f5e5b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0e03292077a1e98cd0af13c4954f28b33c14f40dcbc786e76ee2166f87f5e5b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0e03292077a1e98cd0af13c4954f28b33c14f40dcbc786e76ee2166f87f5e5b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A0e03292077a1e98cd0af13c4954f28b33c14f40dcbc786e76ee2166f87f5e5b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1780977540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a9eab5f451930acf14cad5c99973f88e4f4850b426e24086ac6f1e6ba03ee57_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a9eab5f451930acf14cad5c99973f88e4f4850b426e24086ac6f1e6ba03ee57_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a9eab5f451930acf14cad5c99973f88e4f4850b426e24086ac6f1e6ba03ee57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A3a9eab5f451930acf14cad5c99973f88e4f4850b426e24086ac6f1e6ba03ee57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1780980419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5d0eca7c6e735b2cb0367543088ea9f4c12465e5adfdc6e741197de25c7f4317_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5d0eca7c6e735b2cb0367543088ea9f4c12465e5adfdc6e741197de25c7f4317_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5d0eca7c6e735b2cb0367543088ea9f4c12465e5adfdc6e741197de25c7f4317_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A5d0eca7c6e735b2cb0367543088ea9f4c12465e5adfdc6e741197de25c7f4317?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1780988896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:54a6ef85c2d79ef9b2e7114200d8f7d58033a115105be47d6395c3e418a59a0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:54a6ef85c2d79ef9b2e7114200d8f7d58033a115105be47d6395c3e418a59a0d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:54a6ef85c2d79ef9b2e7114200d8f7d58033a115105be47d6395c3e418a59a0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A54a6ef85c2d79ef9b2e7114200d8f7d58033a115105be47d6395c3e418a59a0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1780983293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b75cbf9b9681450890755eacbccd47a50cf05084774f186f5ec9511fb768aef2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b75cbf9b9681450890755eacbccd47a50cf05084774f186f5ec9511fb768aef2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b75cbf9b9681450890755eacbccd47a50cf05084774f186f5ec9511fb768aef2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Ab75cbf9b9681450890755eacbccd47a50cf05084774f186f5ec9511fb768aef2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1780976827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5a3766c49a6f04ce3b5fb57b8d4937a1af276b02e2bfa7859ca14b440cc97980_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5a3766c49a6f04ce3b5fb57b8d4937a1af276b02e2bfa7859ca14b440cc97980_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5a3766c49a6f04ce3b5fb57b8d4937a1af276b02e2bfa7859ca14b440cc97980_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A5a3766c49a6f04ce3b5fb57b8d4937a1af276b02e2bfa7859ca14b440cc97980?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1780981380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5cae0781bf6ba704a014022dd0453a29b3ea190862a3c2fe98268e3ea12d18f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5cae0781bf6ba704a014022dd0453a29b3ea190862a3c2fe98268e3ea12d18f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5cae0781bf6ba704a014022dd0453a29b3ea190862a3c2fe98268e3ea12d18f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A5cae0781bf6ba704a014022dd0453a29b3ea190862a3c2fe98268e3ea12d18f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1780980540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29f22cabe40b913fcb175f7c4bdc4553cbb91ee14786acaa0ddfb6f87aa3aa7e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29f22cabe40b913fcb175f7c4bdc4553cbb91ee14786acaa0ddfb6f87aa3aa7e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29f22cabe40b913fcb175f7c4bdc4553cbb91ee14786acaa0ddfb6f87aa3aa7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A29f22cabe40b913fcb175f7c4bdc4553cbb91ee14786acaa0ddfb6f87aa3aa7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1780979428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b7f29c0dfb5fe352fd467281f0d59557b25059c7dda5ea26b21f226a3b5d47c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b7f29c0dfb5fe352fd467281f0d59557b25059c7dda5ea26b21f226a3b5d47c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b7f29c0dfb5fe352fd467281f0d59557b25059c7dda5ea26b21f226a3b5d47c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Ab7f29c0dfb5fe352fd467281f0d59557b25059c7dda5ea26b21f226a3b5d47c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1780986255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3e4cd5cdfc5f0a7faaccadf22a3286d853e4bb75077c363b6887d25b7e1a5118_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3e4cd5cdfc5f0a7faaccadf22a3286d853e4bb75077c363b6887d25b7e1a5118_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3e4cd5cdfc5f0a7faaccadf22a3286d853e4bb75077c363b6887d25b7e1a5118_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A3e4cd5cdfc5f0a7faaccadf22a3286d853e4bb75077c363b6887d25b7e1a5118?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1780993987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6279c7d5365730a9d8dcb7dd229ef373d17d075246d39688d40bd25a3ac5d043_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6279c7d5365730a9d8dcb7dd229ef373d17d075246d39688d40bd25a3ac5d043_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6279c7d5365730a9d8dcb7dd229ef373d17d075246d39688d40bd25a3ac5d043_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A6279c7d5365730a9d8dcb7dd229ef373d17d075246d39688d40bd25a3ac5d043?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9\u0026tag=1780975985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:429aedc3a35c3243db7f678e63402922be8103239cf00ccebc43f57d86b103ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:429aedc3a35c3243db7f678e63402922be8103239cf00ccebc43f57d86b103ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:429aedc3a35c3243db7f678e63402922be8103239cf00ccebc43f57d86b103ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3A429aedc3a35c3243db7f678e63402922be8103239cf00ccebc43f57d86b103ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9\u0026tag=1780976039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9916ba13a061d49f7d2bb9798af54761714136d700bcde1b93254d7bf5fea43f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9916ba13a061d49f7d2bb9798af54761714136d700bcde1b93254d7bf5fea43f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9916ba13a061d49f7d2bb9798af54761714136d700bcde1b93254d7bf5fea43f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A9916ba13a061d49f7d2bb9798af54761714136d700bcde1b93254d7bf5fea43f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1780979404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c5a9f18b32b185e292bdf42794556e6eafe2e52fae9c704a6937450d02126ad9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c5a9f18b32b185e292bdf42794556e6eafe2e52fae9c704a6937450d02126ad9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c5a9f18b32b185e292bdf42794556e6eafe2e52fae9c704a6937450d02126ad9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Ac5a9f18b32b185e292bdf42794556e6eafe2e52fae9c704a6937450d02126ad9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1780983156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:51114051305318867420adefd426b50dc61da07b3b8a57a7742b6c5617160203_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:51114051305318867420adefd426b50dc61da07b3b8a57a7742b6c5617160203_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:51114051305318867420adefd426b50dc61da07b3b8a57a7742b6c5617160203_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A51114051305318867420adefd426b50dc61da07b3b8a57a7742b6c5617160203?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1780979783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bc4a300d46d76cb77e41b9b8bb114bfa4a74cc2adeae20a817f82bc51c7473f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bc4a300d46d76cb77e41b9b8bb114bfa4a74cc2adeae20a817f82bc51c7473f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bc4a300d46d76cb77e41b9b8bb114bfa4a74cc2adeae20a817f82bc51c7473f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Abc4a300d46d76cb77e41b9b8bb114bfa4a74cc2adeae20a817f82bc51c7473f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1780985484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:62fa04c23de9717d83f539a2173c4cc782b26a92d77bfb1ca56fd70f0a598621_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:62fa04c23de9717d83f539a2173c4cc782b26a92d77bfb1ca56fd70f0a598621_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:62fa04c23de9717d83f539a2173c4cc782b26a92d77bfb1ca56fd70f0a598621_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A62fa04c23de9717d83f539a2173c4cc782b26a92d77bfb1ca56fd70f0a598621?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1780982735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b7284872aed97dd35b7b233c8033e01b6b864c4073cc80b49c4b40d6c576bb8f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b7284872aed97dd35b7b233c8033e01b6b864c4073cc80b49c4b40d6c576bb8f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b7284872aed97dd35b7b233c8033e01b6b864c4073cc80b49c4b40d6c576bb8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ab7284872aed97dd35b7b233c8033e01b6b864c4073cc80b49c4b40d6c576bb8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1780980682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:442cdd9fe2eb6473a3eb42a07175ef51d189e1a4189bc3c2078dbeba46d04428_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:442cdd9fe2eb6473a3eb42a07175ef51d189e1a4189bc3c2078dbeba46d04428_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:442cdd9fe2eb6473a3eb42a07175ef51d189e1a4189bc3c2078dbeba46d04428_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A442cdd9fe2eb6473a3eb42a07175ef51d189e1a4189bc3c2078dbeba46d04428?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1780976990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7c35b7135bea1c52e42d9963da502b94a99491c6231badf8679f36c6ec31aa7c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7c35b7135bea1c52e42d9963da502b94a99491c6231badf8679f36c6ec31aa7c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7c35b7135bea1c52e42d9963da502b94a99491c6231badf8679f36c6ec31aa7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A7c35b7135bea1c52e42d9963da502b94a99491c6231badf8679f36c6ec31aa7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1780978022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3493f9658503d0009fecd61332bede316e2877d2f322c18580acc2d4149e1390_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3493f9658503d0009fecd61332bede316e2877d2f322c18580acc2d4149e1390_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3493f9658503d0009fecd61332bede316e2877d2f322c18580acc2d4149e1390_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A3493f9658503d0009fecd61332bede316e2877d2f322c18580acc2d4149e1390?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1780976555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:233bd8980b833b554fb9c8ecd6e9fb6d603014fc61292b8a95d471a9fe6a4d10_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:233bd8980b833b554fb9c8ecd6e9fb6d603014fc61292b8a95d471a9fe6a4d10_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:233bd8980b833b554fb9c8ecd6e9fb6d603014fc61292b8a95d471a9fe6a4d10_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A233bd8980b833b554fb9c8ecd6e9fb6d603014fc61292b8a95d471a9fe6a4d10?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=1780977200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26081303accc6cc7348c924540a4a240c42ad01af0d7875b92962beaf88d0ad6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26081303accc6cc7348c924540a4a240c42ad01af0d7875b92962beaf88d0ad6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26081303accc6cc7348c924540a4a240c42ad01af0d7875b92962beaf88d0ad6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A26081303accc6cc7348c924540a4a240c42ad01af0d7875b92962beaf88d0ad6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1780988612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:85892745b4e5f5113db96c7bcab15c11195ba53b5a059f57a08aa3830e83c975_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:85892745b4e5f5113db96c7bcab15c11195ba53b5a059f57a08aa3830e83c975_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:85892745b4e5f5113db96c7bcab15c11195ba53b5a059f57a08aa3830e83c975_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A85892745b4e5f5113db96c7bcab15c11195ba53b5a059f57a08aa3830e83c975?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9\u0026tag=1780975978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:67f91ee99d0d496066c65fbcc9855fafbbc0bc8753c1ea29ec19dfb978d0131d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:67f91ee99d0d496066c65fbcc9855fafbbc0bc8753c1ea29ec19dfb978d0131d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:67f91ee99d0d496066c65fbcc9855fafbbc0bc8753c1ea29ec19dfb978d0131d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A67f91ee99d0d496066c65fbcc9855fafbbc0bc8753c1ea29ec19dfb978d0131d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator\u0026tag=1780976748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:21e210d64d9536dccb41d5179364995202933f95e0c8221af06a0f52360be4b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:21e210d64d9536dccb41d5179364995202933f95e0c8221af06a0f52360be4b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:21e210d64d9536dccb41d5179364995202933f95e0c8221af06a0f52360be4b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A21e210d64d9536dccb41d5179364995202933f95e0c8221af06a0f52360be4b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9\u0026tag=1780977634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3cf0e16bc1208625607b76af54f3b80c5c7e103333a3f4b205d1c943c328266b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3cf0e16bc1208625607b76af54f3b80c5c7e103333a3f4b205d1c943c328266b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3cf0e16bc1208625607b76af54f3b80c5c7e103333a3f4b205d1c943c328266b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A3cf0e16bc1208625607b76af54f3b80c5c7e103333a3f4b205d1c943c328266b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=1780976107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dcaa5021d88e1321f1873715dcf1380ad3379fa96d222abb9450d148021b6930_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dcaa5021d88e1321f1873715dcf1380ad3379fa96d222abb9450d148021b6930_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dcaa5021d88e1321f1873715dcf1380ad3379fa96d222abb9450d148021b6930_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Adcaa5021d88e1321f1873715dcf1380ad3379fa96d222abb9450d148021b6930?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1780976831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:73dc60e6fcd70afd3dbbae8a5a3b0173b8aae24c262a538985f446f384305b47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:73dc60e6fcd70afd3dbbae8a5a3b0173b8aae24c262a538985f446f384305b47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:73dc60e6fcd70afd3dbbae8a5a3b0173b8aae24c262a538985f446f384305b47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A73dc60e6fcd70afd3dbbae8a5a3b0173b8aae24c262a538985f446f384305b47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1780986285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8b999d1ce029714eb21675fd185e98bbc285de3dcbd34d8d78d44081101c5eab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8b999d1ce029714eb21675fd185e98bbc285de3dcbd34d8d78d44081101c5eab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8b999d1ce029714eb21675fd185e98bbc285de3dcbd34d8d78d44081101c5eab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A8b999d1ce029714eb21675fd185e98bbc285de3dcbd34d8d78d44081101c5eab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1780977133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9\u0026tag=1780975958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9\u0026tag=1780975958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator\u0026tag=1780975945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator\u0026tag=1780975945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:57a99507c82d77541a982dcb0be5f0cdfac612ed37649d8f870098110ebf67e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:57a99507c82d77541a982dcb0be5f0cdfac612ed37649d8f870098110ebf67e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:57a99507c82d77541a982dcb0be5f0cdfac612ed37649d8f870098110ebf67e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A57a99507c82d77541a982dcb0be5f0cdfac612ed37649d8f870098110ebf67e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9\u0026tag=1780975995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f3a5550a636594f6f13f757f7cf9c13814121da51aa8e91a852643d9a4e188d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f3a5550a636594f6f13f757f7cf9c13814121da51aa8e91a852643d9a4e188d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f3a5550a636594f6f13f757f7cf9c13814121da51aa8e91a852643d9a4e188d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A8f3a5550a636594f6f13f757f7cf9c13814121da51aa8e91a852643d9a4e188d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9\u0026tag=1780976041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bde243eee4e9047c42c3e27139b3d5634a1bb5ac0f4b83285e4f3e564e1de244_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bde243eee4e9047c42c3e27139b3d5634a1bb5ac0f4b83285e4f3e564e1de244_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bde243eee4e9047c42c3e27139b3d5634a1bb5ac0f4b83285e4f3e564e1de244_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Abde243eee4e9047c42c3e27139b3d5634a1bb5ac0f4b83285e4f3e564e1de244?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1780982932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d26f27237c1317f5ac5edd5895263e7809039fdd77f608395b4d11299f79b857_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d26f27237c1317f5ac5edd5895263e7809039fdd77f608395b4d11299f79b857_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d26f27237c1317f5ac5edd5895263e7809039fdd77f608395b4d11299f79b857_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Ad26f27237c1317f5ac5edd5895263e7809039fdd77f608395b4d11299f79b857?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1780976972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9574167a857bf207def2891974ea31a999dd5b163c0ebc9a268d261178803b73_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9574167a857bf207def2891974ea31a999dd5b163c0ebc9a268d261178803b73_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9574167a857bf207def2891974ea31a999dd5b163c0ebc9a268d261178803b73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A9574167a857bf207def2891974ea31a999dd5b163c0ebc9a268d261178803b73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1780982679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5a47fabca2c5da103f2d450f766b523c11f2d8144dc88116dd28ab64311638ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5a47fabca2c5da103f2d450f766b523c11f2d8144dc88116dd28ab64311638ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5a47fabca2c5da103f2d450f766b523c11f2d8144dc88116dd28ab64311638ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A5a47fabca2c5da103f2d450f766b523c11f2d8144dc88116dd28ab64311638ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1780986205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4aba6f6d0717910e13157b5aef43633ee8359fdc730df2af1db0796113e327a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4aba6f6d0717910e13157b5aef43633ee8359fdc730df2af1db0796113e327a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4aba6f6d0717910e13157b5aef43633ee8359fdc730df2af1db0796113e327a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A4aba6f6d0717910e13157b5aef43633ee8359fdc730df2af1db0796113e327a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1780986297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6408fc9ef2d5571e6b6139e460df943926f8f61d3f02ac8e29b4ebe2ac1f987a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6408fc9ef2d5571e6b6139e460df943926f8f61d3f02ac8e29b4ebe2ac1f987a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6408fc9ef2d5571e6b6139e460df943926f8f61d3f02ac8e29b4ebe2ac1f987a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A6408fc9ef2d5571e6b6139e460df943926f8f61d3f02ac8e29b4ebe2ac1f987a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1780985269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ae934e2c4e03c385a8f14224992a885b0906953eab145f46f920895c1c563dce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ae934e2c4e03c385a8f14224992a885b0906953eab145f46f920895c1c563dce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ae934e2c4e03c385a8f14224992a885b0906953eab145f46f920895c1c563dce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Aae934e2c4e03c385a8f14224992a885b0906953eab145f46f920895c1c563dce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1780985154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd2f3a5e7d019e00cb522644c3e1a2895b9d77e7c4510194cb954f74f6bf695e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd2f3a5e7d019e00cb522644c3e1a2895b9d77e7c4510194cb954f74f6bf695e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd2f3a5e7d019e00cb522644c3e1a2895b9d77e7c4510194cb954f74f6bf695e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3Abd2f3a5e7d019e00cb522644c3e1a2895b9d77e7c4510194cb954f74f6bf695e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9\u0026tag=1780976008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:af0c64434c0ced75ece447da614e94dcb92d11f7fbb5dfa15a4ab17fd05d87b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:af0c64434c0ced75ece447da614e94dcb92d11f7fbb5dfa15a4ab17fd05d87b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:af0c64434c0ced75ece447da614e94dcb92d11f7fbb5dfa15a4ab17fd05d87b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3Aaf0c64434c0ced75ece447da614e94dcb92d11f7fbb5dfa15a4ab17fd05d87b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9\u0026tag=1780975921"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2ea0c42b0af0e9622c30701c2c30ed86d577ef8bf3ac8d598e9baa22adfde899_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2ea0c42b0af0e9622c30701c2c30ed86d577ef8bf3ac8d598e9baa22adfde899_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2ea0c42b0af0e9622c30701c2c30ed86d577ef8bf3ac8d598e9baa22adfde899_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A2ea0c42b0af0e9622c30701c2c30ed86d577ef8bf3ac8d598e9baa22adfde899?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1780976980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a7030ae2f83595a38c507d43a11232d918988fec2a12bd7bbdd048ed1b4706e6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a7030ae2f83595a38c507d43a11232d918988fec2a12bd7bbdd048ed1b4706e6_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a7030ae2f83595a38c507d43a11232d918988fec2a12bd7bbdd048ed1b4706e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Aa7030ae2f83595a38c507d43a11232d918988fec2a12bd7bbdd048ed1b4706e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1780979297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fc741e6ba3a635241261773e48711d1668f5da1eb435a75db33163c1c4725def_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fc741e6ba3a635241261773e48711d1668f5da1eb435a75db33163c1c4725def_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fc741e6ba3a635241261773e48711d1668f5da1eb435a75db33163c1c4725def_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Afc741e6ba3a635241261773e48711d1668f5da1eb435a75db33163c1c4725def?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1780979331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6d123e90c3e0a4dbafaada8b1b0fb0f128cc4a70c381674b9df13ace463f88d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6d123e90c3e0a4dbafaada8b1b0fb0f128cc4a70c381674b9df13ace463f88d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6d123e90c3e0a4dbafaada8b1b0fb0f128cc4a70c381674b9df13ace463f88d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A6d123e90c3e0a4dbafaada8b1b0fb0f128cc4a70c381674b9df13ace463f88d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9\u0026tag=1780976935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c70f895e7c27581cdc99c52ad2dd0c3dd83a7c18b232ce5cea4514a5f505daf1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c70f895e7c27581cdc99c52ad2dd0c3dd83a7c18b232ce5cea4514a5f505daf1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c70f895e7c27581cdc99c52ad2dd0c3dd83a7c18b232ce5cea4514a5f505daf1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3Ac70f895e7c27581cdc99c52ad2dd0c3dd83a7c18b232ce5cea4514a5f505daf1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9\u0026tag=1780976053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d84050334b5b19a7ee4e59009b2847f28543e637afb7dfd6c11636c54655809_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d84050334b5b19a7ee4e59009b2847f28543e637afb7dfd6c11636c54655809_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d84050334b5b19a7ee4e59009b2847f28543e637afb7dfd6c11636c54655809_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A4d84050334b5b19a7ee4e59009b2847f28543e637afb7dfd6c11636c54655809?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1780981016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:716297a34fdf6be541e34b5a5f2452418b27a6d810cba6b7e8d81e22aceea5d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:716297a34fdf6be541e34b5a5f2452418b27a6d810cba6b7e8d81e22aceea5d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:716297a34fdf6be541e34b5a5f2452418b27a6d810cba6b7e8d81e22aceea5d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A716297a34fdf6be541e34b5a5f2452418b27a6d810cba6b7e8d81e22aceea5d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1780976729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16d580e98a6b03e236381fea8a3940f7f55ef5cea9dddf83f57de4f2c16d87c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16d580e98a6b03e236381fea8a3940f7f55ef5cea9dddf83f57de4f2c16d87c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16d580e98a6b03e236381fea8a3940f7f55ef5cea9dddf83f57de4f2c16d87c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A16d580e98a6b03e236381fea8a3940f7f55ef5cea9dddf83f57de4f2c16d87c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1780985311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:828b37adcffe61dec6e74ca5380f09e638ab40cc2cbaf3eb0c461902356ea7b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:828b37adcffe61dec6e74ca5380f09e638ab40cc2cbaf3eb0c461902356ea7b9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:828b37adcffe61dec6e74ca5380f09e638ab40cc2cbaf3eb0c461902356ea7b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A828b37adcffe61dec6e74ca5380f09e638ab40cc2cbaf3eb0c461902356ea7b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1780982237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:80b208666af68ae1f11b5526ec2d4e2952a4f33ec109a054519219c0e84f4cd2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:80b208666af68ae1f11b5526ec2d4e2952a4f33ec109a054519219c0e84f4cd2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:80b208666af68ae1f11b5526ec2d4e2952a4f33ec109a054519219c0e84f4cd2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A80b208666af68ae1f11b5526ec2d4e2952a4f33ec109a054519219c0e84f4cd2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1781010180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e0642fed946e365d50162ffb37121be194ddde7f422e022a7afa7a45be84aa96_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e0642fed946e365d50162ffb37121be194ddde7f422e022a7afa7a45be84aa96_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e0642fed946e365d50162ffb37121be194ddde7f422e022a7afa7a45be84aa96_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ae0642fed946e365d50162ffb37121be194ddde7f422e022a7afa7a45be84aa96?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1780984444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:42903bef3719a65b7e7fd89dd371c68baafc3b2f41b68dd972429185d3fcdb90_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:42903bef3719a65b7e7fd89dd371c68baafc3b2f41b68dd972429185d3fcdb90_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:42903bef3719a65b7e7fd89dd371c68baafc3b2f41b68dd972429185d3fcdb90_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A42903bef3719a65b7e7fd89dd371c68baafc3b2f41b68dd972429185d3fcdb90?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1781002119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:53de5c7759b3b0090ea994db28ab745c4635f21f44266d5665076c5c2a553468_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:53de5c7759b3b0090ea994db28ab745c4635f21f44266d5665076c5c2a553468_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:53de5c7759b3b0090ea994db28ab745c4635f21f44266d5665076c5c2a553468_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A53de5c7759b3b0090ea994db28ab745c4635f21f44266d5665076c5c2a553468?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1780986286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c92ef1fc3eb4dc56767923a43fc75ac743c13173e2eefc3c06eb762a38a08629_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c92ef1fc3eb4dc56767923a43fc75ac743c13173e2eefc3c06eb762a38a08629_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c92ef1fc3eb4dc56767923a43fc75ac743c13173e2eefc3c06eb762a38a08629_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Ac92ef1fc3eb4dc56767923a43fc75ac743c13173e2eefc3c06eb762a38a08629?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1780977473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3fad488f56b9dce6d9b6627c6deee5c2230287828dc53b96d5d5f62943b57737_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3fad488f56b9dce6d9b6627c6deee5c2230287828dc53b96d5d5f62943b57737_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3fad488f56b9dce6d9b6627c6deee5c2230287828dc53b96d5d5f62943b57737_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A3fad488f56b9dce6d9b6627c6deee5c2230287828dc53b96d5d5f62943b57737?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1780979380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ec16051b9ce0b0a489a8b17bf581b0799cd5ddad84b1786ba77322cb9132d055_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ec16051b9ce0b0a489a8b17bf581b0799cd5ddad84b1786ba77322cb9132d055_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ec16051b9ce0b0a489a8b17bf581b0799cd5ddad84b1786ba77322cb9132d055_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Aec16051b9ce0b0a489a8b17bf581b0799cd5ddad84b1786ba77322cb9132d055?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1780985290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4759c35a8e51c247501a7b920db373eb6bb3c22ee2a712a9030c2cbb975029e1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4759c35a8e51c247501a7b920db373eb6bb3c22ee2a712a9030c2cbb975029e1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4759c35a8e51c247501a7b920db373eb6bb3c22ee2a712a9030c2cbb975029e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A4759c35a8e51c247501a7b920db373eb6bb3c22ee2a712a9030c2cbb975029e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1780976436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f14489a778119e4a3e2d24b85887b8c732d273b06ccaa1f3c47dcbfd593f4e5f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f14489a778119e4a3e2d24b85887b8c732d273b06ccaa1f3c47dcbfd593f4e5f_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f14489a778119e4a3e2d24b85887b8c732d273b06ccaa1f3c47dcbfd593f4e5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Af14489a778119e4a3e2d24b85887b8c732d273b06ccaa1f3c47dcbfd593f4e5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1781002074"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e95704530a93835413e0945bcf4e2e2473fae5e1257665f5c1ec4b30b36e81eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e95704530a93835413e0945bcf4e2e2473fae5e1257665f5c1ec4b30b36e81eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e95704530a93835413e0945bcf4e2e2473fae5e1257665f5c1ec4b30b36e81eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Ae95704530a93835413e0945bcf4e2e2473fae5e1257665f5c1ec4b30b36e81eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1780976879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:16a12b3a4a4ce3abb27fbed591e2742933d75ca5fe4a5537d82361b90918773f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:16a12b3a4a4ce3abb27fbed591e2742933d75ca5fe4a5537d82361b90918773f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:16a12b3a4a4ce3abb27fbed591e2742933d75ca5fe4a5537d82361b90918773f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A16a12b3a4a4ce3abb27fbed591e2742933d75ca5fe4a5537d82361b90918773f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1780978409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f9d547fb14df2df02bdb68abc2153eec1eb42cccff0f706127ec01cb82d661e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f9d547fb14df2df02bdb68abc2153eec1eb42cccff0f706127ec01cb82d661e8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f9d547fb14df2df02bdb68abc2153eec1eb42cccff0f706127ec01cb82d661e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Af9d547fb14df2df02bdb68abc2153eec1eb42cccff0f706127ec01cb82d661e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1780976638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9b55075cd3a91c3f18c6c308019ff67dbd3d38f39a09c7e9a5e48608ac908b38_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9b55075cd3a91c3f18c6c308019ff67dbd3d38f39a09c7e9a5e48608ac908b38_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9b55075cd3a91c3f18c6c308019ff67dbd3d38f39a09c7e9a5e48608ac908b38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A9b55075cd3a91c3f18c6c308019ff67dbd3d38f39a09c7e9a5e48608ac908b38?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1780976032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9167cb67240069de0d391f33279d036aa95cd53c4e90b9bea9919c1121f69a30_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9167cb67240069de0d391f33279d036aa95cd53c4e90b9bea9919c1121f69a30_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9167cb67240069de0d391f33279d036aa95cd53c4e90b9bea9919c1121f69a30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A9167cb67240069de0d391f33279d036aa95cd53c4e90b9bea9919c1121f69a30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1781068883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3d76f8f385f0225bbd4c2f123a1efb80014cbdc3322eb62122579c31065f2475_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3d76f8f385f0225bbd4c2f123a1efb80014cbdc3322eb62122579c31065f2475_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3d76f8f385f0225bbd4c2f123a1efb80014cbdc3322eb62122579c31065f2475_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A3d76f8f385f0225bbd4c2f123a1efb80014cbdc3322eb62122579c31065f2475?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1780982415"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:77bd75b7bce7a798cdb11ee0f7d6c838e59236886567b4e5148e4afae3562073_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:77bd75b7bce7a798cdb11ee0f7d6c838e59236886567b4e5148e4afae3562073_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:77bd75b7bce7a798cdb11ee0f7d6c838e59236886567b4e5148e4afae3562073_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A77bd75b7bce7a798cdb11ee0f7d6c838e59236886567b4e5148e4afae3562073?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1780980329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3a74c2cf3e046ec57ebed042c8ad221fb248857d437f87dd85b9c1a01baf1b4b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3a74c2cf3e046ec57ebed042c8ad221fb248857d437f87dd85b9c1a01baf1b4b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3a74c2cf3e046ec57ebed042c8ad221fb248857d437f87dd85b9c1a01baf1b4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A3a74c2cf3e046ec57ebed042c8ad221fb248857d437f87dd85b9c1a01baf1b4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1780982439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f8a514769d3995332c660a668ffae9018f88ebbbb94db89109fe62a78bb6a7e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f8a514769d3995332c660a668ffae9018f88ebbbb94db89109fe62a78bb6a7e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f8a514769d3995332c660a668ffae9018f88ebbbb94db89109fe62a78bb6a7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A3f8a514769d3995332c660a668ffae9018f88ebbbb94db89109fe62a78bb6a7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1780985180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:45e3755a7d823d3c47cf092809aa13808b05dadeb49c2d8965ef7dcd1ecd51a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:45e3755a7d823d3c47cf092809aa13808b05dadeb49c2d8965ef7dcd1ecd51a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:45e3755a7d823d3c47cf092809aa13808b05dadeb49c2d8965ef7dcd1ecd51a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A45e3755a7d823d3c47cf092809aa13808b05dadeb49c2d8965ef7dcd1ecd51a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1780976919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e189e287c6fb6d208f0c06f87f80d78dd7f0f224f1690c57212c0431ce42039_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e189e287c6fb6d208f0c06f87f80d78dd7f0f224f1690c57212c0431ce42039_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e189e287c6fb6d208f0c06f87f80d78dd7f0f224f1690c57212c0431ce42039_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A3e189e287c6fb6d208f0c06f87f80d78dd7f0f224f1690c57212c0431ce42039?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1780978446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cfc8e8522d3a427627afd3a583e729d822789a3f2fd68998a9fc41292df76bf5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cfc8e8522d3a427627afd3a583e729d822789a3f2fd68998a9fc41292df76bf5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cfc8e8522d3a427627afd3a583e729d822789a3f2fd68998a9fc41292df76bf5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Acfc8e8522d3a427627afd3a583e729d822789a3f2fd68998a9fc41292df76bf5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1780976314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3c7a5f31b3f53a411cc408e0b47aaa53ee1a94c70d11694d96a2bb1854ea3456_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3c7a5f31b3f53a411cc408e0b47aaa53ee1a94c70d11694d96a2bb1854ea3456_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3c7a5f31b3f53a411cc408e0b47aaa53ee1a94c70d11694d96a2bb1854ea3456_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A3c7a5f31b3f53a411cc408e0b47aaa53ee1a94c70d11694d96a2bb1854ea3456?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=1780976042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5ae18397305efad4a2eed774cb40ef4f58af60c0aa4e61441030e663bc34f159_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5ae18397305efad4a2eed774cb40ef4f58af60c0aa4e61441030e663bc34f159_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5ae18397305efad4a2eed774cb40ef4f58af60c0aa4e61441030e663bc34f159_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A5ae18397305efad4a2eed774cb40ef4f58af60c0aa4e61441030e663bc34f159?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=1780976099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:380b09da683ab9d92e2a7fed1330c5f53f5442d821b0c2539bc486e508a71936_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:380b09da683ab9d92e2a7fed1330c5f53f5442d821b0c2539bc486e508a71936_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:380b09da683ab9d92e2a7fed1330c5f53f5442d821b0c2539bc486e508a71936_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A380b09da683ab9d92e2a7fed1330c5f53f5442d821b0c2539bc486e508a71936?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=1780976148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36ecb641ccb0e3a8561fb9953399d0362e780bb6139d0fbf2467dd07eda4145e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36ecb641ccb0e3a8561fb9953399d0362e780bb6139d0fbf2467dd07eda4145e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36ecb641ccb0e3a8561fb9953399d0362e780bb6139d0fbf2467dd07eda4145e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A36ecb641ccb0e3a8561fb9953399d0362e780bb6139d0fbf2467dd07eda4145e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=1780976083"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:94c56243f3a0e50d1d42e0002cb84797b9dc9d23efb6a12ab33b19f1598940ab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:94c56243f3a0e50d1d42e0002cb84797b9dc9d23efb6a12ab33b19f1598940ab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:94c56243f3a0e50d1d42e0002cb84797b9dc9d23efb6a12ab33b19f1598940ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A94c56243f3a0e50d1d42e0002cb84797b9dc9d23efb6a12ab33b19f1598940ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1780982219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6e358be14bac6139b40ff8611c6e3394bed8517acd5d4842784dc1bb404f52f7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6e358be14bac6139b40ff8611c6e3394bed8517acd5d4842784dc1bb404f52f7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6e358be14bac6139b40ff8611c6e3394bed8517acd5d4842784dc1bb404f52f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A6e358be14bac6139b40ff8611c6e3394bed8517acd5d4842784dc1bb404f52f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1780976666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:760e4cb453e352e233a68aeb0f1a7f814dcf593aa4b17523123c608838a3d604_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:760e4cb453e352e233a68aeb0f1a7f814dcf593aa4b17523123c608838a3d604_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:760e4cb453e352e233a68aeb0f1a7f814dcf593aa4b17523123c608838a3d604_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A760e4cb453e352e233a68aeb0f1a7f814dcf593aa4b17523123c608838a3d604?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1780976494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:236d45e01e15eebcaf277611baea29a066596f9f890adcfa6f9248142e375c38_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:236d45e01e15eebcaf277611baea29a066596f9f890adcfa6f9248142e375c38_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:236d45e01e15eebcaf277611baea29a066596f9f890adcfa6f9248142e375c38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A236d45e01e15eebcaf277611baea29a066596f9f890adcfa6f9248142e375c38?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1780977466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4664850633066fee2671b763432ab21259df33d1ab9a883674d1ac1ea243a783_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4664850633066fee2671b763432ab21259df33d1ab9a883674d1ac1ea243a783_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4664850633066fee2671b763432ab21259df33d1ab9a883674d1ac1ea243a783_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A4664850633066fee2671b763432ab21259df33d1ab9a883674d1ac1ea243a783?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1780979806"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:88c776d559c461d187cc0ab24c53849629ed75b93670cfc90657f429563c7747_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:88c776d559c461d187cc0ab24c53849629ed75b93670cfc90657f429563c7747_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:88c776d559c461d187cc0ab24c53849629ed75b93670cfc90657f429563c7747_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A88c776d559c461d187cc0ab24c53849629ed75b93670cfc90657f429563c7747?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1780977329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dc747224fba8c54840448fc3bed0dfa7da305edb68f8ff31f32ddd65cbd9e12d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dc747224fba8c54840448fc3bed0dfa7da305edb68f8ff31f32ddd65cbd9e12d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dc747224fba8c54840448fc3bed0dfa7da305edb68f8ff31f32ddd65cbd9e12d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Adc747224fba8c54840448fc3bed0dfa7da305edb68f8ff31f32ddd65cbd9e12d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1780976097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a32d5f819ce5430d5ae60a1e5544c8ce3673bcbcc55674a416c80868784b255b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a32d5f819ce5430d5ae60a1e5544c8ce3673bcbcc55674a416c80868784b255b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a32d5f819ce5430d5ae60a1e5544c8ce3673bcbcc55674a416c80868784b255b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Aa32d5f819ce5430d5ae60a1e5544c8ce3673bcbcc55674a416c80868784b255b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1780976371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e17dc26d79a7e31ceeafd02d2c54b0851d644c0e13a1a588c4974a20b1528f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e17dc26d79a7e31ceeafd02d2c54b0851d644c0e13a1a588c4974a20b1528f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e17dc26d79a7e31ceeafd02d2c54b0851d644c0e13a1a588c4974a20b1528f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A5e17dc26d79a7e31ceeafd02d2c54b0851d644c0e13a1a588c4974a20b1528f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1780977604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4cde7311de818660254df01cef2a125db9e7375857cd3b62bc23062d54c67c32_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4cde7311de818660254df01cef2a125db9e7375857cd3b62bc23062d54c67c32_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4cde7311de818660254df01cef2a125db9e7375857cd3b62bc23062d54c67c32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A4cde7311de818660254df01cef2a125db9e7375857cd3b62bc23062d54c67c32?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1780978378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0ca0593d55f379ee3033f2509e1692bd3e26abff765f8293f87c104acd899566_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0ca0593d55f379ee3033f2509e1692bd3e26abff765f8293f87c104acd899566_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0ca0593d55f379ee3033f2509e1692bd3e26abff765f8293f87c104acd899566_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A0ca0593d55f379ee3033f2509e1692bd3e26abff765f8293f87c104acd899566?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1780979164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:17014fa590650c3e7c49820bfda285fd82f22b5037a54c6929c3d5712a516c0f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:17014fa590650c3e7c49820bfda285fd82f22b5037a54c6929c3d5712a516c0f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:17014fa590650c3e7c49820bfda285fd82f22b5037a54c6929c3d5712a516c0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A17014fa590650c3e7c49820bfda285fd82f22b5037a54c6929c3d5712a516c0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1780976954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18fd4650bc77f056922fa227ee075e493616df6011bb31b06498ad7aa121d13b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18fd4650bc77f056922fa227ee075e493616df6011bb31b06498ad7aa121d13b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18fd4650bc77f056922fa227ee075e493616df6011bb31b06498ad7aa121d13b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A18fd4650bc77f056922fa227ee075e493616df6011bb31b06498ad7aa121d13b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1780978481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:40f85dd555fa6fa8934f576e5a5cc18df64c4cc264c9c44cd9b260d82e7690d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:40f85dd555fa6fa8934f576e5a5cc18df64c4cc264c9c44cd9b260d82e7690d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:40f85dd555fa6fa8934f576e5a5cc18df64c4cc264c9c44cd9b260d82e7690d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A40f85dd555fa6fa8934f576e5a5cc18df64c4cc264c9c44cd9b260d82e7690d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1780978082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f60d781814b6cd8ef503e85c68d1745af480fc6e2d74e2b52521dff292e1748c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f60d781814b6cd8ef503e85c68d1745af480fc6e2d74e2b52521dff292e1748c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f60d781814b6cd8ef503e85c68d1745af480fc6e2d74e2b52521dff292e1748c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Af60d781814b6cd8ef503e85c68d1745af480fc6e2d74e2b52521dff292e1748c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1780985485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:494ab165f12ca1d2547a13424dc7a5cb8ab74d5f4406d46a21d944ab49425ce6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:494ab165f12ca1d2547a13424dc7a5cb8ab74d5f4406d46a21d944ab49425ce6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:494ab165f12ca1d2547a13424dc7a5cb8ab74d5f4406d46a21d944ab49425ce6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A494ab165f12ca1d2547a13424dc7a5cb8ab74d5f4406d46a21d944ab49425ce6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1780988402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3f727df52b4841d8b90ff625219d832569463bd320f49aaf94a9c2d706fa097a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3f727df52b4841d8b90ff625219d832569463bd320f49aaf94a9c2d706fa097a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3f727df52b4841d8b90ff625219d832569463bd320f49aaf94a9c2d706fa097a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A3f727df52b4841d8b90ff625219d832569463bd320f49aaf94a9c2d706fa097a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1780988484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28ea872308ac7fd286f001ae55753e03dde674cc8c58df264a3a5c6a4833363d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28ea872308ac7fd286f001ae55753e03dde674cc8c58df264a3a5c6a4833363d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28ea872308ac7fd286f001ae55753e03dde674cc8c58df264a3a5c6a4833363d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A28ea872308ac7fd286f001ae55753e03dde674cc8c58df264a3a5c6a4833363d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1780984555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:600111a588134bf7ea5f6382d6c2ddaae073e755fb949d25fffa2f97f5ba33cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:600111a588134bf7ea5f6382d6c2ddaae073e755fb949d25fffa2f97f5ba33cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:600111a588134bf7ea5f6382d6c2ddaae073e755fb949d25fffa2f97f5ba33cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A600111a588134bf7ea5f6382d6c2ddaae073e755fb949d25fffa2f97f5ba33cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1780979731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48a53f673f4a71733d2ee26ea8ebfa9297f541e383feb5f465777e86fcf7bc6d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48a53f673f4a71733d2ee26ea8ebfa9297f541e383feb5f465777e86fcf7bc6d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48a53f673f4a71733d2ee26ea8ebfa9297f541e383feb5f465777e86fcf7bc6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A48a53f673f4a71733d2ee26ea8ebfa9297f541e383feb5f465777e86fcf7bc6d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1780979786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4ba97de4f8c46097b8179e1ffa898e0c4e29c96a9abaa96f5f8fb502ff5ce692_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4ba97de4f8c46097b8179e1ffa898e0c4e29c96a9abaa96f5f8fb502ff5ce692_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4ba97de4f8c46097b8179e1ffa898e0c4e29c96a9abaa96f5f8fb502ff5ce692_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A4ba97de4f8c46097b8179e1ffa898e0c4e29c96a9abaa96f5f8fb502ff5ce692?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1780980779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db47533315f708b613985393aebd19f0f1be0553a8a84f1ca4691a6f80fe99d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db47533315f708b613985393aebd19f0f1be0553a8a84f1ca4691a6f80fe99d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db47533315f708b613985393aebd19f0f1be0553a8a84f1ca4691a6f80fe99d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Adb47533315f708b613985393aebd19f0f1be0553a8a84f1ca4691a6f80fe99d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1780980234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:587bf89d7be7d54e962ba19e650799bb01a733899023eafdd312bda2d24aa25e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:587bf89d7be7d54e962ba19e650799bb01a733899023eafdd312bda2d24aa25e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:587bf89d7be7d54e962ba19e650799bb01a733899023eafdd312bda2d24aa25e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A587bf89d7be7d54e962ba19e650799bb01a733899023eafdd312bda2d24aa25e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1780978877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1afb07b8d4e82c4c6ae0c2aa2cbde892102c0862a41a5a1940bfa07a2aadb95f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1afb07b8d4e82c4c6ae0c2aa2cbde892102c0862a41a5a1940bfa07a2aadb95f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1afb07b8d4e82c4c6ae0c2aa2cbde892102c0862a41a5a1940bfa07a2aadb95f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A1afb07b8d4e82c4c6ae0c2aa2cbde892102c0862a41a5a1940bfa07a2aadb95f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1780981077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90c86b3339418a8d201444592d378962828eda5c92cfe006785a9bc635ff5ba4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90c86b3339418a8d201444592d378962828eda5c92cfe006785a9bc635ff5ba4_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90c86b3339418a8d201444592d378962828eda5c92cfe006785a9bc635ff5ba4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A90c86b3339418a8d201444592d378962828eda5c92cfe006785a9bc635ff5ba4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1780981015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b5269e0b5de55c353c7b624e4c0171b10f30696953d8091eef6ef7ba7f0e9b6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b5269e0b5de55c353c7b624e4c0171b10f30696953d8091eef6ef7ba7f0e9b6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b5269e0b5de55c353c7b624e4c0171b10f30696953d8091eef6ef7ba7f0e9b6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Ab5269e0b5de55c353c7b624e4c0171b10f30696953d8091eef6ef7ba7f0e9b6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1780976005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b45d311bc9bc8c7867bc6848e716b4594ca8f7b80f04724d0b652914e1b63a46_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b45d311bc9bc8c7867bc6848e716b4594ca8f7b80f04724d0b652914e1b63a46_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b45d311bc9bc8c7867bc6848e716b4594ca8f7b80f04724d0b652914e1b63a46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Ab45d311bc9bc8c7867bc6848e716b4594ca8f7b80f04724d0b652914e1b63a46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1780979698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1872c649b93c8b262e052e39292236847a4bc50c19d07b86c8644cb9faa914f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1872c649b93c8b262e052e39292236847a4bc50c19d07b86c8644cb9faa914f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1872c649b93c8b262e052e39292236847a4bc50c19d07b86c8644cb9faa914f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Ac1872c649b93c8b262e052e39292236847a4bc50c19d07b86c8644cb9faa914f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1781002169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ee71d775deba549daa69545d7e1a5beca2805fa7d2267754fec57827e06a4d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ee71d775deba549daa69545d7e1a5beca2805fa7d2267754fec57827e06a4d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ee71d775deba549daa69545d7e1a5beca2805fa7d2267754fec57827e06a4d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A8ee71d775deba549daa69545d7e1a5beca2805fa7d2267754fec57827e06a4d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1780986403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6067a2852305b2419f685df3890e2eccf5b81a5f6365ccac369bd34470a84357_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6067a2852305b2419f685df3890e2eccf5b81a5f6365ccac369bd34470a84357_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6067a2852305b2419f685df3890e2eccf5b81a5f6365ccac369bd34470a84357_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A6067a2852305b2419f685df3890e2eccf5b81a5f6365ccac369bd34470a84357?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1780986275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4dccdace02daf6373a6f4cf4a4e83257d98557831201e7e5597825f18fece4f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4dccdace02daf6373a6f4cf4a4e83257d98557831201e7e5597825f18fece4f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4dccdace02daf6373a6f4cf4a4e83257d98557831201e7e5597825f18fece4f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A4dccdace02daf6373a6f4cf4a4e83257d98557831201e7e5597825f18fece4f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1780980433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:46da5adb548c744644bcaabf6409ea53f213d9d4157c6bae8e0a3b741ac8c836_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:46da5adb548c744644bcaabf6409ea53f213d9d4157c6bae8e0a3b741ac8c836_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:46da5adb548c744644bcaabf6409ea53f213d9d4157c6bae8e0a3b741ac8c836_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A46da5adb548c744644bcaabf6409ea53f213d9d4157c6bae8e0a3b741ac8c836?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1780984883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02f532a3c278dcd2c26b783d2cf3762b73b035f9b0d37d8c5cff066e6ece07c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02f532a3c278dcd2c26b783d2cf3762b73b035f9b0d37d8c5cff066e6ece07c6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02f532a3c278dcd2c26b783d2cf3762b73b035f9b0d37d8c5cff066e6ece07c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A02f532a3c278dcd2c26b783d2cf3762b73b035f9b0d37d8c5cff066e6ece07c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1780977132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:589754420cffd7d27505af843442b7560d9a4188f7f64ed3e9a35c086cd296b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:589754420cffd7d27505af843442b7560d9a4188f7f64ed3e9a35c086cd296b3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:589754420cffd7d27505af843442b7560d9a4188f7f64ed3e9a35c086cd296b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A589754420cffd7d27505af843442b7560d9a4188f7f64ed3e9a35c086cd296b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9\u0026tag=1780976005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:79e41ca79715a571526e53fc13caded867e266e74276e632d1e7c28c71d78360_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:79e41ca79715a571526e53fc13caded867e266e74276e632d1e7c28c71d78360_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:79e41ca79715a571526e53fc13caded867e266e74276e632d1e7c28c71d78360_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A79e41ca79715a571526e53fc13caded867e266e74276e632d1e7c28c71d78360?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9\u0026tag=1780976187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b6648aa5ad4dbddd1a0502df8da0c8230d3a8e1bf4311036e9bf8f377976d0cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b6648aa5ad4dbddd1a0502df8da0c8230d3a8e1bf4311036e9bf8f377976d0cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b6648aa5ad4dbddd1a0502df8da0c8230d3a8e1bf4311036e9bf8f377976d0cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3Ab6648aa5ad4dbddd1a0502df8da0c8230d3a8e1bf4311036e9bf8f377976d0cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9\u0026tag=1780976134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:97226555f60c106944d99b23bdfcdfed049ae13c0e8c97b0f4e441827720088b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:97226555f60c106944d99b23bdfcdfed049ae13c0e8c97b0f4e441827720088b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:97226555f60c106944d99b23bdfcdfed049ae13c0e8c97b0f4e441827720088b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A97226555f60c106944d99b23bdfcdfed049ae13c0e8c97b0f4e441827720088b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator\u0026tag=1780976131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:04afb17e0637c4528bc8e50caabd2cb2df9b1e50c5749e958418449faae9fe22_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:04afb17e0637c4528bc8e50caabd2cb2df9b1e50c5749e958418449faae9fe22_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:04afb17e0637c4528bc8e50caabd2cb2df9b1e50c5749e958418449faae9fe22_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A04afb17e0637c4528bc8e50caabd2cb2df9b1e50c5749e958418449faae9fe22?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9\u0026tag=1780976063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:99a30147f37d481ec26054624b727d9ba1076fc8b4e5779e545d2e3b7925d9f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:99a30147f37d481ec26054624b727d9ba1076fc8b4e5779e545d2e3b7925d9f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:99a30147f37d481ec26054624b727d9ba1076fc8b4e5779e545d2e3b7925d9f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A99a30147f37d481ec26054624b727d9ba1076fc8b4e5779e545d2e3b7925d9f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9\u0026tag=1780976083"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f3147e25f33eab3567f3dbea02e9cbca9a43597a3cea50c6fcd0f1cd79ae209e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f3147e25f33eab3567f3dbea02e9cbca9a43597a3cea50c6fcd0f1cd79ae209e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f3147e25f33eab3567f3dbea02e9cbca9a43597a3cea50c6fcd0f1cd79ae209e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3Af3147e25f33eab3567f3dbea02e9cbca9a43597a3cea50c6fcd0f1cd79ae209e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9\u0026tag=1780976112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:161b66b02d03b0595114914f20ef9449e495d4c70c8af669ddba63dbabb3a564_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:161b66b02d03b0595114914f20ef9449e495d4c70c8af669ddba63dbabb3a564_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:161b66b02d03b0595114914f20ef9449e495d4c70c8af669ddba63dbabb3a564_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A161b66b02d03b0595114914f20ef9449e495d4c70c8af669ddba63dbabb3a564?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9\u0026tag=1780976103"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:272e0d5cec07de889e143904a219413930f5ea3550e2af915740f059ea225862_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:272e0d5cec07de889e143904a219413930f5ea3550e2af915740f059ea225862_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:272e0d5cec07de889e143904a219413930f5ea3550e2af915740f059ea225862_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A272e0d5cec07de889e143904a219413930f5ea3550e2af915740f059ea225862?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9\u0026tag=1780976147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:56b1eecff219fd7deef7e45cbebca688475c09815625eed92856d74f0675cc01_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:56b1eecff219fd7deef7e45cbebca688475c09815625eed92856d74f0675cc01_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:56b1eecff219fd7deef7e45cbebca688475c09815625eed92856d74f0675cc01_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A56b1eecff219fd7deef7e45cbebca688475c09815625eed92856d74f0675cc01?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator\u0026tag=1780976102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d51643c52c7f7850b787439e79e69e7e15fea01d38fcf89ede2ffd5aa8a0a6bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d51643c52c7f7850b787439e79e69e7e15fea01d38fcf89ede2ffd5aa8a0a6bd_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d51643c52c7f7850b787439e79e69e7e15fea01d38fcf89ede2ffd5aa8a0a6bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Ad51643c52c7f7850b787439e79e69e7e15fea01d38fcf89ede2ffd5aa8a0a6bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1780986354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9a66b8bde7a17514eb0b67947ed846ba8a2336621baf1a22c896496e7c6296bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9a66b8bde7a17514eb0b67947ed846ba8a2336621baf1a22c896496e7c6296bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9a66b8bde7a17514eb0b67947ed846ba8a2336621baf1a22c896496e7c6296bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A9a66b8bde7a17514eb0b67947ed846ba8a2336621baf1a22c896496e7c6296bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9\u0026tag=1780976073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e78f24bcfc3f52037f20e40eda5a05946e152ee98573fe960895b1ab360d9a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e78f24bcfc3f52037f20e40eda5a05946e152ee98573fe960895b1ab360d9a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e78f24bcfc3f52037f20e40eda5a05946e152ee98573fe960895b1ab360d9a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A6e78f24bcfc3f52037f20e40eda5a05946e152ee98573fe960895b1ab360d9a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1780986185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:48a1ea628f76e551b73ee773ce9fa741b60278034659dac8dc1333d9909525fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:48a1ea628f76e551b73ee773ce9fa741b60278034659dac8dc1333d9909525fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:48a1ea628f76e551b73ee773ce9fa741b60278034659dac8dc1333d9909525fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A48a1ea628f76e551b73ee773ce9fa741b60278034659dac8dc1333d9909525fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1780989109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6c386efed5fb973e4e5cb6ea2eacc8968e2fe92f9dd7ea11e08f3cc444dcad13_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6c386efed5fb973e4e5cb6ea2eacc8968e2fe92f9dd7ea11e08f3cc444dcad13_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6c386efed5fb973e4e5cb6ea2eacc8968e2fe92f9dd7ea11e08f3cc444dcad13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A6c386efed5fb973e4e5cb6ea2eacc8968e2fe92f9dd7ea11e08f3cc444dcad13?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1780980363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bff91da1e8a557dc8530731edc9101af2de09463c51c374e74e92d2c69bc3f04_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bff91da1e8a557dc8530731edc9101af2de09463c51c374e74e92d2c69bc3f04_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bff91da1e8a557dc8530731edc9101af2de09463c51c374e74e92d2c69bc3f04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Abff91da1e8a557dc8530731edc9101af2de09463c51c374e74e92d2c69bc3f04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1780979906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:aa23db754237cc273788c3635f4f6dc7a862c1bea9a509621e1db9cef5dee41e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:aa23db754237cc273788c3635f4f6dc7a862c1bea9a509621e1db9cef5dee41e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:aa23db754237cc273788c3635f4f6dc7a862c1bea9a509621e1db9cef5dee41e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Aaa23db754237cc273788c3635f4f6dc7a862c1bea9a509621e1db9cef5dee41e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1780986226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:abb274b9924c701bfd460bfaf347842aa1c6e6e5ac13bb67a6e8e13aafdfa70d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:abb274b9924c701bfd460bfaf347842aa1c6e6e5ac13bb67a6e8e13aafdfa70d_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:abb274b9924c701bfd460bfaf347842aa1c6e6e5ac13bb67a6e8e13aafdfa70d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Aabb274b9924c701bfd460bfaf347842aa1c6e6e5ac13bb67a6e8e13aafdfa70d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1780976860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e863b2c42d0edc7ec05bc807f2f6462b7582ef21359e218094924c936169917_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e863b2c42d0edc7ec05bc807f2f6462b7582ef21359e218094924c936169917_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e863b2c42d0edc7ec05bc807f2f6462b7582ef21359e218094924c936169917_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A0e863b2c42d0edc7ec05bc807f2f6462b7582ef21359e218094924c936169917?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1780979221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eab6e4a898be919f8a04dc9c3003cce301f27e872c0520d1d0b634d0e3e9f461_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eab6e4a898be919f8a04dc9c3003cce301f27e872c0520d1d0b634d0e3e9f461_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eab6e4a898be919f8a04dc9c3003cce301f27e872c0520d1d0b634d0e3e9f461_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Aeab6e4a898be919f8a04dc9c3003cce301f27e872c0520d1d0b634d0e3e9f461?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1780977547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c73ef3d57149ccb496a5c1ab10efa21d0c1ae73360323ac24d8f61f2d3b5dfec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c73ef3d57149ccb496a5c1ab10efa21d0c1ae73360323ac24d8f61f2d3b5dfec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c73ef3d57149ccb496a5c1ab10efa21d0c1ae73360323ac24d8f61f2d3b5dfec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Ac73ef3d57149ccb496a5c1ab10efa21d0c1ae73360323ac24d8f61f2d3b5dfec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1780985445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3b1fd3e8fb0c8ec48aa741493280e249f5f3648ae85f4344c4f5cb5196a068f5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3b1fd3e8fb0c8ec48aa741493280e249f5f3648ae85f4344c4f5cb5196a068f5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3b1fd3e8fb0c8ec48aa741493280e249f5f3648ae85f4344c4f5cb5196a068f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A3b1fd3e8fb0c8ec48aa741493280e249f5f3648ae85f4344c4f5cb5196a068f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1780977003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51d52f0aeea8e119cf184ac017694e1c7c09a42682343dee525d6662bb746d94_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51d52f0aeea8e119cf184ac017694e1c7c09a42682343dee525d6662bb746d94_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51d52f0aeea8e119cf184ac017694e1c7c09a42682343dee525d6662bb746d94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A51d52f0aeea8e119cf184ac017694e1c7c09a42682343dee525d6662bb746d94?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1780985404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b66eafede022d39b51d22b77c6f5db46a588faeb3bf8ac2fea3539731682ac77_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b66eafede022d39b51d22b77c6f5db46a588faeb3bf8ac2fea3539731682ac77_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b66eafede022d39b51d22b77c6f5db46a588faeb3bf8ac2fea3539731682ac77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Ab66eafede022d39b51d22b77c6f5db46a588faeb3bf8ac2fea3539731682ac77?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1780982565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:044e74fedeb114239e7d1205ab558081b8c9aa521a0d4eab5519935eb9c34182_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:044e74fedeb114239e7d1205ab558081b8c9aa521a0d4eab5519935eb9c34182_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:044e74fedeb114239e7d1205ab558081b8c9aa521a0d4eab5519935eb9c34182_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A044e74fedeb114239e7d1205ab558081b8c9aa521a0d4eab5519935eb9c34182?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1780977556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d2369278f5380f2bcc3eb360fbeb4e29892d4420bd09cfb24513ca764f91d9cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d2369278f5380f2bcc3eb360fbeb4e29892d4420bd09cfb24513ca764f91d9cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d2369278f5380f2bcc3eb360fbeb4e29892d4420bd09cfb24513ca764f91d9cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ad2369278f5380f2bcc3eb360fbeb4e29892d4420bd09cfb24513ca764f91d9cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1780979454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:174979a48d708dfa6665fc8466150cfff451efa6cf1951001f9cf297a1b8f5e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:174979a48d708dfa6665fc8466150cfff451efa6cf1951001f9cf297a1b8f5e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:174979a48d708dfa6665fc8466150cfff451efa6cf1951001f9cf297a1b8f5e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A174979a48d708dfa6665fc8466150cfff451efa6cf1951001f9cf297a1b8f5e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1780980386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2676615af9bf8b1465181d2fb58dbd1efb1f8fe464675b2edbabbf041b774079_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2676615af9bf8b1465181d2fb58dbd1efb1f8fe464675b2edbabbf041b774079_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2676615af9bf8b1465181d2fb58dbd1efb1f8fe464675b2edbabbf041b774079_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A2676615af9bf8b1465181d2fb58dbd1efb1f8fe464675b2edbabbf041b774079?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1780977548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7190599f72b2cf0663606c10830cf2759037dd4de06cb13834dae7378db980f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7190599f72b2cf0663606c10830cf2759037dd4de06cb13834dae7378db980f3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7190599f72b2cf0663606c10830cf2759037dd4de06cb13834dae7378db980f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A7190599f72b2cf0663606c10830cf2759037dd4de06cb13834dae7378db980f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1780986349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:73eebc52df8056d5ae2bb19e2d0e2d7da83a6e47e276db71f7d26da0e50962bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:73eebc52df8056d5ae2bb19e2d0e2d7da83a6e47e276db71f7d26da0e50962bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:73eebc52df8056d5ae2bb19e2d0e2d7da83a6e47e276db71f7d26da0e50962bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A73eebc52df8056d5ae2bb19e2d0e2d7da83a6e47e276db71f7d26da0e50962bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1780985082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7ec2d54b5022e937803ce3012a89250b224a54384544ed01a16cb27c00d7a00a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7ec2d54b5022e937803ce3012a89250b224a54384544ed01a16cb27c00d7a00a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7ec2d54b5022e937803ce3012a89250b224a54384544ed01a16cb27c00d7a00a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A7ec2d54b5022e937803ce3012a89250b224a54384544ed01a16cb27c00d7a00a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1780980406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dc8cd1c7cd4cf7a1337c485787a312a285c64489f728aa74cfa5fc380d8c6112_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dc8cd1c7cd4cf7a1337c485787a312a285c64489f728aa74cfa5fc380d8c6112_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dc8cd1c7cd4cf7a1337c485787a312a285c64489f728aa74cfa5fc380d8c6112_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Adc8cd1c7cd4cf7a1337c485787a312a285c64489f728aa74cfa5fc380d8c6112?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1780985334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:57e6cc4931bb4a870db12390932db4de419bd8df05865b0d1b0b87755271d045_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:57e6cc4931bb4a870db12390932db4de419bd8df05865b0d1b0b87755271d045_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:57e6cc4931bb4a870db12390932db4de419bd8df05865b0d1b0b87755271d045_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A57e6cc4931bb4a870db12390932db4de419bd8df05865b0d1b0b87755271d045?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1780980746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30ad6a83a99ec15ebf628c009cf0cf4faec5b04c5d053fcc7ccbcced84f0d809_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30ad6a83a99ec15ebf628c009cf0cf4faec5b04c5d053fcc7ccbcced84f0d809_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30ad6a83a99ec15ebf628c009cf0cf4faec5b04c5d053fcc7ccbcced84f0d809_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A30ad6a83a99ec15ebf628c009cf0cf4faec5b04c5d053fcc7ccbcced84f0d809?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=1780985294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dae0604483279dac67d362d274de80cb3e100fa935ca50dabdc7dcc436b717ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dae0604483279dac67d362d274de80cb3e100fa935ca50dabdc7dcc436b717ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dae0604483279dac67d362d274de80cb3e100fa935ca50dabdc7dcc436b717ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Adae0604483279dac67d362d274de80cb3e100fa935ca50dabdc7dcc436b717ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1780985960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:207751efe1aacbd87aec83e9df0b4c48ae0a985deca07e32d1a8ce5a1e013a53_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:207751efe1aacbd87aec83e9df0b4c48ae0a985deca07e32d1a8ce5a1e013a53_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:207751efe1aacbd87aec83e9df0b4c48ae0a985deca07e32d1a8ce5a1e013a53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A207751efe1aacbd87aec83e9df0b4c48ae0a985deca07e32d1a8ce5a1e013a53?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1780976657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3eb650f1c43a1833ee02b2218336c075456e26190a8ed9c976680a20d83aa55f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3eb650f1c43a1833ee02b2218336c075456e26190a8ed9c976680a20d83aa55f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3eb650f1c43a1833ee02b2218336c075456e26190a8ed9c976680a20d83aa55f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A3eb650f1c43a1833ee02b2218336c075456e26190a8ed9c976680a20d83aa55f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1780978725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5be6fc774ba62dd4cc689d99bacc979cd181bdbee9a221f425c5266db6a62784_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5be6fc774ba62dd4cc689d99bacc979cd181bdbee9a221f425c5266db6a62784_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5be6fc774ba62dd4cc689d99bacc979cd181bdbee9a221f425c5266db6a62784_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A5be6fc774ba62dd4cc689d99bacc979cd181bdbee9a221f425c5266db6a62784?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1780980737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:07284eb00a28180c2e4773ed2da15026446ff555b47307e0ddfb707766c9c420_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:07284eb00a28180c2e4773ed2da15026446ff555b47307e0ddfb707766c9c420_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:07284eb00a28180c2e4773ed2da15026446ff555b47307e0ddfb707766c9c420_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A07284eb00a28180c2e4773ed2da15026446ff555b47307e0ddfb707766c9c420?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1780977997"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:aa87e88dc29d54aa41e34a5ec81986971fa4d3c53a33d6fad86527ec422507f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:aa87e88dc29d54aa41e34a5ec81986971fa4d3c53a33d6fad86527ec422507f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:aa87e88dc29d54aa41e34a5ec81986971fa4d3c53a33d6fad86527ec422507f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aaa87e88dc29d54aa41e34a5ec81986971fa4d3c53a33d6fad86527ec422507f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1780986173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f76b5de9e7ce8194cb453296dfbb5a26fab5e9f0367eda229ea3c466cab591fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f76b5de9e7ce8194cb453296dfbb5a26fab5e9f0367eda229ea3c466cab591fb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f76b5de9e7ce8194cb453296dfbb5a26fab5e9f0367eda229ea3c466cab591fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Af76b5de9e7ce8194cb453296dfbb5a26fab5e9f0367eda229ea3c466cab591fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1780978373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24b4aae7d576407c88c4d2d6d200ec98aa762e1a032ad7a0ebcabdf63f5767fd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24b4aae7d576407c88c4d2d6d200ec98aa762e1a032ad7a0ebcabdf63f5767fd_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24b4aae7d576407c88c4d2d6d200ec98aa762e1a032ad7a0ebcabdf63f5767fd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A24b4aae7d576407c88c4d2d6d200ec98aa762e1a032ad7a0ebcabdf63f5767fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=1780985207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:8d82b00af857b1782bf0d0531c76b83c1d05ffc8d8b0ca1a730958226baa1455_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:8d82b00af857b1782bf0d0531c76b83c1d05ffc8d8b0ca1a730958226baa1455_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:8d82b00af857b1782bf0d0531c76b83c1d05ffc8d8b0ca1a730958226baa1455_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A8d82b00af857b1782bf0d0531c76b83c1d05ffc8d8b0ca1a730958226baa1455?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1780983673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:89bdc2b084964e95337d1b06b7b3e74d9070e8da7b28ad34dc53bc85ccc603c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:89bdc2b084964e95337d1b06b7b3e74d9070e8da7b28ad34dc53bc85ccc603c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:89bdc2b084964e95337d1b06b7b3e74d9070e8da7b28ad34dc53bc85ccc603c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A89bdc2b084964e95337d1b06b7b3e74d9070e8da7b28ad34dc53bc85ccc603c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1780975976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b4d0b3d6a24b94ccd6605b1f62b2c60c208959ff5194b75d6c25d54df7137e5e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b4d0b3d6a24b94ccd6605b1f62b2c60c208959ff5194b75d6c25d54df7137e5e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b4d0b3d6a24b94ccd6605b1f62b2c60c208959ff5194b75d6c25d54df7137e5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Ab4d0b3d6a24b94ccd6605b1f62b2c60c208959ff5194b75d6c25d54df7137e5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1781002115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a366221e21c5dc12c9df861fbdd6bfd4348a8c986bf43e38c4a085be7cac0600_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a366221e21c5dc12c9df861fbdd6bfd4348a8c986bf43e38c4a085be7cac0600_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a366221e21c5dc12c9df861fbdd6bfd4348a8c986bf43e38c4a085be7cac0600_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Aa366221e21c5dc12c9df861fbdd6bfd4348a8c986bf43e38c4a085be7cac0600?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1780976803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7c31e1025211affebc55acf8cd791b0d5240728bfee060914d130091a664b50b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7c31e1025211affebc55acf8cd791b0d5240728bfee060914d130091a664b50b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7c31e1025211affebc55acf8cd791b0d5240728bfee060914d130091a664b50b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A7c31e1025211affebc55acf8cd791b0d5240728bfee060914d130091a664b50b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1780979180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0730058c0266867ad428b19054335ae526e0d9610e68256e6e921d590b3bc66_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0730058c0266867ad428b19054335ae526e0d9610e68256e6e921d590b3bc66_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0730058c0266867ad428b19054335ae526e0d9610e68256e6e921d590b3bc66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Ab0730058c0266867ad428b19054335ae526e0d9610e68256e6e921d590b3bc66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1780978640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6f75279627dd89b244fb5fd01a630511fe1e5692502f9fa639e43315be7e3cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6f75279627dd89b244fb5fd01a630511fe1e5692502f9fa639e43315be7e3cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6f75279627dd89b244fb5fd01a630511fe1e5692502f9fa639e43315be7e3cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Aa6f75279627dd89b244fb5fd01a630511fe1e5692502f9fa639e43315be7e3cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1780977018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6bd70b036725a8a6805ec024cca61da2b1bf3900092c9990f44064bc1ecb7835_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6bd70b036725a8a6805ec024cca61da2b1bf3900092c9990f44064bc1ecb7835_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:6bd70b036725a8a6805ec024cca61da2b1bf3900092c9990f44064bc1ecb7835_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A6bd70b036725a8a6805ec024cca61da2b1bf3900092c9990f44064bc1ecb7835?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1780976541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:188e2bc785e371b300756eba797b8da911bd5115f39820369abcbda1da919393_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:188e2bc785e371b300756eba797b8da911bd5115f39820369abcbda1da919393_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:188e2bc785e371b300756eba797b8da911bd5115f39820369abcbda1da919393_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A188e2bc785e371b300756eba797b8da911bd5115f39820369abcbda1da919393?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=1780977208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cf27951838e8fb93d4f05a8f0b1ecfd7c3222bcef49e14a3dd6a6dc63d0fc260_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cf27951838e8fb93d4f05a8f0b1ecfd7c3222bcef49e14a3dd6a6dc63d0fc260_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cf27951838e8fb93d4f05a8f0b1ecfd7c3222bcef49e14a3dd6a6dc63d0fc260_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Acf27951838e8fb93d4f05a8f0b1ecfd7c3222bcef49e14a3dd6a6dc63d0fc260?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=1780977645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:057f39bde011e55246763cc5604745d80c77918154ede243554942bdf81dd068_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:057f39bde011e55246763cc5604745d80c77918154ede243554942bdf81dd068_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:057f39bde011e55246763cc5604745d80c77918154ede243554942bdf81dd068_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A057f39bde011e55246763cc5604745d80c77918154ede243554942bdf81dd068?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=1780977470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d26622a1d37314542981e27eb616bb5cb316d7771c3b165921ba8b1c7470db14_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d26622a1d37314542981e27eb616bb5cb316d7771c3b165921ba8b1c7470db14_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d26622a1d37314542981e27eb616bb5cb316d7771c3b165921ba8b1c7470db14_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ad26622a1d37314542981e27eb616bb5cb316d7771c3b165921ba8b1c7470db14?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=1780976045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af375fdef09131e75563f66f852da9795fd5b77ef66b36c05fa7dd1353c3b34e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af375fdef09131e75563f66f852da9795fd5b77ef66b36c05fa7dd1353c3b34e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af375fdef09131e75563f66f852da9795fd5b77ef66b36c05fa7dd1353c3b34e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3Aaf375fdef09131e75563f66f852da9795fd5b77ef66b36c05fa7dd1353c3b34e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel9\u0026tag=1780976076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e9cc7aa24b1901a0c41fc88621b231927a9d6e23c7f008bc1666cfefbc49df5f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e9cc7aa24b1901a0c41fc88621b231927a9d6e23c7f008bc1666cfefbc49df5f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e9cc7aa24b1901a0c41fc88621b231927a9d6e23c7f008bc1666cfefbc49df5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Ae9cc7aa24b1901a0c41fc88621b231927a9d6e23c7f008bc1666cfefbc49df5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1780981053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a753f2194d3a242aca4fd665cd0b03fe424185a4bfb4946d227f46a9b1f62852_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a753f2194d3a242aca4fd665cd0b03fe424185a4bfb4946d227f46a9b1f62852_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a753f2194d3a242aca4fd665cd0b03fe424185a4bfb4946d227f46a9b1f62852_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Aa753f2194d3a242aca4fd665cd0b03fe424185a4bfb4946d227f46a9b1f62852?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1780978218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0af94672e9d21dc0de6cd5be9aa989fa11b702be65f1fbed7949cf0e69a253b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0af94672e9d21dc0de6cd5be9aa989fa11b702be65f1fbed7949cf0e69a253b9_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0af94672e9d21dc0de6cd5be9aa989fa11b702be65f1fbed7949cf0e69a253b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A0af94672e9d21dc0de6cd5be9aa989fa11b702be65f1fbed7949cf0e69a253b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1780977810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25d2502817725066c052e6079e7a3b97b0c9d106f3204bd11e9acc44e23119bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25d2502817725066c052e6079e7a3b97b0c9d106f3204bd11e9acc44e23119bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25d2502817725066c052e6079e7a3b97b0c9d106f3204bd11e9acc44e23119bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A25d2502817725066c052e6079e7a3b97b0c9d106f3204bd11e9acc44e23119bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1780983862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d3c6e9215628be3626b80edff5d736da1994ce1c3fa96d59109e3905c8f1ae45_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d3c6e9215628be3626b80edff5d736da1994ce1c3fa96d59109e3905c8f1ae45_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d3c6e9215628be3626b80edff5d736da1994ce1c3fa96d59109e3905c8f1ae45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Ad3c6e9215628be3626b80edff5d736da1994ce1c3fa96d59109e3905c8f1ae45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1780988928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80498814b01bae249447f70402a7a1797c04e7cf9fd7ebb478e12912706440d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80498814b01bae249447f70402a7a1797c04e7cf9fd7ebb478e12912706440d3_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80498814b01bae249447f70402a7a1797c04e7cf9fd7ebb478e12912706440d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A80498814b01bae249447f70402a7a1797c04e7cf9fd7ebb478e12912706440d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1780986328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c42aa746f6c61e3ebb5a4bde91a735ae328f14e61ea04491155b16fdb9aa69de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c42aa746f6c61e3ebb5a4bde91a735ae328f14e61ea04491155b16fdb9aa69de_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c42aa746f6c61e3ebb5a4bde91a735ae328f14e61ea04491155b16fdb9aa69de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ac42aa746f6c61e3ebb5a4bde91a735ae328f14e61ea04491155b16fdb9aa69de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1780985312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2af58b624976b9f8f829de67cd76a1f407aa556488885f8704d7f85a6467d8e1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2af58b624976b9f8f829de67cd76a1f407aa556488885f8704d7f85a6467d8e1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2af58b624976b9f8f829de67cd76a1f407aa556488885f8704d7f85a6467d8e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A2af58b624976b9f8f829de67cd76a1f407aa556488885f8704d7f85a6467d8e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1780985041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e6e0147dbd1c1af919da7d83357bca2d804de41aed0856d056bbc9394e8e4b7c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e6e0147dbd1c1af919da7d83357bca2d804de41aed0856d056bbc9394e8e4b7c_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e6e0147dbd1c1af919da7d83357bca2d804de41aed0856d056bbc9394e8e4b7c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Ae6e0147dbd1c1af919da7d83357bca2d804de41aed0856d056bbc9394e8e4b7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1780985048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a07c9e91eab3a79552db6835a247558371446dd9c71e52316e1d8a543ab1e18_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a07c9e91eab3a79552db6835a247558371446dd9c71e52316e1d8a543ab1e18_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a07c9e91eab3a79552db6835a247558371446dd9c71e52316e1d8a543ab1e18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A3a07c9e91eab3a79552db6835a247558371446dd9c71e52316e1d8a543ab1e18?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=1780984376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0325eddd2ec6e5cbaf79575c44dc3541da4e61e33dceead6e93d599580ffb03_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0325eddd2ec6e5cbaf79575c44dc3541da4e61e33dceead6e93d599580ffb03_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0325eddd2ec6e5cbaf79575c44dc3541da4e61e33dceead6e93d599580ffb03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Aa0325eddd2ec6e5cbaf79575c44dc3541da4e61e33dceead6e93d599580ffb03?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1780976804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fa3c364d89aaf09867adb992c7b643a9c9e6fab34bb037456404a285e9221da2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fa3c364d89aaf09867adb992c7b643a9c9e6fab34bb037456404a285e9221da2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fa3c364d89aaf09867adb992c7b643a9c9e6fab34bb037456404a285e9221da2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3Afa3c364d89aaf09867adb992c7b643a9c9e6fab34bb037456404a285e9221da2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9\u0026tag=1780976089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:df14ef8a3939f2e02a8052ac17ce00b844f0391563305a26a5734e7c215d40bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:df14ef8a3939f2e02a8052ac17ce00b844f0391563305a26a5734e7c215d40bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:df14ef8a3939f2e02a8052ac17ce00b844f0391563305a26a5734e7c215d40bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3Adf14ef8a3939f2e02a8052ac17ce00b844f0391563305a26a5734e7c215d40bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=1780976103"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d3ebdae06c35615bd2d80a401a3cce9d162f99b37336baf5019cb280de5157a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d3ebdae06c35615bd2d80a401a3cce9d162f99b37336baf5019cb280de5157a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d3ebdae06c35615bd2d80a401a3cce9d162f99b37336baf5019cb280de5157a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Ad3ebdae06c35615bd2d80a401a3cce9d162f99b37336baf5019cb280de5157a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=1781029706"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:da002c44b64d7fd7080bb830048e14b748df1086b0eeb9307c89126073dc5331_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:da002c44b64d7fd7080bb830048e14b748df1086b0eeb9307c89126073dc5331_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:da002c44b64d7fd7080bb830048e14b748df1086b0eeb9307c89126073dc5331_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Ada002c44b64d7fd7080bb830048e14b748df1086b0eeb9307c89126073dc5331?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1780977540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e2600706438da5d16471f1cd19aba4712c261bc29b5fec9dd7ba9be778add0bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e2600706438da5d16471f1cd19aba4712c261bc29b5fec9dd7ba9be778add0bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e2600706438da5d16471f1cd19aba4712c261bc29b5fec9dd7ba9be778add0bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Ae2600706438da5d16471f1cd19aba4712c261bc29b5fec9dd7ba9be778add0bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1780980419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70490327ca3ed82f44d333846019b65a72d6fa276ec3973721e2e0fc2e4a3471_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70490327ca3ed82f44d333846019b65a72d6fa276ec3973721e2e0fc2e4a3471_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70490327ca3ed82f44d333846019b65a72d6fa276ec3973721e2e0fc2e4a3471_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A70490327ca3ed82f44d333846019b65a72d6fa276ec3973721e2e0fc2e4a3471?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1780988896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e3ba22bf4740e61d59bd3abf74534d64cee3f2130dc86167b466b4f83e06ea89_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e3ba22bf4740e61d59bd3abf74534d64cee3f2130dc86167b466b4f83e06ea89_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e3ba22bf4740e61d59bd3abf74534d64cee3f2130dc86167b466b4f83e06ea89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Ae3ba22bf4740e61d59bd3abf74534d64cee3f2130dc86167b466b4f83e06ea89?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1780983293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:be21ab62f23d567d9eb38613321fd1b39b1570c2679f2bf6dcfb6731a02ec7f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:be21ab62f23d567d9eb38613321fd1b39b1570c2679f2bf6dcfb6731a02ec7f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:be21ab62f23d567d9eb38613321fd1b39b1570c2679f2bf6dcfb6731a02ec7f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Abe21ab62f23d567d9eb38613321fd1b39b1570c2679f2bf6dcfb6731a02ec7f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1780976827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c6ac5b6eb2c87291f21240c30bc76cc30e924cff6ff6c091df38e25051f7c014_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c6ac5b6eb2c87291f21240c30bc76cc30e924cff6ff6c091df38e25051f7c014_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c6ac5b6eb2c87291f21240c30bc76cc30e924cff6ff6c091df38e25051f7c014_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ac6ac5b6eb2c87291f21240c30bc76cc30e924cff6ff6c091df38e25051f7c014?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1780981380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c4eca9e6e1d1736956c4c27fa1f873e436c69cbb0a734fb154cc0ea64a71b87_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c4eca9e6e1d1736956c4c27fa1f873e436c69cbb0a734fb154cc0ea64a71b87_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c4eca9e6e1d1736956c4c27fa1f873e436c69cbb0a734fb154cc0ea64a71b87_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A2c4eca9e6e1d1736956c4c27fa1f873e436c69cbb0a734fb154cc0ea64a71b87?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1780980540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c636e1b9dc7345f148113f901972d3bd3cbb6149ca01ff5333667fa1914a7067_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c636e1b9dc7345f148113f901972d3bd3cbb6149ca01ff5333667fa1914a7067_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c636e1b9dc7345f148113f901972d3bd3cbb6149ca01ff5333667fa1914a7067_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Ac636e1b9dc7345f148113f901972d3bd3cbb6149ca01ff5333667fa1914a7067?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1780979428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4e752b9c1c07b3c544e0f8d051fab8a7aaedbab95505865d491afa69fdf4a469_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4e752b9c1c07b3c544e0f8d051fab8a7aaedbab95505865d491afa69fdf4a469_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4e752b9c1c07b3c544e0f8d051fab8a7aaedbab95505865d491afa69fdf4a469_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A4e752b9c1c07b3c544e0f8d051fab8a7aaedbab95505865d491afa69fdf4a469?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1780986255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:079e10d6f1763da07f277bd857026175527f4f4474534f57bfc2871ef4dd5010_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:079e10d6f1763da07f277bd857026175527f4f4474534f57bfc2871ef4dd5010_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:079e10d6f1763da07f277bd857026175527f4f4474534f57bfc2871ef4dd5010_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A079e10d6f1763da07f277bd857026175527f4f4474534f57bfc2871ef4dd5010?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1780993987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f383dd4155ed57263e2f15f1d985d90a8de9c39eb1b337b81522e42716dda6c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f383dd4155ed57263e2f15f1d985d90a8de9c39eb1b337b81522e42716dda6c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f383dd4155ed57263e2f15f1d985d90a8de9c39eb1b337b81522e42716dda6c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Af383dd4155ed57263e2f15f1d985d90a8de9c39eb1b337b81522e42716dda6c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1780979404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:82bc2b7b816feb327ad7ec25242423d7e29602397269e282e8f2061fdfc4d64e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:82bc2b7b816feb327ad7ec25242423d7e29602397269e282e8f2061fdfc4d64e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:82bc2b7b816feb327ad7ec25242423d7e29602397269e282e8f2061fdfc4d64e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A82bc2b7b816feb327ad7ec25242423d7e29602397269e282e8f2061fdfc4d64e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1780983156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af57ecdc60cf066913e6ebf0dfef400f0a254b5f6dfd0aa31d83999265b468f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af57ecdc60cf066913e6ebf0dfef400f0a254b5f6dfd0aa31d83999265b468f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af57ecdc60cf066913e6ebf0dfef400f0a254b5f6dfd0aa31d83999265b468f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3Aaf57ecdc60cf066913e6ebf0dfef400f0a254b5f6dfd0aa31d83999265b468f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1780979783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7b119e3bafeb462483245c1ff17369a414ba505a8b79f0bd9d705570ed76560f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7b119e3bafeb462483245c1ff17369a414ba505a8b79f0bd9d705570ed76560f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7b119e3bafeb462483245c1ff17369a414ba505a8b79f0bd9d705570ed76560f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A7b119e3bafeb462483245c1ff17369a414ba505a8b79f0bd9d705570ed76560f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1780985484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a58862a5df96016de66cc08fcb3cc26656178b6df316a209d04a6a8cc8dd3271_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a58862a5df96016de66cc08fcb3cc26656178b6df316a209d04a6a8cc8dd3271_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a58862a5df96016de66cc08fcb3cc26656178b6df316a209d04a6a8cc8dd3271_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Aa58862a5df96016de66cc08fcb3cc26656178b6df316a209d04a6a8cc8dd3271?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1780982735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a3a995d8193b4e2292d94d3d3868860e5d189f6ad7e3b53470258b837a9e012_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a3a995d8193b4e2292d94d3d3868860e5d189f6ad7e3b53470258b837a9e012_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a3a995d8193b4e2292d94d3d3868860e5d189f6ad7e3b53470258b837a9e012_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A8a3a995d8193b4e2292d94d3d3868860e5d189f6ad7e3b53470258b837a9e012?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1780980682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:07dd1f6e2866eb81c2d5401d96cc41aa53a07332fff1f9c5957c0acb7d795d89_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:07dd1f6e2866eb81c2d5401d96cc41aa53a07332fff1f9c5957c0acb7d795d89_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:07dd1f6e2866eb81c2d5401d96cc41aa53a07332fff1f9c5957c0acb7d795d89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A07dd1f6e2866eb81c2d5401d96cc41aa53a07332fff1f9c5957c0acb7d795d89?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1780976990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:40b315018e5a869a4cbd0ac9723cc224602e1996e47b8107f60beebe52d9c6a1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:40b315018e5a869a4cbd0ac9723cc224602e1996e47b8107f60beebe52d9c6a1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:40b315018e5a869a4cbd0ac9723cc224602e1996e47b8107f60beebe52d9c6a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A40b315018e5a869a4cbd0ac9723cc224602e1996e47b8107f60beebe52d9c6a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1780978022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6dc4fb0a3b2ac5a3c1bf76e1a188c829e45adb16376edb8e147744721415c02d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6dc4fb0a3b2ac5a3c1bf76e1a188c829e45adb16376edb8e147744721415c02d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6dc4fb0a3b2ac5a3c1bf76e1a188c829e45adb16376edb8e147744721415c02d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A6dc4fb0a3b2ac5a3c1bf76e1a188c829e45adb16376edb8e147744721415c02d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1780976555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:56a429e6debca0139cb61b640a8cafbe02094b3a318af835549003fc7ab1aedc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:56a429e6debca0139cb61b640a8cafbe02094b3a318af835549003fc7ab1aedc_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:56a429e6debca0139cb61b640a8cafbe02094b3a318af835549003fc7ab1aedc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A56a429e6debca0139cb61b640a8cafbe02094b3a318af835549003fc7ab1aedc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=1780977200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4b17e4141db4d6d51a2b16e42eb12aa240220d4dc9e360ff92ce8332d6314493_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4b17e4141db4d6d51a2b16e42eb12aa240220d4dc9e360ff92ce8332d6314493_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4b17e4141db4d6d51a2b16e42eb12aa240220d4dc9e360ff92ce8332d6314493_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A4b17e4141db4d6d51a2b16e42eb12aa240220d4dc9e360ff92ce8332d6314493?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1780988612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4d3c07d64d81e9b7ff3fdde9a57fa6549f088e5a96125e91f3007116d20337e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4d3c07d64d81e9b7ff3fdde9a57fa6549f088e5a96125e91f3007116d20337e7_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4d3c07d64d81e9b7ff3fdde9a57fa6549f088e5a96125e91f3007116d20337e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A4d3c07d64d81e9b7ff3fdde9a57fa6549f088e5a96125e91f3007116d20337e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1780976831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:279a1f40f5daf3dfcbb6ae72d7b34e1cdea81c93b8f26934b0b75a5691768488_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:279a1f40f5daf3dfcbb6ae72d7b34e1cdea81c93b8f26934b0b75a5691768488_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:279a1f40f5daf3dfcbb6ae72d7b34e1cdea81c93b8f26934b0b75a5691768488_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A279a1f40f5daf3dfcbb6ae72d7b34e1cdea81c93b8f26934b0b75a5691768488?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1780986285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:12069b4c9b06e21bceed36e3a6ac286441ef97700a121b6fce5164f3f9af5fb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:12069b4c9b06e21bceed36e3a6ac286441ef97700a121b6fce5164f3f9af5fb2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:12069b4c9b06e21bceed36e3a6ac286441ef97700a121b6fce5164f3f9af5fb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A12069b4c9b06e21bceed36e3a6ac286441ef97700a121b6fce5164f3f9af5fb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1780977133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4fd9b39cbbe283c025a05b6343bcf2010b3ff4ee8ec7d585cd5146761d37f548_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4fd9b39cbbe283c025a05b6343bcf2010b3ff4ee8ec7d585cd5146761d37f548_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4fd9b39cbbe283c025a05b6343bcf2010b3ff4ee8ec7d585cd5146761d37f548_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A4fd9b39cbbe283c025a05b6343bcf2010b3ff4ee8ec7d585cd5146761d37f548?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1780982932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c565a6990de02cc0f223060fd59bcf99ea9239a2286a4ac1212fb859f0bbc078_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c565a6990de02cc0f223060fd59bcf99ea9239a2286a4ac1212fb859f0bbc078_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c565a6990de02cc0f223060fd59bcf99ea9239a2286a4ac1212fb859f0bbc078_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Ac565a6990de02cc0f223060fd59bcf99ea9239a2286a4ac1212fb859f0bbc078?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1780976972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b924a823e9f8399b040ea016bd74e7a6ce04256c662a9226676b9ad06bd18c5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b924a823e9f8399b040ea016bd74e7a6ce04256c662a9226676b9ad06bd18c5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b924a823e9f8399b040ea016bd74e7a6ce04256c662a9226676b9ad06bd18c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A4b924a823e9f8399b040ea016bd74e7a6ce04256c662a9226676b9ad06bd18c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1780982679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c9fb883a4258dca7dc277774721df45548564f1bf02db259d10eb28030312b5d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c9fb883a4258dca7dc277774721df45548564f1bf02db259d10eb28030312b5d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c9fb883a4258dca7dc277774721df45548564f1bf02db259d10eb28030312b5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Ac9fb883a4258dca7dc277774721df45548564f1bf02db259d10eb28030312b5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1780986205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66fec0af1793ffe236208f8922add7344361185eb6819cb2d655c6941de28d0c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66fec0af1793ffe236208f8922add7344361185eb6819cb2d655c6941de28d0c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66fec0af1793ffe236208f8922add7344361185eb6819cb2d655c6941de28d0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A66fec0af1793ffe236208f8922add7344361185eb6819cb2d655c6941de28d0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1780986297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9f22b0754b61e971e65dadcf6b1180062d05f0512761ded6d3c72740ad4685b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9f22b0754b61e971e65dadcf6b1180062d05f0512761ded6d3c72740ad4685b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9f22b0754b61e971e65dadcf6b1180062d05f0512761ded6d3c72740ad4685b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A9f22b0754b61e971e65dadcf6b1180062d05f0512761ded6d3c72740ad4685b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1780985269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b0dbb59715d1fa2ad7d31b84fecd58695e3e79d1cd975c9d1ddff84f79aed5a0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b0dbb59715d1fa2ad7d31b84fecd58695e3e79d1cd975c9d1ddff84f79aed5a0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b0dbb59715d1fa2ad7d31b84fecd58695e3e79d1cd975c9d1ddff84f79aed5a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Ab0dbb59715d1fa2ad7d31b84fecd58695e3e79d1cd975c9d1ddff84f79aed5a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1780985154"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a96fd264e1b79591176e03632a3e3ff3a1f1081ea5144f188eb7089083204a6b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a96fd264e1b79591176e03632a3e3ff3a1f1081ea5144f188eb7089083204a6b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a96fd264e1b79591176e03632a3e3ff3a1f1081ea5144f188eb7089083204a6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Aa96fd264e1b79591176e03632a3e3ff3a1f1081ea5144f188eb7089083204a6b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1780976980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f451c542472d35f555ba7e0ca5fe6ed5cb35b9fc0d915ed32486f1a0c7b361dc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f451c542472d35f555ba7e0ca5fe6ed5cb35b9fc0d915ed32486f1a0c7b361dc_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f451c542472d35f555ba7e0ca5fe6ed5cb35b9fc0d915ed32486f1a0c7b361dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Af451c542472d35f555ba7e0ca5fe6ed5cb35b9fc0d915ed32486f1a0c7b361dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1780979297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:37dad142f4de244e37a4cc2b932ea9bab8fbcf7663136b59919b8d4ed4d8888b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:37dad142f4de244e37a4cc2b932ea9bab8fbcf7663136b59919b8d4ed4d8888b_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:37dad142f4de244e37a4cc2b932ea9bab8fbcf7663136b59919b8d4ed4d8888b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A37dad142f4de244e37a4cc2b932ea9bab8fbcf7663136b59919b8d4ed4d8888b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1780979331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d6d4776004505cb4168ece720f3cd383519c76c229c53bcbff27b4f62fdfcba9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d6d4776004505cb4168ece720f3cd383519c76c229c53bcbff27b4f62fdfcba9_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d6d4776004505cb4168ece720f3cd383519c76c229c53bcbff27b4f62fdfcba9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Ad6d4776004505cb4168ece720f3cd383519c76c229c53bcbff27b4f62fdfcba9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1780981016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:824b4a9540976d5629148192a78290f5dda3f3a84864ce49ed07c2ccc00774f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:824b4a9540976d5629148192a78290f5dda3f3a84864ce49ed07c2ccc00774f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:824b4a9540976d5629148192a78290f5dda3f3a84864ce49ed07c2ccc00774f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A824b4a9540976d5629148192a78290f5dda3f3a84864ce49ed07c2ccc00774f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1780976729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16adad4fa643e6403dfcca964ae82f52be58ada93103c99e935f0dd7f8a8ce19_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16adad4fa643e6403dfcca964ae82f52be58ada93103c99e935f0dd7f8a8ce19_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16adad4fa643e6403dfcca964ae82f52be58ada93103c99e935f0dd7f8a8ce19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A16adad4fa643e6403dfcca964ae82f52be58ada93103c99e935f0dd7f8a8ce19?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1780985311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:911568aa124776b2b7a4dd01b5a045b9e5109634afa9510e250115cc9960652f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:911568aa124776b2b7a4dd01b5a045b9e5109634afa9510e250115cc9960652f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:911568aa124776b2b7a4dd01b5a045b9e5109634afa9510e250115cc9960652f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A911568aa124776b2b7a4dd01b5a045b9e5109634afa9510e250115cc9960652f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1780982237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:82b5a2010b2619bfe1dc1a3763af5c642e3c8d435dd7b91713e581f267dece66_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:82b5a2010b2619bfe1dc1a3763af5c642e3c8d435dd7b91713e581f267dece66_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:82b5a2010b2619bfe1dc1a3763af5c642e3c8d435dd7b91713e581f267dece66_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A82b5a2010b2619bfe1dc1a3763af5c642e3c8d435dd7b91713e581f267dece66?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1781010180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b74d75ec982d2c35bf2f67a22eb8cc307ce5c995134e88b0ce9513df79cb5eed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b74d75ec982d2c35bf2f67a22eb8cc307ce5c995134e88b0ce9513df79cb5eed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b74d75ec982d2c35bf2f67a22eb8cc307ce5c995134e88b0ce9513df79cb5eed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ab74d75ec982d2c35bf2f67a22eb8cc307ce5c995134e88b0ce9513df79cb5eed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1780984444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56db80905cdd80d7ef3ad4cb8e0620868713a31853dc797db397431af032d322_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56db80905cdd80d7ef3ad4cb8e0620868713a31853dc797db397431af032d322_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56db80905cdd80d7ef3ad4cb8e0620868713a31853dc797db397431af032d322_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A56db80905cdd80d7ef3ad4cb8e0620868713a31853dc797db397431af032d322?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1781002119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6d99d80ca988aed5a3cc74e6018aeda442f0c5cee4b033d13e9e6995b65a5ad7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6d99d80ca988aed5a3cc74e6018aeda442f0c5cee4b033d13e9e6995b65a5ad7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6d99d80ca988aed5a3cc74e6018aeda442f0c5cee4b033d13e9e6995b65a5ad7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A6d99d80ca988aed5a3cc74e6018aeda442f0c5cee4b033d13e9e6995b65a5ad7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1780986286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:39c30a1eaedbaf0ac3ab12323d80529026bbdc878a38981bad392602cb1ba438_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:39c30a1eaedbaf0ac3ab12323d80529026bbdc878a38981bad392602cb1ba438_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:39c30a1eaedbaf0ac3ab12323d80529026bbdc878a38981bad392602cb1ba438_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A39c30a1eaedbaf0ac3ab12323d80529026bbdc878a38981bad392602cb1ba438?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1780977473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1b574dc3b519ff20706162d18bc6c2d9970b0ebddc7547a9db809aa9d3eae74e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1b574dc3b519ff20706162d18bc6c2d9970b0ebddc7547a9db809aa9d3eae74e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1b574dc3b519ff20706162d18bc6c2d9970b0ebddc7547a9db809aa9d3eae74e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A1b574dc3b519ff20706162d18bc6c2d9970b0ebddc7547a9db809aa9d3eae74e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1780979380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ac836331535a29128d1cdc88472143227965ce06b994072a39d407121f49e613_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ac836331535a29128d1cdc88472143227965ce06b994072a39d407121f49e613_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ac836331535a29128d1cdc88472143227965ce06b994072a39d407121f49e613_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Aac836331535a29128d1cdc88472143227965ce06b994072a39d407121f49e613?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1780985290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98803d660cb292a0b19a91c024bd8615bb4b6304b6d5ced3230f164b20fa5473_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98803d660cb292a0b19a91c024bd8615bb4b6304b6d5ced3230f164b20fa5473_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98803d660cb292a0b19a91c024bd8615bb4b6304b6d5ced3230f164b20fa5473_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A98803d660cb292a0b19a91c024bd8615bb4b6304b6d5ced3230f164b20fa5473?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1781002074"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb2f77f5bf96fb99626ad02c0f963a6c862c04a7a7162a1987426c2a94ac685b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb2f77f5bf96fb99626ad02c0f963a6c862c04a7a7162a1987426c2a94ac685b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb2f77f5bf96fb99626ad02c0f963a6c862c04a7a7162a1987426c2a94ac685b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Abb2f77f5bf96fb99626ad02c0f963a6c862c04a7a7162a1987426c2a94ac685b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1780976879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:975a1cb86ca8e2894140c93a96affde0efa449c772043420886db12339aa820c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:975a1cb86ca8e2894140c93a96affde0efa449c772043420886db12339aa820c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:975a1cb86ca8e2894140c93a96affde0efa449c772043420886db12339aa820c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A975a1cb86ca8e2894140c93a96affde0efa449c772043420886db12339aa820c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1780978409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cf4f62c2815857254a395a0034d68e3668cac219bc2e08e8a9e130034664a957_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cf4f62c2815857254a395a0034d68e3668cac219bc2e08e8a9e130034664a957_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cf4f62c2815857254a395a0034d68e3668cac219bc2e08e8a9e130034664a957_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3Acf4f62c2815857254a395a0034d68e3668cac219bc2e08e8a9e130034664a957?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9\u0026tag=1780976734"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4bf77f2090c7ff486b87a86cb2e619015d7e1ee3ec31e3a825c22154be80738c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4bf77f2090c7ff486b87a86cb2e619015d7e1ee3ec31e3a825c22154be80738c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4bf77f2090c7ff486b87a86cb2e619015d7e1ee3ec31e3a825c22154be80738c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A4bf77f2090c7ff486b87a86cb2e619015d7e1ee3ec31e3a825c22154be80738c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator\u0026tag=1780975937"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bbce40bcd762ed1eaa08e19ca0212121a597c5c025305a552c1d5aab32c867ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bbce40bcd762ed1eaa08e19ca0212121a597c5c025305a552c1d5aab32c867ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bbce40bcd762ed1eaa08e19ca0212121a597c5c025305a552c1d5aab32c867ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Abbce40bcd762ed1eaa08e19ca0212121a597c5c025305a552c1d5aab32c867ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9\u0026tag=1780976972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:905a175fbbd6c3e81dbcf8c9192841984b0298f06666168a26cb27babe1e2893_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:905a175fbbd6c3e81dbcf8c9192841984b0298f06666168a26cb27babe1e2893_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:905a175fbbd6c3e81dbcf8c9192841984b0298f06666168a26cb27babe1e2893_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A905a175fbbd6c3e81dbcf8c9192841984b0298f06666168a26cb27babe1e2893?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1780976436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6f45aa19891117b7dfb96ed1d5f95025423f62669549fda2114a889b80dca8ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6f45aa19891117b7dfb96ed1d5f95025423f62669549fda2114a889b80dca8ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6f45aa19891117b7dfb96ed1d5f95025423f62669549fda2114a889b80dca8ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A6f45aa19891117b7dfb96ed1d5f95025423f62669549fda2114a889b80dca8ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1780976638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a9bbfbf82188d91ad574b5896f305c4d7b6d8490c8920efee82d2bea49d0889d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a9bbfbf82188d91ad574b5896f305c4d7b6d8490c8920efee82d2bea49d0889d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a9bbfbf82188d91ad574b5896f305c4d7b6d8490c8920efee82d2bea49d0889d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Aa9bbfbf82188d91ad574b5896f305c4d7b6d8490c8920efee82d2bea49d0889d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1780976032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7f1abf185014eba5af23da250feb4cb6ccf36627eda3f383172b4ac24866285a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7f1abf185014eba5af23da250feb4cb6ccf36627eda3f383172b4ac24866285a_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7f1abf185014eba5af23da250feb4cb6ccf36627eda3f383172b4ac24866285a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A7f1abf185014eba5af23da250feb4cb6ccf36627eda3f383172b4ac24866285a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1781068883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:62ccd6215d94e446e9d72670658341a4f9410005ae77541ff628ea320a3e4e0c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:62ccd6215d94e446e9d72670658341a4f9410005ae77541ff628ea320a3e4e0c_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:62ccd6215d94e446e9d72670658341a4f9410005ae77541ff628ea320a3e4e0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A62ccd6215d94e446e9d72670658341a4f9410005ae77541ff628ea320a3e4e0c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1780982415"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e18c5c5992f5cecfb2c300b9e7cd3cf0b4175a4e3f4e3cd216b6e6effd875cd0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e18c5c5992f5cecfb2c300b9e7cd3cf0b4175a4e3f4e3cd216b6e6effd875cd0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e18c5c5992f5cecfb2c300b9e7cd3cf0b4175a4e3f4e3cd216b6e6effd875cd0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ae18c5c5992f5cecfb2c300b9e7cd3cf0b4175a4e3f4e3cd216b6e6effd875cd0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1780980329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7d0b0708dcd3141c39af363fa99f62c1f223b22e2c6ea41ed83bba8dc0eadbac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7d0b0708dcd3141c39af363fa99f62c1f223b22e2c6ea41ed83bba8dc0eadbac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7d0b0708dcd3141c39af363fa99f62c1f223b22e2c6ea41ed83bba8dc0eadbac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A7d0b0708dcd3141c39af363fa99f62c1f223b22e2c6ea41ed83bba8dc0eadbac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1780982439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cca40d616806de4c1cab0a9d0e54a614d0a4bdba7b0dc49b3191d0ca6218a4f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cca40d616806de4c1cab0a9d0e54a614d0a4bdba7b0dc49b3191d0ca6218a4f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cca40d616806de4c1cab0a9d0e54a614d0a4bdba7b0dc49b3191d0ca6218a4f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Acca40d616806de4c1cab0a9d0e54a614d0a4bdba7b0dc49b3191d0ca6218a4f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1780985180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d36a332435642bb7099a06c8fb3c27e614a19094ad6a727493cb1524dc64c5a3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d36a332435642bb7099a06c8fb3c27e614a19094ad6a727493cb1524dc64c5a3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d36a332435642bb7099a06c8fb3c27e614a19094ad6a727493cb1524dc64c5a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Ad36a332435642bb7099a06c8fb3c27e614a19094ad6a727493cb1524dc64c5a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1780976919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea27513cabdb48624bccf772ec7657f21f625d034ae16afd2ed87785c1e92c6d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea27513cabdb48624bccf772ec7657f21f625d034ae16afd2ed87785c1e92c6d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea27513cabdb48624bccf772ec7657f21f625d034ae16afd2ed87785c1e92c6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Aea27513cabdb48624bccf772ec7657f21f625d034ae16afd2ed87785c1e92c6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1780978446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f10fa7d1184ad4027ebb2ca7ddf6ea2cf6da59dfadb6c38648d056d4590c9229_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f10fa7d1184ad4027ebb2ca7ddf6ea2cf6da59dfadb6c38648d056d4590c9229_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f10fa7d1184ad4027ebb2ca7ddf6ea2cf6da59dfadb6c38648d056d4590c9229_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Af10fa7d1184ad4027ebb2ca7ddf6ea2cf6da59dfadb6c38648d056d4590c9229?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1780976314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:522b3603a3ab87dbc1f9fa4f9b25acf2e22f7a751eacb823feb18279b0024e64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:522b3603a3ab87dbc1f9fa4f9b25acf2e22f7a751eacb823feb18279b0024e64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:522b3603a3ab87dbc1f9fa4f9b25acf2e22f7a751eacb823feb18279b0024e64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A522b3603a3ab87dbc1f9fa4f9b25acf2e22f7a751eacb823feb18279b0024e64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1780982219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dbb674226e46dc1b62076e4b1e62fd51a82d01ad2c66c8477e7c01df44883d35_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dbb674226e46dc1b62076e4b1e62fd51a82d01ad2c66c8477e7c01df44883d35_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dbb674226e46dc1b62076e4b1e62fd51a82d01ad2c66c8477e7c01df44883d35_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Adbb674226e46dc1b62076e4b1e62fd51a82d01ad2c66c8477e7c01df44883d35?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1780976666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5ff979d48e835cf602e6172479b8de0623422c888c6a527302b2e8554803d2a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5ff979d48e835cf602e6172479b8de0623422c888c6a527302b2e8554803d2a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5ff979d48e835cf602e6172479b8de0623422c888c6a527302b2e8554803d2a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A5ff979d48e835cf602e6172479b8de0623422c888c6a527302b2e8554803d2a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1780976494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fca2ce6e0a8cad74aa81f2f2807df63d35ca7e9d8b28b18e33c926beb90b0377_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fca2ce6e0a8cad74aa81f2f2807df63d35ca7e9d8b28b18e33c926beb90b0377_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fca2ce6e0a8cad74aa81f2f2807df63d35ca7e9d8b28b18e33c926beb90b0377_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Afca2ce6e0a8cad74aa81f2f2807df63d35ca7e9d8b28b18e33c926beb90b0377?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1780977466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de0d4563044c6a4bfc4377fca5c855099c80e3041dded830c6d95cd37f0bada0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de0d4563044c6a4bfc4377fca5c855099c80e3041dded830c6d95cd37f0bada0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de0d4563044c6a4bfc4377fca5c855099c80e3041dded830c6d95cd37f0bada0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ade0d4563044c6a4bfc4377fca5c855099c80e3041dded830c6d95cd37f0bada0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1780979806"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8217f4993b4f563cad1ae65f14973e5c48b7cd3b2e1f15f1edb86af23590669d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8217f4993b4f563cad1ae65f14973e5c48b7cd3b2e1f15f1edb86af23590669d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8217f4993b4f563cad1ae65f14973e5c48b7cd3b2e1f15f1edb86af23590669d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A8217f4993b4f563cad1ae65f14973e5c48b7cd3b2e1f15f1edb86af23590669d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1780977329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31fa4df80aba35ec3c17dfe9ec6939d556219701e0545ae6decc89cd6ba79087_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31fa4df80aba35ec3c17dfe9ec6939d556219701e0545ae6decc89cd6ba79087_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31fa4df80aba35ec3c17dfe9ec6939d556219701e0545ae6decc89cd6ba79087_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A31fa4df80aba35ec3c17dfe9ec6939d556219701e0545ae6decc89cd6ba79087?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1780976097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cfcae1f52c6bada121cbbd1c32c9700234e450aa6ca1c5e36cc756f983deed88_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cfcae1f52c6bada121cbbd1c32c9700234e450aa6ca1c5e36cc756f983deed88_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cfcae1f52c6bada121cbbd1c32c9700234e450aa6ca1c5e36cc756f983deed88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Acfcae1f52c6bada121cbbd1c32c9700234e450aa6ca1c5e36cc756f983deed88?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1780976371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:84b8d2487f35496afe73125df7e2e0e244dcebc21b797e5915c3ca460b0164d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:84b8d2487f35496afe73125df7e2e0e244dcebc21b797e5915c3ca460b0164d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:84b8d2487f35496afe73125df7e2e0e244dcebc21b797e5915c3ca460b0164d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A84b8d2487f35496afe73125df7e2e0e244dcebc21b797e5915c3ca460b0164d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1780977604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:eca61a182d0aba2f33b8f00fe022dfc4a00ecb2c4e5871c8e3f4047ebab2dc04_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:eca61a182d0aba2f33b8f00fe022dfc4a00ecb2c4e5871c8e3f4047ebab2dc04_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:eca61a182d0aba2f33b8f00fe022dfc4a00ecb2c4e5871c8e3f4047ebab2dc04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Aeca61a182d0aba2f33b8f00fe022dfc4a00ecb2c4e5871c8e3f4047ebab2dc04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1780978378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4580275c9fbe7e7c4f4e41d577aaf9bd51c519f29e93e9dc436ddbf34c7d266_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4580275c9fbe7e7c4f4e41d577aaf9bd51c519f29e93e9dc436ddbf34c7d266_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4580275c9fbe7e7c4f4e41d577aaf9bd51c519f29e93e9dc436ddbf34c7d266_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ae4580275c9fbe7e7c4f4e41d577aaf9bd51c519f29e93e9dc436ddbf34c7d266?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1780979164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b694b8c876fc29c8090521e7ebc2c02be88c9c811c9c1734c79d524baaada9ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b694b8c876fc29c8090521e7ebc2c02be88c9c811c9c1734c79d524baaada9ce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b694b8c876fc29c8090521e7ebc2c02be88c9c811c9c1734c79d524baaada9ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Ab694b8c876fc29c8090521e7ebc2c02be88c9c811c9c1734c79d524baaada9ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1780976954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:372e2b2bd887a5ba12a2e7187fb666fb167d0a0c8678e78dc9e6263ebed37bc2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:372e2b2bd887a5ba12a2e7187fb666fb167d0a0c8678e78dc9e6263ebed37bc2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:372e2b2bd887a5ba12a2e7187fb666fb167d0a0c8678e78dc9e6263ebed37bc2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A372e2b2bd887a5ba12a2e7187fb666fb167d0a0c8678e78dc9e6263ebed37bc2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1780978481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:92d1062b43e34737bdd26b9ff74d92d43b64a699f1e2c1275ece8f6c9b1478c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:92d1062b43e34737bdd26b9ff74d92d43b64a699f1e2c1275ece8f6c9b1478c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:92d1062b43e34737bdd26b9ff74d92d43b64a699f1e2c1275ece8f6c9b1478c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A92d1062b43e34737bdd26b9ff74d92d43b64a699f1e2c1275ece8f6c9b1478c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1780978082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b614ecd78191da979aa5e6de4904c4b45d71fc0820e2e9695021c468ab2d0522_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b614ecd78191da979aa5e6de4904c4b45d71fc0820e2e9695021c468ab2d0522_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b614ecd78191da979aa5e6de4904c4b45d71fc0820e2e9695021c468ab2d0522_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ab614ecd78191da979aa5e6de4904c4b45d71fc0820e2e9695021c468ab2d0522?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1780985485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d7186ccfabcfb1537e42db07aacb004ffac5d893e8e20f1a909176952c4ba00d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d7186ccfabcfb1537e42db07aacb004ffac5d893e8e20f1a909176952c4ba00d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d7186ccfabcfb1537e42db07aacb004ffac5d893e8e20f1a909176952c4ba00d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Ad7186ccfabcfb1537e42db07aacb004ffac5d893e8e20f1a909176952c4ba00d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1780988402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc0dafbafec45d46183b03f4a7a455fd1db3fbdd8d5ade284fc34c974647a55a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc0dafbafec45d46183b03f4a7a455fd1db3fbdd8d5ade284fc34c974647a55a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc0dafbafec45d46183b03f4a7a455fd1db3fbdd8d5ade284fc34c974647a55a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Afc0dafbafec45d46183b03f4a7a455fd1db3fbdd8d5ade284fc34c974647a55a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1780988484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6095b8baa4b32f6915ef6ffaebcaab125acfc2bc23006d23b8be04be7442154_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6095b8baa4b32f6915ef6ffaebcaab125acfc2bc23006d23b8be04be7442154_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6095b8baa4b32f6915ef6ffaebcaab125acfc2bc23006d23b8be04be7442154_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ab6095b8baa4b32f6915ef6ffaebcaab125acfc2bc23006d23b8be04be7442154?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1780984555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ede4d100369f2bd01f79b4cd86c50965d091fd6f582b48369bcc3e74110473d7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ede4d100369f2bd01f79b4cd86c50965d091fd6f582b48369bcc3e74110473d7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ede4d100369f2bd01f79b4cd86c50965d091fd6f582b48369bcc3e74110473d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Aede4d100369f2bd01f79b4cd86c50965d091fd6f582b48369bcc3e74110473d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1780979731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbd85d81d9452e08efcfc7c9cd2d131045d8e33bfdf4c57687377b5f8d1da762_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbd85d81d9452e08efcfc7c9cd2d131045d8e33bfdf4c57687377b5f8d1da762_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbd85d81d9452e08efcfc7c9cd2d131045d8e33bfdf4c57687377b5f8d1da762_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Acbd85d81d9452e08efcfc7c9cd2d131045d8e33bfdf4c57687377b5f8d1da762?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1780979786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be6a2fbac7aef6c2b49aa03843796a2aff8f242a76ca12c8bdd97a40f3b11000_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be6a2fbac7aef6c2b49aa03843796a2aff8f242a76ca12c8bdd97a40f3b11000_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be6a2fbac7aef6c2b49aa03843796a2aff8f242a76ca12c8bdd97a40f3b11000_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Abe6a2fbac7aef6c2b49aa03843796a2aff8f242a76ca12c8bdd97a40f3b11000?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1780980779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d6e27f0f7452d0ec0445608ee11904987ed62e79ae5b501c8c548b3140a72916_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d6e27f0f7452d0ec0445608ee11904987ed62e79ae5b501c8c548b3140a72916_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d6e27f0f7452d0ec0445608ee11904987ed62e79ae5b501c8c548b3140a72916_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Ad6e27f0f7452d0ec0445608ee11904987ed62e79ae5b501c8c548b3140a72916?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1780980234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:517435307941a212c321cc125a7a065bc01c3dcca1d48d1f406eda581654eb35_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:517435307941a212c321cc125a7a065bc01c3dcca1d48d1f406eda581654eb35_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:517435307941a212c321cc125a7a065bc01c3dcca1d48d1f406eda581654eb35_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A517435307941a212c321cc125a7a065bc01c3dcca1d48d1f406eda581654eb35?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1780978877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3af69cedb03c410faf9169e26013dea148e9d8b7e5e9e9047c89a06b1913ccb3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3af69cedb03c410faf9169e26013dea148e9d8b7e5e9e9047c89a06b1913ccb3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3af69cedb03c410faf9169e26013dea148e9d8b7e5e9e9047c89a06b1913ccb3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A3af69cedb03c410faf9169e26013dea148e9d8b7e5e9e9047c89a06b1913ccb3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1780981077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e40130b1e2a74e2b4eb451df197248f85db457c4e50fbbaf8447f8d9de18363a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e40130b1e2a74e2b4eb451df197248f85db457c4e50fbbaf8447f8d9de18363a_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e40130b1e2a74e2b4eb451df197248f85db457c4e50fbbaf8447f8d9de18363a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Ae40130b1e2a74e2b4eb451df197248f85db457c4e50fbbaf8447f8d9de18363a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1780981015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3eceb25631e82da4d0914ce3e4b8f803659b84f9fe880c6c0c99a0d7e7c1b3ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3eceb25631e82da4d0914ce3e4b8f803659b84f9fe880c6c0c99a0d7e7c1b3ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3eceb25631e82da4d0914ce3e4b8f803659b84f9fe880c6c0c99a0d7e7c1b3ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A3eceb25631e82da4d0914ce3e4b8f803659b84f9fe880c6c0c99a0d7e7c1b3ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1780976005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b39be2cc9eca4757f08033ce40237af2ceeda16ae98a918434f08c004f3927f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b39be2cc9eca4757f08033ce40237af2ceeda16ae98a918434f08c004f3927f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b39be2cc9eca4757f08033ce40237af2ceeda16ae98a918434f08c004f3927f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Ab39be2cc9eca4757f08033ce40237af2ceeda16ae98a918434f08c004f3927f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1780979698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b044fedc80cc4429176e21684a6143228e95cb817d49df83766ef83018a4ad56_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b044fedc80cc4429176e21684a6143228e95cb817d49df83766ef83018a4ad56_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b044fedc80cc4429176e21684a6143228e95cb817d49df83766ef83018a4ad56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Ab044fedc80cc4429176e21684a6143228e95cb817d49df83766ef83018a4ad56?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1781002169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:33ca83123d3de585db1facc376a72c80fa9992bb29060c8d72a62b86a5f29c4d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:33ca83123d3de585db1facc376a72c80fa9992bb29060c8d72a62b86a5f29c4d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:33ca83123d3de585db1facc376a72c80fa9992bb29060c8d72a62b86a5f29c4d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A33ca83123d3de585db1facc376a72c80fa9992bb29060c8d72a62b86a5f29c4d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1780986403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f20a4811133c41d404a1b8a8702674d55994ea03009c621a21245fbef890906_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f20a4811133c41d404a1b8a8702674d55994ea03009c621a21245fbef890906_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f20a4811133c41d404a1b8a8702674d55994ea03009c621a21245fbef890906_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A6f20a4811133c41d404a1b8a8702674d55994ea03009c621a21245fbef890906?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1780986275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0a7ccfef1c0a4082ca3fe4c3cb93e514b5649e661e26ed42bba26fe346781ed2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0a7ccfef1c0a4082ca3fe4c3cb93e514b5649e661e26ed42bba26fe346781ed2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0a7ccfef1c0a4082ca3fe4c3cb93e514b5649e661e26ed42bba26fe346781ed2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A0a7ccfef1c0a4082ca3fe4c3cb93e514b5649e661e26ed42bba26fe346781ed2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1780980433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53bacfc10ca07c660b142315c44882d77ed3f02af6405d7e2bd36fb26b165b97_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53bacfc10ca07c660b142315c44882d77ed3f02af6405d7e2bd36fb26b165b97_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53bacfc10ca07c660b142315c44882d77ed3f02af6405d7e2bd36fb26b165b97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A53bacfc10ca07c660b142315c44882d77ed3f02af6405d7e2bd36fb26b165b97?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1780984883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da660562d126ed80f4baa3e45df65a91a9ee75d40eaec3f3881e7f61df17a92e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da660562d126ed80f4baa3e45df65a91a9ee75d40eaec3f3881e7f61df17a92e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da660562d126ed80f4baa3e45df65a91a9ee75d40eaec3f3881e7f61df17a92e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Ada660562d126ed80f4baa3e45df65a91a9ee75d40eaec3f3881e7f61df17a92e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1780977132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a823b2c4412366f8c9c7baa25b6dd40bfad4eb90b98e2a4b064aafec740f9924_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a823b2c4412366f8c9c7baa25b6dd40bfad4eb90b98e2a4b064aafec740f9924_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a823b2c4412366f8c9c7baa25b6dd40bfad4eb90b98e2a4b064aafec740f9924_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Aa823b2c4412366f8c9c7baa25b6dd40bfad4eb90b98e2a4b064aafec740f9924?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1780986354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c60bf917300f5ff059623c7a5334a1ec2d71c90d7e6ab539bc0b6ebe06f61b78_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c60bf917300f5ff059623c7a5334a1ec2d71c90d7e6ab539bc0b6ebe06f61b78_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c60bf917300f5ff059623c7a5334a1ec2d71c90d7e6ab539bc0b6ebe06f61b78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ac60bf917300f5ff059623c7a5334a1ec2d71c90d7e6ab539bc0b6ebe06f61b78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1780986185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c42c69b265cf079d5546e4832c4d770bb3d78883098ad004e57b4115a5e4990a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c42c69b265cf079d5546e4832c4d770bb3d78883098ad004e57b4115a5e4990a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c42c69b265cf079d5546e4832c4d770bb3d78883098ad004e57b4115a5e4990a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Ac42c69b265cf079d5546e4832c4d770bb3d78883098ad004e57b4115a5e4990a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1780989109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaf6525182047be0049b680e4471d3b5dc518940c6d99396f3cd8922d3771a9d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaf6525182047be0049b680e4471d3b5dc518940c6d99396f3cd8922d3771a9d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaf6525182047be0049b680e4471d3b5dc518940c6d99396f3cd8922d3771a9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Aaaf6525182047be0049b680e4471d3b5dc518940c6d99396f3cd8922d3771a9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1780980363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d7b6990088be37254ae2d8a02948704d766f4b8d08918c4a998a718757ee86d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d7b6990088be37254ae2d8a02948704d766f4b8d08918c4a998a718757ee86d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d7b6990088be37254ae2d8a02948704d766f4b8d08918c4a998a718757ee86d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ad7b6990088be37254ae2d8a02948704d766f4b8d08918c4a998a718757ee86d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1780979906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed9b1a2da0483de307ea30326c445cd0fe4dad0857d425cf9b8f3cca9b52b64a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed9b1a2da0483de307ea30326c445cd0fe4dad0857d425cf9b8f3cca9b52b64a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed9b1a2da0483de307ea30326c445cd0fe4dad0857d425cf9b8f3cca9b52b64a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Aed9b1a2da0483de307ea30326c445cd0fe4dad0857d425cf9b8f3cca9b52b64a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1780986226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:50815dbd8eeb6bb3de2c72b3747c700314ed3ca55130ffe6bf1e0368ac55a40b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:50815dbd8eeb6bb3de2c72b3747c700314ed3ca55130ffe6bf1e0368ac55a40b_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:50815dbd8eeb6bb3de2c72b3747c700314ed3ca55130ffe6bf1e0368ac55a40b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A50815dbd8eeb6bb3de2c72b3747c700314ed3ca55130ffe6bf1e0368ac55a40b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1780976860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1511cbdf101329ed2a66512956ae7ce834a6ccda253bd76b99a48487e9de8fb5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1511cbdf101329ed2a66512956ae7ce834a6ccda253bd76b99a48487e9de8fb5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1511cbdf101329ed2a66512956ae7ce834a6ccda253bd76b99a48487e9de8fb5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A1511cbdf101329ed2a66512956ae7ce834a6ccda253bd76b99a48487e9de8fb5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1780979221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:51887eace4c7a9d40e7cf1a509d05760340fcc9117238abb82f7541e2855396b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:51887eace4c7a9d40e7cf1a509d05760340fcc9117238abb82f7541e2855396b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:51887eace4c7a9d40e7cf1a509d05760340fcc9117238abb82f7541e2855396b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A51887eace4c7a9d40e7cf1a509d05760340fcc9117238abb82f7541e2855396b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1780977547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:509cbb1fa06b90af926955a2c724e81581d05169e3974c3e77c87ce47c53be5d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:509cbb1fa06b90af926955a2c724e81581d05169e3974c3e77c87ce47c53be5d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:509cbb1fa06b90af926955a2c724e81581d05169e3974c3e77c87ce47c53be5d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A509cbb1fa06b90af926955a2c724e81581d05169e3974c3e77c87ce47c53be5d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1780985445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b14875a6d74f24bed2a0777e9a0f12905dff8d703581283dda165b86a10017fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b14875a6d74f24bed2a0777e9a0f12905dff8d703581283dda165b86a10017fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b14875a6d74f24bed2a0777e9a0f12905dff8d703581283dda165b86a10017fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Ab14875a6d74f24bed2a0777e9a0f12905dff8d703581283dda165b86a10017fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1780977003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:49bdd7999fd853e6af213b6cbcbf7443d12c55bddd8ce25846b6afe31ec01d47_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:49bdd7999fd853e6af213b6cbcbf7443d12c55bddd8ce25846b6afe31ec01d47_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:49bdd7999fd853e6af213b6cbcbf7443d12c55bddd8ce25846b6afe31ec01d47_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A49bdd7999fd853e6af213b6cbcbf7443d12c55bddd8ce25846b6afe31ec01d47?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1780985404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0c80e9b2df2ad98d98e49112fc9f0b7c556b95c67edb5df34763e37ac804cf73_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0c80e9b2df2ad98d98e49112fc9f0b7c556b95c67edb5df34763e37ac804cf73_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0c80e9b2df2ad98d98e49112fc9f0b7c556b95c67edb5df34763e37ac804cf73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A0c80e9b2df2ad98d98e49112fc9f0b7c556b95c67edb5df34763e37ac804cf73?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1780982565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d62b98a8686e42f46984cc839841c913ac9d501d0481e56fcab28bfa673c5e3d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d62b98a8686e42f46984cc839841c913ac9d501d0481e56fcab28bfa673c5e3d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d62b98a8686e42f46984cc839841c913ac9d501d0481e56fcab28bfa673c5e3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ad62b98a8686e42f46984cc839841c913ac9d501d0481e56fcab28bfa673c5e3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1780977556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:60a93e9fdd00186238831580ba6f90622ba0d11b70bdfd4dc21897a6b97d23f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:60a93e9fdd00186238831580ba6f90622ba0d11b70bdfd4dc21897a6b97d23f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:60a93e9fdd00186238831580ba6f90622ba0d11b70bdfd4dc21897a6b97d23f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A60a93e9fdd00186238831580ba6f90622ba0d11b70bdfd4dc21897a6b97d23f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1780979454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6230b6e46dcb5fb0895c84fc0dcba4a10fff465aa8bc1dae1dc5dda7cc2e567_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6230b6e46dcb5fb0895c84fc0dcba4a10fff465aa8bc1dae1dc5dda7cc2e567_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6230b6e46dcb5fb0895c84fc0dcba4a10fff465aa8bc1dae1dc5dda7cc2e567_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Ac6230b6e46dcb5fb0895c84fc0dcba4a10fff465aa8bc1dae1dc5dda7cc2e567?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1780980386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:483eeb4a161ec7fed8515247219b94a2c40980ca788bde992bc5641fc1b91294_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:483eeb4a161ec7fed8515247219b94a2c40980ca788bde992bc5641fc1b91294_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:483eeb4a161ec7fed8515247219b94a2c40980ca788bde992bc5641fc1b91294_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A483eeb4a161ec7fed8515247219b94a2c40980ca788bde992bc5641fc1b91294?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1780977548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b4c4bf466d29b02d08346ee358980105a204f51e243c733711f88a1aac87c71_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b4c4bf466d29b02d08346ee358980105a204f51e243c733711f88a1aac87c71_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b4c4bf466d29b02d08346ee358980105a204f51e243c733711f88a1aac87c71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A8b4c4bf466d29b02d08346ee358980105a204f51e243c733711f88a1aac87c71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1780986349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:efa8a7c783451835721df984e0357e521f17f3c0235408604bfbd75baa53b77d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:efa8a7c783451835721df984e0357e521f17f3c0235408604bfbd75baa53b77d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:efa8a7c783451835721df984e0357e521f17f3c0235408604bfbd75baa53b77d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Aefa8a7c783451835721df984e0357e521f17f3c0235408604bfbd75baa53b77d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1780985082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3cb35d480c31d79278f2e74d16380d75c9dc8f36e4208649f5db223492fc51a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3cb35d480c31d79278f2e74d16380d75c9dc8f36e4208649f5db223492fc51a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3cb35d480c31d79278f2e74d16380d75c9dc8f36e4208649f5db223492fc51a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A3cb35d480c31d79278f2e74d16380d75c9dc8f36e4208649f5db223492fc51a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1780980406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7ef973e320a796810c7ef62ece44f84d5382e158fab42980c6a3fadfa42f686f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7ef973e320a796810c7ef62ece44f84d5382e158fab42980c6a3fadfa42f686f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7ef973e320a796810c7ef62ece44f84d5382e158fab42980c6a3fadfa42f686f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A7ef973e320a796810c7ef62ece44f84d5382e158fab42980c6a3fadfa42f686f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1780985334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b9d7af15ae74c5feebdc7f46eeadb20ea1e465804eb776d342a19a983375be88_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b9d7af15ae74c5feebdc7f46eeadb20ea1e465804eb776d342a19a983375be88_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b9d7af15ae74c5feebdc7f46eeadb20ea1e465804eb776d342a19a983375be88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ab9d7af15ae74c5feebdc7f46eeadb20ea1e465804eb776d342a19a983375be88?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1780980746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:dbdb7d1b8fea71975ee17988f36976bcb1003792ec962001ae4aaef37193ed2f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:dbdb7d1b8fea71975ee17988f36976bcb1003792ec962001ae4aaef37193ed2f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:dbdb7d1b8fea71975ee17988f36976bcb1003792ec962001ae4aaef37193ed2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Adbdb7d1b8fea71975ee17988f36976bcb1003792ec962001ae4aaef37193ed2f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=1780985294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:255023a42e94ac306891575c0c3f8bcc45c1ae952aa9783b6c2b8aa98f56b20b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:255023a42e94ac306891575c0c3f8bcc45c1ae952aa9783b6c2b8aa98f56b20b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:255023a42e94ac306891575c0c3f8bcc45c1ae952aa9783b6c2b8aa98f56b20b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A255023a42e94ac306891575c0c3f8bcc45c1ae952aa9783b6c2b8aa98f56b20b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1780985960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48dc2ddb716560f09494b9d696053086eab77dce31bea0f89532d11074b3c6d6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48dc2ddb716560f09494b9d696053086eab77dce31bea0f89532d11074b3c6d6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48dc2ddb716560f09494b9d696053086eab77dce31bea0f89532d11074b3c6d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A48dc2ddb716560f09494b9d696053086eab77dce31bea0f89532d11074b3c6d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1780976657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c6fe274aa342cf850b2ea6287c5c335e93bad4a1bd73a0cbb2a7c789eb1ef48d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c6fe274aa342cf850b2ea6287c5c335e93bad4a1bd73a0cbb2a7c789eb1ef48d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c6fe274aa342cf850b2ea6287c5c335e93bad4a1bd73a0cbb2a7c789eb1ef48d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ac6fe274aa342cf850b2ea6287c5c335e93bad4a1bd73a0cbb2a7c789eb1ef48d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1780978725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:03f8250466cc5d3120aefcc87f0bdd4d12012d6a116e419c382d50a21760aaf3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:03f8250466cc5d3120aefcc87f0bdd4d12012d6a116e419c382d50a21760aaf3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:03f8250466cc5d3120aefcc87f0bdd4d12012d6a116e419c382d50a21760aaf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A03f8250466cc5d3120aefcc87f0bdd4d12012d6a116e419c382d50a21760aaf3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1780980737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3c25156b45ab456d86337e7943e2499d56ec59e9df06a9eaf6573d00c8ba99aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3c25156b45ab456d86337e7943e2499d56ec59e9df06a9eaf6573d00c8ba99aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3c25156b45ab456d86337e7943e2499d56ec59e9df06a9eaf6573d00c8ba99aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A3c25156b45ab456d86337e7943e2499d56ec59e9df06a9eaf6573d00c8ba99aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1780985269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1d5764ba30e7e1058b3f2b10d1ebf9a190b6b1aebeacf774114cde8fd5b6b3fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1d5764ba30e7e1058b3f2b10d1ebf9a190b6b1aebeacf774114cde8fd5b6b3fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1d5764ba30e7e1058b3f2b10d1ebf9a190b6b1aebeacf774114cde8fd5b6b3fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A1d5764ba30e7e1058b3f2b10d1ebf9a190b6b1aebeacf774114cde8fd5b6b3fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1780977997"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a1283298ee508e2282a0e709e2ff32c018445ef707b155f3679703da0a7b143a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a1283298ee508e2282a0e709e2ff32c018445ef707b155f3679703da0a7b143a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a1283298ee508e2282a0e709e2ff32c018445ef707b155f3679703da0a7b143a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aa1283298ee508e2282a0e709e2ff32c018445ef707b155f3679703da0a7b143a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1780986173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4ad31b682a179a9f46d566301411cc64e1fad11ce7f2493d73c81c9d77e7b38a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4ad31b682a179a9f46d566301411cc64e1fad11ce7f2493d73c81c9d77e7b38a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4ad31b682a179a9f46d566301411cc64e1fad11ce7f2493d73c81c9d77e7b38a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A4ad31b682a179a9f46d566301411cc64e1fad11ce7f2493d73c81c9d77e7b38a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1780978373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e0ed81285f6e9686d820425eb54ccacd156abb8adac762b4ebcaa41388a111a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e0ed81285f6e9686d820425eb54ccacd156abb8adac762b4ebcaa41388a111a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e0ed81285f6e9686d820425eb54ccacd156abb8adac762b4ebcaa41388a111a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Ae0ed81285f6e9686d820425eb54ccacd156abb8adac762b4ebcaa41388a111a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=1780985207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d9207728b4fbde7442c8b4a9fad3f450b7e2c6cf0a5bd203259dcc4e94106d04_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d9207728b4fbde7442c8b4a9fad3f450b7e2c6cf0a5bd203259dcc4e94106d04_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d9207728b4fbde7442c8b4a9fad3f450b7e2c6cf0a5bd203259dcc4e94106d04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Ad9207728b4fbde7442c8b4a9fad3f450b7e2c6cf0a5bd203259dcc4e94106d04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1780983673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:723b1caa7724b4ee065ddd187e259b4eeb95ca3da87f29d5e51f532b3c29dd5d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:723b1caa7724b4ee065ddd187e259b4eeb95ca3da87f29d5e51f532b3c29dd5d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:723b1caa7724b4ee065ddd187e259b4eeb95ca3da87f29d5e51f532b3c29dd5d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A723b1caa7724b4ee065ddd187e259b4eeb95ca3da87f29d5e51f532b3c29dd5d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1780975976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a78e4acce67f08cf4c2c48ade037c43b358ba69f5a1ef82cc5f94af99c59555c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a78e4acce67f08cf4c2c48ade037c43b358ba69f5a1ef82cc5f94af99c59555c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a78e4acce67f08cf4c2c48ade037c43b358ba69f5a1ef82cc5f94af99c59555c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Aa78e4acce67f08cf4c2c48ade037c43b358ba69f5a1ef82cc5f94af99c59555c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1781002115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:103ef4d88fe1cf74623a5a9cfd0de45372b032b4b12ea3a8a909754acb2431dc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:103ef4d88fe1cf74623a5a9cfd0de45372b032b4b12ea3a8a909754acb2431dc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:103ef4d88fe1cf74623a5a9cfd0de45372b032b4b12ea3a8a909754acb2431dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A103ef4d88fe1cf74623a5a9cfd0de45372b032b4b12ea3a8a909754acb2431dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1780976803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5754bb489b38e536c93264a1c9c1b68dbafe3923cde8a748a4b9fe87b759d097_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5754bb489b38e536c93264a1c9c1b68dbafe3923cde8a748a4b9fe87b759d097_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5754bb489b38e536c93264a1c9c1b68dbafe3923cde8a748a4b9fe87b759d097_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A5754bb489b38e536c93264a1c9c1b68dbafe3923cde8a748a4b9fe87b759d097?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1780979180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:30b8fd94ea4d909cc4fe3a4f21dfe44515b2dcfcdcb7e5989f356ba5df164c02_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:30b8fd94ea4d909cc4fe3a4f21dfe44515b2dcfcdcb7e5989f356ba5df164c02_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:30b8fd94ea4d909cc4fe3a4f21dfe44515b2dcfcdcb7e5989f356ba5df164c02_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A30b8fd94ea4d909cc4fe3a4f21dfe44515b2dcfcdcb7e5989f356ba5df164c02?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1780978640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc31499dc776663f8a98c401ea377b4476a3dbc3de201c079b326f291117ff2b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc31499dc776663f8a98c401ea377b4476a3dbc3de201c079b326f291117ff2b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc31499dc776663f8a98c401ea377b4476a3dbc3de201c079b326f291117ff2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Acc31499dc776663f8a98c401ea377b4476a3dbc3de201c079b326f291117ff2b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1780977018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a731b7a16f277bb651b12e4dbb7b91113da193f13bf82f50c7f2a2cdf35b546f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a731b7a16f277bb651b12e4dbb7b91113da193f13bf82f50c7f2a2cdf35b546f_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:a731b7a16f277bb651b12e4dbb7b91113da193f13bf82f50c7f2a2cdf35b546f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Aa731b7a16f277bb651b12e4dbb7b91113da193f13bf82f50c7f2a2cdf35b546f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1780976541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4ddaeed1f2c8c64d156a91bb4bbe71f74f590d699ea260d00fa29a7d01fe1d61_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4ddaeed1f2c8c64d156a91bb4bbe71f74f590d699ea260d00fa29a7d01fe1d61_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4ddaeed1f2c8c64d156a91bb4bbe71f74f590d699ea260d00fa29a7d01fe1d61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A4ddaeed1f2c8c64d156a91bb4bbe71f74f590d699ea260d00fa29a7d01fe1d61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=1780977208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4380834ef2ab3a558c8a3bd2cc77341c72c7b2ff4888be85ec6fbd444d6c7f2f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4380834ef2ab3a558c8a3bd2cc77341c72c7b2ff4888be85ec6fbd444d6c7f2f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4380834ef2ab3a558c8a3bd2cc77341c72c7b2ff4888be85ec6fbd444d6c7f2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A4380834ef2ab3a558c8a3bd2cc77341c72c7b2ff4888be85ec6fbd444d6c7f2f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=1780977645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0aad450e7e40f1cc93ffae16856cf5de5acd1662371fa8c62dc00ebb6d4d11c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0aad450e7e40f1cc93ffae16856cf5de5acd1662371fa8c62dc00ebb6d4d11c2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0aad450e7e40f1cc93ffae16856cf5de5acd1662371fa8c62dc00ebb6d4d11c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A0aad450e7e40f1cc93ffae16856cf5de5acd1662371fa8c62dc00ebb6d4d11c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=1780977470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2f33e8c871add512c85505c2c5c81267e7b35755653532a20028e89f4b41c2da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2f33e8c871add512c85505c2c5c81267e7b35755653532a20028e89f4b41c2da_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2f33e8c871add512c85505c2c5c81267e7b35755653532a20028e89f4b41c2da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A2f33e8c871add512c85505c2c5c81267e7b35755653532a20028e89f4b41c2da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=1780976045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:67cf8b8c4b55631845879ef8cc579c2e7d96a5cd4af9672c83909e31cd3c29ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:67cf8b8c4b55631845879ef8cc579c2e7d96a5cd4af9672c83909e31cd3c29ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:67cf8b8c4b55631845879ef8cc579c2e7d96a5cd4af9672c83909e31cd3c29ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A67cf8b8c4b55631845879ef8cc579c2e7d96a5cd4af9672c83909e31cd3c29ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=1780981779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8353b502a270943d3bdf742facdb7931589b1da1263e4fd098d64f7b4066e32f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8353b502a270943d3bdf742facdb7931589b1da1263e4fd098d64f7b4066e32f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8353b502a270943d3bdf742facdb7931589b1da1263e4fd098d64f7b4066e32f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A8353b502a270943d3bdf742facdb7931589b1da1263e4fd098d64f7b4066e32f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1780981053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:778cdcf251d8265e5678c4ee2b9d639de4bed9fa8b649b6fabee24234c5e72d0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:778cdcf251d8265e5678c4ee2b9d639de4bed9fa8b649b6fabee24234c5e72d0_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:778cdcf251d8265e5678c4ee2b9d639de4bed9fa8b649b6fabee24234c5e72d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A778cdcf251d8265e5678c4ee2b9d639de4bed9fa8b649b6fabee24234c5e72d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1780978218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:215ee3722e5f0e138c17a40c1a2c72e8adf4c260ea2474cb5101d674c4b20ffd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:215ee3722e5f0e138c17a40c1a2c72e8adf4c260ea2474cb5101d674c4b20ffd_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:215ee3722e5f0e138c17a40c1a2c72e8adf4c260ea2474cb5101d674c4b20ffd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A215ee3722e5f0e138c17a40c1a2c72e8adf4c260ea2474cb5101d674c4b20ffd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1780977810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a00c1175b615d99fd2bf862422a89ae4589728b88339662bf038fe263d675d2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a00c1175b615d99fd2bf862422a89ae4589728b88339662bf038fe263d675d2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a00c1175b615d99fd2bf862422a89ae4589728b88339662bf038fe263d675d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A3a00c1175b615d99fd2bf862422a89ae4589728b88339662bf038fe263d675d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1780983862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9acd8db14233af5629af6a3cce85c77fafa9edf89415b24f8a8a0cd196825645_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9acd8db14233af5629af6a3cce85c77fafa9edf89415b24f8a8a0cd196825645_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9acd8db14233af5629af6a3cce85c77fafa9edf89415b24f8a8a0cd196825645_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A9acd8db14233af5629af6a3cce85c77fafa9edf89415b24f8a8a0cd196825645?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1780988928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:acc63986c28f4ca24b2efc2eaaea748841a1cc1ea4014a807ae7e3f894dd0bfc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:acc63986c28f4ca24b2efc2eaaea748841a1cc1ea4014a807ae7e3f894dd0bfc_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:acc63986c28f4ca24b2efc2eaaea748841a1cc1ea4014a807ae7e3f894dd0bfc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Aacc63986c28f4ca24b2efc2eaaea748841a1cc1ea4014a807ae7e3f894dd0bfc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1780986328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c9141a24d2b0784aec9fa49704855f7b4088332ad525ca5f37e9f7a651431a0a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c9141a24d2b0784aec9fa49704855f7b4088332ad525ca5f37e9f7a651431a0a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c9141a24d2b0784aec9fa49704855f7b4088332ad525ca5f37e9f7a651431a0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ac9141a24d2b0784aec9fa49704855f7b4088332ad525ca5f37e9f7a651431a0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1780985312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ab1fcba91468a694671f15db52706095f2cf5a8fcd055feaedc6b406bb509e02_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ab1fcba91468a694671f15db52706095f2cf5a8fcd055feaedc6b406bb509e02_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ab1fcba91468a694671f15db52706095f2cf5a8fcd055feaedc6b406bb509e02_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Aab1fcba91468a694671f15db52706095f2cf5a8fcd055feaedc6b406bb509e02?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1780985041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:23eb83f18d9937b0d59a12c3ca2f62aca7f0da57fe56915cb59a1fc38ec55c40_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:23eb83f18d9937b0d59a12c3ca2f62aca7f0da57fe56915cb59a1fc38ec55c40_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:23eb83f18d9937b0d59a12c3ca2f62aca7f0da57fe56915cb59a1fc38ec55c40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A23eb83f18d9937b0d59a12c3ca2f62aca7f0da57fe56915cb59a1fc38ec55c40?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1780985048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:605c1654cc19e714bf1b8d8b983cf6cef9ef4ffcd4a5a829d1a0b2ec74923cfc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:605c1654cc19e714bf1b8d8b983cf6cef9ef4ffcd4a5a829d1a0b2ec74923cfc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:605c1654cc19e714bf1b8d8b983cf6cef9ef4ffcd4a5a829d1a0b2ec74923cfc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A605c1654cc19e714bf1b8d8b983cf6cef9ef4ffcd4a5a829d1a0b2ec74923cfc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=1780984376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d52f333d0e066802787d1d9f56a6c3b7bc5946864c1b4a2c249a660ba12c74c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d52f333d0e066802787d1d9f56a6c3b7bc5946864c1b4a2c249a660ba12c74c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d52f333d0e066802787d1d9f56a6c3b7bc5946864c1b4a2c249a660ba12c74c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A8d52f333d0e066802787d1d9f56a6c3b7bc5946864c1b4a2c249a660ba12c74c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1780976804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9ecb3b970521964eeed97e09395b6a1f23d4fb6fdbbded445579b2d3bd4061fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9ecb3b970521964eeed97e09395b6a1f23d4fb6fdbbded445579b2d3bd4061fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9ecb3b970521964eeed97e09395b6a1f23d4fb6fdbbded445579b2d3bd4061fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A9ecb3b970521964eeed97e09395b6a1f23d4fb6fdbbded445579b2d3bd4061fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=1781029706"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0977ad9a02d00c98e0197f06e5fd34cba79e6195ff6608bc593149212f2cfb3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0977ad9a02d00c98e0197f06e5fd34cba79e6195ff6608bc593149212f2cfb3e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0977ad9a02d00c98e0197f06e5fd34cba79e6195ff6608bc593149212f2cfb3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A0977ad9a02d00c98e0197f06e5fd34cba79e6195ff6608bc593149212f2cfb3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1780977540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c96ac4a3ec4cd666a361fbe3f76fb92a601d38c566bc1303859dd20426d03825_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c96ac4a3ec4cd666a361fbe3f76fb92a601d38c566bc1303859dd20426d03825_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c96ac4a3ec4cd666a361fbe3f76fb92a601d38c566bc1303859dd20426d03825_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Ac96ac4a3ec4cd666a361fbe3f76fb92a601d38c566bc1303859dd20426d03825?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1780980419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a2b5fbebc3a5d756d09346cab7c2390a34f4a3595fa2acc93650233673e6d8b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a2b5fbebc3a5d756d09346cab7c2390a34f4a3595fa2acc93650233673e6d8b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a2b5fbebc3a5d756d09346cab7c2390a34f4a3595fa2acc93650233673e6d8b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Aa2b5fbebc3a5d756d09346cab7c2390a34f4a3595fa2acc93650233673e6d8b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1780988896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7ac539d8a4f82d5f7ec8d993f69b25657a7aca5ad2b866c55379e95bc4bbd58b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7ac539d8a4f82d5f7ec8d993f69b25657a7aca5ad2b866c55379e95bc4bbd58b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7ac539d8a4f82d5f7ec8d993f69b25657a7aca5ad2b866c55379e95bc4bbd58b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A7ac539d8a4f82d5f7ec8d993f69b25657a7aca5ad2b866c55379e95bc4bbd58b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1780983293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1367691472cb18ec477e9b603d90c0f296539f9f56d1355b33e88e3870f48b38_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1367691472cb18ec477e9b603d90c0f296539f9f56d1355b33e88e3870f48b38_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1367691472cb18ec477e9b603d90c0f296539f9f56d1355b33e88e3870f48b38_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A1367691472cb18ec477e9b603d90c0f296539f9f56d1355b33e88e3870f48b38?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1780976827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ed8b4195d1c0b5001fb2adf8b25c255e77e0280881f6854f971b0b9d88a2542_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ed8b4195d1c0b5001fb2adf8b25c255e77e0280881f6854f971b0b9d88a2542_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ed8b4195d1c0b5001fb2adf8b25c255e77e0280881f6854f971b0b9d88a2542_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A7ed8b4195d1c0b5001fb2adf8b25c255e77e0280881f6854f971b0b9d88a2542?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1780981380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1d5005be192459382a394b0b062907226fcc3766109873b5e86b8213f0e4c992_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1d5005be192459382a394b0b062907226fcc3766109873b5e86b8213f0e4c992_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1d5005be192459382a394b0b062907226fcc3766109873b5e86b8213f0e4c992_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A1d5005be192459382a394b0b062907226fcc3766109873b5e86b8213f0e4c992?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1780980540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:01ea7558b01db5a4e188bb15ba8d11842e0070f627bab87b67adafadbebcff6a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:01ea7558b01db5a4e188bb15ba8d11842e0070f627bab87b67adafadbebcff6a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:01ea7558b01db5a4e188bb15ba8d11842e0070f627bab87b67adafadbebcff6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A01ea7558b01db5a4e188bb15ba8d11842e0070f627bab87b67adafadbebcff6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1780979428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ae94eee7b7817c819532109a8898e5a34ce4b52bec80d1a7527c61fad88cbec9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ae94eee7b7817c819532109a8898e5a34ce4b52bec80d1a7527c61fad88cbec9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ae94eee7b7817c819532109a8898e5a34ce4b52bec80d1a7527c61fad88cbec9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Aae94eee7b7817c819532109a8898e5a34ce4b52bec80d1a7527c61fad88cbec9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1780986255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a251a8c1e77b6b5d4d8979d4f8a8de20c23363753091cd6f9cc077eafdb92185_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a251a8c1e77b6b5d4d8979d4f8a8de20c23363753091cd6f9cc077eafdb92185_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a251a8c1e77b6b5d4d8979d4f8a8de20c23363753091cd6f9cc077eafdb92185_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Aa251a8c1e77b6b5d4d8979d4f8a8de20c23363753091cd6f9cc077eafdb92185?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1780993987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aaff58857cda41533c4dd1bbdf97a7f26958af4b0265c78ae5fe12cc406a5432_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aaff58857cda41533c4dd1bbdf97a7f26958af4b0265c78ae5fe12cc406a5432_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aaff58857cda41533c4dd1bbdf97a7f26958af4b0265c78ae5fe12cc406a5432_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Aaaff58857cda41533c4dd1bbdf97a7f26958af4b0265c78ae5fe12cc406a5432?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1780979404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9ac8720658edc3a705c28da0a04e3151fe9176392cb21a8b62958c6b381026a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9ac8720658edc3a705c28da0a04e3151fe9176392cb21a8b62958c6b381026a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9ac8720658edc3a705c28da0a04e3151fe9176392cb21a8b62958c6b381026a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A9ac8720658edc3a705c28da0a04e3151fe9176392cb21a8b62958c6b381026a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1780983156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8eb99577e0664af39d52436f332d1e39e6b2c01109fc3dadffe1a08e3024b317_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8eb99577e0664af39d52436f332d1e39e6b2c01109fc3dadffe1a08e3024b317_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8eb99577e0664af39d52436f332d1e39e6b2c01109fc3dadffe1a08e3024b317_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A8eb99577e0664af39d52436f332d1e39e6b2c01109fc3dadffe1a08e3024b317?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1780979783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b033381da0d7c334e3aaf46eab74fd4e0966c86f5ed2a15619e2e272fe583ded_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b033381da0d7c334e3aaf46eab74fd4e0966c86f5ed2a15619e2e272fe583ded_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b033381da0d7c334e3aaf46eab74fd4e0966c86f5ed2a15619e2e272fe583ded_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Ab033381da0d7c334e3aaf46eab74fd4e0966c86f5ed2a15619e2e272fe583ded?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1780985484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c7bb30e8a7114547a17b825de02a377c767bbc8abcfb3a107b5771f566911d9a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c7bb30e8a7114547a17b825de02a377c767bbc8abcfb3a107b5771f566911d9a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c7bb30e8a7114547a17b825de02a377c767bbc8abcfb3a107b5771f566911d9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Ac7bb30e8a7114547a17b825de02a377c767bbc8abcfb3a107b5771f566911d9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1780982735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5de8525a5069ae5338d04c7ff67ab6ca455ff85be3653294ba0c833459af9bc7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5de8525a5069ae5338d04c7ff67ab6ca455ff85be3653294ba0c833459af9bc7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5de8525a5069ae5338d04c7ff67ab6ca455ff85be3653294ba0c833459af9bc7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A5de8525a5069ae5338d04c7ff67ab6ca455ff85be3653294ba0c833459af9bc7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1780980682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:59d149004ac912bac883e47a58040775730b9fe35a395b66f85f11ffadff5d2e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:59d149004ac912bac883e47a58040775730b9fe35a395b66f85f11ffadff5d2e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:59d149004ac912bac883e47a58040775730b9fe35a395b66f85f11ffadff5d2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A59d149004ac912bac883e47a58040775730b9fe35a395b66f85f11ffadff5d2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1780976990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b1e956fc4592be241ff00c9a5e159b6c54c886062e20ea2d2710637addd118_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b1e956fc4592be241ff00c9a5e159b6c54c886062e20ea2d2710637addd118_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b1e956fc4592be241ff00c9a5e159b6c54c886062e20ea2d2710637addd118_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Af7b1e956fc4592be241ff00c9a5e159b6c54c886062e20ea2d2710637addd118?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1780978022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:82aa9a4bca8f2cd04b66071849c6fa0d5532e51e637ce09a08d1cb2a3a454311_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:82aa9a4bca8f2cd04b66071849c6fa0d5532e51e637ce09a08d1cb2a3a454311_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:82aa9a4bca8f2cd04b66071849c6fa0d5532e51e637ce09a08d1cb2a3a454311_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A82aa9a4bca8f2cd04b66071849c6fa0d5532e51e637ce09a08d1cb2a3a454311?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1780976555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6368603a00885b9bb3992ac55992580311eca99688f9f5ba729837d670235256_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6368603a00885b9bb3992ac55992580311eca99688f9f5ba729837d670235256_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6368603a00885b9bb3992ac55992580311eca99688f9f5ba729837d670235256_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A6368603a00885b9bb3992ac55992580311eca99688f9f5ba729837d670235256?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=1780977200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6546561ae012b5e2a3fd723f76bd57e4e7f4ed893c440b218bd684ec71e2cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6546561ae012b5e2a3fd723f76bd57e4e7f4ed893c440b218bd684ec71e2cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6546561ae012b5e2a3fd723f76bd57e4e7f4ed893c440b218bd684ec71e2cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A7a6546561ae012b5e2a3fd723f76bd57e4e7f4ed893c440b218bd684ec71e2cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1780988612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8efc4f72dc248944dafa1d0c1113ef28df5be90052865f32196a1dde6d13e314_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8efc4f72dc248944dafa1d0c1113ef28df5be90052865f32196a1dde6d13e314_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8efc4f72dc248944dafa1d0c1113ef28df5be90052865f32196a1dde6d13e314_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A8efc4f72dc248944dafa1d0c1113ef28df5be90052865f32196a1dde6d13e314?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9\u0026tag=1780975978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8013891262e80780d9914e393a8d91861d1b14a94e2d4f89affd0e299a4f5e66_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8013891262e80780d9914e393a8d91861d1b14a94e2d4f89affd0e299a4f5e66_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8013891262e80780d9914e393a8d91861d1b14a94e2d4f89affd0e299a4f5e66_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A8013891262e80780d9914e393a8d91861d1b14a94e2d4f89affd0e299a4f5e66?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator\u0026tag=1780976748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:949ed5dc1631298aba66a726fc3cfb6473d7203f452663786cb398a14a5f6a88_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:949ed5dc1631298aba66a726fc3cfb6473d7203f452663786cb398a14a5f6a88_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:949ed5dc1631298aba66a726fc3cfb6473d7203f452663786cb398a14a5f6a88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A949ed5dc1631298aba66a726fc3cfb6473d7203f452663786cb398a14a5f6a88?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9\u0026tag=1780977634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4134edec41e73edcd77b04ed8a539925f3b81f75661ae2b33dad08b2a0d5f2f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4134edec41e73edcd77b04ed8a539925f3b81f75661ae2b33dad08b2a0d5f2f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4134edec41e73edcd77b04ed8a539925f3b81f75661ae2b33dad08b2a0d5f2f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A4134edec41e73edcd77b04ed8a539925f3b81f75661ae2b33dad08b2a0d5f2f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=1780976107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:557e38aa7e4a4587275c7399a87f7d71997a455af38a53cd9596026d5cb41146_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:557e38aa7e4a4587275c7399a87f7d71997a455af38a53cd9596026d5cb41146_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:557e38aa7e4a4587275c7399a87f7d71997a455af38a53cd9596026d5cb41146_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A557e38aa7e4a4587275c7399a87f7d71997a455af38a53cd9596026d5cb41146?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1780976831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:25311111c8f185636cc6c4c57fcb593a4d7f80947112d026f17b03e1cb8c5836_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:25311111c8f185636cc6c4c57fcb593a4d7f80947112d026f17b03e1cb8c5836_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:25311111c8f185636cc6c4c57fcb593a4d7f80947112d026f17b03e1cb8c5836_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A25311111c8f185636cc6c4c57fcb593a4d7f80947112d026f17b03e1cb8c5836?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1780986285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb654eb3074962421e67ae133718289b8dfcacc6969400a2cc33a253a97f1581_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb654eb3074962421e67ae133718289b8dfcacc6969400a2cc33a253a97f1581_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb654eb3074962421e67ae133718289b8dfcacc6969400a2cc33a253a97f1581_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Acb654eb3074962421e67ae133718289b8dfcacc6969400a2cc33a253a97f1581?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1780977133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ebc976489752658a1757d4b62c75abaa2607d0a67ef25dcaa93d4e826f91fc55_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ebc976489752658a1757d4b62c75abaa2607d0a67ef25dcaa93d4e826f91fc55_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ebc976489752658a1757d4b62c75abaa2607d0a67ef25dcaa93d4e826f91fc55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Aebc976489752658a1757d4b62c75abaa2607d0a67ef25dcaa93d4e826f91fc55?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1780982932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3986449a0b211a89c76d583c15178a75ef95caa002fd3751ab7c01122740ebe6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3986449a0b211a89c76d583c15178a75ef95caa002fd3751ab7c01122740ebe6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3986449a0b211a89c76d583c15178a75ef95caa002fd3751ab7c01122740ebe6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A3986449a0b211a89c76d583c15178a75ef95caa002fd3751ab7c01122740ebe6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1780976972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:747f9b6cb8aaf600bed84b80102ec5fb6e614c549c5edb07f97e4678daf60594_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:747f9b6cb8aaf600bed84b80102ec5fb6e614c549c5edb07f97e4678daf60594_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:747f9b6cb8aaf600bed84b80102ec5fb6e614c549c5edb07f97e4678daf60594_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A747f9b6cb8aaf600bed84b80102ec5fb6e614c549c5edb07f97e4678daf60594?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1780982679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8348dba52b0b908d04f35dbfbb45272953f59daa95da494498c89b1f13a01518_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8348dba52b0b908d04f35dbfbb45272953f59daa95da494498c89b1f13a01518_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8348dba52b0b908d04f35dbfbb45272953f59daa95da494498c89b1f13a01518_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A8348dba52b0b908d04f35dbfbb45272953f59daa95da494498c89b1f13a01518?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1780986205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854d5562f0da86e02483b9b860c117fa0553058ff06204b4029b1078ed68c2cc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854d5562f0da86e02483b9b860c117fa0553058ff06204b4029b1078ed68c2cc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854d5562f0da86e02483b9b860c117fa0553058ff06204b4029b1078ed68c2cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A854d5562f0da86e02483b9b860c117fa0553058ff06204b4029b1078ed68c2cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1780986297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5cb51b7919e67820591dc9be361dac3ce494f2ffec55dcfb4c62cf075ba9928_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5cb51b7919e67820591dc9be361dac3ce494f2ffec55dcfb4c62cf075ba9928_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5cb51b7919e67820591dc9be361dac3ce494f2ffec55dcfb4c62cf075ba9928_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Aa5cb51b7919e67820591dc9be361dac3ce494f2ffec55dcfb4c62cf075ba9928?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1780985154"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c379e2384917355019fac9528027a71fb47ad3209665dd3d596598cc6d6ed6f6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c379e2384917355019fac9528027a71fb47ad3209665dd3d596598cc6d6ed6f6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c379e2384917355019fac9528027a71fb47ad3209665dd3d596598cc6d6ed6f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Ac379e2384917355019fac9528027a71fb47ad3209665dd3d596598cc6d6ed6f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1780976980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:acd1f4c3748eb6189d59cc41da282a81e8949be659f882e241e01acaa25cbdf3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:acd1f4c3748eb6189d59cc41da282a81e8949be659f882e241e01acaa25cbdf3_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:acd1f4c3748eb6189d59cc41da282a81e8949be659f882e241e01acaa25cbdf3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Aacd1f4c3748eb6189d59cc41da282a81e8949be659f882e241e01acaa25cbdf3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1780979297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c4c865b5de7ebf517d667466f7af1c3c2323feefc9fe456fe14b994914ea45f0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c4c865b5de7ebf517d667466f7af1c3c2323feefc9fe456fe14b994914ea45f0_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c4c865b5de7ebf517d667466f7af1c3c2323feefc9fe456fe14b994914ea45f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Ac4c865b5de7ebf517d667466f7af1c3c2323feefc9fe456fe14b994914ea45f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1780979331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:79366a89c1a9d454d121ff6f24a3f7c3f9fee2e1441d0d67c7c5df9d471c3057_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:79366a89c1a9d454d121ff6f24a3f7c3f9fee2e1441d0d67c7c5df9d471c3057_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:79366a89c1a9d454d121ff6f24a3f7c3f9fee2e1441d0d67c7c5df9d471c3057_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A79366a89c1a9d454d121ff6f24a3f7c3f9fee2e1441d0d67c7c5df9d471c3057?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1780981016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:18f3d2ac2c667df294752336cfa5fb0d137a28349789e4cb703636318e6cb7d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:18f3d2ac2c667df294752336cfa5fb0d137a28349789e4cb703636318e6cb7d5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:18f3d2ac2c667df294752336cfa5fb0d137a28349789e4cb703636318e6cb7d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A18f3d2ac2c667df294752336cfa5fb0d137a28349789e4cb703636318e6cb7d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1780976729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7e04c03a25726e3e914f29f4106be2b38f6d91e4c4c96d2209e894ed5353f14a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7e04c03a25726e3e914f29f4106be2b38f6d91e4c4c96d2209e894ed5353f14a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7e04c03a25726e3e914f29f4106be2b38f6d91e4c4c96d2209e894ed5353f14a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A7e04c03a25726e3e914f29f4106be2b38f6d91e4c4c96d2209e894ed5353f14a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1780985311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:47093e22624d6ef420aa80ca4e934384bf59ed1471d9c083f170fcc4ff7d62d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:47093e22624d6ef420aa80ca4e934384bf59ed1471d9c083f170fcc4ff7d62d5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:47093e22624d6ef420aa80ca4e934384bf59ed1471d9c083f170fcc4ff7d62d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A47093e22624d6ef420aa80ca4e934384bf59ed1471d9c083f170fcc4ff7d62d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1780982237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a52e866ebce2cc46c05ec89f571f02b751a98351f1c7c1475d38bd3bdb08a76e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a52e866ebce2cc46c05ec89f571f02b751a98351f1c7c1475d38bd3bdb08a76e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a52e866ebce2cc46c05ec89f571f02b751a98351f1c7c1475d38bd3bdb08a76e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Aa52e866ebce2cc46c05ec89f571f02b751a98351f1c7c1475d38bd3bdb08a76e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1781010180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1594e9818c4dc1459eaf50fd7ecf2fca7b73ae81be70413f6fb99c143f55fc98_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1594e9818c4dc1459eaf50fd7ecf2fca7b73ae81be70413f6fb99c143f55fc98_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1594e9818c4dc1459eaf50fd7ecf2fca7b73ae81be70413f6fb99c143f55fc98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A1594e9818c4dc1459eaf50fd7ecf2fca7b73ae81be70413f6fb99c143f55fc98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1780984444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1f0901c738cdffe9f323d24c85f8fbea95ad36ab31acccdccc1b7c973fa7fa62_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1f0901c738cdffe9f323d24c85f8fbea95ad36ab31acccdccc1b7c973fa7fa62_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1f0901c738cdffe9f323d24c85f8fbea95ad36ab31acccdccc1b7c973fa7fa62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A1f0901c738cdffe9f323d24c85f8fbea95ad36ab31acccdccc1b7c973fa7fa62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1781002119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aafdc6bd5cefa7443745fa3d40257b3df385bc09c1874ab34796a874273a21c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aafdc6bd5cefa7443745fa3d40257b3df385bc09c1874ab34796a874273a21c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aafdc6bd5cefa7443745fa3d40257b3df385bc09c1874ab34796a874273a21c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Aaafdc6bd5cefa7443745fa3d40257b3df385bc09c1874ab34796a874273a21c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1780986286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4095317e942f7ccda2d3d8a5632683cdc92984606f25a90de944e47643333019_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4095317e942f7ccda2d3d8a5632683cdc92984606f25a90de944e47643333019_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4095317e942f7ccda2d3d8a5632683cdc92984606f25a90de944e47643333019_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A4095317e942f7ccda2d3d8a5632683cdc92984606f25a90de944e47643333019?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1780977473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6c069eff3037f67444d6ba193d1128e064c4a335fc73b20d6342b8fd1ee05107_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6c069eff3037f67444d6ba193d1128e064c4a335fc73b20d6342b8fd1ee05107_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6c069eff3037f67444d6ba193d1128e064c4a335fc73b20d6342b8fd1ee05107_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A6c069eff3037f67444d6ba193d1128e064c4a335fc73b20d6342b8fd1ee05107?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1780979380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:417170e3ef223badef0bc4702874b350edb0542fc54f2d85301846ef4d48c1eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:417170e3ef223badef0bc4702874b350edb0542fc54f2d85301846ef4d48c1eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:417170e3ef223badef0bc4702874b350edb0542fc54f2d85301846ef4d48c1eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A417170e3ef223badef0bc4702874b350edb0542fc54f2d85301846ef4d48c1eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1780985290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:64dd85148fe0c37c97dea17bfde5d6bd28651e85d38dcd032ee6a6e0d564f20a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:64dd85148fe0c37c97dea17bfde5d6bd28651e85d38dcd032ee6a6e0d564f20a_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:64dd85148fe0c37c97dea17bfde5d6bd28651e85d38dcd032ee6a6e0d564f20a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A64dd85148fe0c37c97dea17bfde5d6bd28651e85d38dcd032ee6a6e0d564f20a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1781002074"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:279b255fc3bdf326d437336ad9f8d391f02e7c934c160886339778f057df78c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:279b255fc3bdf326d437336ad9f8d391f02e7c934c160886339778f057df78c8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:279b255fc3bdf326d437336ad9f8d391f02e7c934c160886339778f057df78c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A279b255fc3bdf326d437336ad9f8d391f02e7c934c160886339778f057df78c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1780976879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2007b429c7952661629067f452b4a56c5b0b6f7b4755b5a7433c1b6faab6d419_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2007b429c7952661629067f452b4a56c5b0b6f7b4755b5a7433c1b6faab6d419_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2007b429c7952661629067f452b4a56c5b0b6f7b4755b5a7433c1b6faab6d419_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A2007b429c7952661629067f452b4a56c5b0b6f7b4755b5a7433c1b6faab6d419?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1780978409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:421e53acd2e915022755187916086964d39b2f64014deee49c2e19208f0aeb5d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:421e53acd2e915022755187916086964d39b2f64014deee49c2e19208f0aeb5d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:421e53acd2e915022755187916086964d39b2f64014deee49c2e19208f0aeb5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A421e53acd2e915022755187916086964d39b2f64014deee49c2e19208f0aeb5d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1780976436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b70ae04dc8f4096bc37bfbcd02bedba1a579fe133177f674607f18fbfb3128a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b70ae04dc8f4096bc37bfbcd02bedba1a579fe133177f674607f18fbfb3128a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b70ae04dc8f4096bc37bfbcd02bedba1a579fe133177f674607f18fbfb3128a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A4b70ae04dc8f4096bc37bfbcd02bedba1a579fe133177f674607f18fbfb3128a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1780976638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ec5f445423fd340e1233722b53fd083b74da21c9472fa768b175cfe6781e2afd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ec5f445423fd340e1233722b53fd083b74da21c9472fa768b175cfe6781e2afd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ec5f445423fd340e1233722b53fd083b74da21c9472fa768b175cfe6781e2afd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Aec5f445423fd340e1233722b53fd083b74da21c9472fa768b175cfe6781e2afd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1780976032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f7da1d39bf1e91447e1e88df1c5e804567619b21d4b9b6b5bd3986ffe73eb05_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f7da1d39bf1e91447e1e88df1c5e804567619b21d4b9b6b5bd3986ffe73eb05_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f7da1d39bf1e91447e1e88df1c5e804567619b21d4b9b6b5bd3986ffe73eb05_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A1f7da1d39bf1e91447e1e88df1c5e804567619b21d4b9b6b5bd3986ffe73eb05?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1781068883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1f82e411ff1946e57925f552c6dfbf1157e623ba62ccfbdf1d4e07c3c76f24ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1f82e411ff1946e57925f552c6dfbf1157e623ba62ccfbdf1d4e07c3c76f24ec_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1f82e411ff1946e57925f552c6dfbf1157e623ba62ccfbdf1d4e07c3c76f24ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A1f82e411ff1946e57925f552c6dfbf1157e623ba62ccfbdf1d4e07c3c76f24ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1780982415"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e18c9f9197b6b92497638426e8e91e450c1a3ea7b95a7dc83645c66017980c3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e18c9f9197b6b92497638426e8e91e450c1a3ea7b95a7dc83645c66017980c3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e18c9f9197b6b92497638426e8e91e450c1a3ea7b95a7dc83645c66017980c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A7e18c9f9197b6b92497638426e8e91e450c1a3ea7b95a7dc83645c66017980c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1780980329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b214d1a9e3e8fd6557a4d04fa3216644ae7fbe975214ad1b95cbc7067d25161_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b214d1a9e3e8fd6557a4d04fa3216644ae7fbe975214ad1b95cbc7067d25161_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b214d1a9e3e8fd6557a4d04fa3216644ae7fbe975214ad1b95cbc7067d25161_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A0b214d1a9e3e8fd6557a4d04fa3216644ae7fbe975214ad1b95cbc7067d25161?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1780982439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f2e12682e00bc8c041d04d4c414664eb27f6e78fd42f2c9b8caca079fb72a3c6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f2e12682e00bc8c041d04d4c414664eb27f6e78fd42f2c9b8caca079fb72a3c6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f2e12682e00bc8c041d04d4c414664eb27f6e78fd42f2c9b8caca079fb72a3c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Af2e12682e00bc8c041d04d4c414664eb27f6e78fd42f2c9b8caca079fb72a3c6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1780985180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:dcaef959fe0a2f2b80577b0d2d2802fb922a48ceeb8f1b552e11ef0dadfc8efd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:dcaef959fe0a2f2b80577b0d2d2802fb922a48ceeb8f1b552e11ef0dadfc8efd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:dcaef959fe0a2f2b80577b0d2d2802fb922a48ceeb8f1b552e11ef0dadfc8efd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Adcaef959fe0a2f2b80577b0d2d2802fb922a48ceeb8f1b552e11ef0dadfc8efd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1780976919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bc60512167cd61ad02a367888bffaf9ae9ff5d38d2710f8b084ecd5fd5865ff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bc60512167cd61ad02a367888bffaf9ae9ff5d38d2710f8b084ecd5fd5865ff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bc60512167cd61ad02a367888bffaf9ae9ff5d38d2710f8b084ecd5fd5865ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A2bc60512167cd61ad02a367888bffaf9ae9ff5d38d2710f8b084ecd5fd5865ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1780978446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:91b2e671c9ad506297fc8d286edd908ff2277289d108a4f32c3b0202bdad7b57_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:91b2e671c9ad506297fc8d286edd908ff2277289d108a4f32c3b0202bdad7b57_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:91b2e671c9ad506297fc8d286edd908ff2277289d108a4f32c3b0202bdad7b57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A91b2e671c9ad506297fc8d286edd908ff2277289d108a4f32c3b0202bdad7b57?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1780976314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce81fe3c0b36fa3a950406b93c5f1a924fab92f726da76c034c332c92f1c407_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce81fe3c0b36fa3a950406b93c5f1a924fab92f726da76c034c332c92f1c407_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce81fe3c0b36fa3a950406b93c5f1a924fab92f726da76c034c332c92f1c407_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A1ce81fe3c0b36fa3a950406b93c5f1a924fab92f726da76c034c332c92f1c407?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1780982219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dfef9a7b3d43a60b5d6a1ef8045ecebe3131babb425a13682d5b85686433ae3d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dfef9a7b3d43a60b5d6a1ef8045ecebe3131babb425a13682d5b85686433ae3d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dfef9a7b3d43a60b5d6a1ef8045ecebe3131babb425a13682d5b85686433ae3d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Adfef9a7b3d43a60b5d6a1ef8045ecebe3131babb425a13682d5b85686433ae3d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1780976666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b923a9c8b7a77675531e568bcf9617ef6d4e709ab7eb7fe1ddeeb172b527b116_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b923a9c8b7a77675531e568bcf9617ef6d4e709ab7eb7fe1ddeeb172b527b116_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b923a9c8b7a77675531e568bcf9617ef6d4e709ab7eb7fe1ddeeb172b527b116_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Ab923a9c8b7a77675531e568bcf9617ef6d4e709ab7eb7fe1ddeeb172b527b116?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1780976494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:96a1955f94b86f41d52305cf43753dfc9977722d3a1f0f4b1be6411c9dcda2c6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:96a1955f94b86f41d52305cf43753dfc9977722d3a1f0f4b1be6411c9dcda2c6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:96a1955f94b86f41d52305cf43753dfc9977722d3a1f0f4b1be6411c9dcda2c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A96a1955f94b86f41d52305cf43753dfc9977722d3a1f0f4b1be6411c9dcda2c6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1780977466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d4dff0998e4a9c45c4f32d82913d1b312059d3ce7b8388a804e7b6eeeda1986f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d4dff0998e4a9c45c4f32d82913d1b312059d3ce7b8388a804e7b6eeeda1986f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d4dff0998e4a9c45c4f32d82913d1b312059d3ce7b8388a804e7b6eeeda1986f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ad4dff0998e4a9c45c4f32d82913d1b312059d3ce7b8388a804e7b6eeeda1986f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1780979806"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:552681163c7b016ba7cca547d3b32d50e27f9fcbeef793ca52e9e64137d57fad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:552681163c7b016ba7cca547d3b32d50e27f9fcbeef793ca52e9e64137d57fad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:552681163c7b016ba7cca547d3b32d50e27f9fcbeef793ca52e9e64137d57fad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A552681163c7b016ba7cca547d3b32d50e27f9fcbeef793ca52e9e64137d57fad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1780977329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ef2dec293756ee1848196847cd567610ff13d84af98aa357438e411f8f04d0f4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ef2dec293756ee1848196847cd567610ff13d84af98aa357438e411f8f04d0f4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ef2dec293756ee1848196847cd567610ff13d84af98aa357438e411f8f04d0f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Aef2dec293756ee1848196847cd567610ff13d84af98aa357438e411f8f04d0f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1780976097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d41100db39e0c48ae96ba18846464e29f0a1d708c0286161a854a8babcee4969_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d41100db39e0c48ae96ba18846464e29f0a1d708c0286161a854a8babcee4969_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d41100db39e0c48ae96ba18846464e29f0a1d708c0286161a854a8babcee4969_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Ad41100db39e0c48ae96ba18846464e29f0a1d708c0286161a854a8babcee4969?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1780976371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:49cb012134afafdebf61c90b88577c506acfd9587f3d029c56c81bea822ad092_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:49cb012134afafdebf61c90b88577c506acfd9587f3d029c56c81bea822ad092_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:49cb012134afafdebf61c90b88577c506acfd9587f3d029c56c81bea822ad092_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A49cb012134afafdebf61c90b88577c506acfd9587f3d029c56c81bea822ad092?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1780977604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9b6dda89ae954d891d2eaee580ce6f51201f5a46be9b39a9451878d37e257252_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9b6dda89ae954d891d2eaee580ce6f51201f5a46be9b39a9451878d37e257252_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9b6dda89ae954d891d2eaee580ce6f51201f5a46be9b39a9451878d37e257252_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A9b6dda89ae954d891d2eaee580ce6f51201f5a46be9b39a9451878d37e257252?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1780978378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c98b64e4d0bc04f56a84cb7ce0eade14aa6cc09ace700b296d488b97b8de1006_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c98b64e4d0bc04f56a84cb7ce0eade14aa6cc09ace700b296d488b97b8de1006_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c98b64e4d0bc04f56a84cb7ce0eade14aa6cc09ace700b296d488b97b8de1006_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ac98b64e4d0bc04f56a84cb7ce0eade14aa6cc09ace700b296d488b97b8de1006?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1780979164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03d45c9ce7fa066c430b348e05cd3560ad596c6fa93f7a57191f3adad9ac71f2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03d45c9ce7fa066c430b348e05cd3560ad596c6fa93f7a57191f3adad9ac71f2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03d45c9ce7fa066c430b348e05cd3560ad596c6fa93f7a57191f3adad9ac71f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A03d45c9ce7fa066c430b348e05cd3560ad596c6fa93f7a57191f3adad9ac71f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1780976954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4145daf13e987912a5ee4bbac064fbf0888293cc08b114107133eeb9951204a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4145daf13e987912a5ee4bbac064fbf0888293cc08b114107133eeb9951204a9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4145daf13e987912a5ee4bbac064fbf0888293cc08b114107133eeb9951204a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A4145daf13e987912a5ee4bbac064fbf0888293cc08b114107133eeb9951204a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1780978481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c05dd77c9c641c9139e761b88ad358023c6ba4221a6854d8b0760732889d58a6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c05dd77c9c641c9139e761b88ad358023c6ba4221a6854d8b0760732889d58a6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c05dd77c9c641c9139e761b88ad358023c6ba4221a6854d8b0760732889d58a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ac05dd77c9c641c9139e761b88ad358023c6ba4221a6854d8b0760732889d58a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1780978082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:13b9c3e4c334cc245c11da77c7ecae4759986873fcc134e3a2901d1979bd97dc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:13b9c3e4c334cc245c11da77c7ecae4759986873fcc134e3a2901d1979bd97dc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:13b9c3e4c334cc245c11da77c7ecae4759986873fcc134e3a2901d1979bd97dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A13b9c3e4c334cc245c11da77c7ecae4759986873fcc134e3a2901d1979bd97dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1780985485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0fca8a8cec5e7313576d38c866b7f310492fb11fd94a93d6ce8fd311ee424dfa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0fca8a8cec5e7313576d38c866b7f310492fb11fd94a93d6ce8fd311ee424dfa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0fca8a8cec5e7313576d38c866b7f310492fb11fd94a93d6ce8fd311ee424dfa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A0fca8a8cec5e7313576d38c866b7f310492fb11fd94a93d6ce8fd311ee424dfa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1780988402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b578298ff88e7cab48de60927a8e99f52d49791f271f08d1e5e8910520525287_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b578298ff88e7cab48de60927a8e99f52d49791f271f08d1e5e8910520525287_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b578298ff88e7cab48de60927a8e99f52d49791f271f08d1e5e8910520525287_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Ab578298ff88e7cab48de60927a8e99f52d49791f271f08d1e5e8910520525287?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1780988484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d1a64b53aa700a69821c2b3ecea10d946f731831b203e4bc65b7dd7729452195_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d1a64b53aa700a69821c2b3ecea10d946f731831b203e4bc65b7dd7729452195_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d1a64b53aa700a69821c2b3ecea10d946f731831b203e4bc65b7dd7729452195_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ad1a64b53aa700a69821c2b3ecea10d946f731831b203e4bc65b7dd7729452195?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1780984555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1391c08df70a95ec9503a304a4e8b28c72bf9c8ddd21d8f9fadbb85e225587e9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1391c08df70a95ec9503a304a4e8b28c72bf9c8ddd21d8f9fadbb85e225587e9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1391c08df70a95ec9503a304a4e8b28c72bf9c8ddd21d8f9fadbb85e225587e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A1391c08df70a95ec9503a304a4e8b28c72bf9c8ddd21d8f9fadbb85e225587e9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1780979731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3e9aa93c4a2f1396f23300641358f2157e4fa68408f5ac50e06dc1d5ba28381_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3e9aa93c4a2f1396f23300641358f2157e4fa68408f5ac50e06dc1d5ba28381_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3e9aa93c4a2f1396f23300641358f2157e4fa68408f5ac50e06dc1d5ba28381_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Aa3e9aa93c4a2f1396f23300641358f2157e4fa68408f5ac50e06dc1d5ba28381?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1780979786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b672f5cb7e7103e1304c2826ef5270e9f47a137454e80160df8414d7e72d76e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b672f5cb7e7103e1304c2826ef5270e9f47a137454e80160df8414d7e72d76e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b672f5cb7e7103e1304c2826ef5270e9f47a137454e80160df8414d7e72d76e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A4b672f5cb7e7103e1304c2826ef5270e9f47a137454e80160df8414d7e72d76e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1780980779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a3b6915a30075af8ae31cf1f9537b4ff2edd806ac3b9c2aad2c3d0122db24384_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a3b6915a30075af8ae31cf1f9537b4ff2edd806ac3b9c2aad2c3d0122db24384_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a3b6915a30075af8ae31cf1f9537b4ff2edd806ac3b9c2aad2c3d0122db24384_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Aa3b6915a30075af8ae31cf1f9537b4ff2edd806ac3b9c2aad2c3d0122db24384?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1780980234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2b91597e92724f8e19b366ef98adf4a737dd38a1af3558d6c096a6a2f62f358c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2b91597e92724f8e19b366ef98adf4a737dd38a1af3558d6c096a6a2f62f358c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2b91597e92724f8e19b366ef98adf4a737dd38a1af3558d6c096a6a2f62f358c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A2b91597e92724f8e19b366ef98adf4a737dd38a1af3558d6c096a6a2f62f358c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1780978877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ade221c9b8a46412f4f2ccd96c0d4a5a9ec26e29c1475aefb83c55b3b885794a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ade221c9b8a46412f4f2ccd96c0d4a5a9ec26e29c1475aefb83c55b3b885794a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ade221c9b8a46412f4f2ccd96c0d4a5a9ec26e29c1475aefb83c55b3b885794a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Aade221c9b8a46412f4f2ccd96c0d4a5a9ec26e29c1475aefb83c55b3b885794a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1780981077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:bee2aa67de35ab4635b353061b6c23bc68c86aee8cac9cd1f41135e9c066f473_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:bee2aa67de35ab4635b353061b6c23bc68c86aee8cac9cd1f41135e9c066f473_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:bee2aa67de35ab4635b353061b6c23bc68c86aee8cac9cd1f41135e9c066f473_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Abee2aa67de35ab4635b353061b6c23bc68c86aee8cac9cd1f41135e9c066f473?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1780981015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bf38932b81124a15686fe3e93f1f30fe99444765e7840983656666558c51e070_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bf38932b81124a15686fe3e93f1f30fe99444765e7840983656666558c51e070_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bf38932b81124a15686fe3e93f1f30fe99444765e7840983656666558c51e070_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Abf38932b81124a15686fe3e93f1f30fe99444765e7840983656666558c51e070?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1780976005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cbaef1de5ca28f877a692fe4f050fe3917f35149416cae6433704085f68a4e9d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cbaef1de5ca28f877a692fe4f050fe3917f35149416cae6433704085f68a4e9d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cbaef1de5ca28f877a692fe4f050fe3917f35149416cae6433704085f68a4e9d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Acbaef1de5ca28f877a692fe4f050fe3917f35149416cae6433704085f68a4e9d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1780979698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d5f19e12c21b03fefe2fb73d17784dca980061a3c0a7580ce437173f6953992c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d5f19e12c21b03fefe2fb73d17784dca980061a3c0a7580ce437173f6953992c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d5f19e12c21b03fefe2fb73d17784dca980061a3c0a7580ce437173f6953992c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Ad5f19e12c21b03fefe2fb73d17784dca980061a3c0a7580ce437173f6953992c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1781002169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:25210aa51905881e5a33178421288cc589956b0802b0d3f0fe498bcd71f6998e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:25210aa51905881e5a33178421288cc589956b0802b0d3f0fe498bcd71f6998e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:25210aa51905881e5a33178421288cc589956b0802b0d3f0fe498bcd71f6998e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A25210aa51905881e5a33178421288cc589956b0802b0d3f0fe498bcd71f6998e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1780986403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:93ca5b2c341509449380a1b9fedb6e51482955bc0ec9805e3b3aa4ad30fc1c22_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:93ca5b2c341509449380a1b9fedb6e51482955bc0ec9805e3b3aa4ad30fc1c22_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:93ca5b2c341509449380a1b9fedb6e51482955bc0ec9805e3b3aa4ad30fc1c22_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A93ca5b2c341509449380a1b9fedb6e51482955bc0ec9805e3b3aa4ad30fc1c22?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1780986275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3aaf87368d239c36c222536f49e675b0a36151afbfc637017ddfd7f871e192db_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3aaf87368d239c36c222536f49e675b0a36151afbfc637017ddfd7f871e192db_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3aaf87368d239c36c222536f49e675b0a36151afbfc637017ddfd7f871e192db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A3aaf87368d239c36c222536f49e675b0a36151afbfc637017ddfd7f871e192db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1780980433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d01d3b7ebdffccbc3f0333585ef3a01fc910115a4bd77ce3fed8f85093a31e4e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d01d3b7ebdffccbc3f0333585ef3a01fc910115a4bd77ce3fed8f85093a31e4e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d01d3b7ebdffccbc3f0333585ef3a01fc910115a4bd77ce3fed8f85093a31e4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Ad01d3b7ebdffccbc3f0333585ef3a01fc910115a4bd77ce3fed8f85093a31e4e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1780984883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:87c6caa70fa920e0a58bfc370ec7d6454c145fe367d6ce3f34ea3aee3b6d4311_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:87c6caa70fa920e0a58bfc370ec7d6454c145fe367d6ce3f34ea3aee3b6d4311_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:87c6caa70fa920e0a58bfc370ec7d6454c145fe367d6ce3f34ea3aee3b6d4311_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A87c6caa70fa920e0a58bfc370ec7d6454c145fe367d6ce3f34ea3aee3b6d4311?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1780977132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa8dd4b7f6289107e6bb9313a0c3dd95fed0a78a60a3bc6761ba101bf49267c0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa8dd4b7f6289107e6bb9313a0c3dd95fed0a78a60a3bc6761ba101bf49267c0_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa8dd4b7f6289107e6bb9313a0c3dd95fed0a78a60a3bc6761ba101bf49267c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Aaa8dd4b7f6289107e6bb9313a0c3dd95fed0a78a60a3bc6761ba101bf49267c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1780986354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:93968cfcfeb07c864886de9508e5408fa56a872bbd5fadf6a20d7ca07654c880_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:93968cfcfeb07c864886de9508e5408fa56a872bbd5fadf6a20d7ca07654c880_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:93968cfcfeb07c864886de9508e5408fa56a872bbd5fadf6a20d7ca07654c880_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A93968cfcfeb07c864886de9508e5408fa56a872bbd5fadf6a20d7ca07654c880?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1780986185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1fdd4da6fbc7a7bc64ed33e515da321b566d7fc58ca403ece5b34b3c0cc53a71_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1fdd4da6fbc7a7bc64ed33e515da321b566d7fc58ca403ece5b34b3c0cc53a71_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1fdd4da6fbc7a7bc64ed33e515da321b566d7fc58ca403ece5b34b3c0cc53a71_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A1fdd4da6fbc7a7bc64ed33e515da321b566d7fc58ca403ece5b34b3c0cc53a71?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1780989109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6be22d8f91a5efe043040370b651ec13c645627c16567eaaf58b736ec73bae3e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6be22d8f91a5efe043040370b651ec13c645627c16567eaaf58b736ec73bae3e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6be22d8f91a5efe043040370b651ec13c645627c16567eaaf58b736ec73bae3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A6be22d8f91a5efe043040370b651ec13c645627c16567eaaf58b736ec73bae3e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1780980363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bef63b16132ecba605aa046e00966ee6ec9a37890f56fe5b00a9e12fe027121e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bef63b16132ecba605aa046e00966ee6ec9a37890f56fe5b00a9e12fe027121e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bef63b16132ecba605aa046e00966ee6ec9a37890f56fe5b00a9e12fe027121e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Abef63b16132ecba605aa046e00966ee6ec9a37890f56fe5b00a9e12fe027121e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1780979906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:457ac9e201454878ce756c731623f33ec22e44c9be6e688931b5559dc3d060db_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:457ac9e201454878ce756c731623f33ec22e44c9be6e688931b5559dc3d060db_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:457ac9e201454878ce756c731623f33ec22e44c9be6e688931b5559dc3d060db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A457ac9e201454878ce756c731623f33ec22e44c9be6e688931b5559dc3d060db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1780986226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:73459be1c7c70819c0a0b7ef2e41c4f7c4772e24eec5ae382fc938a873e6f706_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:73459be1c7c70819c0a0b7ef2e41c4f7c4772e24eec5ae382fc938a873e6f706_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:73459be1c7c70819c0a0b7ef2e41c4f7c4772e24eec5ae382fc938a873e6f706_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A73459be1c7c70819c0a0b7ef2e41c4f7c4772e24eec5ae382fc938a873e6f706?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1780976860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b0cde443158a094812ea67d7c6523464b48c695ffa4c6d9162ab45647a119a3c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b0cde443158a094812ea67d7c6523464b48c695ffa4c6d9162ab45647a119a3c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b0cde443158a094812ea67d7c6523464b48c695ffa4c6d9162ab45647a119a3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Ab0cde443158a094812ea67d7c6523464b48c695ffa4c6d9162ab45647a119a3c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1780979221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:52190fa0da838b24980e26ef586ade36fc1bedab5fd057c6acd5de5a84b68809_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:52190fa0da838b24980e26ef586ade36fc1bedab5fd057c6acd5de5a84b68809_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:52190fa0da838b24980e26ef586ade36fc1bedab5fd057c6acd5de5a84b68809_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A52190fa0da838b24980e26ef586ade36fc1bedab5fd057c6acd5de5a84b68809?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1780977547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:94599479d60ea6e70ab70389c58c21e5159ad81ddfd98b023290009be697c2fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:94599479d60ea6e70ab70389c58c21e5159ad81ddfd98b023290009be697c2fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:94599479d60ea6e70ab70389c58c21e5159ad81ddfd98b023290009be697c2fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A94599479d60ea6e70ab70389c58c21e5159ad81ddfd98b023290009be697c2fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1780985445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:178f4d3b2f63adde85e32729fab326955f1043471079a0599079de31e6fc6788_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:178f4d3b2f63adde85e32729fab326955f1043471079a0599079de31e6fc6788_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:178f4d3b2f63adde85e32729fab326955f1043471079a0599079de31e6fc6788_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A178f4d3b2f63adde85e32729fab326955f1043471079a0599079de31e6fc6788?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1780977003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:940efe54180bd892583c762d2716022647095c7aada14c607a201d04051a2b4a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:940efe54180bd892583c762d2716022647095c7aada14c607a201d04051a2b4a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:940efe54180bd892583c762d2716022647095c7aada14c607a201d04051a2b4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A940efe54180bd892583c762d2716022647095c7aada14c607a201d04051a2b4a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1780985404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3a0cc43c6dfe27e407a1e8cc56fff50da88d2b950b7f113b52dae3eebf7fe9a1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3a0cc43c6dfe27e407a1e8cc56fff50da88d2b950b7f113b52dae3eebf7fe9a1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3a0cc43c6dfe27e407a1e8cc56fff50da88d2b950b7f113b52dae3eebf7fe9a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A3a0cc43c6dfe27e407a1e8cc56fff50da88d2b950b7f113b52dae3eebf7fe9a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1780982565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a25239501706cccb1e4651398866d85174bcab42021c630bc4daf9a82f48f19b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a25239501706cccb1e4651398866d85174bcab42021c630bc4daf9a82f48f19b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a25239501706cccb1e4651398866d85174bcab42021c630bc4daf9a82f48f19b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Aa25239501706cccb1e4651398866d85174bcab42021c630bc4daf9a82f48f19b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1780977556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a77a38153f1160549fef7f2d4bd0ccd9289407ea9221bd45db2bfc39875b45f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a77a38153f1160549fef7f2d4bd0ccd9289407ea9221bd45db2bfc39875b45f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a77a38153f1160549fef7f2d4bd0ccd9289407ea9221bd45db2bfc39875b45f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A4a77a38153f1160549fef7f2d4bd0ccd9289407ea9221bd45db2bfc39875b45f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1780979454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:55bda2c7c425ac8b1bcaa8ba8f056771fdf9f342eb6d23b15793c9693fa0d7a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:55bda2c7c425ac8b1bcaa8ba8f056771fdf9f342eb6d23b15793c9693fa0d7a9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:55bda2c7c425ac8b1bcaa8ba8f056771fdf9f342eb6d23b15793c9693fa0d7a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A55bda2c7c425ac8b1bcaa8ba8f056771fdf9f342eb6d23b15793c9693fa0d7a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1780980386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3c22d6e7c3805642fdb145e55c7b596b71cb458ddbda51b6f709dd70cf5bb6de_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3c22d6e7c3805642fdb145e55c7b596b71cb458ddbda51b6f709dd70cf5bb6de_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3c22d6e7c3805642fdb145e55c7b596b71cb458ddbda51b6f709dd70cf5bb6de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A3c22d6e7c3805642fdb145e55c7b596b71cb458ddbda51b6f709dd70cf5bb6de?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1780977548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c54c34360f1166a7c42ec1b181331c31d55306f5b38958826260de94c9b360ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c54c34360f1166a7c42ec1b181331c31d55306f5b38958826260de94c9b360ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c54c34360f1166a7c42ec1b181331c31d55306f5b38958826260de94c9b360ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ac54c34360f1166a7c42ec1b181331c31d55306f5b38958826260de94c9b360ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1780986349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9e90309a20bb143a8f579ce5fa26e36ff107ff5013f6fe2ca52d4a5dc28a543f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9e90309a20bb143a8f579ce5fa26e36ff107ff5013f6fe2ca52d4a5dc28a543f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9e90309a20bb143a8f579ce5fa26e36ff107ff5013f6fe2ca52d4a5dc28a543f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A9e90309a20bb143a8f579ce5fa26e36ff107ff5013f6fe2ca52d4a5dc28a543f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1780985082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6cbd72c2701f8256348c3c0d37c7006db128cca44105634436a9f9737afbf195_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6cbd72c2701f8256348c3c0d37c7006db128cca44105634436a9f9737afbf195_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6cbd72c2701f8256348c3c0d37c7006db128cca44105634436a9f9737afbf195_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A6cbd72c2701f8256348c3c0d37c7006db128cca44105634436a9f9737afbf195?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1780980406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97ee01f7cd27cc8e66e1f3da6310e668ce4e0fd8a948d956f73ba21fd81a0f6d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97ee01f7cd27cc8e66e1f3da6310e668ce4e0fd8a948d956f73ba21fd81a0f6d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97ee01f7cd27cc8e66e1f3da6310e668ce4e0fd8a948d956f73ba21fd81a0f6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A97ee01f7cd27cc8e66e1f3da6310e668ce4e0fd8a948d956f73ba21fd81a0f6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1780985334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4abb807bba0bd7910150a5bad5020de4077d4d4500b92cfb397ad5789d37cd68_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4abb807bba0bd7910150a5bad5020de4077d4d4500b92cfb397ad5789d37cd68_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4abb807bba0bd7910150a5bad5020de4077d4d4500b92cfb397ad5789d37cd68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A4abb807bba0bd7910150a5bad5020de4077d4d4500b92cfb397ad5789d37cd68?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1780980746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b7c9a1f9c8b7307c2328846b2267b1041516b20f4b7010813eca8e7841c7cd59_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b7c9a1f9c8b7307c2328846b2267b1041516b20f4b7010813eca8e7841c7cd59_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b7c9a1f9c8b7307c2328846b2267b1041516b20f4b7010813eca8e7841c7cd59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ab7c9a1f9c8b7307c2328846b2267b1041516b20f4b7010813eca8e7841c7cd59?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=1780985294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e5b0ecb3e20dc07b357a33d1dc317c6a521389f6addee2e492bbf2bd852b8c9b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e5b0ecb3e20dc07b357a33d1dc317c6a521389f6addee2e492bbf2bd852b8c9b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e5b0ecb3e20dc07b357a33d1dc317c6a521389f6addee2e492bbf2bd852b8c9b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ae5b0ecb3e20dc07b357a33d1dc317c6a521389f6addee2e492bbf2bd852b8c9b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1780985960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6e4ef72aed8a27f921e339cc899c84e094c2a710f7a00a0602ca9d03cff31e91_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6e4ef72aed8a27f921e339cc899c84e094c2a710f7a00a0602ca9d03cff31e91_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6e4ef72aed8a27f921e339cc899c84e094c2a710f7a00a0602ca9d03cff31e91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A6e4ef72aed8a27f921e339cc899c84e094c2a710f7a00a0602ca9d03cff31e91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1780976657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:64353e912653770012896a153103b6fcff349ac40f746cfc36821fe11dd6259a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:64353e912653770012896a153103b6fcff349ac40f746cfc36821fe11dd6259a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:64353e912653770012896a153103b6fcff349ac40f746cfc36821fe11dd6259a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A64353e912653770012896a153103b6fcff349ac40f746cfc36821fe11dd6259a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1780978725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e77c5040e44ab07a456b37ba532e9657f879dcecb7879ed9e79d8b0e2c6c8f23_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e77c5040e44ab07a456b37ba532e9657f879dcecb7879ed9e79d8b0e2c6c8f23_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e77c5040e44ab07a456b37ba532e9657f879dcecb7879ed9e79d8b0e2c6c8f23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ae77c5040e44ab07a456b37ba532e9657f879dcecb7879ed9e79d8b0e2c6c8f23?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1780980737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:88bbe3827720c373b01bf2fa3c3b8480099f7c9058fd6424cc57bfe74143fa9b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:88bbe3827720c373b01bf2fa3c3b8480099f7c9058fd6424cc57bfe74143fa9b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:88bbe3827720c373b01bf2fa3c3b8480099f7c9058fd6424cc57bfe74143fa9b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A88bbe3827720c373b01bf2fa3c3b8480099f7c9058fd6424cc57bfe74143fa9b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1780977997"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5dcebe96fbdfb5c6ae5d86a985c3d4c7676cfd02460196764bb1e4281b77eeb6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5dcebe96fbdfb5c6ae5d86a985c3d4c7676cfd02460196764bb1e4281b77eeb6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5dcebe96fbdfb5c6ae5d86a985c3d4c7676cfd02460196764bb1e4281b77eeb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A5dcebe96fbdfb5c6ae5d86a985c3d4c7676cfd02460196764bb1e4281b77eeb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1780986173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d18d242102246b6cce19529f237b536be5a9a5c2e0431eb15727b2b90e3d888_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d18d242102246b6cce19529f237b536be5a9a5c2e0431eb15727b2b90e3d888_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d18d242102246b6cce19529f237b536be5a9a5c2e0431eb15727b2b90e3d888_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A1d18d242102246b6cce19529f237b536be5a9a5c2e0431eb15727b2b90e3d888?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1780978373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:de86930b332a89f7d532adaca7b1f3bdf99db5f0d16c8c3cad0ed3d287442b78_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:de86930b332a89f7d532adaca7b1f3bdf99db5f0d16c8c3cad0ed3d287442b78_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:de86930b332a89f7d532adaca7b1f3bdf99db5f0d16c8c3cad0ed3d287442b78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Ade86930b332a89f7d532adaca7b1f3bdf99db5f0d16c8c3cad0ed3d287442b78?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=1780985207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:93c060c1504210f495bc301a123dfa5e36ea87282b8a6d192f47c8c8484b3172_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:93c060c1504210f495bc301a123dfa5e36ea87282b8a6d192f47c8c8484b3172_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:93c060c1504210f495bc301a123dfa5e36ea87282b8a6d192f47c8c8484b3172_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A93c060c1504210f495bc301a123dfa5e36ea87282b8a6d192f47c8c8484b3172?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1780983673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c022d71700d942bb819bb1d489925c1532c1db71a5aaa268b855d678e8ba364_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c022d71700d942bb819bb1d489925c1532c1db71a5aaa268b855d678e8ba364_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c022d71700d942bb819bb1d489925c1532c1db71a5aaa268b855d678e8ba364_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A9c022d71700d942bb819bb1d489925c1532c1db71a5aaa268b855d678e8ba364?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1780975976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1482e83688d25af51a9dbb93b52e652d95dbcd7cf4a0d9d2c9364fe0f0ff4404_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1482e83688d25af51a9dbb93b52e652d95dbcd7cf4a0d9d2c9364fe0f0ff4404_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1482e83688d25af51a9dbb93b52e652d95dbcd7cf4a0d9d2c9364fe0f0ff4404_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A1482e83688d25af51a9dbb93b52e652d95dbcd7cf4a0d9d2c9364fe0f0ff4404?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1781002115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f4671b9fcceac63a6547b544d189a85c397e6aeffc6eba38d6e8b7073f258970_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f4671b9fcceac63a6547b544d189a85c397e6aeffc6eba38d6e8b7073f258970_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f4671b9fcceac63a6547b544d189a85c397e6aeffc6eba38d6e8b7073f258970_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Af4671b9fcceac63a6547b544d189a85c397e6aeffc6eba38d6e8b7073f258970?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1780976803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2df3ecea77577d06ce7f57d8f010f3a39ebbba90e350ad9720b84ff6cb320a4d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2df3ecea77577d06ce7f57d8f010f3a39ebbba90e350ad9720b84ff6cb320a4d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2df3ecea77577d06ce7f57d8f010f3a39ebbba90e350ad9720b84ff6cb320a4d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A2df3ecea77577d06ce7f57d8f010f3a39ebbba90e350ad9720b84ff6cb320a4d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1780979180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:798df44d33c1acdb59938fdf4d0251cbde8cc47aa6a03cb5b3a77160344d56cf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:798df44d33c1acdb59938fdf4d0251cbde8cc47aa6a03cb5b3a77160344d56cf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:798df44d33c1acdb59938fdf4d0251cbde8cc47aa6a03cb5b3a77160344d56cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A798df44d33c1acdb59938fdf4d0251cbde8cc47aa6a03cb5b3a77160344d56cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1780978640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d79804455341fe8ab02a0e0b869e806821462798772e007f03f8a75959debec9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d79804455341fe8ab02a0e0b869e806821462798772e007f03f8a75959debec9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d79804455341fe8ab02a0e0b869e806821462798772e007f03f8a75959debec9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ad79804455341fe8ab02a0e0b869e806821462798772e007f03f8a75959debec9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1780977018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:788240bb55c133461df4770b2acaf706ed308e53a3ade4c5cfc264deed6446e0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:788240bb55c133461df4770b2acaf706ed308e53a3ade4c5cfc264deed6446e0_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:788240bb55c133461df4770b2acaf706ed308e53a3ade4c5cfc264deed6446e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A788240bb55c133461df4770b2acaf706ed308e53a3ade4c5cfc264deed6446e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1780976541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:422bda8ecd8223d19a789e4816891f390083a42ff728510da58780f348ec9bae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:422bda8ecd8223d19a789e4816891f390083a42ff728510da58780f348ec9bae_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:422bda8ecd8223d19a789e4816891f390083a42ff728510da58780f348ec9bae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A422bda8ecd8223d19a789e4816891f390083a42ff728510da58780f348ec9bae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9\u0026tag=1780976190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83875dec4ba5db73fe9c2ce1ce22c955b42d016c15f9d8c731cadc17751d5aa0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83875dec4ba5db73fe9c2ce1ce22c955b42d016c15f9d8c731cadc17751d5aa0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83875dec4ba5db73fe9c2ce1ce22c955b42d016c15f9d8c731cadc17751d5aa0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A83875dec4ba5db73fe9c2ce1ce22c955b42d016c15f9d8c731cadc17751d5aa0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=1780976324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:82565bcb5b80c75af9ed9f0e983c8398da358cfc6205bd0f3775b04cd69c5a1b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:82565bcb5b80c75af9ed9f0e983c8398da358cfc6205bd0f3775b04cd69c5a1b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:82565bcb5b80c75af9ed9f0e983c8398da358cfc6205bd0f3775b04cd69c5a1b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A82565bcb5b80c75af9ed9f0e983c8398da358cfc6205bd0f3775b04cd69c5a1b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator\u0026tag=1780976119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed626dc3d32cef2787174b38a232bb53dc07cf19136a7ae0beee692049b5d27b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed626dc3d32cef2787174b38a232bb53dc07cf19136a7ae0beee692049b5d27b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed626dc3d32cef2787174b38a232bb53dc07cf19136a7ae0beee692049b5d27b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Aed626dc3d32cef2787174b38a232bb53dc07cf19136a7ae0beee692049b5d27b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=1780981779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c690ed0c141b642514226223820c5465bc26a226a25ad52566859315dc17e529_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c690ed0c141b642514226223820c5465bc26a226a25ad52566859315dc17e529_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c690ed0c141b642514226223820c5465bc26a226a25ad52566859315dc17e529_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ac690ed0c141b642514226223820c5465bc26a226a25ad52566859315dc17e529?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9\u0026tag=1780976312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6930615bcb510326426acf6954de5b732652064186ac0ed19ef7c683ce9cdea3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6930615bcb510326426acf6954de5b732652064186ac0ed19ef7c683ce9cdea3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6930615bcb510326426acf6954de5b732652064186ac0ed19ef7c683ce9cdea3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A6930615bcb510326426acf6954de5b732652064186ac0ed19ef7c683ce9cdea3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1780981053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:07c3fb5bd910f7e81a2c2493b02e87059a8dad6920524116e16ff1d022b9dbed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:07c3fb5bd910f7e81a2c2493b02e87059a8dad6920524116e16ff1d022b9dbed_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:07c3fb5bd910f7e81a2c2493b02e87059a8dad6920524116e16ff1d022b9dbed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A07c3fb5bd910f7e81a2c2493b02e87059a8dad6920524116e16ff1d022b9dbed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1780978218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b7a59b159989422e6cf5363e905c310517220af021844734c6c2d30146416450_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b7a59b159989422e6cf5363e905c310517220af021844734c6c2d30146416450_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b7a59b159989422e6cf5363e905c310517220af021844734c6c2d30146416450_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Ab7a59b159989422e6cf5363e905c310517220af021844734c6c2d30146416450?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1780977810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c2029ac1677579e17850e40a0a8cfad726e04da464b85e6198d20a4baa9ebe38_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c2029ac1677579e17850e40a0a8cfad726e04da464b85e6198d20a4baa9ebe38_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c2029ac1677579e17850e40a0a8cfad726e04da464b85e6198d20a4baa9ebe38_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ac2029ac1677579e17850e40a0a8cfad726e04da464b85e6198d20a4baa9ebe38?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1780983862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2b74b78ec656cb9c991ff872d5c48ee63e08837e019bb65838b58b76325a69f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2b74b78ec656cb9c991ff872d5c48ee63e08837e019bb65838b58b76325a69f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2b74b78ec656cb9c991ff872d5c48ee63e08837e019bb65838b58b76325a69f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A2b74b78ec656cb9c991ff872d5c48ee63e08837e019bb65838b58b76325a69f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1780988928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30d9b1d57b6f99ba33574ba7a98553bf889519f65c039c5b714342839b1067cc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30d9b1d57b6f99ba33574ba7a98553bf889519f65c039c5b714342839b1067cc_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30d9b1d57b6f99ba33574ba7a98553bf889519f65c039c5b714342839b1067cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A30d9b1d57b6f99ba33574ba7a98553bf889519f65c039c5b714342839b1067cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1780986328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:71c003246622f555de9f8e4ca590081ad8b4447007b1f0518538cecbcefe5ace_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:71c003246622f555de9f8e4ca590081ad8b4447007b1f0518538cecbcefe5ace_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:71c003246622f555de9f8e4ca590081ad8b4447007b1f0518538cecbcefe5ace_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A71c003246622f555de9f8e4ca590081ad8b4447007b1f0518538cecbcefe5ace?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1780985312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e3e2585f7a5216120972806732d252667c2707dfec2bba17b7d66a846218b119_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e3e2585f7a5216120972806732d252667c2707dfec2bba17b7d66a846218b119_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e3e2585f7a5216120972806732d252667c2707dfec2bba17b7d66a846218b119_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Ae3e2585f7a5216120972806732d252667c2707dfec2bba17b7d66a846218b119?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1780985041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2597c6e1ec452347d977bca5077f9493a32efe388f4fb57b4d7f9865cb48e7a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2597c6e1ec452347d977bca5077f9493a32efe388f4fb57b4d7f9865cb48e7a_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2597c6e1ec452347d977bca5077f9493a32efe388f4fb57b4d7f9865cb48e7a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Aa2597c6e1ec452347d977bca5077f9493a32efe388f4fb57b4d7f9865cb48e7a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1780985048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e9e323ee37e43e7d6b07b1f250437422cdc321f204a4e891b3998b8a5a52188b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e9e323ee37e43e7d6b07b1f250437422cdc321f204a4e891b3998b8a5a52188b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e9e323ee37e43e7d6b07b1f250437422cdc321f204a4e891b3998b8a5a52188b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Ae9e323ee37e43e7d6b07b1f250437422cdc321f204a4e891b3998b8a5a52188b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=1780984376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f75102f7c45b6d0b6ef939c94d61901385bcf5185fb085746ecb207fa79b4af5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f75102f7c45b6d0b6ef939c94d61901385bcf5185fb085746ecb207fa79b4af5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f75102f7c45b6d0b6ef939c94d61901385bcf5185fb085746ecb207fa79b4af5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Af75102f7c45b6d0b6ef939c94d61901385bcf5185fb085746ecb207fa79b4af5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1780976804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e758035655da16fe2cae372bfdc6a4d4c911aa8b55eac8c3da83f5769d385c2c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e758035655da16fe2cae372bfdc6a4d4c911aa8b55eac8c3da83f5769d385c2c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e758035655da16fe2cae372bfdc6a4d4c911aa8b55eac8c3da83f5769d385c2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Ae758035655da16fe2cae372bfdc6a4d4c911aa8b55eac8c3da83f5769d385c2c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1780977540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6286c0a731f028d5b4b14aedf5e1f116eec94026c177d1a5215b96474074d404_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6286c0a731f028d5b4b14aedf5e1f116eec94026c177d1a5215b96474074d404_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6286c0a731f028d5b4b14aedf5e1f116eec94026c177d1a5215b96474074d404_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A6286c0a731f028d5b4b14aedf5e1f116eec94026c177d1a5215b96474074d404?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1780980419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dad1809a993d86467d1b8a4a4bbb010e9dd50848d3d6ed1d563b74e8bac306b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dad1809a993d86467d1b8a4a4bbb010e9dd50848d3d6ed1d563b74e8bac306b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dad1809a993d86467d1b8a4a4bbb010e9dd50848d3d6ed1d563b74e8bac306b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Adad1809a993d86467d1b8a4a4bbb010e9dd50848d3d6ed1d563b74e8bac306b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1780988896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f06e0348cf323b7bb502f53d3451aec038b741243c6b0ccaded2158be1170872_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f06e0348cf323b7bb502f53d3451aec038b741243c6b0ccaded2158be1170872_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f06e0348cf323b7bb502f53d3451aec038b741243c6b0ccaded2158be1170872_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Af06e0348cf323b7bb502f53d3451aec038b741243c6b0ccaded2158be1170872?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1780983293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:52481b7110d707bce4c8cac15a13c69ec49571a3c6e380baa0eefcd84e4756e5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:52481b7110d707bce4c8cac15a13c69ec49571a3c6e380baa0eefcd84e4756e5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:52481b7110d707bce4c8cac15a13c69ec49571a3c6e380baa0eefcd84e4756e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A52481b7110d707bce4c8cac15a13c69ec49571a3c6e380baa0eefcd84e4756e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1780976827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08bff4152f4dab00bb26cbb7fbe01c2c86cbf4fbcc9a3f9e6e7227fa77009175_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08bff4152f4dab00bb26cbb7fbe01c2c86cbf4fbcc9a3f9e6e7227fa77009175_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08bff4152f4dab00bb26cbb7fbe01c2c86cbf4fbcc9a3f9e6e7227fa77009175_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A08bff4152f4dab00bb26cbb7fbe01c2c86cbf4fbcc9a3f9e6e7227fa77009175?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1780981380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:81dfef68491c3f05631779dc90d2dc3f02d6d6da0d645e65fa8df19c3cd86116_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:81dfef68491c3f05631779dc90d2dc3f02d6d6da0d645e65fa8df19c3cd86116_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:81dfef68491c3f05631779dc90d2dc3f02d6d6da0d645e65fa8df19c3cd86116_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A81dfef68491c3f05631779dc90d2dc3f02d6d6da0d645e65fa8df19c3cd86116?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1780980540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:47c4f9a6f583d6e324379fbc075dbf8888509c2d9588644e6c452837d805d071_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:47c4f9a6f583d6e324379fbc075dbf8888509c2d9588644e6c452837d805d071_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:47c4f9a6f583d6e324379fbc075dbf8888509c2d9588644e6c452837d805d071_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A47c4f9a6f583d6e324379fbc075dbf8888509c2d9588644e6c452837d805d071?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1780979428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d67978582b629789eee711434bfa275408bb393fc47a65536879f2dc5c9bb6a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d67978582b629789eee711434bfa275408bb393fc47a65536879f2dc5c9bb6a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d67978582b629789eee711434bfa275408bb393fc47a65536879f2dc5c9bb6a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Ad67978582b629789eee711434bfa275408bb393fc47a65536879f2dc5c9bb6a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1780986255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:7525f9327f18f4a078fd04a7a3adb493b2b1805dc124d24cb05d2256843f9da1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:7525f9327f18f4a078fd04a7a3adb493b2b1805dc124d24cb05d2256843f9da1_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:7525f9327f18f4a078fd04a7a3adb493b2b1805dc124d24cb05d2256843f9da1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A7525f9327f18f4a078fd04a7a3adb493b2b1805dc124d24cb05d2256843f9da1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1780993987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1be63c1269f8a258033c21319dc52a0b7cfc8ea7102701ccfaec733e7b910f28_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1be63c1269f8a258033c21319dc52a0b7cfc8ea7102701ccfaec733e7b910f28_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1be63c1269f8a258033c21319dc52a0b7cfc8ea7102701ccfaec733e7b910f28_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A1be63c1269f8a258033c21319dc52a0b7cfc8ea7102701ccfaec733e7b910f28?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1780979404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8037e87c1920aa7d2b102bed37458ebcf6eb09737462fbcb2ce9a41084b3f018_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8037e87c1920aa7d2b102bed37458ebcf6eb09737462fbcb2ce9a41084b3f018_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8037e87c1920aa7d2b102bed37458ebcf6eb09737462fbcb2ce9a41084b3f018_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A8037e87c1920aa7d2b102bed37458ebcf6eb09737462fbcb2ce9a41084b3f018?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1780983156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2b264d8951213e3018462a72292a6b30d583c8f06daf5ee241f94e16d506703c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2b264d8951213e3018462a72292a6b30d583c8f06daf5ee241f94e16d506703c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2b264d8951213e3018462a72292a6b30d583c8f06daf5ee241f94e16d506703c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A2b264d8951213e3018462a72292a6b30d583c8f06daf5ee241f94e16d506703c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1780979783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:defee96610b0012da78daaf30570fad7c7523b2b27f7dcc92c43958888716720_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:defee96610b0012da78daaf30570fad7c7523b2b27f7dcc92c43958888716720_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:defee96610b0012da78daaf30570fad7c7523b2b27f7dcc92c43958888716720_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Adefee96610b0012da78daaf30570fad7c7523b2b27f7dcc92c43958888716720?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1780985484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5eedefd980085c0d05eb99404d84da557aa1e33aa60b6f8dd617e6c51b7a0773_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5eedefd980085c0d05eb99404d84da557aa1e33aa60b6f8dd617e6c51b7a0773_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5eedefd980085c0d05eb99404d84da557aa1e33aa60b6f8dd617e6c51b7a0773_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A5eedefd980085c0d05eb99404d84da557aa1e33aa60b6f8dd617e6c51b7a0773?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1780985269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5911fcd0e272af7c840a47d04413b24139fd9c619434546b13298e5431e3ffc3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5911fcd0e272af7c840a47d04413b24139fd9c619434546b13298e5431e3ffc3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5911fcd0e272af7c840a47d04413b24139fd9c619434546b13298e5431e3ffc3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A5911fcd0e272af7c840a47d04413b24139fd9c619434546b13298e5431e3ffc3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1780982735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:37e902dbc5732ce27e4499eb254cdbf134521950f8e28ba4c8bcc9cd1c22e66b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:37e902dbc5732ce27e4499eb254cdbf134521950f8e28ba4c8bcc9cd1c22e66b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:37e902dbc5732ce27e4499eb254cdbf134521950f8e28ba4c8bcc9cd1c22e66b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A37e902dbc5732ce27e4499eb254cdbf134521950f8e28ba4c8bcc9cd1c22e66b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1780980682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b257ce3ac403e4b7e53cf4a0708f12823f79c4a11e20ac24a988298a46a6ef6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b257ce3ac403e4b7e53cf4a0708f12823f79c4a11e20ac24a988298a46a6ef6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b257ce3ac403e4b7e53cf4a0708f12823f79c4a11e20ac24a988298a46a6ef6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A0b257ce3ac403e4b7e53cf4a0708f12823f79c4a11e20ac24a988298a46a6ef6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1780976990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c3967d2858405abe1a54cfcf8f2445e45dc7aef7696c21cf96245c0bb4aa8834_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c3967d2858405abe1a54cfcf8f2445e45dc7aef7696c21cf96245c0bb4aa8834_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c3967d2858405abe1a54cfcf8f2445e45dc7aef7696c21cf96245c0bb4aa8834_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ac3967d2858405abe1a54cfcf8f2445e45dc7aef7696c21cf96245c0bb4aa8834?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1780978022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3602ae83bd1fb64d4e48a111620905ae567ffd915a71fab0da841f3d92889e68_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3602ae83bd1fb64d4e48a111620905ae567ffd915a71fab0da841f3d92889e68_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3602ae83bd1fb64d4e48a111620905ae567ffd915a71fab0da841f3d92889e68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A3602ae83bd1fb64d4e48a111620905ae567ffd915a71fab0da841f3d92889e68?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1780976555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9abaa144a449593156337eb1d254d7bfb668b118f70497f742bb1c72b5890af1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9abaa144a449593156337eb1d254d7bfb668b118f70497f742bb1c72b5890af1_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9abaa144a449593156337eb1d254d7bfb668b118f70497f742bb1c72b5890af1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A9abaa144a449593156337eb1d254d7bfb668b118f70497f742bb1c72b5890af1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=1780977200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1c51b219971216291c873c6f2272e9aa1af3e91af606a7e72ee15d84914f12d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1c51b219971216291c873c6f2272e9aa1af3e91af606a7e72ee15d84914f12d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1c51b219971216291c873c6f2272e9aa1af3e91af606a7e72ee15d84914f12d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ad1c51b219971216291c873c6f2272e9aa1af3e91af606a7e72ee15d84914f12d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1780988612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9f46b563fd306679cd8162e0c275daa4767f51c0083b1210488edb88976d8839_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9f46b563fd306679cd8162e0c275daa4767f51c0083b1210488edb88976d8839_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9f46b563fd306679cd8162e0c275daa4767f51c0083b1210488edb88976d8839_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A9f46b563fd306679cd8162e0c275daa4767f51c0083b1210488edb88976d8839?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1780976831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f83b91fd2651513053855b761ecb7123b9c8bfb283b1b05ab987563b24296ac7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f83b91fd2651513053855b761ecb7123b9c8bfb283b1b05ab987563b24296ac7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f83b91fd2651513053855b761ecb7123b9c8bfb283b1b05ab987563b24296ac7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Af83b91fd2651513053855b761ecb7123b9c8bfb283b1b05ab987563b24296ac7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1780986285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e4457eae686f5e2cc90f75a4fa7cf56157a53937d5cb0b33e6bda1ecb136ef23_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e4457eae686f5e2cc90f75a4fa7cf56157a53937d5cb0b33e6bda1ecb136ef23_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e4457eae686f5e2cc90f75a4fa7cf56157a53937d5cb0b33e6bda1ecb136ef23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Ae4457eae686f5e2cc90f75a4fa7cf56157a53937d5cb0b33e6bda1ecb136ef23?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1780977133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8f7ed88b7cd7eb51f41548b1cac3236ef1d6204e08440ae7a6e20b960fcfba98_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8f7ed88b7cd7eb51f41548b1cac3236ef1d6204e08440ae7a6e20b960fcfba98_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8f7ed88b7cd7eb51f41548b1cac3236ef1d6204e08440ae7a6e20b960fcfba98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A8f7ed88b7cd7eb51f41548b1cac3236ef1d6204e08440ae7a6e20b960fcfba98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1780982932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4813d400a6f46477e92449d1e4908c7bb329545c578b09b519ddae10d0623d21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4813d400a6f46477e92449d1e4908c7bb329545c578b09b519ddae10d0623d21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4813d400a6f46477e92449d1e4908c7bb329545c578b09b519ddae10d0623d21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A4813d400a6f46477e92449d1e4908c7bb329545c578b09b519ddae10d0623d21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1780976972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ed6318e5a1e2df043166879a526549ecad1cd62159a5659ea2fe201f4abd798_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ed6318e5a1e2df043166879a526549ecad1cd62159a5659ea2fe201f4abd798_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ed6318e5a1e2df043166879a526549ecad1cd62159a5659ea2fe201f4abd798_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A7ed6318e5a1e2df043166879a526549ecad1cd62159a5659ea2fe201f4abd798?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1780982679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9c4c2c65f712de6e55348896b2609f71db681e98f70dd26380c17103c168f2e5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9c4c2c65f712de6e55348896b2609f71db681e98f70dd26380c17103c168f2e5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9c4c2c65f712de6e55348896b2609f71db681e98f70dd26380c17103c168f2e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A9c4c2c65f712de6e55348896b2609f71db681e98f70dd26380c17103c168f2e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1780986205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ef3e2714cdaf4dabc304a73d3867f6a30ed990079a7dc82935cd311b6298429e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ef3e2714cdaf4dabc304a73d3867f6a30ed990079a7dc82935cd311b6298429e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ef3e2714cdaf4dabc304a73d3867f6a30ed990079a7dc82935cd311b6298429e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Aef3e2714cdaf4dabc304a73d3867f6a30ed990079a7dc82935cd311b6298429e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1780986297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d387c467c14234a2edeef2ee4e1d3390b6d7f69e1e7e3ab4fb5950c0665e7e93_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d387c467c14234a2edeef2ee4e1d3390b6d7f69e1e7e3ab4fb5950c0665e7e93_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d387c467c14234a2edeef2ee4e1d3390b6d7f69e1e7e3ab4fb5950c0665e7e93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Ad387c467c14234a2edeef2ee4e1d3390b6d7f69e1e7e3ab4fb5950c0665e7e93?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1780985154"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a7030ae2f83595a38c507d43a11232d918988fec2a12bd7bbdd048ed1b4706e6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a7030ae2f83595a38c507d43a11232d918988fec2a12bd7bbdd048ed1b4706e6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a7030ae2f83595a38c507d43a11232d918988fec2a12bd7bbdd048ed1b4706e6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:acd1f4c3748eb6189d59cc41da282a81e8949be659f882e241e01acaa25cbdf3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:acd1f4c3748eb6189d59cc41da282a81e8949be659f882e241e01acaa25cbdf3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:acd1f4c3748eb6189d59cc41da282a81e8949be659f882e241e01acaa25cbdf3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c04a807f8759be6c847c8f6abc07d398c781563b216abddd198c07ae32c3c467_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c04a807f8759be6c847c8f6abc07d398c781563b216abddd198c07ae32c3c467_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c04a807f8759be6c847c8f6abc07d398c781563b216abddd198c07ae32c3c467_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f451c542472d35f555ba7e0ca5fe6ed5cb35b9fc0d915ed32486f1a0c7b361dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f451c542472d35f555ba7e0ca5fe6ed5cb35b9fc0d915ed32486f1a0c7b361dc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f451c542472d35f555ba7e0ca5fe6ed5cb35b9fc0d915ed32486f1a0c7b361dc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:37dad142f4de244e37a4cc2b932ea9bab8fbcf7663136b59919b8d4ed4d8888b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:37dad142f4de244e37a4cc2b932ea9bab8fbcf7663136b59919b8d4ed4d8888b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:37dad142f4de244e37a4cc2b932ea9bab8fbcf7663136b59919b8d4ed4d8888b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:77e0f36aec56da740886d70e6e9e45b5eae8a4641c11a3584f5ec96cb4c12c4c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:77e0f36aec56da740886d70e6e9e45b5eae8a4641c11a3584f5ec96cb4c12c4c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:77e0f36aec56da740886d70e6e9e45b5eae8a4641c11a3584f5ec96cb4c12c4c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c4c865b5de7ebf517d667466f7af1c3c2323feefc9fe456fe14b994914ea45f0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c4c865b5de7ebf517d667466f7af1c3c2323feefc9fe456fe14b994914ea45f0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c4c865b5de7ebf517d667466f7af1c3c2323feefc9fe456fe14b994914ea45f0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fc741e6ba3a635241261773e48711d1668f5da1eb435a75db33163c1c4725def_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fc741e6ba3a635241261773e48711d1668f5da1eb435a75db33163c1c4725def_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fc741e6ba3a635241261773e48711d1668f5da1eb435a75db33163c1c4725def_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d84050334b5b19a7ee4e59009b2847f28543e637afb7dfd6c11636c54655809_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d84050334b5b19a7ee4e59009b2847f28543e637afb7dfd6c11636c54655809_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d84050334b5b19a7ee4e59009b2847f28543e637afb7dfd6c11636c54655809_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:79366a89c1a9d454d121ff6f24a3f7c3f9fee2e1441d0d67c7c5df9d471c3057_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:79366a89c1a9d454d121ff6f24a3f7c3f9fee2e1441d0d67c7c5df9d471c3057_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:79366a89c1a9d454d121ff6f24a3f7c3f9fee2e1441d0d67c7c5df9d471c3057_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d6d4776004505cb4168ece720f3cd383519c76c229c53bcbff27b4f62fdfcba9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d6d4776004505cb4168ece720f3cd383519c76c229c53bcbff27b4f62fdfcba9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d6d4776004505cb4168ece720f3cd383519c76c229c53bcbff27b4f62fdfcba9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f230ae41108ff58cd2df7460ddcab73a59309e5c7c4ca0c682992e4975703b0d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f230ae41108ff58cd2df7460ddcab73a59309e5c7c4ca0c682992e4975703b0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f230ae41108ff58cd2df7460ddcab73a59309e5c7c4ca0c682992e4975703b0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1ccc1d63820ee8fe6e1d60ecad3019d4fd4311d19859a5ef4ab43f50c2bbe68c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1ccc1d63820ee8fe6e1d60ecad3019d4fd4311d19859a5ef4ab43f50c2bbe68c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1ccc1d63820ee8fe6e1d60ecad3019d4fd4311d19859a5ef4ab43f50c2bbe68c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a823b2c4412366f8c9c7baa25b6dd40bfad4eb90b98e2a4b064aafec740f9924_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a823b2c4412366f8c9c7baa25b6dd40bfad4eb90b98e2a4b064aafec740f9924_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a823b2c4412366f8c9c7baa25b6dd40bfad4eb90b98e2a4b064aafec740f9924_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa8dd4b7f6289107e6bb9313a0c3dd95fed0a78a60a3bc6761ba101bf49267c0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa8dd4b7f6289107e6bb9313a0c3dd95fed0a78a60a3bc6761ba101bf49267c0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa8dd4b7f6289107e6bb9313a0c3dd95fed0a78a60a3bc6761ba101bf49267c0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d51643c52c7f7850b787439e79e69e7e15fea01d38fcf89ede2ffd5aa8a0a6bd_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d51643c52c7f7850b787439e79e69e7e15fea01d38fcf89ede2ffd5aa8a0a6bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d51643c52c7f7850b787439e79e69e7e15fea01d38fcf89ede2ffd5aa8a0a6bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2271a35cbdd6e75128ea40780dca8b12acff72d89b8e5edb659df03db2847ddb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2271a35cbdd6e75128ea40780dca8b12acff72d89b8e5edb659df03db2847ddb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2271a35cbdd6e75128ea40780dca8b12acff72d89b8e5edb659df03db2847ddb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:50815dbd8eeb6bb3de2c72b3747c700314ed3ca55130ffe6bf1e0368ac55a40b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:50815dbd8eeb6bb3de2c72b3747c700314ed3ca55130ffe6bf1e0368ac55a40b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:50815dbd8eeb6bb3de2c72b3747c700314ed3ca55130ffe6bf1e0368ac55a40b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:73459be1c7c70819c0a0b7ef2e41c4f7c4772e24eec5ae382fc938a873e6f706_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:73459be1c7c70819c0a0b7ef2e41c4f7c4772e24eec5ae382fc938a873e6f706_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:73459be1c7c70819c0a0b7ef2e41c4f7c4772e24eec5ae382fc938a873e6f706_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:abb274b9924c701bfd460bfaf347842aa1c6e6e5ac13bb67a6e8e13aafdfa70d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:abb274b9924c701bfd460bfaf347842aa1c6e6e5ac13bb67a6e8e13aafdfa70d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:abb274b9924c701bfd460bfaf347842aa1c6e6e5ac13bb67a6e8e13aafdfa70d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:192a0a4c23acf7745a9cb39db76a8a8dc351faf385ce96a51e3789b9f51aa93a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:192a0a4c23acf7745a9cb39db76a8a8dc351faf385ce96a51e3789b9f51aa93a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:192a0a4c23acf7745a9cb39db76a8a8dc351faf385ce96a51e3789b9f51aa93a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:64dd85148fe0c37c97dea17bfde5d6bd28651e85d38dcd032ee6a6e0d564f20a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:64dd85148fe0c37c97dea17bfde5d6bd28651e85d38dcd032ee6a6e0d564f20a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:64dd85148fe0c37c97dea17bfde5d6bd28651e85d38dcd032ee6a6e0d564f20a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98803d660cb292a0b19a91c024bd8615bb4b6304b6d5ced3230f164b20fa5473_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98803d660cb292a0b19a91c024bd8615bb4b6304b6d5ced3230f164b20fa5473_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98803d660cb292a0b19a91c024bd8615bb4b6304b6d5ced3230f164b20fa5473_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f14489a778119e4a3e2d24b85887b8c732d273b06ccaa1f3c47dcbfd593f4e5f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f14489a778119e4a3e2d24b85887b8c732d273b06ccaa1f3c47dcbfd593f4e5f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f14489a778119e4a3e2d24b85887b8c732d273b06ccaa1f3c47dcbfd593f4e5f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f7da1d39bf1e91447e1e88df1c5e804567619b21d4b9b6b5bd3986ffe73eb05_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f7da1d39bf1e91447e1e88df1c5e804567619b21d4b9b6b5bd3986ffe73eb05_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f7da1d39bf1e91447e1e88df1c5e804567619b21d4b9b6b5bd3986ffe73eb05_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7f1abf185014eba5af23da250feb4cb6ccf36627eda3f383172b4ac24866285a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7f1abf185014eba5af23da250feb4cb6ccf36627eda3f383172b4ac24866285a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7f1abf185014eba5af23da250feb4cb6ccf36627eda3f383172b4ac24866285a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9167cb67240069de0d391f33279d036aa95cd53c4e90b9bea9919c1121f69a30_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9167cb67240069de0d391f33279d036aa95cd53c4e90b9bea9919c1121f69a30_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9167cb67240069de0d391f33279d036aa95cd53c4e90b9bea9919c1121f69a30_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:99fb48017ba08b4218d540665c8a2c5020d3dd3bb49241a56bd136e5337b9c83_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:99fb48017ba08b4218d540665c8a2c5020d3dd3bb49241a56bd136e5337b9c83_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:99fb48017ba08b4218d540665c8a2c5020d3dd3bb49241a56bd136e5337b9c83_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1f82e411ff1946e57925f552c6dfbf1157e623ba62ccfbdf1d4e07c3c76f24ec_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1f82e411ff1946e57925f552c6dfbf1157e623ba62ccfbdf1d4e07c3c76f24ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1f82e411ff1946e57925f552c6dfbf1157e623ba62ccfbdf1d4e07c3c76f24ec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3d76f8f385f0225bbd4c2f123a1efb80014cbdc3322eb62122579c31065f2475_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3d76f8f385f0225bbd4c2f123a1efb80014cbdc3322eb62122579c31065f2475_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3d76f8f385f0225bbd4c2f123a1efb80014cbdc3322eb62122579c31065f2475_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:62ccd6215d94e446e9d72670658341a4f9410005ae77541ff628ea320a3e4e0c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:62ccd6215d94e446e9d72670658341a4f9410005ae77541ff628ea320a3e4e0c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:62ccd6215d94e446e9d72670658341a4f9410005ae77541ff628ea320a3e4e0c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8ad7ab11e18a556647a001fb94a1713fc73db6342d5be586e6b9c5cd85180b1a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8ad7ab11e18a556647a001fb94a1713fc73db6342d5be586e6b9c5cd85180b1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8ad7ab11e18a556647a001fb94a1713fc73db6342d5be586e6b9c5cd85180b1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6bd70b036725a8a6805ec024cca61da2b1bf3900092c9990f44064bc1ecb7835_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:6bd70b036725a8a6805ec024cca61da2b1bf3900092c9990f44064bc1ecb7835_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:6bd70b036725a8a6805ec024cca61da2b1bf3900092c9990f44064bc1ecb7835_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:788240bb55c133461df4770b2acaf706ed308e53a3ade4c5cfc264deed6446e0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:788240bb55c133461df4770b2acaf706ed308e53a3ade4c5cfc264deed6446e0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:788240bb55c133461df4770b2acaf706ed308e53a3ade4c5cfc264deed6446e0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a731b7a16f277bb651b12e4dbb7b91113da193f13bf82f50c7f2a2cdf35b546f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a731b7a16f277bb651b12e4dbb7b91113da193f13bf82f50c7f2a2cdf35b546f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:a731b7a16f277bb651b12e4dbb7b91113da193f13bf82f50c7f2a2cdf35b546f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d99f2b70242f93ddf6773dc339aa1bf75bb2ed1960816ca81206831e477f59f7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d99f2b70242f93ddf6773dc339aa1bf75bb2ed1960816ca81206831e477f59f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:d99f2b70242f93ddf6773dc339aa1bf75bb2ed1960816ca81206831e477f59f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:07c3fb5bd910f7e81a2c2493b02e87059a8dad6920524116e16ff1d022b9dbed_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:07c3fb5bd910f7e81a2c2493b02e87059a8dad6920524116e16ff1d022b9dbed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:07c3fb5bd910f7e81a2c2493b02e87059a8dad6920524116e16ff1d022b9dbed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:778cdcf251d8265e5678c4ee2b9d639de4bed9fa8b649b6fabee24234c5e72d0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:778cdcf251d8265e5678c4ee2b9d639de4bed9fa8b649b6fabee24234c5e72d0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:778cdcf251d8265e5678c4ee2b9d639de4bed9fa8b649b6fabee24234c5e72d0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9e25f3f39d6206b8a0775db0fa2592de5a0fb0825cf953051f434df1fd71cb39_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9e25f3f39d6206b8a0775db0fa2592de5a0fb0825cf953051f434df1fd71cb39_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9e25f3f39d6206b8a0775db0fa2592de5a0fb0825cf953051f434df1fd71cb39_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a753f2194d3a242aca4fd665cd0b03fe424185a4bfb4946d227f46a9b1f62852_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a753f2194d3a242aca4fd665cd0b03fe424185a4bfb4946d227f46a9b1f62852_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a753f2194d3a242aca4fd665cd0b03fe424185a4bfb4946d227f46a9b1f62852_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0af94672e9d21dc0de6cd5be9aa989fa11b702be65f1fbed7949cf0e69a253b9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0af94672e9d21dc0de6cd5be9aa989fa11b702be65f1fbed7949cf0e69a253b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0af94672e9d21dc0de6cd5be9aa989fa11b702be65f1fbed7949cf0e69a253b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:215ee3722e5f0e138c17a40c1a2c72e8adf4c260ea2474cb5101d674c4b20ffd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:215ee3722e5f0e138c17a40c1a2c72e8adf4c260ea2474cb5101d674c4b20ffd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:215ee3722e5f0e138c17a40c1a2c72e8adf4c260ea2474cb5101d674c4b20ffd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a5325f3d088c7a6a96d9160a7d88cc3decdfd29a12cf9a5e1b622412baf189ff_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a5325f3d088c7a6a96d9160a7d88cc3decdfd29a12cf9a5e1b622412baf189ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a5325f3d088c7a6a96d9160a7d88cc3decdfd29a12cf9a5e1b622412baf189ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b7a59b159989422e6cf5363e905c310517220af021844734c6c2d30146416450_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b7a59b159989422e6cf5363e905c310517220af021844734c6c2d30146416450_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b7a59b159989422e6cf5363e905c310517220af021844734c6c2d30146416450_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30d9b1d57b6f99ba33574ba7a98553bf889519f65c039c5b714342839b1067cc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30d9b1d57b6f99ba33574ba7a98553bf889519f65c039c5b714342839b1067cc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30d9b1d57b6f99ba33574ba7a98553bf889519f65c039c5b714342839b1067cc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:360fe7f80c135a87f36e6e23a5a129d2ae6696243bf6b448efbca03996751b91_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:360fe7f80c135a87f36e6e23a5a129d2ae6696243bf6b448efbca03996751b91_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:360fe7f80c135a87f36e6e23a5a129d2ae6696243bf6b448efbca03996751b91_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80498814b01bae249447f70402a7a1797c04e7cf9fd7ebb478e12912706440d3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80498814b01bae249447f70402a7a1797c04e7cf9fd7ebb478e12912706440d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80498814b01bae249447f70402a7a1797c04e7cf9fd7ebb478e12912706440d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:acc63986c28f4ca24b2efc2eaaea748841a1cc1ea4014a807ae7e3f894dd0bfc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:acc63986c28f4ca24b2efc2eaaea748841a1cc1ea4014a807ae7e3f894dd0bfc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:acc63986c28f4ca24b2efc2eaaea748841a1cc1ea4014a807ae7e3f894dd0bfc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:23eb83f18d9937b0d59a12c3ca2f62aca7f0da57fe56915cb59a1fc38ec55c40_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:23eb83f18d9937b0d59a12c3ca2f62aca7f0da57fe56915cb59a1fc38ec55c40_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:23eb83f18d9937b0d59a12c3ca2f62aca7f0da57fe56915cb59a1fc38ec55c40_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2e60091e466faf801773066fa85d17fb808d531112d118a641526b578719d991_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2e60091e466faf801773066fa85d17fb808d531112d118a641526b578719d991_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2e60091e466faf801773066fa85d17fb808d531112d118a641526b578719d991_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2597c6e1ec452347d977bca5077f9493a32efe388f4fb57b4d7f9865cb48e7a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2597c6e1ec452347d977bca5077f9493a32efe388f4fb57b4d7f9865cb48e7a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2597c6e1ec452347d977bca5077f9493a32efe388f4fb57b4d7f9865cb48e7a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e6e0147dbd1c1af919da7d83357bca2d804de41aed0856d056bbc9394e8e4b7c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e6e0147dbd1c1af919da7d83357bca2d804de41aed0856d056bbc9394e8e4b7c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e6e0147dbd1c1af919da7d83357bca2d804de41aed0856d056bbc9394e8e4b7c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:079e10d6f1763da07f277bd857026175527f4f4474534f57bfc2871ef4dd5010_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:079e10d6f1763da07f277bd857026175527f4f4474534f57bfc2871ef4dd5010_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:079e10d6f1763da07f277bd857026175527f4f4474534f57bfc2871ef4dd5010_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3e4cd5cdfc5f0a7faaccadf22a3286d853e4bb75077c363b6887d25b7e1a5118_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3e4cd5cdfc5f0a7faaccadf22a3286d853e4bb75077c363b6887d25b7e1a5118_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3e4cd5cdfc5f0a7faaccadf22a3286d853e4bb75077c363b6887d25b7e1a5118_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:7525f9327f18f4a078fd04a7a3adb493b2b1805dc124d24cb05d2256843f9da1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7525f9327f18f4a078fd04a7a3adb493b2b1805dc124d24cb05d2256843f9da1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:7525f9327f18f4a078fd04a7a3adb493b2b1805dc124d24cb05d2256843f9da1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a251a8c1e77b6b5d4d8979d4f8a8de20c23363753091cd6f9cc077eafdb92185_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a251a8c1e77b6b5d4d8979d4f8a8de20c23363753091cd6f9cc077eafdb92185_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a251a8c1e77b6b5d4d8979d4f8a8de20c23363753091cd6f9cc077eafdb92185_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0ca0593d55f379ee3033f2509e1692bd3e26abff765f8293f87c104acd899566_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0ca0593d55f379ee3033f2509e1692bd3e26abff765f8293f87c104acd899566_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0ca0593d55f379ee3033f2509e1692bd3e26abff765f8293f87c104acd899566_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7fd25cd3e54c7cd19d9000549696f9bfc98b4c5d769e3b8da83a4107ea15eda_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7fd25cd3e54c7cd19d9000549696f9bfc98b4c5d769e3b8da83a4107ea15eda_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7fd25cd3e54c7cd19d9000549696f9bfc98b4c5d769e3b8da83a4107ea15eda_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c98b64e4d0bc04f56a84cb7ce0eade14aa6cc09ace700b296d488b97b8de1006_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c98b64e4d0bc04f56a84cb7ce0eade14aa6cc09ace700b296d488b97b8de1006_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c98b64e4d0bc04f56a84cb7ce0eade14aa6cc09ace700b296d488b97b8de1006_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4580275c9fbe7e7c4f4e41d577aaf9bd51c519f29e93e9dc436ddbf34c7d266_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4580275c9fbe7e7c4f4e41d577aaf9bd51c519f29e93e9dc436ddbf34c7d266_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4580275c9fbe7e7c4f4e41d577aaf9bd51c519f29e93e9dc436ddbf34c7d266_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4d3c07d64d81e9b7ff3fdde9a57fa6549f088e5a96125e91f3007116d20337e7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4d3c07d64d81e9b7ff3fdde9a57fa6549f088e5a96125e91f3007116d20337e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4d3c07d64d81e9b7ff3fdde9a57fa6549f088e5a96125e91f3007116d20337e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:557e38aa7e4a4587275c7399a87f7d71997a455af38a53cd9596026d5cb41146_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:557e38aa7e4a4587275c7399a87f7d71997a455af38a53cd9596026d5cb41146_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:557e38aa7e4a4587275c7399a87f7d71997a455af38a53cd9596026d5cb41146_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9f46b563fd306679cd8162e0c275daa4767f51c0083b1210488edb88976d8839_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9f46b563fd306679cd8162e0c275daa4767f51c0083b1210488edb88976d8839_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9f46b563fd306679cd8162e0c275daa4767f51c0083b1210488edb88976d8839_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dcaa5021d88e1321f1873715dcf1380ad3379fa96d222abb9450d148021b6930_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dcaa5021d88e1321f1873715dcf1380ad3379fa96d222abb9450d148021b6930_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dcaa5021d88e1321f1873715dcf1380ad3379fa96d222abb9450d148021b6930_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90c86b3339418a8d201444592d378962828eda5c92cfe006785a9bc635ff5ba4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90c86b3339418a8d201444592d378962828eda5c92cfe006785a9bc635ff5ba4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90c86b3339418a8d201444592d378962828eda5c92cfe006785a9bc635ff5ba4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:bee2aa67de35ab4635b353061b6c23bc68c86aee8cac9cd1f41135e9c066f473_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:bee2aa67de35ab4635b353061b6c23bc68c86aee8cac9cd1f41135e9c066f473_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:bee2aa67de35ab4635b353061b6c23bc68c86aee8cac9cd1f41135e9c066f473_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e40130b1e2a74e2b4eb451df197248f85db457c4e50fbbaf8447f8d9de18363a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e40130b1e2a74e2b4eb451df197248f85db457c4e50fbbaf8447f8d9de18363a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e40130b1e2a74e2b4eb451df197248f85db457c4e50fbbaf8447f8d9de18363a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f975869178496b63072dbad1b51126f9254e27549d8c9096359e1ece529febea_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f975869178496b63072dbad1b51126f9254e27549d8c9096359e1ece529febea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f975869178496b63072dbad1b51126f9254e27549d8c9096359e1ece529febea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b044fedc80cc4429176e21684a6143228e95cb817d49df83766ef83018a4ad56_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b044fedc80cc4429176e21684a6143228e95cb817d49df83766ef83018a4ad56_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b044fedc80cc4429176e21684a6143228e95cb817d49df83766ef83018a4ad56_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1872c649b93c8b262e052e39292236847a4bc50c19d07b86c8644cb9faa914f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1872c649b93c8b262e052e39292236847a4bc50c19d07b86c8644cb9faa914f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1872c649b93c8b262e052e39292236847a4bc50c19d07b86c8644cb9faa914f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d5f19e12c21b03fefe2fb73d17784dca980061a3c0a7580ce437173f6953992c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d5f19e12c21b03fefe2fb73d17784dca980061a3c0a7580ce437173f6953992c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d5f19e12c21b03fefe2fb73d17784dca980061a3c0a7580ce437173f6953992c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d75092b42069f043e0f39912b1c9800afe624a0d5595ecb9a3ac390c65eec7e2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d75092b42069f043e0f39912b1c9800afe624a0d5595ecb9a3ac390c65eec7e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d75092b42069f043e0f39912b1c9800afe624a0d5595ecb9a3ac390c65eec7e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:25210aa51905881e5a33178421288cc589956b0802b0d3f0fe498bcd71f6998e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:25210aa51905881e5a33178421288cc589956b0802b0d3f0fe498bcd71f6998e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:25210aa51905881e5a33178421288cc589956b0802b0d3f0fe498bcd71f6998e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:33ca83123d3de585db1facc376a72c80fa9992bb29060c8d72a62b86a5f29c4d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:33ca83123d3de585db1facc376a72c80fa9992bb29060c8d72a62b86a5f29c4d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:33ca83123d3de585db1facc376a72c80fa9992bb29060c8d72a62b86a5f29c4d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7395ee37fc347a402d6e90de9e18f67f2abebbb71f5601a3e1325f9c0e13650f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7395ee37fc347a402d6e90de9e18f67f2abebbb71f5601a3e1325f9c0e13650f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7395ee37fc347a402d6e90de9e18f67f2abebbb71f5601a3e1325f9c0e13650f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ee71d775deba549daa69545d7e1a5beca2805fa7d2267754fec57827e06a4d3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ee71d775deba549daa69545d7e1a5beca2805fa7d2267754fec57827e06a4d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ee71d775deba549daa69545d7e1a5beca2805fa7d2267754fec57827e06a4d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6067a2852305b2419f685df3890e2eccf5b81a5f6365ccac369bd34470a84357_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6067a2852305b2419f685df3890e2eccf5b81a5f6365ccac369bd34470a84357_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6067a2852305b2419f685df3890e2eccf5b81a5f6365ccac369bd34470a84357_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f20a4811133c41d404a1b8a8702674d55994ea03009c621a21245fbef890906_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f20a4811133c41d404a1b8a8702674d55994ea03009c621a21245fbef890906_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f20a4811133c41d404a1b8a8702674d55994ea03009c621a21245fbef890906_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9221ef430d8efd74430db55d41ffc96e8f03284fa4ad574674c7563040f504c7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9221ef430d8efd74430db55d41ffc96e8f03284fa4ad574674c7563040f504c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9221ef430d8efd74430db55d41ffc96e8f03284fa4ad574674c7563040f504c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:93ca5b2c341509449380a1b9fedb6e51482955bc0ec9805e3b3aa4ad30fc1c22_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:93ca5b2c341509449380a1b9fedb6e51482955bc0ec9805e3b3aa4ad30fc1c22_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:93ca5b2c341509449380a1b9fedb6e51482955bc0ec9805e3b3aa4ad30fc1c22_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0a7ccfef1c0a4082ca3fe4c3cb93e514b5649e661e26ed42bba26fe346781ed2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0a7ccfef1c0a4082ca3fe4c3cb93e514b5649e661e26ed42bba26fe346781ed2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0a7ccfef1c0a4082ca3fe4c3cb93e514b5649e661e26ed42bba26fe346781ed2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3aaf87368d239c36c222536f49e675b0a36151afbfc637017ddfd7f871e192db_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3aaf87368d239c36c222536f49e675b0a36151afbfc637017ddfd7f871e192db_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3aaf87368d239c36c222536f49e675b0a36151afbfc637017ddfd7f871e192db_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4dccdace02daf6373a6f4cf4a4e83257d98557831201e7e5597825f18fece4f8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4dccdace02daf6373a6f4cf4a4e83257d98557831201e7e5597825f18fece4f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4dccdace02daf6373a6f4cf4a4e83257d98557831201e7e5597825f18fece4f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:881397c36a4332f221dcfa4eb517e9c9190329af9009391b96f0ceec74e680cd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:881397c36a4332f221dcfa4eb517e9c9190329af9009391b96f0ceec74e680cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:881397c36a4332f221dcfa4eb517e9c9190329af9009391b96f0ceec74e680cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:46da5adb548c744644bcaabf6409ea53f213d9d4157c6bae8e0a3b741ac8c836_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:46da5adb548c744644bcaabf6409ea53f213d9d4157c6bae8e0a3b741ac8c836_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:46da5adb548c744644bcaabf6409ea53f213d9d4157c6bae8e0a3b741ac8c836_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53bacfc10ca07c660b142315c44882d77ed3f02af6405d7e2bd36fb26b165b97_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53bacfc10ca07c660b142315c44882d77ed3f02af6405d7e2bd36fb26b165b97_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53bacfc10ca07c660b142315c44882d77ed3f02af6405d7e2bd36fb26b165b97_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2e763fe91becf5be1cf036062030cee6510af8524107c38b14187cded57d059_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2e763fe91becf5be1cf036062030cee6510af8524107c38b14187cded57d059_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2e763fe91becf5be1cf036062030cee6510af8524107c38b14187cded57d059_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d01d3b7ebdffccbc3f0333585ef3a01fc910115a4bd77ce3fed8f85093a31e4e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d01d3b7ebdffccbc3f0333585ef3a01fc910115a4bd77ce3fed8f85093a31e4e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d01d3b7ebdffccbc3f0333585ef3a01fc910115a4bd77ce3fed8f85093a31e4e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02f532a3c278dcd2c26b783d2cf3762b73b035f9b0d37d8c5cff066e6ece07c6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02f532a3c278dcd2c26b783d2cf3762b73b035f9b0d37d8c5cff066e6ece07c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02f532a3c278dcd2c26b783d2cf3762b73b035f9b0d37d8c5cff066e6ece07c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:87c6caa70fa920e0a58bfc370ec7d6454c145fe367d6ce3f34ea3aee3b6d4311_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:87c6caa70fa920e0a58bfc370ec7d6454c145fe367d6ce3f34ea3aee3b6d4311_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:87c6caa70fa920e0a58bfc370ec7d6454c145fe367d6ce3f34ea3aee3b6d4311_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d441752bee65923bde0f5d9883afe5bce6fdb0abea233ae6a4458db4309e1115_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d441752bee65923bde0f5d9883afe5bce6fdb0abea233ae6a4458db4309e1115_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d441752bee65923bde0f5d9883afe5bce6fdb0abea233ae6a4458db4309e1115_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da660562d126ed80f4baa3e45df65a91a9ee75d40eaec3f3881e7f61df17a92e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da660562d126ed80f4baa3e45df65a91a9ee75d40eaec3f3881e7f61df17a92e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da660562d126ed80f4baa3e45df65a91a9ee75d40eaec3f3881e7f61df17a92e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:48638fe0a5f09bcf2f59f4a02139e10dcc77714dfe8fc10b86892b9176148141_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:48638fe0a5f09bcf2f59f4a02139e10dcc77714dfe8fc10b86892b9176148141_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:48638fe0a5f09bcf2f59f4a02139e10dcc77714dfe8fc10b86892b9176148141_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:589754420cffd7d27505af843442b7560d9a4188f7f64ed3e9a35c086cd296b3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:589754420cffd7d27505af843442b7560d9a4188f7f64ed3e9a35c086cd296b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:589754420cffd7d27505af843442b7560d9a4188f7f64ed3e9a35c086cd296b3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:79e41ca79715a571526e53fc13caded867e266e74276e632d1e7c28c71d78360_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:79e41ca79715a571526e53fc13caded867e266e74276e632d1e7c28c71d78360_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:79e41ca79715a571526e53fc13caded867e266e74276e632d1e7c28c71d78360_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2658b6a8db6e6a7634453af2d1cb48e0078abe4d82f4957288eca0791462c0c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2658b6a8db6e6a7634453af2d1cb48e0078abe4d82f4957288eca0791462c0c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2658b6a8db6e6a7634453af2d1cb48e0078abe4d82f4957288eca0791462c0c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8c923202184bf124cef516f43082ad3381f921fa1c67aa7b541ac6aeadec2d2e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8c923202184bf124cef516f43082ad3381f921fa1c67aa7b541ac6aeadec2d2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8c923202184bf124cef516f43082ad3381f921fa1c67aa7b541ac6aeadec2d2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:97226555f60c106944d99b23bdfcdfed049ae13c0e8c97b0f4e441827720088b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:97226555f60c106944d99b23bdfcdfed049ae13c0e8c97b0f4e441827720088b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:97226555f60c106944d99b23bdfcdfed049ae13c0e8c97b0f4e441827720088b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:544344c2e9020efbacf4c582c67532ebe485656c36ab314de95bfb9a0047ebde_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:544344c2e9020efbacf4c582c67532ebe485656c36ab314de95bfb9a0047ebde_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:544344c2e9020efbacf4c582c67532ebe485656c36ab314de95bfb9a0047ebde_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b6648aa5ad4dbddd1a0502df8da0c8230d3a8e1bf4311036e9bf8f377976d0cd_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b6648aa5ad4dbddd1a0502df8da0c8230d3a8e1bf4311036e9bf8f377976d0cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b6648aa5ad4dbddd1a0502df8da0c8230d3a8e1bf4311036e9bf8f377976d0cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:04afb17e0637c4528bc8e50caabd2cb2df9b1e50c5749e958418449faae9fe22_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:04afb17e0637c4528bc8e50caabd2cb2df9b1e50c5749e958418449faae9fe22_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:04afb17e0637c4528bc8e50caabd2cb2df9b1e50c5749e958418449faae9fe22_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8379f38b7b8e488e7b1b170e290af8c604636974e0df590429440f532094cd45_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8379f38b7b8e488e7b1b170e290af8c604636974e0df590429440f532094cd45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8379f38b7b8e488e7b1b170e290af8c604636974e0df590429440f532094cd45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0100c82d9078fb16dbca67d3b21ff54faf56351dd684da81c4ea2c064a4413e6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0100c82d9078fb16dbca67d3b21ff54faf56351dd684da81c4ea2c064a4413e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0100c82d9078fb16dbca67d3b21ff54faf56351dd684da81c4ea2c064a4413e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:99a30147f37d481ec26054624b727d9ba1076fc8b4e5779e545d2e3b7925d9f6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:99a30147f37d481ec26054624b727d9ba1076fc8b4e5779e545d2e3b7925d9f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:99a30147f37d481ec26054624b727d9ba1076fc8b4e5779e545d2e3b7925d9f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:91b7a3ef6622e4a2fe2142c128878ec06a6fc6ab39f8090d09e99e1689b9f2a8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:91b7a3ef6622e4a2fe2142c128878ec06a6fc6ab39f8090d09e99e1689b9f2a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:91b7a3ef6622e4a2fe2142c128878ec06a6fc6ab39f8090d09e99e1689b9f2a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f3147e25f33eab3567f3dbea02e9cbca9a43597a3cea50c6fcd0f1cd79ae209e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f3147e25f33eab3567f3dbea02e9cbca9a43597a3cea50c6fcd0f1cd79ae209e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f3147e25f33eab3567f3dbea02e9cbca9a43597a3cea50c6fcd0f1cd79ae209e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:161b66b02d03b0595114914f20ef9449e495d4c70c8af669ddba63dbabb3a564_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:161b66b02d03b0595114914f20ef9449e495d4c70c8af669ddba63dbabb3a564_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:161b66b02d03b0595114914f20ef9449e495d4c70c8af669ddba63dbabb3a564_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ea7e766190adc6092cda41eec6fde1b64c9a85f36a2ca2d5c965e67a096d16d5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ea7e766190adc6092cda41eec6fde1b64c9a85f36a2ca2d5c965e67a096d16d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ea7e766190adc6092cda41eec6fde1b64c9a85f36a2ca2d5c965e67a096d16d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:56b1eecff219fd7deef7e45cbebca688475c09815625eed92856d74f0675cc01_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:56b1eecff219fd7deef7e45cbebca688475c09815625eed92856d74f0675cc01_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:56b1eecff219fd7deef7e45cbebca688475c09815625eed92856d74f0675cc01_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fb8a038ccbb2e46ae733ffb7c86b7d8cb33292853eca765ea7a8482cfe3683e7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fb8a038ccbb2e46ae733ffb7c86b7d8cb33292853eca765ea7a8482cfe3683e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fb8a038ccbb2e46ae733ffb7c86b7d8cb33292853eca765ea7a8482cfe3683e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:272e0d5cec07de889e143904a219413930f5ea3550e2af915740f059ea225862_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:272e0d5cec07de889e143904a219413930f5ea3550e2af915740f059ea225862_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:272e0d5cec07de889e143904a219413930f5ea3550e2af915740f059ea225862_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fed89393209bc73605a2db49ede008f547509f7714d0f8614575f117badcabaf_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fed89393209bc73605a2db49ede008f547509f7714d0f8614575f117badcabaf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fed89393209bc73605a2db49ede008f547509f7714d0f8614575f117badcabaf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0b7ba820b7334cbdbf02f6be0bce7bfce66c09425a3846e4dc60af1e04a16e62_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0b7ba820b7334cbdbf02f6be0bce7bfce66c09425a3846e4dc60af1e04a16e62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0b7ba820b7334cbdbf02f6be0bce7bfce66c09425a3846e4dc60af1e04a16e62_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c70f895e7c27581cdc99c52ad2dd0c3dd83a7c18b232ce5cea4514a5f505daf1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c70f895e7c27581cdc99c52ad2dd0c3dd83a7c18b232ce5cea4514a5f505daf1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c70f895e7c27581cdc99c52ad2dd0c3dd83a7c18b232ce5cea4514a5f505daf1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6d123e90c3e0a4dbafaada8b1b0fb0f128cc4a70c381674b9df13ace463f88d0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6d123e90c3e0a4dbafaada8b1b0fb0f128cc4a70c381674b9df13ace463f88d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6d123e90c3e0a4dbafaada8b1b0fb0f128cc4a70c381674b9df13ace463f88d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:88c3c0650b52b80e7725d6b653133a5421472047c98d8f16a23b43fb0dbef67d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:88c3c0650b52b80e7725d6b653133a5421472047c98d8f16a23b43fb0dbef67d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:88c3c0650b52b80e7725d6b653133a5421472047c98d8f16a23b43fb0dbef67d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9a66b8bde7a17514eb0b67947ed846ba8a2336621baf1a22c896496e7c6296bb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9a66b8bde7a17514eb0b67947ed846ba8a2336621baf1a22c896496e7c6296bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9a66b8bde7a17514eb0b67947ed846ba8a2336621baf1a22c896496e7c6296bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cf832c31c9cfe6fea9d9bec83883bcc652e4d405adf56914baffed33c6311533_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cf832c31c9cfe6fea9d9bec83883bcc652e4d405adf56914baffed33c6311533_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cf832c31c9cfe6fea9d9bec83883bcc652e4d405adf56914baffed33c6311533_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e78f24bcfc3f52037f20e40eda5a05946e152ee98573fe960895b1ab360d9a2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e78f24bcfc3f52037f20e40eda5a05946e152ee98573fe960895b1ab360d9a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e78f24bcfc3f52037f20e40eda5a05946e152ee98573fe960895b1ab360d9a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:93968cfcfeb07c864886de9508e5408fa56a872bbd5fadf6a20d7ca07654c880_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:93968cfcfeb07c864886de9508e5408fa56a872bbd5fadf6a20d7ca07654c880_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:93968cfcfeb07c864886de9508e5408fa56a872bbd5fadf6a20d7ca07654c880_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b6867d29acfc9d3477cd6b4b302b72073eb99a17fbeb9672581ef9e9ac2d8d26_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b6867d29acfc9d3477cd6b4b302b72073eb99a17fbeb9672581ef9e9ac2d8d26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b6867d29acfc9d3477cd6b4b302b72073eb99a17fbeb9672581ef9e9ac2d8d26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c60bf917300f5ff059623c7a5334a1ec2d71c90d7e6ab539bc0b6ebe06f61b78_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c60bf917300f5ff059623c7a5334a1ec2d71c90d7e6ab539bc0b6ebe06f61b78_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c60bf917300f5ff059623c7a5334a1ec2d71c90d7e6ab539bc0b6ebe06f61b78_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0fcc7aeed15f99c0e2b8cee46059eb76626ce1a40bc233a73569a1f9f0a1de19_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0fcc7aeed15f99c0e2b8cee46059eb76626ce1a40bc233a73569a1f9f0a1de19_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0fcc7aeed15f99c0e2b8cee46059eb76626ce1a40bc233a73569a1f9f0a1de19_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1fdd4da6fbc7a7bc64ed33e515da321b566d7fc58ca403ece5b34b3c0cc53a71_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1fdd4da6fbc7a7bc64ed33e515da321b566d7fc58ca403ece5b34b3c0cc53a71_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1fdd4da6fbc7a7bc64ed33e515da321b566d7fc58ca403ece5b34b3c0cc53a71_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:48a1ea628f76e551b73ee773ce9fa741b60278034659dac8dc1333d9909525fc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:48a1ea628f76e551b73ee773ce9fa741b60278034659dac8dc1333d9909525fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:48a1ea628f76e551b73ee773ce9fa741b60278034659dac8dc1333d9909525fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c42c69b265cf079d5546e4832c4d770bb3d78883098ad004e57b4115a5e4990a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c42c69b265cf079d5546e4832c4d770bb3d78883098ad004e57b4115a5e4990a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c42c69b265cf079d5546e4832c4d770bb3d78883098ad004e57b4115a5e4990a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:18f3d2ac2c667df294752336cfa5fb0d137a28349789e4cb703636318e6cb7d5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:18f3d2ac2c667df294752336cfa5fb0d137a28349789e4cb703636318e6cb7d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:18f3d2ac2c667df294752336cfa5fb0d137a28349789e4cb703636318e6cb7d5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:716297a34fdf6be541e34b5a5f2452418b27a6d810cba6b7e8d81e22aceea5d3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:716297a34fdf6be541e34b5a5f2452418b27a6d810cba6b7e8d81e22aceea5d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:716297a34fdf6be541e34b5a5f2452418b27a6d810cba6b7e8d81e22aceea5d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:824b4a9540976d5629148192a78290f5dda3f3a84864ce49ed07c2ccc00774f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:824b4a9540976d5629148192a78290f5dda3f3a84864ce49ed07c2ccc00774f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:824b4a9540976d5629148192a78290f5dda3f3a84864ce49ed07c2ccc00774f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ee8b320b2047e104412603fd5ae7812c65e92fefbe23b7dea980e3a058eea63b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ee8b320b2047e104412603fd5ae7812c65e92fefbe23b7dea980e3a058eea63b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ee8b320b2047e104412603fd5ae7812c65e92fefbe23b7dea980e3a058eea63b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6be22d8f91a5efe043040370b651ec13c645627c16567eaaf58b736ec73bae3e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6be22d8f91a5efe043040370b651ec13c645627c16567eaaf58b736ec73bae3e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6be22d8f91a5efe043040370b651ec13c645627c16567eaaf58b736ec73bae3e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6c386efed5fb973e4e5cb6ea2eacc8968e2fe92f9dd7ea11e08f3cc444dcad13_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6c386efed5fb973e4e5cb6ea2eacc8968e2fe92f9dd7ea11e08f3cc444dcad13_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6c386efed5fb973e4e5cb6ea2eacc8968e2fe92f9dd7ea11e08f3cc444dcad13_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaf6525182047be0049b680e4471d3b5dc518940c6d99396f3cd8922d3771a9d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaf6525182047be0049b680e4471d3b5dc518940c6d99396f3cd8922d3771a9d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaf6525182047be0049b680e4471d3b5dc518940c6d99396f3cd8922d3771a9d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f0ff71e9fb5490f48e56bb355bfc883e52c5b9e97b7b3997f97e7e1e01fc6a03_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f0ff71e9fb5490f48e56bb355bfc883e52c5b9e97b7b3997f97e7e1e01fc6a03_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f0ff71e9fb5490f48e56bb355bfc883e52c5b9e97b7b3997f97e7e1e01fc6a03_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16adad4fa643e6403dfcca964ae82f52be58ada93103c99e935f0dd7f8a8ce19_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16adad4fa643e6403dfcca964ae82f52be58ada93103c99e935f0dd7f8a8ce19_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16adad4fa643e6403dfcca964ae82f52be58ada93103c99e935f0dd7f8a8ce19_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16d580e98a6b03e236381fea8a3940f7f55ef5cea9dddf83f57de4f2c16d87c7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16d580e98a6b03e236381fea8a3940f7f55ef5cea9dddf83f57de4f2c16d87c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16d580e98a6b03e236381fea8a3940f7f55ef5cea9dddf83f57de4f2c16d87c7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7e04c03a25726e3e914f29f4106be2b38f6d91e4c4c96d2209e894ed5353f14a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7e04c03a25726e3e914f29f4106be2b38f6d91e4c4c96d2209e894ed5353f14a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7e04c03a25726e3e914f29f4106be2b38f6d91e4c4c96d2209e894ed5353f14a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9be92ffb22356b143f24c2e1f569a5a6022561cc9e3c19dfb9cb8d884b4b430f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9be92ffb22356b143f24c2e1f569a5a6022561cc9e3c19dfb9cb8d884b4b430f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9be92ffb22356b143f24c2e1f569a5a6022561cc9e3c19dfb9cb8d884b4b430f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bb8e87e8f93252c758b06275b904acbda014a05369a3a8a48304025539c2a8f1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bb8e87e8f93252c758b06275b904acbda014a05369a3a8a48304025539c2a8f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bb8e87e8f93252c758b06275b904acbda014a05369a3a8a48304025539c2a8f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bef63b16132ecba605aa046e00966ee6ec9a37890f56fe5b00a9e12fe027121e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bef63b16132ecba605aa046e00966ee6ec9a37890f56fe5b00a9e12fe027121e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bef63b16132ecba605aa046e00966ee6ec9a37890f56fe5b00a9e12fe027121e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bff91da1e8a557dc8530731edc9101af2de09463c51c374e74e92d2c69bc3f04_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bff91da1e8a557dc8530731edc9101af2de09463c51c374e74e92d2c69bc3f04_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bff91da1e8a557dc8530731edc9101af2de09463c51c374e74e92d2c69bc3f04_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d7b6990088be37254ae2d8a02948704d766f4b8d08918c4a998a718757ee86d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d7b6990088be37254ae2d8a02948704d766f4b8d08918c4a998a718757ee86d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d7b6990088be37254ae2d8a02948704d766f4b8d08918c4a998a718757ee86d4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18fd4650bc77f056922fa227ee075e493616df6011bb31b06498ad7aa121d13b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18fd4650bc77f056922fa227ee075e493616df6011bb31b06498ad7aa121d13b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18fd4650bc77f056922fa227ee075e493616df6011bb31b06498ad7aa121d13b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:372e2b2bd887a5ba12a2e7187fb666fb167d0a0c8678e78dc9e6263ebed37bc2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:372e2b2bd887a5ba12a2e7187fb666fb167d0a0c8678e78dc9e6263ebed37bc2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:372e2b2bd887a5ba12a2e7187fb666fb167d0a0c8678e78dc9e6263ebed37bc2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4145daf13e987912a5ee4bbac064fbf0888293cc08b114107133eeb9951204a9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4145daf13e987912a5ee4bbac064fbf0888293cc08b114107133eeb9951204a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4145daf13e987912a5ee4bbac064fbf0888293cc08b114107133eeb9951204a9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:56653f02f8d5d9eb484bd9157e4d6418657b2abc8e110b766553a98db41dd74a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:56653f02f8d5d9eb484bd9157e4d6418657b2abc8e110b766553a98db41dd74a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:56653f02f8d5d9eb484bd9157e4d6418657b2abc8e110b766553a98db41dd74a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:457ac9e201454878ce756c731623f33ec22e44c9be6e688931b5559dc3d060db_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:457ac9e201454878ce756c731623f33ec22e44c9be6e688931b5559dc3d060db_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:457ac9e201454878ce756c731623f33ec22e44c9be6e688931b5559dc3d060db_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:aa23db754237cc273788c3635f4f6dc7a862c1bea9a509621e1db9cef5dee41e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:aa23db754237cc273788c3635f4f6dc7a862c1bea9a509621e1db9cef5dee41e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:aa23db754237cc273788c3635f4f6dc7a862c1bea9a509621e1db9cef5dee41e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e7873c9eaf9068c96b6ddd150a51dbdce7acf481fc29106def1c97b359ddaa4b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e7873c9eaf9068c96b6ddd150a51dbdce7acf481fc29106def1c97b359ddaa4b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e7873c9eaf9068c96b6ddd150a51dbdce7acf481fc29106def1c97b359ddaa4b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed9b1a2da0483de307ea30326c445cd0fe4dad0857d425cf9b8f3cca9b52b64a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed9b1a2da0483de307ea30326c445cd0fe4dad0857d425cf9b8f3cca9b52b64a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed9b1a2da0483de307ea30326c445cd0fe4dad0857d425cf9b8f3cca9b52b64a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e863b2c42d0edc7ec05bc807f2f6462b7582ef21359e218094924c936169917_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e863b2c42d0edc7ec05bc807f2f6462b7582ef21359e218094924c936169917_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e863b2c42d0edc7ec05bc807f2f6462b7582ef21359e218094924c936169917_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1511cbdf101329ed2a66512956ae7ce834a6ccda253bd76b99a48487e9de8fb5_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1511cbdf101329ed2a66512956ae7ce834a6ccda253bd76b99a48487e9de8fb5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1511cbdf101329ed2a66512956ae7ce834a6ccda253bd76b99a48487e9de8fb5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:41e3dc9405c521149919a24892af006bb7c06f800fba261c5efcd3f2ef461580_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:41e3dc9405c521149919a24892af006bb7c06f800fba261c5efcd3f2ef461580_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:41e3dc9405c521149919a24892af006bb7c06f800fba261c5efcd3f2ef461580_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b0cde443158a094812ea67d7c6523464b48c695ffa4c6d9162ab45647a119a3c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b0cde443158a094812ea67d7c6523464b48c695ffa4c6d9162ab45647a119a3c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b0cde443158a094812ea67d7c6523464b48c695ffa4c6d9162ab45647a119a3c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ae3d7da6672711ade9e2c9d4159b7aa327e8227bce5c87857ced4f10a4bdfda_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ae3d7da6672711ade9e2c9d4159b7aa327e8227bce5c87857ced4f10a4bdfda_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ae3d7da6672711ade9e2c9d4159b7aa327e8227bce5c87857ced4f10a4bdfda_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:51887eace4c7a9d40e7cf1a509d05760340fcc9117238abb82f7541e2855396b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:51887eace4c7a9d40e7cf1a509d05760340fcc9117238abb82f7541e2855396b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:51887eace4c7a9d40e7cf1a509d05760340fcc9117238abb82f7541e2855396b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:52190fa0da838b24980e26ef586ade36fc1bedab5fd057c6acd5de5a84b68809_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:52190fa0da838b24980e26ef586ade36fc1bedab5fd057c6acd5de5a84b68809_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:52190fa0da838b24980e26ef586ade36fc1bedab5fd057c6acd5de5a84b68809_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eab6e4a898be919f8a04dc9c3003cce301f27e872c0520d1d0b634d0e3e9f461_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eab6e4a898be919f8a04dc9c3003cce301f27e872c0520d1d0b634d0e3e9f461_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eab6e4a898be919f8a04dc9c3003cce301f27e872c0520d1d0b634d0e3e9f461_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:509cbb1fa06b90af926955a2c724e81581d05169e3974c3e77c87ce47c53be5d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:509cbb1fa06b90af926955a2c724e81581d05169e3974c3e77c87ce47c53be5d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:509cbb1fa06b90af926955a2c724e81581d05169e3974c3e77c87ce47c53be5d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6be6367bd1687fae656afb87e98ae838126089abba3dd62b1f71683fff7739af_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6be6367bd1687fae656afb87e98ae838126089abba3dd62b1f71683fff7739af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6be6367bd1687fae656afb87e98ae838126089abba3dd62b1f71683fff7739af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:94599479d60ea6e70ab70389c58c21e5159ad81ddfd98b023290009be697c2fd_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:94599479d60ea6e70ab70389c58c21e5159ad81ddfd98b023290009be697c2fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:94599479d60ea6e70ab70389c58c21e5159ad81ddfd98b023290009be697c2fd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c73ef3d57149ccb496a5c1ab10efa21d0c1ae73360323ac24d8f61f2d3b5dfec_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c73ef3d57149ccb496a5c1ab10efa21d0c1ae73360323ac24d8f61f2d3b5dfec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c73ef3d57149ccb496a5c1ab10efa21d0c1ae73360323ac24d8f61f2d3b5dfec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2ea0c42b0af0e9622c30701c2c30ed86d577ef8bf3ac8d598e9baa22adfde899_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2ea0c42b0af0e9622c30701c2c30ed86d577ef8bf3ac8d598e9baa22adfde899_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2ea0c42b0af0e9622c30701c2c30ed86d577ef8bf3ac8d598e9baa22adfde899_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c56bc7a31761839fa46cd50bbf90989d3313095bea4cb3bee95d074a9dc2963_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c56bc7a31761839fa46cd50bbf90989d3313095bea4cb3bee95d074a9dc2963_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c56bc7a31761839fa46cd50bbf90989d3313095bea4cb3bee95d074a9dc2963_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a96fd264e1b79591176e03632a3e3ff3a1f1081ea5144f188eb7089083204a6b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a96fd264e1b79591176e03632a3e3ff3a1f1081ea5144f188eb7089083204a6b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a96fd264e1b79591176e03632a3e3ff3a1f1081ea5144f188eb7089083204a6b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c379e2384917355019fac9528027a71fb47ad3209665dd3d596598cc6d6ed6f6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c379e2384917355019fac9528027a71fb47ad3209665dd3d596598cc6d6ed6f6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c379e2384917355019fac9528027a71fb47ad3209665dd3d596598cc6d6ed6f6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:178f4d3b2f63adde85e32729fab326955f1043471079a0599079de31e6fc6788_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:178f4d3b2f63adde85e32729fab326955f1043471079a0599079de31e6fc6788_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:178f4d3b2f63adde85e32729fab326955f1043471079a0599079de31e6fc6788_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3b1fd3e8fb0c8ec48aa741493280e249f5f3648ae85f4344c4f5cb5196a068f5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3b1fd3e8fb0c8ec48aa741493280e249f5f3648ae85f4344c4f5cb5196a068f5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3b1fd3e8fb0c8ec48aa741493280e249f5f3648ae85f4344c4f5cb5196a068f5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b14875a6d74f24bed2a0777e9a0f12905dff8d703581283dda165b86a10017fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b14875a6d74f24bed2a0777e9a0f12905dff8d703581283dda165b86a10017fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b14875a6d74f24bed2a0777e9a0f12905dff8d703581283dda165b86a10017fd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dde63d7b30b2e601746c2db054ad76e4a08c1fb8788df6df702580cd4a5cf791_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dde63d7b30b2e601746c2db054ad76e4a08c1fb8788df6df702580cd4a5cf791_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dde63d7b30b2e601746c2db054ad76e4a08c1fb8788df6df702580cd4a5cf791_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:106d242bcf5949edbe9d5afafa2e02c7b37267e0d5a0df3c7efed1d37fb3e2dc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:106d242bcf5949edbe9d5afafa2e02c7b37267e0d5a0df3c7efed1d37fb3e2dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:106d242bcf5949edbe9d5afafa2e02c7b37267e0d5a0df3c7efed1d37fb3e2dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:49bdd7999fd853e6af213b6cbcbf7443d12c55bddd8ce25846b6afe31ec01d47_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:49bdd7999fd853e6af213b6cbcbf7443d12c55bddd8ce25846b6afe31ec01d47_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:49bdd7999fd853e6af213b6cbcbf7443d12c55bddd8ce25846b6afe31ec01d47_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51d52f0aeea8e119cf184ac017694e1c7c09a42682343dee525d6662bb746d94_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51d52f0aeea8e119cf184ac017694e1c7c09a42682343dee525d6662bb746d94_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51d52f0aeea8e119cf184ac017694e1c7c09a42682343dee525d6662bb746d94_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:940efe54180bd892583c762d2716022647095c7aada14c607a201d04051a2b4a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:940efe54180bd892583c762d2716022647095c7aada14c607a201d04051a2b4a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:940efe54180bd892583c762d2716022647095c7aada14c607a201d04051a2b4a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0c80e9b2df2ad98d98e49112fc9f0b7c556b95c67edb5df34763e37ac804cf73_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0c80e9b2df2ad98d98e49112fc9f0b7c556b95c67edb5df34763e37ac804cf73_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0c80e9b2df2ad98d98e49112fc9f0b7c556b95c67edb5df34763e37ac804cf73_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3a0cc43c6dfe27e407a1e8cc56fff50da88d2b950b7f113b52dae3eebf7fe9a1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3a0cc43c6dfe27e407a1e8cc56fff50da88d2b950b7f113b52dae3eebf7fe9a1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3a0cc43c6dfe27e407a1e8cc56fff50da88d2b950b7f113b52dae3eebf7fe9a1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5e154688fb2359c611bc8bbc7471c05d7e56717aae61b7a591e75b2f9a52cb07_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5e154688fb2359c611bc8bbc7471c05d7e56717aae61b7a591e75b2f9a52cb07_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5e154688fb2359c611bc8bbc7471c05d7e56717aae61b7a591e75b2f9a52cb07_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b66eafede022d39b51d22b77c6f5db46a588faeb3bf8ac2fea3539731682ac77_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b66eafede022d39b51d22b77c6f5db46a588faeb3bf8ac2fea3539731682ac77_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b66eafede022d39b51d22b77c6f5db46a588faeb3bf8ac2fea3539731682ac77_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:044e74fedeb114239e7d1205ab558081b8c9aa521a0d4eab5519935eb9c34182_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:044e74fedeb114239e7d1205ab558081b8c9aa521a0d4eab5519935eb9c34182_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:044e74fedeb114239e7d1205ab558081b8c9aa521a0d4eab5519935eb9c34182_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a25239501706cccb1e4651398866d85174bcab42021c630bc4daf9a82f48f19b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a25239501706cccb1e4651398866d85174bcab42021c630bc4daf9a82f48f19b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a25239501706cccb1e4651398866d85174bcab42021c630bc4daf9a82f48f19b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ca4f075de4f6728a2f46384b835d2223dbe223db2831e2badbe182b610c7f9f1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ca4f075de4f6728a2f46384b835d2223dbe223db2831e2badbe182b610c7f9f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ca4f075de4f6728a2f46384b835d2223dbe223db2831e2badbe182b610c7f9f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d62b98a8686e42f46984cc839841c913ac9d501d0481e56fcab28bfa673c5e3d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d62b98a8686e42f46984cc839841c913ac9d501d0481e56fcab28bfa673c5e3d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d62b98a8686e42f46984cc839841c913ac9d501d0481e56fcab28bfa673c5e3d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a77a38153f1160549fef7f2d4bd0ccd9289407ea9221bd45db2bfc39875b45f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a77a38153f1160549fef7f2d4bd0ccd9289407ea9221bd45db2bfc39875b45f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a77a38153f1160549fef7f2d4bd0ccd9289407ea9221bd45db2bfc39875b45f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:60a93e9fdd00186238831580ba6f90622ba0d11b70bdfd4dc21897a6b97d23f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:60a93e9fdd00186238831580ba6f90622ba0d11b70bdfd4dc21897a6b97d23f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:60a93e9fdd00186238831580ba6f90622ba0d11b70bdfd4dc21897a6b97d23f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a6d11ac1280e7d753db911729fae0b7676b6ab494361fa0e5ececb701e298515_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a6d11ac1280e7d753db911729fae0b7676b6ab494361fa0e5ececb701e298515_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a6d11ac1280e7d753db911729fae0b7676b6ab494361fa0e5ececb701e298515_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d2369278f5380f2bcc3eb360fbeb4e29892d4420bd09cfb24513ca764f91d9cb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d2369278f5380f2bcc3eb360fbeb4e29892d4420bd09cfb24513ca764f91d9cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d2369278f5380f2bcc3eb360fbeb4e29892d4420bd09cfb24513ca764f91d9cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:174979a48d708dfa6665fc8466150cfff451efa6cf1951001f9cf297a1b8f5e5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:174979a48d708dfa6665fc8466150cfff451efa6cf1951001f9cf297a1b8f5e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:174979a48d708dfa6665fc8466150cfff451efa6cf1951001f9cf297a1b8f5e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:55bda2c7c425ac8b1bcaa8ba8f056771fdf9f342eb6d23b15793c9693fa0d7a9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:55bda2c7c425ac8b1bcaa8ba8f056771fdf9f342eb6d23b15793c9693fa0d7a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:55bda2c7c425ac8b1bcaa8ba8f056771fdf9f342eb6d23b15793c9693fa0d7a9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8d3d2a5fc42f45482223e2ba9972ec2ed6de376692d5c566d4126a8044f1d045_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8d3d2a5fc42f45482223e2ba9972ec2ed6de376692d5c566d4126a8044f1d045_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8d3d2a5fc42f45482223e2ba9972ec2ed6de376692d5c566d4126a8044f1d045_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6230b6e46dcb5fb0895c84fc0dcba4a10fff465aa8bc1dae1dc5dda7cc2e567_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6230b6e46dcb5fb0895c84fc0dcba4a10fff465aa8bc1dae1dc5dda7cc2e567_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6230b6e46dcb5fb0895c84fc0dcba4a10fff465aa8bc1dae1dc5dda7cc2e567_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2676615af9bf8b1465181d2fb58dbd1efb1f8fe464675b2edbabbf041b774079_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2676615af9bf8b1465181d2fb58dbd1efb1f8fe464675b2edbabbf041b774079_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2676615af9bf8b1465181d2fb58dbd1efb1f8fe464675b2edbabbf041b774079_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3c22d6e7c3805642fdb145e55c7b596b71cb458ddbda51b6f709dd70cf5bb6de_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3c22d6e7c3805642fdb145e55c7b596b71cb458ddbda51b6f709dd70cf5bb6de_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3c22d6e7c3805642fdb145e55c7b596b71cb458ddbda51b6f709dd70cf5bb6de_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:40f5704937a01e7c28151f60d76f33e95d3b18d511893021fadbcb8e832a5e3f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:40f5704937a01e7c28151f60d76f33e95d3b18d511893021fadbcb8e832a5e3f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:40f5704937a01e7c28151f60d76f33e95d3b18d511893021fadbcb8e832a5e3f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:483eeb4a161ec7fed8515247219b94a2c40980ca788bde992bc5641fc1b91294_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:483eeb4a161ec7fed8515247219b94a2c40980ca788bde992bc5641fc1b91294_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:483eeb4a161ec7fed8515247219b94a2c40980ca788bde992bc5641fc1b91294_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7190599f72b2cf0663606c10830cf2759037dd4de06cb13834dae7378db980f3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7190599f72b2cf0663606c10830cf2759037dd4de06cb13834dae7378db980f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7190599f72b2cf0663606c10830cf2759037dd4de06cb13834dae7378db980f3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:761a23b468d06cc31245270b53fca2ee9538c3f5734cbcbced6e5e43469ff76f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:761a23b468d06cc31245270b53fca2ee9538c3f5734cbcbced6e5e43469ff76f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:761a23b468d06cc31245270b53fca2ee9538c3f5734cbcbced6e5e43469ff76f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b4c4bf466d29b02d08346ee358980105a204f51e243c733711f88a1aac87c71_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b4c4bf466d29b02d08346ee358980105a204f51e243c733711f88a1aac87c71_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b4c4bf466d29b02d08346ee358980105a204f51e243c733711f88a1aac87c71_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c54c34360f1166a7c42ec1b181331c31d55306f5b38958826260de94c9b360ea_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c54c34360f1166a7c42ec1b181331c31d55306f5b38958826260de94c9b360ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c54c34360f1166a7c42ec1b181331c31d55306f5b38958826260de94c9b360ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:73eebc52df8056d5ae2bb19e2d0e2d7da83a6e47e276db71f7d26da0e50962bd_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:73eebc52df8056d5ae2bb19e2d0e2d7da83a6e47e276db71f7d26da0e50962bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:73eebc52df8056d5ae2bb19e2d0e2d7da83a6e47e276db71f7d26da0e50962bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9e90309a20bb143a8f579ce5fa26e36ff107ff5013f6fe2ca52d4a5dc28a543f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9e90309a20bb143a8f579ce5fa26e36ff107ff5013f6fe2ca52d4a5dc28a543f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9e90309a20bb143a8f579ce5fa26e36ff107ff5013f6fe2ca52d4a5dc28a543f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dbd4c3ffafa0d8a58c21a91f8c604e4ca913064e8c9050af9133c61f7f8e5831_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dbd4c3ffafa0d8a58c21a91f8c604e4ca913064e8c9050af9133c61f7f8e5831_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dbd4c3ffafa0d8a58c21a91f8c604e4ca913064e8c9050af9133c61f7f8e5831_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:efa8a7c783451835721df984e0357e521f17f3c0235408604bfbd75baa53b77d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:efa8a7c783451835721df984e0357e521f17f3c0235408604bfbd75baa53b77d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:efa8a7c783451835721df984e0357e521f17f3c0235408604bfbd75baa53b77d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:47093e22624d6ef420aa80ca4e934384bf59ed1471d9c083f170fcc4ff7d62d5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:47093e22624d6ef420aa80ca4e934384bf59ed1471d9c083f170fcc4ff7d62d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:47093e22624d6ef420aa80ca4e934384bf59ed1471d9c083f170fcc4ff7d62d5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:828b37adcffe61dec6e74ca5380f09e638ab40cc2cbaf3eb0c461902356ea7b9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:828b37adcffe61dec6e74ca5380f09e638ab40cc2cbaf3eb0c461902356ea7b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:828b37adcffe61dec6e74ca5380f09e638ab40cc2cbaf3eb0c461902356ea7b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:911568aa124776b2b7a4dd01b5a045b9e5109634afa9510e250115cc9960652f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:911568aa124776b2b7a4dd01b5a045b9e5109634afa9510e250115cc9960652f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:911568aa124776b2b7a4dd01b5a045b9e5109634afa9510e250115cc9960652f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b046bd3e394a968b8bff756a1bbab6203b173963372097b4e9bac2f4eaa8656f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b046bd3e394a968b8bff756a1bbab6203b173963372097b4e9bac2f4eaa8656f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b046bd3e394a968b8bff756a1bbab6203b173963372097b4e9bac2f4eaa8656f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3cb35d480c31d79278f2e74d16380d75c9dc8f36e4208649f5db223492fc51a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3cb35d480c31d79278f2e74d16380d75c9dc8f36e4208649f5db223492fc51a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3cb35d480c31d79278f2e74d16380d75c9dc8f36e4208649f5db223492fc51a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6cbd72c2701f8256348c3c0d37c7006db128cca44105634436a9f9737afbf195_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6cbd72c2701f8256348c3c0d37c7006db128cca44105634436a9f9737afbf195_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6cbd72c2701f8256348c3c0d37c7006db128cca44105634436a9f9737afbf195_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7ec2d54b5022e937803ce3012a89250b224a54384544ed01a16cb27c00d7a00a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7ec2d54b5022e937803ce3012a89250b224a54384544ed01a16cb27c00d7a00a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7ec2d54b5022e937803ce3012a89250b224a54384544ed01a16cb27c00d7a00a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:922abf70f2e6ad57549dbd78523d198c970ed585bfacae74f0db4f3d58a234f2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:922abf70f2e6ad57549dbd78523d198c970ed585bfacae74f0db4f3d58a234f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:922abf70f2e6ad57549dbd78523d198c970ed585bfacae74f0db4f3d58a234f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5b47db66013f3bf649898ba62a0bd386e82207485bb16c1203f6870bc4bffd48_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5b47db66013f3bf649898ba62a0bd386e82207485bb16c1203f6870bc4bffd48_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5b47db66013f3bf649898ba62a0bd386e82207485bb16c1203f6870bc4bffd48_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7ef973e320a796810c7ef62ece44f84d5382e158fab42980c6a3fadfa42f686f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7ef973e320a796810c7ef62ece44f84d5382e158fab42980c6a3fadfa42f686f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7ef973e320a796810c7ef62ece44f84d5382e158fab42980c6a3fadfa42f686f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97ee01f7cd27cc8e66e1f3da6310e668ce4e0fd8a948d956f73ba21fd81a0f6d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97ee01f7cd27cc8e66e1f3da6310e668ce4e0fd8a948d956f73ba21fd81a0f6d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97ee01f7cd27cc8e66e1f3da6310e668ce4e0fd8a948d956f73ba21fd81a0f6d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dc8cd1c7cd4cf7a1337c485787a312a285c64489f728aa74cfa5fc380d8c6112_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dc8cd1c7cd4cf7a1337c485787a312a285c64489f728aa74cfa5fc380d8c6112_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dc8cd1c7cd4cf7a1337c485787a312a285c64489f728aa74cfa5fc380d8c6112_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4abb807bba0bd7910150a5bad5020de4077d4d4500b92cfb397ad5789d37cd68_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4abb807bba0bd7910150a5bad5020de4077d4d4500b92cfb397ad5789d37cd68_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4abb807bba0bd7910150a5bad5020de4077d4d4500b92cfb397ad5789d37cd68_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:57e6cc4931bb4a870db12390932db4de419bd8df05865b0d1b0b87755271d045_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:57e6cc4931bb4a870db12390932db4de419bd8df05865b0d1b0b87755271d045_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:57e6cc4931bb4a870db12390932db4de419bd8df05865b0d1b0b87755271d045_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b9d7af15ae74c5feebdc7f46eeadb20ea1e465804eb776d342a19a983375be88_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b9d7af15ae74c5feebdc7f46eeadb20ea1e465804eb776d342a19a983375be88_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b9d7af15ae74c5feebdc7f46eeadb20ea1e465804eb776d342a19a983375be88_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fa90b0dea8b7c0823b9fd0ec294dae694ffb26950cc27a33ff26eacf603fa9b8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fa90b0dea8b7c0823b9fd0ec294dae694ffb26950cc27a33ff26eacf603fa9b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fa90b0dea8b7c0823b9fd0ec294dae694ffb26950cc27a33ff26eacf603fa9b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30ad6a83a99ec15ebf628c009cf0cf4faec5b04c5d053fcc7ccbcced84f0d809_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30ad6a83a99ec15ebf628c009cf0cf4faec5b04c5d053fcc7ccbcced84f0d809_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30ad6a83a99ec15ebf628c009cf0cf4faec5b04c5d053fcc7ccbcced84f0d809_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:642d49376a33c6e44a7267ce47ca05ac9f48ba4b1fefb3e49ec13a47ef87f809_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:642d49376a33c6e44a7267ce47ca05ac9f48ba4b1fefb3e49ec13a47ef87f809_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:642d49376a33c6e44a7267ce47ca05ac9f48ba4b1fefb3e49ec13a47ef87f809_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b7c9a1f9c8b7307c2328846b2267b1041516b20f4b7010813eca8e7841c7cd59_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b7c9a1f9c8b7307c2328846b2267b1041516b20f4b7010813eca8e7841c7cd59_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b7c9a1f9c8b7307c2328846b2267b1041516b20f4b7010813eca8e7841c7cd59_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:dbdb7d1b8fea71975ee17988f36976bcb1003792ec962001ae4aaef37193ed2f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:dbdb7d1b8fea71975ee17988f36976bcb1003792ec962001ae4aaef37193ed2f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:dbdb7d1b8fea71975ee17988f36976bcb1003792ec962001ae4aaef37193ed2f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:255023a42e94ac306891575c0c3f8bcc45c1ae952aa9783b6c2b8aa98f56b20b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:255023a42e94ac306891575c0c3f8bcc45c1ae952aa9783b6c2b8aa98f56b20b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:255023a42e94ac306891575c0c3f8bcc45c1ae952aa9783b6c2b8aa98f56b20b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:77012d8624e45b6f08daaac3949235e15ebdf4c09b49f6e66b79f05f36ca2cc9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:77012d8624e45b6f08daaac3949235e15ebdf4c09b49f6e66b79f05f36ca2cc9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:77012d8624e45b6f08daaac3949235e15ebdf4c09b49f6e66b79f05f36ca2cc9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dae0604483279dac67d362d274de80cb3e100fa935ca50dabdc7dcc436b717ce_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dae0604483279dac67d362d274de80cb3e100fa935ca50dabdc7dcc436b717ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dae0604483279dac67d362d274de80cb3e100fa935ca50dabdc7dcc436b717ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e5b0ecb3e20dc07b357a33d1dc317c6a521389f6addee2e492bbf2bd852b8c9b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e5b0ecb3e20dc07b357a33d1dc317c6a521389f6addee2e492bbf2bd852b8c9b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e5b0ecb3e20dc07b357a33d1dc317c6a521389f6addee2e492bbf2bd852b8c9b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:207751efe1aacbd87aec83e9df0b4c48ae0a985deca07e32d1a8ce5a1e013a53_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:207751efe1aacbd87aec83e9df0b4c48ae0a985deca07e32d1a8ce5a1e013a53_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:207751efe1aacbd87aec83e9df0b4c48ae0a985deca07e32d1a8ce5a1e013a53_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48dc2ddb716560f09494b9d696053086eab77dce31bea0f89532d11074b3c6d6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48dc2ddb716560f09494b9d696053086eab77dce31bea0f89532d11074b3c6d6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48dc2ddb716560f09494b9d696053086eab77dce31bea0f89532d11074b3c6d6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6e4ef72aed8a27f921e339cc899c84e094c2a710f7a00a0602ca9d03cff31e91_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6e4ef72aed8a27f921e339cc899c84e094c2a710f7a00a0602ca9d03cff31e91_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6e4ef72aed8a27f921e339cc899c84e094c2a710f7a00a0602ca9d03cff31e91_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d78d850c77386a35341624bf3fe5eed4d92ac41a5e6a2d3f2a68db6de1a64087_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d78d850c77386a35341624bf3fe5eed4d92ac41a5e6a2d3f2a68db6de1a64087_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d78d850c77386a35341624bf3fe5eed4d92ac41a5e6a2d3f2a68db6de1a64087_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3eb650f1c43a1833ee02b2218336c075456e26190a8ed9c976680a20d83aa55f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3eb650f1c43a1833ee02b2218336c075456e26190a8ed9c976680a20d83aa55f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3eb650f1c43a1833ee02b2218336c075456e26190a8ed9c976680a20d83aa55f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:64353e912653770012896a153103b6fcff349ac40f746cfc36821fe11dd6259a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:64353e912653770012896a153103b6fcff349ac40f746cfc36821fe11dd6259a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:64353e912653770012896a153103b6fcff349ac40f746cfc36821fe11dd6259a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c6fe274aa342cf850b2ea6287c5c335e93bad4a1bd73a0cbb2a7c789eb1ef48d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c6fe274aa342cf850b2ea6287c5c335e93bad4a1bd73a0cbb2a7c789eb1ef48d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c6fe274aa342cf850b2ea6287c5c335e93bad4a1bd73a0cbb2a7c789eb1ef48d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d7730eb1cf5ded2a07a8c93369e1558536ea5af5ba35a23f3046946c89b7368d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d7730eb1cf5ded2a07a8c93369e1558536ea5af5ba35a23f3046946c89b7368d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d7730eb1cf5ded2a07a8c93369e1558536ea5af5ba35a23f3046946c89b7368d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:03f8250466cc5d3120aefcc87f0bdd4d12012d6a116e419c382d50a21760aaf3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:03f8250466cc5d3120aefcc87f0bdd4d12012d6a116e419c382d50a21760aaf3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:03f8250466cc5d3120aefcc87f0bdd4d12012d6a116e419c382d50a21760aaf3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5be6fc774ba62dd4cc689d99bacc979cd181bdbee9a221f425c5266db6a62784_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5be6fc774ba62dd4cc689d99bacc979cd181bdbee9a221f425c5266db6a62784_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5be6fc774ba62dd4cc689d99bacc979cd181bdbee9a221f425c5266db6a62784_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aeae1b0e5fc3faad8b9ebe64d21e9e14c721323991fc76b72d39f8a7608da870_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aeae1b0e5fc3faad8b9ebe64d21e9e14c721323991fc76b72d39f8a7608da870_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aeae1b0e5fc3faad8b9ebe64d21e9e14c721323991fc76b72d39f8a7608da870_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e77c5040e44ab07a456b37ba532e9657f879dcecb7879ed9e79d8b0e2c6c8f23_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e77c5040e44ab07a456b37ba532e9657f879dcecb7879ed9e79d8b0e2c6c8f23_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e77c5040e44ab07a456b37ba532e9657f879dcecb7879ed9e79d8b0e2c6c8f23_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:80b208666af68ae1f11b5526ec2d4e2952a4f33ec109a054519219c0e84f4cd2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:80b208666af68ae1f11b5526ec2d4e2952a4f33ec109a054519219c0e84f4cd2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:80b208666af68ae1f11b5526ec2d4e2952a4f33ec109a054519219c0e84f4cd2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:82b5a2010b2619bfe1dc1a3763af5c642e3c8d435dd7b91713e581f267dece66_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:82b5a2010b2619bfe1dc1a3763af5c642e3c8d435dd7b91713e581f267dece66_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:82b5a2010b2619bfe1dc1a3763af5c642e3c8d435dd7b91713e581f267dece66_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a52e866ebce2cc46c05ec89f571f02b751a98351f1c7c1475d38bd3bdb08a76e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a52e866ebce2cc46c05ec89f571f02b751a98351f1c7c1475d38bd3bdb08a76e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a52e866ebce2cc46c05ec89f571f02b751a98351f1c7c1475d38bd3bdb08a76e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e295ffe236c8ad5c1b4bbf7610d9a29f35534d6b66619cc341db46baf6ab4aa1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e295ffe236c8ad5c1b4bbf7610d9a29f35534d6b66619cc341db46baf6ab4aa1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e295ffe236c8ad5c1b4bbf7610d9a29f35534d6b66619cc341db46baf6ab4aa1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1594e9818c4dc1459eaf50fd7ecf2fca7b73ae81be70413f6fb99c143f55fc98_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1594e9818c4dc1459eaf50fd7ecf2fca7b73ae81be70413f6fb99c143f55fc98_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1594e9818c4dc1459eaf50fd7ecf2fca7b73ae81be70413f6fb99c143f55fc98_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:455e45f1174b4bb5db753da8b2002b40921fc0051f462c0f7cc0cb95ac564c62_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:455e45f1174b4bb5db753da8b2002b40921fc0051f462c0f7cc0cb95ac564c62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:455e45f1174b4bb5db753da8b2002b40921fc0051f462c0f7cc0cb95ac564c62_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b74d75ec982d2c35bf2f67a22eb8cc307ce5c995134e88b0ce9513df79cb5eed_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b74d75ec982d2c35bf2f67a22eb8cc307ce5c995134e88b0ce9513df79cb5eed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b74d75ec982d2c35bf2f67a22eb8cc307ce5c995134e88b0ce9513df79cb5eed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e0642fed946e365d50162ffb37121be194ddde7f422e022a7afa7a45be84aa96_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e0642fed946e365d50162ffb37121be194ddde7f422e022a7afa7a45be84aa96_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e0642fed946e365d50162ffb37121be194ddde7f422e022a7afa7a45be84aa96_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1f0901c738cdffe9f323d24c85f8fbea95ad36ab31acccdccc1b7c973fa7fa62_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1f0901c738cdffe9f323d24c85f8fbea95ad36ab31acccdccc1b7c973fa7fa62_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1f0901c738cdffe9f323d24c85f8fbea95ad36ab31acccdccc1b7c973fa7fa62_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:42903bef3719a65b7e7fd89dd371c68baafc3b2f41b68dd972429185d3fcdb90_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:42903bef3719a65b7e7fd89dd371c68baafc3b2f41b68dd972429185d3fcdb90_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:42903bef3719a65b7e7fd89dd371c68baafc3b2f41b68dd972429185d3fcdb90_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56db80905cdd80d7ef3ad4cb8e0620868713a31853dc797db397431af032d322_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56db80905cdd80d7ef3ad4cb8e0620868713a31853dc797db397431af032d322_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56db80905cdd80d7ef3ad4cb8e0620868713a31853dc797db397431af032d322_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c340f2a030c2285afa19fc9022e14a07056941bef8de59b25ae21ff4c66bb9c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c340f2a030c2285afa19fc9022e14a07056941bef8de59b25ae21ff4c66bb9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c340f2a030c2285afa19fc9022e14a07056941bef8de59b25ae21ff4c66bb9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:07284eb00a28180c2e4773ed2da15026446ff555b47307e0ddfb707766c9c420_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:07284eb00a28180c2e4773ed2da15026446ff555b47307e0ddfb707766c9c420_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:07284eb00a28180c2e4773ed2da15026446ff555b47307e0ddfb707766c9c420_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1d5764ba30e7e1058b3f2b10d1ebf9a190b6b1aebeacf774114cde8fd5b6b3fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1d5764ba30e7e1058b3f2b10d1ebf9a190b6b1aebeacf774114cde8fd5b6b3fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1d5764ba30e7e1058b3f2b10d1ebf9a190b6b1aebeacf774114cde8fd5b6b3fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5b2fc54522c109221ecf5f2f25b34bec50bb71eb1fb13677e79c047ff92899e1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5b2fc54522c109221ecf5f2f25b34bec50bb71eb1fb13677e79c047ff92899e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5b2fc54522c109221ecf5f2f25b34bec50bb71eb1fb13677e79c047ff92899e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:88bbe3827720c373b01bf2fa3c3b8480099f7c9058fd6424cc57bfe74143fa9b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:88bbe3827720c373b01bf2fa3c3b8480099f7c9058fd6424cc57bfe74143fa9b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:88bbe3827720c373b01bf2fa3c3b8480099f7c9058fd6424cc57bfe74143fa9b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5dcebe96fbdfb5c6ae5d86a985c3d4c7676cfd02460196764bb1e4281b77eeb6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5dcebe96fbdfb5c6ae5d86a985c3d4c7676cfd02460196764bb1e4281b77eeb6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5dcebe96fbdfb5c6ae5d86a985c3d4c7676cfd02460196764bb1e4281b77eeb6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:807f0619c241b7b86a253efd0b36b1d3dca0a19b4732139d789c5e6618b4996a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:807f0619c241b7b86a253efd0b36b1d3dca0a19b4732139d789c5e6618b4996a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:807f0619c241b7b86a253efd0b36b1d3dca0a19b4732139d789c5e6618b4996a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a1283298ee508e2282a0e709e2ff32c018445ef707b155f3679703da0a7b143a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a1283298ee508e2282a0e709e2ff32c018445ef707b155f3679703da0a7b143a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a1283298ee508e2282a0e709e2ff32c018445ef707b155f3679703da0a7b143a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:aa87e88dc29d54aa41e34a5ec81986971fa4d3c53a33d6fad86527ec422507f6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:aa87e88dc29d54aa41e34a5ec81986971fa4d3c53a33d6fad86527ec422507f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:aa87e88dc29d54aa41e34a5ec81986971fa4d3c53a33d6fad86527ec422507f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:03f28b40a92d8f8abbd0d0d09fd080c5928ac9cade01e28bf2c683dd500797d8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:03f28b40a92d8f8abbd0d0d09fd080c5928ac9cade01e28bf2c683dd500797d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:03f28b40a92d8f8abbd0d0d09fd080c5928ac9cade01e28bf2c683dd500797d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d18d242102246b6cce19529f237b536be5a9a5c2e0431eb15727b2b90e3d888_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d18d242102246b6cce19529f237b536be5a9a5c2e0431eb15727b2b90e3d888_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d18d242102246b6cce19529f237b536be5a9a5c2e0431eb15727b2b90e3d888_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4ad31b682a179a9f46d566301411cc64e1fad11ce7f2493d73c81c9d77e7b38a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4ad31b682a179a9f46d566301411cc64e1fad11ce7f2493d73c81c9d77e7b38a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4ad31b682a179a9f46d566301411cc64e1fad11ce7f2493d73c81c9d77e7b38a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f76b5de9e7ce8194cb453296dfbb5a26fab5e9f0367eda229ea3c466cab591fb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f76b5de9e7ce8194cb453296dfbb5a26fab5e9f0367eda229ea3c466cab591fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f76b5de9e7ce8194cb453296dfbb5a26fab5e9f0367eda229ea3c466cab591fb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3008aea10be9bf754a1a6e0538d1df3f6408e9eceaac2e0cea868b40c5fff12c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3008aea10be9bf754a1a6e0538d1df3f6408e9eceaac2e0cea868b40c5fff12c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3008aea10be9bf754a1a6e0538d1df3f6408e9eceaac2e0cea868b40c5fff12c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:53de5c7759b3b0090ea994db28ab745c4635f21f44266d5665076c5c2a553468_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:53de5c7759b3b0090ea994db28ab745c4635f21f44266d5665076c5c2a553468_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:53de5c7759b3b0090ea994db28ab745c4635f21f44266d5665076c5c2a553468_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6d99d80ca988aed5a3cc74e6018aeda442f0c5cee4b033d13e9e6995b65a5ad7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6d99d80ca988aed5a3cc74e6018aeda442f0c5cee4b033d13e9e6995b65a5ad7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6d99d80ca988aed5a3cc74e6018aeda442f0c5cee4b033d13e9e6995b65a5ad7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aafdc6bd5cefa7443745fa3d40257b3df385bc09c1874ab34796a874273a21c1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aafdc6bd5cefa7443745fa3d40257b3df385bc09c1874ab34796a874273a21c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aafdc6bd5cefa7443745fa3d40257b3df385bc09c1874ab34796a874273a21c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5385dd16647e876699858b01b78bda82d769195e7237003621dec0c17ea7486b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5385dd16647e876699858b01b78bda82d769195e7237003621dec0c17ea7486b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5385dd16647e876699858b01b78bda82d769195e7237003621dec0c17ea7486b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:8d82b00af857b1782bf0d0531c76b83c1d05ffc8d8b0ca1a730958226baa1455_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:8d82b00af857b1782bf0d0531c76b83c1d05ffc8d8b0ca1a730958226baa1455_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:8d82b00af857b1782bf0d0531c76b83c1d05ffc8d8b0ca1a730958226baa1455_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:93c060c1504210f495bc301a123dfa5e36ea87282b8a6d192f47c8c8484b3172_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:93c060c1504210f495bc301a123dfa5e36ea87282b8a6d192f47c8c8484b3172_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:93c060c1504210f495bc301a123dfa5e36ea87282b8a6d192f47c8c8484b3172_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d9207728b4fbde7442c8b4a9fad3f450b7e2c6cf0a5bd203259dcc4e94106d04_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d9207728b4fbde7442c8b4a9fad3f450b7e2c6cf0a5bd203259dcc4e94106d04_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d9207728b4fbde7442c8b4a9fad3f450b7e2c6cf0a5bd203259dcc4e94106d04_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:39c30a1eaedbaf0ac3ab12323d80529026bbdc878a38981bad392602cb1ba438_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:39c30a1eaedbaf0ac3ab12323d80529026bbdc878a38981bad392602cb1ba438_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:39c30a1eaedbaf0ac3ab12323d80529026bbdc878a38981bad392602cb1ba438_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4095317e942f7ccda2d3d8a5632683cdc92984606f25a90de944e47643333019_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4095317e942f7ccda2d3d8a5632683cdc92984606f25a90de944e47643333019_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4095317e942f7ccda2d3d8a5632683cdc92984606f25a90de944e47643333019_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:873761b15f7f5e975f8ca363e088b806e393ac2a78214a29050b3102cbb04df4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:873761b15f7f5e975f8ca363e088b806e393ac2a78214a29050b3102cbb04df4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:873761b15f7f5e975f8ca363e088b806e393ac2a78214a29050b3102cbb04df4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c92ef1fc3eb4dc56767923a43fc75ac743c13173e2eefc3c06eb762a38a08629_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c92ef1fc3eb4dc56767923a43fc75ac743c13173e2eefc3c06eb762a38a08629_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c92ef1fc3eb4dc56767923a43fc75ac743c13173e2eefc3c06eb762a38a08629_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:723b1caa7724b4ee065ddd187e259b4eeb95ca3da87f29d5e51f532b3c29dd5d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:723b1caa7724b4ee065ddd187e259b4eeb95ca3da87f29d5e51f532b3c29dd5d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:723b1caa7724b4ee065ddd187e259b4eeb95ca3da87f29d5e51f532b3c29dd5d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:79bff52cd5adfb2cf36c64fdaababcb0fdf4361e9bdd18b51cf4502e2413354f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:79bff52cd5adfb2cf36c64fdaababcb0fdf4361e9bdd18b51cf4502e2413354f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:79bff52cd5adfb2cf36c64fdaababcb0fdf4361e9bdd18b51cf4502e2413354f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:89bdc2b084964e95337d1b06b7b3e74d9070e8da7b28ad34dc53bc85ccc603c9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:89bdc2b084964e95337d1b06b7b3e74d9070e8da7b28ad34dc53bc85ccc603c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:89bdc2b084964e95337d1b06b7b3e74d9070e8da7b28ad34dc53bc85ccc603c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c022d71700d942bb819bb1d489925c1532c1db71a5aaa268b855d678e8ba364_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c022d71700d942bb819bb1d489925c1532c1db71a5aaa268b855d678e8ba364_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c022d71700d942bb819bb1d489925c1532c1db71a5aaa268b855d678e8ba364_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:120b1cf4552db536915c081e92372cb83aa89d21a81adcdffe09f2dd3ec5f43c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:120b1cf4552db536915c081e92372cb83aa89d21a81adcdffe09f2dd3ec5f43c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:120b1cf4552db536915c081e92372cb83aa89d21a81adcdffe09f2dd3ec5f43c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1b574dc3b519ff20706162d18bc6c2d9970b0ebddc7547a9db809aa9d3eae74e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1b574dc3b519ff20706162d18bc6c2d9970b0ebddc7547a9db809aa9d3eae74e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1b574dc3b519ff20706162d18bc6c2d9970b0ebddc7547a9db809aa9d3eae74e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3fad488f56b9dce6d9b6627c6deee5c2230287828dc53b96d5d5f62943b57737_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3fad488f56b9dce6d9b6627c6deee5c2230287828dc53b96d5d5f62943b57737_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3fad488f56b9dce6d9b6627c6deee5c2230287828dc53b96d5d5f62943b57737_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6c069eff3037f67444d6ba193d1128e064c4a335fc73b20d6342b8fd1ee05107_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6c069eff3037f67444d6ba193d1128e064c4a335fc73b20d6342b8fd1ee05107_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6c069eff3037f67444d6ba193d1128e064c4a335fc73b20d6342b8fd1ee05107_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:25735783825c67f2abec0695f666552f0838f10467b027fa1e475317a14dbd86_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:25735783825c67f2abec0695f666552f0838f10467b027fa1e475317a14dbd86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:25735783825c67f2abec0695f666552f0838f10467b027fa1e475317a14dbd86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:417170e3ef223badef0bc4702874b350edb0542fc54f2d85301846ef4d48c1eb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:417170e3ef223badef0bc4702874b350edb0542fc54f2d85301846ef4d48c1eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:417170e3ef223badef0bc4702874b350edb0542fc54f2d85301846ef4d48c1eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ac836331535a29128d1cdc88472143227965ce06b994072a39d407121f49e613_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ac836331535a29128d1cdc88472143227965ce06b994072a39d407121f49e613_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ac836331535a29128d1cdc88472143227965ce06b994072a39d407121f49e613_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ec16051b9ce0b0a489a8b17bf581b0799cd5ddad84b1786ba77322cb9132d055_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ec16051b9ce0b0a489a8b17bf581b0799cd5ddad84b1786ba77322cb9132d055_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ec16051b9ce0b0a489a8b17bf581b0799cd5ddad84b1786ba77322cb9132d055_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:13b9c3e4c334cc245c11da77c7ecae4759986873fcc134e3a2901d1979bd97dc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:13b9c3e4c334cc245c11da77c7ecae4759986873fcc134e3a2901d1979bd97dc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:13b9c3e4c334cc245c11da77c7ecae4759986873fcc134e3a2901d1979bd97dc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6926123fc26183a63626f4f33921e2a24cd8e27f6f2bf135c80f1e45a3200fb1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6926123fc26183a63626f4f33921e2a24cd8e27f6f2bf135c80f1e45a3200fb1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6926123fc26183a63626f4f33921e2a24cd8e27f6f2bf135c80f1e45a3200fb1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b614ecd78191da979aa5e6de4904c4b45d71fc0820e2e9695021c468ab2d0522_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b614ecd78191da979aa5e6de4904c4b45d71fc0820e2e9695021c468ab2d0522_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b614ecd78191da979aa5e6de4904c4b45d71fc0820e2e9695021c468ab2d0522_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f60d781814b6cd8ef503e85c68d1745af480fc6e2d74e2b52521dff292e1748c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f60d781814b6cd8ef503e85c68d1745af480fc6e2d74e2b52521dff292e1748c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f60d781814b6cd8ef503e85c68d1745af480fc6e2d74e2b52521dff292e1748c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:40f85dd555fa6fa8934f576e5a5cc18df64c4cc264c9c44cd9b260d82e7690d1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:40f85dd555fa6fa8934f576e5a5cc18df64c4cc264c9c44cd9b260d82e7690d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:40f85dd555fa6fa8934f576e5a5cc18df64c4cc264c9c44cd9b260d82e7690d1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:92d1062b43e34737bdd26b9ff74d92d43b64a699f1e2c1275ece8f6c9b1478c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:92d1062b43e34737bdd26b9ff74d92d43b64a699f1e2c1275ece8f6c9b1478c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:92d1062b43e34737bdd26b9ff74d92d43b64a699f1e2c1275ece8f6c9b1478c8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c05dd77c9c641c9139e761b88ad358023c6ba4221a6854d8b0760732889d58a6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c05dd77c9c641c9139e761b88ad358023c6ba4221a6854d8b0760732889d58a6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c05dd77c9c641c9139e761b88ad358023c6ba4221a6854d8b0760732889d58a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:cf9e05f8cbcf5c64026e9dbb830a9731a1404bdf47a52563f61d07bd4a51bbf9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:cf9e05f8cbcf5c64026e9dbb830a9731a1404bdf47a52563f61d07bd4a51bbf9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:cf9e05f8cbcf5c64026e9dbb830a9731a1404bdf47a52563f61d07bd4a51bbf9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1482e83688d25af51a9dbb93b52e652d95dbcd7cf4a0d9d2c9364fe0f0ff4404_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1482e83688d25af51a9dbb93b52e652d95dbcd7cf4a0d9d2c9364fe0f0ff4404_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1482e83688d25af51a9dbb93b52e652d95dbcd7cf4a0d9d2c9364fe0f0ff4404_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a78e4acce67f08cf4c2c48ade037c43b358ba69f5a1ef82cc5f94af99c59555c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a78e4acce67f08cf4c2c48ade037c43b358ba69f5a1ef82cc5f94af99c59555c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a78e4acce67f08cf4c2c48ade037c43b358ba69f5a1ef82cc5f94af99c59555c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b4d0b3d6a24b94ccd6605b1f62b2c60c208959ff5194b75d6c25d54df7137e5e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b4d0b3d6a24b94ccd6605b1f62b2c60c208959ff5194b75d6c25d54df7137e5e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b4d0b3d6a24b94ccd6605b1f62b2c60c208959ff5194b75d6c25d54df7137e5e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f592d769515366401b273d9b22def9660e803b8a560496015f176d13371b96d3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f592d769515366401b273d9b22def9660e803b8a560496015f176d13371b96d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f592d769515366401b273d9b22def9660e803b8a560496015f176d13371b96d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:279b255fc3bdf326d437336ad9f8d391f02e7c934c160886339778f057df78c8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:279b255fc3bdf326d437336ad9f8d391f02e7c934c160886339778f057df78c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:279b255fc3bdf326d437336ad9f8d391f02e7c934c160886339778f057df78c8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7579da643df10fb9c3c5784d5e06b3c940a823158b595de9fcb964a8d69f215a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7579da643df10fb9c3c5784d5e06b3c940a823158b595de9fcb964a8d69f215a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7579da643df10fb9c3c5784d5e06b3c940a823158b595de9fcb964a8d69f215a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb2f77f5bf96fb99626ad02c0f963a6c862c04a7a7162a1987426c2a94ac685b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb2f77f5bf96fb99626ad02c0f963a6c862c04a7a7162a1987426c2a94ac685b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb2f77f5bf96fb99626ad02c0f963a6c862c04a7a7162a1987426c2a94ac685b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e95704530a93835413e0945bcf4e2e2473fae5e1257665f5c1ec4b30b36e81eb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e95704530a93835413e0945bcf4e2e2473fae5e1257665f5c1ec4b30b36e81eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e95704530a93835413e0945bcf4e2e2473fae5e1257665f5c1ec4b30b36e81eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4bf77f2090c7ff486b87a86cb2e619015d7e1ee3ec31e3a825c22154be80738c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4bf77f2090c7ff486b87a86cb2e619015d7e1ee3ec31e3a825c22154be80738c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4bf77f2090c7ff486b87a86cb2e619015d7e1ee3ec31e3a825c22154be80738c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6960a4e7bad45aaac838b0497a2503e83d3786ec78be154f44567770b82b3527_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6960a4e7bad45aaac838b0497a2503e83d3786ec78be154f44567770b82b3527_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6960a4e7bad45aaac838b0497a2503e83d3786ec78be154f44567770b82b3527_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9438d34a83326c0fe5f167e0568349f931dfc9646f1c70da69409e350875ea53_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9438d34a83326c0fe5f167e0568349f931dfc9646f1c70da69409e350875ea53_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9438d34a83326c0fe5f167e0568349f931dfc9646f1c70da69409e350875ea53_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cf4f62c2815857254a395a0034d68e3668cac219bc2e08e8a9e130034664a957_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cf4f62c2815857254a395a0034d68e3668cac219bc2e08e8a9e130034664a957_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cf4f62c2815857254a395a0034d68e3668cac219bc2e08e8a9e130034664a957_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9b3d6981af468b90d62f63f45a22d2ca13136f81282b971c3fe827a9183025eb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9b3d6981af468b90d62f63f45a22d2ca13136f81282b971c3fe827a9183025eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9b3d6981af468b90d62f63f45a22d2ca13136f81282b971c3fe827a9183025eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bbce40bcd762ed1eaa08e19ca0212121a597c5c025305a552c1d5aab32c867ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bbce40bcd762ed1eaa08e19ca0212121a597c5c025305a552c1d5aab32c867ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bbce40bcd762ed1eaa08e19ca0212121a597c5c025305a552c1d5aab32c867ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:16a12b3a4a4ce3abb27fbed591e2742933d75ca5fe4a5537d82361b90918773f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:16a12b3a4a4ce3abb27fbed591e2742933d75ca5fe4a5537d82361b90918773f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:16a12b3a4a4ce3abb27fbed591e2742933d75ca5fe4a5537d82361b90918773f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2007b429c7952661629067f452b4a56c5b0b6f7b4755b5a7433c1b6faab6d419_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2007b429c7952661629067f452b4a56c5b0b6f7b4755b5a7433c1b6faab6d419_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2007b429c7952661629067f452b4a56c5b0b6f7b4755b5a7433c1b6faab6d419_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:957530099959a421115260f95ade7784c64b942916a287cb3546cca79763d55c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:957530099959a421115260f95ade7784c64b942916a287cb3546cca79763d55c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:957530099959a421115260f95ade7784c64b942916a287cb3546cca79763d55c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:975a1cb86ca8e2894140c93a96affde0efa449c772043420886db12339aa820c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:975a1cb86ca8e2894140c93a96affde0efa449c772043420886db12339aa820c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:975a1cb86ca8e2894140c93a96affde0efa449c772043420886db12339aa820c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3233a1897941a3b7f05ba46a8fdbd150a2b4c070e443db362afe2bbf7071957c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3233a1897941a3b7f05ba46a8fdbd150a2b4c070e443db362afe2bbf7071957c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3233a1897941a3b7f05ba46a8fdbd150a2b4c070e443db362afe2bbf7071957c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9b55075cd3a91c3f18c6c308019ff67dbd3d38f39a09c7e9a5e48608ac908b38_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9b55075cd3a91c3f18c6c308019ff67dbd3d38f39a09c7e9a5e48608ac908b38_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9b55075cd3a91c3f18c6c308019ff67dbd3d38f39a09c7e9a5e48608ac908b38_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a9bbfbf82188d91ad574b5896f305c4d7b6d8490c8920efee82d2bea49d0889d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a9bbfbf82188d91ad574b5896f305c4d7b6d8490c8920efee82d2bea49d0889d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a9bbfbf82188d91ad574b5896f305c4d7b6d8490c8920efee82d2bea49d0889d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ec5f445423fd340e1233722b53fd083b74da21c9472fa768b175cfe6781e2afd_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ec5f445423fd340e1233722b53fd083b74da21c9472fa768b175cfe6781e2afd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ec5f445423fd340e1233722b53fd083b74da21c9472fa768b175cfe6781e2afd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:103ef4d88fe1cf74623a5a9cfd0de45372b032b4b12ea3a8a909754acb2431dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:103ef4d88fe1cf74623a5a9cfd0de45372b032b4b12ea3a8a909754acb2431dc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:103ef4d88fe1cf74623a5a9cfd0de45372b032b4b12ea3a8a909754acb2431dc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a366221e21c5dc12c9df861fbdd6bfd4348a8c986bf43e38c4a085be7cac0600_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a366221e21c5dc12c9df861fbdd6bfd4348a8c986bf43e38c4a085be7cac0600_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a366221e21c5dc12c9df861fbdd6bfd4348a8c986bf43e38c4a085be7cac0600_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f264663a2869319733b39c90b352ce25ccb35a15e4b17461e4f74653362c4e4e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f264663a2869319733b39c90b352ce25ccb35a15e4b17461e4f74653362c4e4e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f264663a2869319733b39c90b352ce25ccb35a15e4b17461e4f74653362c4e4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f4671b9fcceac63a6547b544d189a85c397e6aeffc6eba38d6e8b7073f258970_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f4671b9fcceac63a6547b544d189a85c397e6aeffc6eba38d6e8b7073f258970_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f4671b9fcceac63a6547b544d189a85c397e6aeffc6eba38d6e8b7073f258970_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2df3ecea77577d06ce7f57d8f010f3a39ebbba90e350ad9720b84ff6cb320a4d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2df3ecea77577d06ce7f57d8f010f3a39ebbba90e350ad9720b84ff6cb320a4d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2df3ecea77577d06ce7f57d8f010f3a39ebbba90e350ad9720b84ff6cb320a4d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5754bb489b38e536c93264a1c9c1b68dbafe3923cde8a748a4b9fe87b759d097_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5754bb489b38e536c93264a1c9c1b68dbafe3923cde8a748a4b9fe87b759d097_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5754bb489b38e536c93264a1c9c1b68dbafe3923cde8a748a4b9fe87b759d097_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7c31e1025211affebc55acf8cd791b0d5240728bfee060914d130091a664b50b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7c31e1025211affebc55acf8cd791b0d5240728bfee060914d130091a664b50b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7c31e1025211affebc55acf8cd791b0d5240728bfee060914d130091a664b50b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bd7abe39caf78c2962a37b121a293ef9179c95a5b30ef531cbce7483f3dbb108_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bd7abe39caf78c2962a37b121a293ef9179c95a5b30ef531cbce7483f3dbb108_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bd7abe39caf78c2962a37b121a293ef9179c95a5b30ef531cbce7483f3dbb108_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:421e53acd2e915022755187916086964d39b2f64014deee49c2e19208f0aeb5d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:421e53acd2e915022755187916086964d39b2f64014deee49c2e19208f0aeb5d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:421e53acd2e915022755187916086964d39b2f64014deee49c2e19208f0aeb5d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:43af0818e577746ef7223ca5d75b90785078c290f5d3770d551b9965d1706c87_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:43af0818e577746ef7223ca5d75b90785078c290f5d3770d551b9965d1706c87_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:43af0818e577746ef7223ca5d75b90785078c290f5d3770d551b9965d1706c87_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4759c35a8e51c247501a7b920db373eb6bb3c22ee2a712a9030c2cbb975029e1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4759c35a8e51c247501a7b920db373eb6bb3c22ee2a712a9030c2cbb975029e1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4759c35a8e51c247501a7b920db373eb6bb3c22ee2a712a9030c2cbb975029e1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:905a175fbbd6c3e81dbcf8c9192841984b0298f06666168a26cb27babe1e2893_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:905a175fbbd6c3e81dbcf8c9192841984b0298f06666168a26cb27babe1e2893_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:905a175fbbd6c3e81dbcf8c9192841984b0298f06666168a26cb27babe1e2893_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3146de9d4a8b5c98d8b9fdcc7fec4392f1591723948be440897e6ac16353b096_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3146de9d4a8b5c98d8b9fdcc7fec4392f1591723948be440897e6ac16353b096_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3146de9d4a8b5c98d8b9fdcc7fec4392f1591723948be440897e6ac16353b096_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b70ae04dc8f4096bc37bfbcd02bedba1a579fe133177f674607f18fbfb3128a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b70ae04dc8f4096bc37bfbcd02bedba1a579fe133177f674607f18fbfb3128a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b70ae04dc8f4096bc37bfbcd02bedba1a579fe133177f674607f18fbfb3128a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6f45aa19891117b7dfb96ed1d5f95025423f62669549fda2114a889b80dca8ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6f45aa19891117b7dfb96ed1d5f95025423f62669549fda2114a889b80dca8ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6f45aa19891117b7dfb96ed1d5f95025423f62669549fda2114a889b80dca8ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f9d547fb14df2df02bdb68abc2153eec1eb42cccff0f706127ec01cb82d661e8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f9d547fb14df2df02bdb68abc2153eec1eb42cccff0f706127ec01cb82d661e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f9d547fb14df2df02bdb68abc2153eec1eb42cccff0f706127ec01cb82d661e8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:30b8fd94ea4d909cc4fe3a4f21dfe44515b2dcfcdcb7e5989f356ba5df164c02_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:30b8fd94ea4d909cc4fe3a4f21dfe44515b2dcfcdcb7e5989f356ba5df164c02_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:30b8fd94ea4d909cc4fe3a4f21dfe44515b2dcfcdcb7e5989f356ba5df164c02_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:798df44d33c1acdb59938fdf4d0251cbde8cc47aa6a03cb5b3a77160344d56cf_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:798df44d33c1acdb59938fdf4d0251cbde8cc47aa6a03cb5b3a77160344d56cf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:798df44d33c1acdb59938fdf4d0251cbde8cc47aa6a03cb5b3a77160344d56cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0730058c0266867ad428b19054335ae526e0d9610e68256e6e921d590b3bc66_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0730058c0266867ad428b19054335ae526e0d9610e68256e6e921d590b3bc66_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0730058c0266867ad428b19054335ae526e0d9610e68256e6e921d590b3bc66_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bcb2922c665d069fca260451b5366b8c4b04ef82bf491443496519d8f15e34b6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bcb2922c665d069fca260451b5366b8c4b04ef82bf491443496519d8f15e34b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bcb2922c665d069fca260451b5366b8c4b04ef82bf491443496519d8f15e34b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0fca8a8cec5e7313576d38c866b7f310492fb11fd94a93d6ce8fd311ee424dfa_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0fca8a8cec5e7313576d38c866b7f310492fb11fd94a93d6ce8fd311ee424dfa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0fca8a8cec5e7313576d38c866b7f310492fb11fd94a93d6ce8fd311ee424dfa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:494ab165f12ca1d2547a13424dc7a5cb8ab74d5f4406d46a21d944ab49425ce6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:494ab165f12ca1d2547a13424dc7a5cb8ab74d5f4406d46a21d944ab49425ce6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:494ab165f12ca1d2547a13424dc7a5cb8ab74d5f4406d46a21d944ab49425ce6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:51dbf8c399cb661c59eaf27c7fca8a08fee8b5651e1a023998f16e4c87bba3a5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:51dbf8c399cb661c59eaf27c7fca8a08fee8b5651e1a023998f16e4c87bba3a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:51dbf8c399cb661c59eaf27c7fca8a08fee8b5651e1a023998f16e4c87bba3a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d7186ccfabcfb1537e42db07aacb004ffac5d893e8e20f1a909176952c4ba00d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d7186ccfabcfb1537e42db07aacb004ffac5d893e8e20f1a909176952c4ba00d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d7186ccfabcfb1537e42db07aacb004ffac5d893e8e20f1a909176952c4ba00d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03d45c9ce7fa066c430b348e05cd3560ad596c6fa93f7a57191f3adad9ac71f2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03d45c9ce7fa066c430b348e05cd3560ad596c6fa93f7a57191f3adad9ac71f2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03d45c9ce7fa066c430b348e05cd3560ad596c6fa93f7a57191f3adad9ac71f2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:17014fa590650c3e7c49820bfda285fd82f22b5037a54c6929c3d5712a516c0f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:17014fa590650c3e7c49820bfda285fd82f22b5037a54c6929c3d5712a516c0f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:17014fa590650c3e7c49820bfda285fd82f22b5037a54c6929c3d5712a516c0f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:811be7a889fec8a5f7d71c4d77e2adfb2a1928fc01fb7d4cff316460677e9dcd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:811be7a889fec8a5f7d71c4d77e2adfb2a1928fc01fb7d4cff316460677e9dcd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:811be7a889fec8a5f7d71c4d77e2adfb2a1928fc01fb7d4cff316460677e9dcd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b694b8c876fc29c8090521e7ebc2c02be88c9c811c9c1734c79d524baaada9ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b694b8c876fc29c8090521e7ebc2c02be88c9c811c9c1734c79d524baaada9ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b694b8c876fc29c8090521e7ebc2c02be88c9c811c9c1734c79d524baaada9ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b672f5cb7e7103e1304c2826ef5270e9f47a137454e80160df8414d7e72d76e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b672f5cb7e7103e1304c2826ef5270e9f47a137454e80160df8414d7e72d76e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b672f5cb7e7103e1304c2826ef5270e9f47a137454e80160df8414d7e72d76e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4ba97de4f8c46097b8179e1ffa898e0c4e29c96a9abaa96f5f8fb502ff5ce692_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4ba97de4f8c46097b8179e1ffa898e0c4e29c96a9abaa96f5f8fb502ff5ce692_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4ba97de4f8c46097b8179e1ffa898e0c4e29c96a9abaa96f5f8fb502ff5ce692_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be6a2fbac7aef6c2b49aa03843796a2aff8f242a76ca12c8bdd97a40f3b11000_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be6a2fbac7aef6c2b49aa03843796a2aff8f242a76ca12c8bdd97a40f3b11000_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be6a2fbac7aef6c2b49aa03843796a2aff8f242a76ca12c8bdd97a40f3b11000_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f15701dc03ae43a7857a1a82be879c9becd99209505e5809124f62f5056475eb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f15701dc03ae43a7857a1a82be879c9becd99209505e5809124f62f5056475eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f15701dc03ae43a7857a1a82be879c9becd99209505e5809124f62f5056475eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:41325be18bb76aa696d2826184e898f49cf7f29a7077e8c1038632988b3e438e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:41325be18bb76aa696d2826184e898f49cf7f29a7077e8c1038632988b3e438e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:41325be18bb76aa696d2826184e898f49cf7f29a7077e8c1038632988b3e438e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6f75279627dd89b244fb5fd01a630511fe1e5692502f9fa639e43315be7e3cb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6f75279627dd89b244fb5fd01a630511fe1e5692502f9fa639e43315be7e3cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6f75279627dd89b244fb5fd01a630511fe1e5692502f9fa639e43315be7e3cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc31499dc776663f8a98c401ea377b4476a3dbc3de201c079b326f291117ff2b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc31499dc776663f8a98c401ea377b4476a3dbc3de201c079b326f291117ff2b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc31499dc776663f8a98c401ea377b4476a3dbc3de201c079b326f291117ff2b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d79804455341fe8ab02a0e0b869e806821462798772e007f03f8a75959debec9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d79804455341fe8ab02a0e0b869e806821462798772e007f03f8a75959debec9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d79804455341fe8ab02a0e0b869e806821462798772e007f03f8a75959debec9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:188e2bc785e371b300756eba797b8da911bd5115f39820369abcbda1da919393_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:188e2bc785e371b300756eba797b8da911bd5115f39820369abcbda1da919393_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:188e2bc785e371b300756eba797b8da911bd5115f39820369abcbda1da919393_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:22ef77cc4d255f6dec6a74666990c61544d82aa4541821a1ec2db93e3473657c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:22ef77cc4d255f6dec6a74666990c61544d82aa4541821a1ec2db93e3473657c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:22ef77cc4d255f6dec6a74666990c61544d82aa4541821a1ec2db93e3473657c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4ddaeed1f2c8c64d156a91bb4bbe71f74f590d699ea260d00fa29a7d01fe1d61_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4ddaeed1f2c8c64d156a91bb4bbe71f74f590d699ea260d00fa29a7d01fe1d61_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4ddaeed1f2c8c64d156a91bb4bbe71f74f590d699ea260d00fa29a7d01fe1d61_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4380834ef2ab3a558c8a3bd2cc77341c72c7b2ff4888be85ec6fbd444d6c7f2f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4380834ef2ab3a558c8a3bd2cc77341c72c7b2ff4888be85ec6fbd444d6c7f2f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4380834ef2ab3a558c8a3bd2cc77341c72c7b2ff4888be85ec6fbd444d6c7f2f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:63024eecf989e5597f5fd2495a404b364ed9b7138bf835fb3e1d851a34d41d54_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:63024eecf989e5597f5fd2495a404b364ed9b7138bf835fb3e1d851a34d41d54_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:63024eecf989e5597f5fd2495a404b364ed9b7138bf835fb3e1d851a34d41d54_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cf27951838e8fb93d4f05a8f0b1ecfd7c3222bcef49e14a3dd6a6dc63d0fc260_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cf27951838e8fb93d4f05a8f0b1ecfd7c3222bcef49e14a3dd6a6dc63d0fc260_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cf27951838e8fb93d4f05a8f0b1ecfd7c3222bcef49e14a3dd6a6dc63d0fc260_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2f33e8c871add512c85505c2c5c81267e7b35755653532a20028e89f4b41c2da_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2f33e8c871add512c85505c2c5c81267e7b35755653532a20028e89f4b41c2da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2f33e8c871add512c85505c2c5c81267e7b35755653532a20028e89f4b41c2da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:96c40575ebd38e6ca166fada51246e641a7d5e9c7b00bcaa489795512bf1fb3c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:96c40575ebd38e6ca166fada51246e641a7d5e9c7b00bcaa489795512bf1fb3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:96c40575ebd38e6ca166fada51246e641a7d5e9c7b00bcaa489795512bf1fb3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d26622a1d37314542981e27eb616bb5cb316d7771c3b165921ba8b1c7470db14_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d26622a1d37314542981e27eb616bb5cb316d7771c3b165921ba8b1c7470db14_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d26622a1d37314542981e27eb616bb5cb316d7771c3b165921ba8b1c7470db14_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:057f39bde011e55246763cc5604745d80c77918154ede243554942bdf81dd068_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:057f39bde011e55246763cc5604745d80c77918154ede243554942bdf81dd068_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:057f39bde011e55246763cc5604745d80c77918154ede243554942bdf81dd068_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0aad450e7e40f1cc93ffae16856cf5de5acd1662371fa8c62dc00ebb6d4d11c2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0aad450e7e40f1cc93ffae16856cf5de5acd1662371fa8c62dc00ebb6d4d11c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0aad450e7e40f1cc93ffae16856cf5de5acd1662371fa8c62dc00ebb6d4d11c2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:d7b45f165d249847759289f90b18321cbe8c0a8e972b51e354f25a94fe696f25_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:d7b45f165d249847759289f90b18321cbe8c0a8e972b51e354f25a94fe696f25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:d7b45f165d249847759289f90b18321cbe8c0a8e972b51e354f25a94fe696f25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:77bd75b7bce7a798cdb11ee0f7d6c838e59236886567b4e5148e4afae3562073_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:77bd75b7bce7a798cdb11ee0f7d6c838e59236886567b4e5148e4afae3562073_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:77bd75b7bce7a798cdb11ee0f7d6c838e59236886567b4e5148e4afae3562073_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e18c9f9197b6b92497638426e8e91e450c1a3ea7b95a7dc83645c66017980c3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e18c9f9197b6b92497638426e8e91e450c1a3ea7b95a7dc83645c66017980c3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e18c9f9197b6b92497638426e8e91e450c1a3ea7b95a7dc83645c66017980c3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c199b1c123b4f5a26754f842e9fb1d046549deae99856f5f5db2f5d1195094f8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c199b1c123b4f5a26754f842e9fb1d046549deae99856f5f5db2f5d1195094f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c199b1c123b4f5a26754f842e9fb1d046549deae99856f5f5db2f5d1195094f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e18c5c5992f5cecfb2c300b9e7cd3cf0b4175a4e3f4e3cd216b6e6effd875cd0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e18c5c5992f5cecfb2c300b9e7cd3cf0b4175a4e3f4e3cd216b6e6effd875cd0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e18c5c5992f5cecfb2c300b9e7cd3cf0b4175a4e3f4e3cd216b6e6effd875cd0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3f727df52b4841d8b90ff625219d832569463bd320f49aaf94a9c2d706fa097a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3f727df52b4841d8b90ff625219d832569463bd320f49aaf94a9c2d706fa097a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3f727df52b4841d8b90ff625219d832569463bd320f49aaf94a9c2d706fa097a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9e60e00881a5e5168eace2acffa41c373b3ef02406688b03c69e4dd0656c7e66_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9e60e00881a5e5168eace2acffa41c373b3ef02406688b03c69e4dd0656c7e66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9e60e00881a5e5168eace2acffa41c373b3ef02406688b03c69e4dd0656c7e66_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b578298ff88e7cab48de60927a8e99f52d49791f271f08d1e5e8910520525287_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b578298ff88e7cab48de60927a8e99f52d49791f271f08d1e5e8910520525287_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b578298ff88e7cab48de60927a8e99f52d49791f271f08d1e5e8910520525287_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc0dafbafec45d46183b03f4a7a455fd1db3fbdd8d5ade284fc34c974647a55a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc0dafbafec45d46183b03f4a7a455fd1db3fbdd8d5ade284fc34c974647a55a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc0dafbafec45d46183b03f4a7a455fd1db3fbdd8d5ade284fc34c974647a55a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28ea872308ac7fd286f001ae55753e03dde674cc8c58df264a3a5c6a4833363d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28ea872308ac7fd286f001ae55753e03dde674cc8c58df264a3a5c6a4833363d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28ea872308ac7fd286f001ae55753e03dde674cc8c58df264a3a5c6a4833363d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74f6e12dd81ed0c63a8983845a8a3295213a6e153de12fea13724f6ec8ff40b0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74f6e12dd81ed0c63a8983845a8a3295213a6e153de12fea13724f6ec8ff40b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74f6e12dd81ed0c63a8983845a8a3295213a6e153de12fea13724f6ec8ff40b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6095b8baa4b32f6915ef6ffaebcaab125acfc2bc23006d23b8be04be7442154_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6095b8baa4b32f6915ef6ffaebcaab125acfc2bc23006d23b8be04be7442154_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6095b8baa4b32f6915ef6ffaebcaab125acfc2bc23006d23b8be04be7442154_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d1a64b53aa700a69821c2b3ecea10d946f731831b203e4bc65b7dd7729452195_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d1a64b53aa700a69821c2b3ecea10d946f731831b203e4bc65b7dd7729452195_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d1a64b53aa700a69821c2b3ecea10d946f731831b203e4bc65b7dd7729452195_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:91b2e671c9ad506297fc8d286edd908ff2277289d108a4f32c3b0202bdad7b57_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:91b2e671c9ad506297fc8d286edd908ff2277289d108a4f32c3b0202bdad7b57_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:91b2e671c9ad506297fc8d286edd908ff2277289d108a4f32c3b0202bdad7b57_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cfc8e8522d3a427627afd3a583e729d822789a3f2fd68998a9fc41292df76bf5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cfc8e8522d3a427627afd3a583e729d822789a3f2fd68998a9fc41292df76bf5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cfc8e8522d3a427627afd3a583e729d822789a3f2fd68998a9fc41292df76bf5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d64450c15c629be398fc0afb54009c60c151b179ce11b43906c86cb41f5a8e07_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d64450c15c629be398fc0afb54009c60c151b179ce11b43906c86cb41f5a8e07_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d64450c15c629be398fc0afb54009c60c151b179ce11b43906c86cb41f5a8e07_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f10fa7d1184ad4027ebb2ca7ddf6ea2cf6da59dfadb6c38648d056d4590c9229_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f10fa7d1184ad4027ebb2ca7ddf6ea2cf6da59dfadb6c38648d056d4590c9229_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f10fa7d1184ad4027ebb2ca7ddf6ea2cf6da59dfadb6c38648d056d4590c9229_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:422bda8ecd8223d19a789e4816891f390083a42ff728510da58780f348ec9bae_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:422bda8ecd8223d19a789e4816891f390083a42ff728510da58780f348ec9bae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:422bda8ecd8223d19a789e4816891f390083a42ff728510da58780f348ec9bae_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:82cba79925fc340a97d23710901b1b7614256b4dbabbac0593349329f24f3398_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:82cba79925fc340a97d23710901b1b7614256b4dbabbac0593349329f24f3398_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:82cba79925fc340a97d23710901b1b7614256b4dbabbac0593349329f24f3398_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0ce3b22f42ec19f8c3a7556f86cf1d8e22db77ba5ba76a29e092e8ba7c8c7dde_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0ce3b22f42ec19f8c3a7556f86cf1d8e22db77ba5ba76a29e092e8ba7c8c7dde_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0ce3b22f42ec19f8c3a7556f86cf1d8e22db77ba5ba76a29e092e8ba7c8c7dde_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:82565bcb5b80c75af9ed9f0e983c8398da358cfc6205bd0f3775b04cd69c5a1b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:82565bcb5b80c75af9ed9f0e983c8398da358cfc6205bd0f3775b04cd69c5a1b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:82565bcb5b80c75af9ed9f0e983c8398da358cfc6205bd0f3775b04cd69c5a1b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5031301ee1ed68874731dd460ab27fbc03ff766fb23de5020d2d573ce075052b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5031301ee1ed68874731dd460ab27fbc03ff766fb23de5020d2d573ce075052b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5031301ee1ed68874731dd460ab27fbc03ff766fb23de5020d2d573ce075052b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83875dec4ba5db73fe9c2ce1ce22c955b42d016c15f9d8c731cadc17751d5aa0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83875dec4ba5db73fe9c2ce1ce22c955b42d016c15f9d8c731cadc17751d5aa0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83875dec4ba5db73fe9c2ce1ce22c955b42d016c15f9d8c731cadc17751d5aa0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:13b4dbf6a7b7277b63decf38cf089f68d966cd9d4cdd32022b73fbee1ce06b2f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:13b4dbf6a7b7277b63decf38cf089f68d966cd9d4cdd32022b73fbee1ce06b2f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:13b4dbf6a7b7277b63decf38cf089f68d966cd9d4cdd32022b73fbee1ce06b2f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:67cf8b8c4b55631845879ef8cc579c2e7d96a5cd4af9672c83909e31cd3c29ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:67cf8b8c4b55631845879ef8cc579c2e7d96a5cd4af9672c83909e31cd3c29ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:67cf8b8c4b55631845879ef8cc579c2e7d96a5cd4af9672c83909e31cd3c29ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed626dc3d32cef2787174b38a232bb53dc07cf19136a7ae0beee692049b5d27b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed626dc3d32cef2787174b38a232bb53dc07cf19136a7ae0beee692049b5d27b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed626dc3d32cef2787174b38a232bb53dc07cf19136a7ae0beee692049b5d27b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0362f5ec213dede171befb2aaa43343740099fc8da8d3c0d1c96fccc6af03ead_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0362f5ec213dede171befb2aaa43343740099fc8da8d3c0d1c96fccc6af03ead_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0362f5ec213dede171befb2aaa43343740099fc8da8d3c0d1c96fccc6af03ead_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c690ed0c141b642514226223820c5465bc26a226a25ad52566859315dc17e529_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c690ed0c141b642514226223820c5465bc26a226a25ad52566859315dc17e529_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c690ed0c141b642514226223820c5465bc26a226a25ad52566859315dc17e529_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af375fdef09131e75563f66f852da9795fd5b77ef66b36c05fa7dd1353c3b34e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af375fdef09131e75563f66f852da9795fd5b77ef66b36c05fa7dd1353c3b34e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af375fdef09131e75563f66f852da9795fd5b77ef66b36c05fa7dd1353c3b34e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fbc8e638b6ea4580597d1104ae38ffc81dbf333e38afb12801bbe4a99e849a12_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fbc8e638b6ea4580597d1104ae38ffc81dbf333e38afb12801bbe4a99e849a12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fbc8e638b6ea4580597d1104ae38ffc81dbf333e38afb12801bbe4a99e849a12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:54d79dd5b8b64c363a3b7e7263b7e00e377a0117e475bc2bbc48ec9f00f94b6b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:54d79dd5b8b64c363a3b7e7263b7e00e377a0117e475bc2bbc48ec9f00f94b6b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:54d79dd5b8b64c363a3b7e7263b7e00e377a0117e475bc2bbc48ec9f00f94b6b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6930615bcb510326426acf6954de5b732652064186ac0ed19ef7c683ce9cdea3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6930615bcb510326426acf6954de5b732652064186ac0ed19ef7c683ce9cdea3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6930615bcb510326426acf6954de5b732652064186ac0ed19ef7c683ce9cdea3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8353b502a270943d3bdf742facdb7931589b1da1263e4fd098d64f7b4066e32f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8353b502a270943d3bdf742facdb7931589b1da1263e4fd098d64f7b4066e32f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8353b502a270943d3bdf742facdb7931589b1da1263e4fd098d64f7b4066e32f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e9cc7aa24b1901a0c41fc88621b231927a9d6e23c7f008bc1666cfefbc49df5f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e9cc7aa24b1901a0c41fc88621b231927a9d6e23c7f008bc1666cfefbc49df5f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e9cc7aa24b1901a0c41fc88621b231927a9d6e23c7f008bc1666cfefbc49df5f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2b74b78ec656cb9c991ff872d5c48ee63e08837e019bb65838b58b76325a69f9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2b74b78ec656cb9c991ff872d5c48ee63e08837e019bb65838b58b76325a69f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2b74b78ec656cb9c991ff872d5c48ee63e08837e019bb65838b58b76325a69f9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9acd8db14233af5629af6a3cce85c77fafa9edf89415b24f8a8a0cd196825645_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9acd8db14233af5629af6a3cce85c77fafa9edf89415b24f8a8a0cd196825645_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9acd8db14233af5629af6a3cce85c77fafa9edf89415b24f8a8a0cd196825645_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d3c6e9215628be3626b80edff5d736da1994ce1c3fa96d59109e3905c8f1ae45_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d3c6e9215628be3626b80edff5d736da1994ce1c3fa96d59109e3905c8f1ae45_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d3c6e9215628be3626b80edff5d736da1994ce1c3fa96d59109e3905c8f1ae45_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e96b81626cf79c94fe32b32413ac35e80b7d2e402a11b7cf18eab33b494674e3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e96b81626cf79c94fe32b32413ac35e80b7d2e402a11b7cf18eab33b494674e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e96b81626cf79c94fe32b32413ac35e80b7d2e402a11b7cf18eab33b494674e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25d2502817725066c052e6079e7a3b97b0c9d106f3204bd11e9acc44e23119bd_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25d2502817725066c052e6079e7a3b97b0c9d106f3204bd11e9acc44e23119bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25d2502817725066c052e6079e7a3b97b0c9d106f3204bd11e9acc44e23119bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a00c1175b615d99fd2bf862422a89ae4589728b88339662bf038fe263d675d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a00c1175b615d99fd2bf862422a89ae4589728b88339662bf038fe263d675d2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a00c1175b615d99fd2bf862422a89ae4589728b88339662bf038fe263d675d2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c2029ac1677579e17850e40a0a8cfad726e04da464b85e6198d20a4baa9ebe38_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c2029ac1677579e17850e40a0a8cfad726e04da464b85e6198d20a4baa9ebe38_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c2029ac1677579e17850e40a0a8cfad726e04da464b85e6198d20a4baa9ebe38_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d6b3bebece9fd9fe203615d5b87a840c9e89b64f3c7e7f3238fb43c52dd003d9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d6b3bebece9fd9fe203615d5b87a840c9e89b64f3c7e7f3238fb43c52dd003d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d6b3bebece9fd9fe203615d5b87a840c9e89b64f3c7e7f3238fb43c52dd003d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5ae18397305efad4a2eed774cb40ef4f58af60c0aa4e61441030e663bc34f159_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5ae18397305efad4a2eed774cb40ef4f58af60c0aa4e61441030e663bc34f159_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5ae18397305efad4a2eed774cb40ef4f58af60c0aa4e61441030e663bc34f159_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b72fa3e6f7e0196c272efd6fad1636ef1c8fac41c4aaebe29a2f2f0ac204016_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b72fa3e6f7e0196c272efd6fad1636ef1c8fac41c4aaebe29a2f2f0ac204016_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b72fa3e6f7e0196c272efd6fad1636ef1c8fac41c4aaebe29a2f2f0ac204016_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:380b09da683ab9d92e2a7fed1330c5f53f5442d821b0c2539bc486e508a71936_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:380b09da683ab9d92e2a7fed1330c5f53f5442d821b0c2539bc486e508a71936_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:380b09da683ab9d92e2a7fed1330c5f53f5442d821b0c2539bc486e508a71936_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:eea07bb25349a5ed26392ebf22631a85ecf7dc6a1a30afafd82a52d421a4f91d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:eea07bb25349a5ed26392ebf22631a85ecf7dc6a1a30afafd82a52d421a4f91d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:eea07bb25349a5ed26392ebf22631a85ecf7dc6a1a30afafd82a52d421a4f91d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2229a186943283f30177609b442f15ff44c8ddec2362e5241ad5639ecb0572bb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2229a186943283f30177609b442f15ff44c8ddec2362e5241ad5639ecb0572bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2229a186943283f30177609b442f15ff44c8ddec2362e5241ad5639ecb0572bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3c7a5f31b3f53a411cc408e0b47aaa53ee1a94c70d11694d96a2bb1854ea3456_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3c7a5f31b3f53a411cc408e0b47aaa53ee1a94c70d11694d96a2bb1854ea3456_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3c7a5f31b3f53a411cc408e0b47aaa53ee1a94c70d11694d96a2bb1854ea3456_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36ecb641ccb0e3a8561fb9953399d0362e780bb6139d0fbf2467dd07eda4145e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36ecb641ccb0e3a8561fb9953399d0362e780bb6139d0fbf2467dd07eda4145e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36ecb641ccb0e3a8561fb9953399d0362e780bb6139d0fbf2467dd07eda4145e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d262d5f31a5c25d0ad001f403249198ff5ea015258a3d5fb68407f25996e2cf1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d262d5f31a5c25d0ad001f403249198ff5ea015258a3d5fb68407f25996e2cf1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d262d5f31a5c25d0ad001f403249198ff5ea015258a3d5fb68407f25996e2cf1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1391c08df70a95ec9503a304a4e8b28c72bf9c8ddd21d8f9fadbb85e225587e9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1391c08df70a95ec9503a304a4e8b28c72bf9c8ddd21d8f9fadbb85e225587e9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1391c08df70a95ec9503a304a4e8b28c72bf9c8ddd21d8f9fadbb85e225587e9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aac37ee093de1e6a0e86740c3df8c355fd5cf48bff2e01e58530b145e165221_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aac37ee093de1e6a0e86740c3df8c355fd5cf48bff2e01e58530b145e165221_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aac37ee093de1e6a0e86740c3df8c355fd5cf48bff2e01e58530b145e165221_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:600111a588134bf7ea5f6382d6c2ddaae073e755fb949d25fffa2f97f5ba33cb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:600111a588134bf7ea5f6382d6c2ddaae073e755fb949d25fffa2f97f5ba33cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:600111a588134bf7ea5f6382d6c2ddaae073e755fb949d25fffa2f97f5ba33cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ede4d100369f2bd01f79b4cd86c50965d091fd6f582b48369bcc3e74110473d7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ede4d100369f2bd01f79b4cd86c50965d091fd6f582b48369bcc3e74110473d7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ede4d100369f2bd01f79b4cd86c50965d091fd6f582b48369bcc3e74110473d7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce81fe3c0b36fa3a950406b93c5f1a924fab92f726da76c034c332c92f1c407_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce81fe3c0b36fa3a950406b93c5f1a924fab92f726da76c034c332c92f1c407_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce81fe3c0b36fa3a950406b93c5f1a924fab92f726da76c034c332c92f1c407_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:522b3603a3ab87dbc1f9fa4f9b25acf2e22f7a751eacb823feb18279b0024e64_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:522b3603a3ab87dbc1f9fa4f9b25acf2e22f7a751eacb823feb18279b0024e64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:522b3603a3ab87dbc1f9fa4f9b25acf2e22f7a751eacb823feb18279b0024e64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:94c56243f3a0e50d1d42e0002cb84797b9dc9d23efb6a12ab33b19f1598940ab_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:94c56243f3a0e50d1d42e0002cb84797b9dc9d23efb6a12ab33b19f1598940ab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:94c56243f3a0e50d1d42e0002cb84797b9dc9d23efb6a12ab33b19f1598940ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d60f1c7d0b30daaa9e9e8ab041c63445e7bb7b6132f50cd7f2044e538436c64c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d60f1c7d0b30daaa9e9e8ab041c63445e7bb7b6132f50cd7f2044e538436c64c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d60f1c7d0b30daaa9e9e8ab041c63445e7bb7b6132f50cd7f2044e538436c64c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6e358be14bac6139b40ff8611c6e3394bed8517acd5d4842784dc1bb404f52f7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6e358be14bac6139b40ff8611c6e3394bed8517acd5d4842784dc1bb404f52f7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6e358be14bac6139b40ff8611c6e3394bed8517acd5d4842784dc1bb404f52f7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b32b90e8782b3a2aeda85df6970cba882f656203be6d16106a32edde563a83f9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b32b90e8782b3a2aeda85df6970cba882f656203be6d16106a32edde563a83f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b32b90e8782b3a2aeda85df6970cba882f656203be6d16106a32edde563a83f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dbb674226e46dc1b62076e4b1e62fd51a82d01ad2c66c8477e7c01df44883d35_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dbb674226e46dc1b62076e4b1e62fd51a82d01ad2c66c8477e7c01df44883d35_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dbb674226e46dc1b62076e4b1e62fd51a82d01ad2c66c8477e7c01df44883d35_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dfef9a7b3d43a60b5d6a1ef8045ecebe3131babb425a13682d5b85686433ae3d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dfef9a7b3d43a60b5d6a1ef8045ecebe3131babb425a13682d5b85686433ae3d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dfef9a7b3d43a60b5d6a1ef8045ecebe3131babb425a13682d5b85686433ae3d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5ff979d48e835cf602e6172479b8de0623422c888c6a527302b2e8554803d2a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5ff979d48e835cf602e6172479b8de0623422c888c6a527302b2e8554803d2a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5ff979d48e835cf602e6172479b8de0623422c888c6a527302b2e8554803d2a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:760e4cb453e352e233a68aeb0f1a7f814dcf593aa4b17523123c608838a3d604_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:760e4cb453e352e233a68aeb0f1a7f814dcf593aa4b17523123c608838a3d604_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:760e4cb453e352e233a68aeb0f1a7f814dcf593aa4b17523123c608838a3d604_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b923a9c8b7a77675531e568bcf9617ef6d4e709ab7eb7fe1ddeeb172b527b116_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b923a9c8b7a77675531e568bcf9617ef6d4e709ab7eb7fe1ddeeb172b527b116_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b923a9c8b7a77675531e568bcf9617ef6d4e709ab7eb7fe1ddeeb172b527b116_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e73bfa631996719e021e45e631841247eb24f980fd63290febbb80698b8ea01b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e73bfa631996719e021e45e631841247eb24f980fd63290febbb80698b8ea01b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e73bfa631996719e021e45e631841247eb24f980fd63290febbb80698b8ea01b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:71c003246622f555de9f8e4ca590081ad8b4447007b1f0518538cecbcefe5ace_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:71c003246622f555de9f8e4ca590081ad8b4447007b1f0518538cecbcefe5ace_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:71c003246622f555de9f8e4ca590081ad8b4447007b1f0518538cecbcefe5ace_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8c3b65caf0926ccc50f475163ca87f38ec81113d097d4a9d14da686200fd0150_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8c3b65caf0926ccc50f475163ca87f38ec81113d097d4a9d14da686200fd0150_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8c3b65caf0926ccc50f475163ca87f38ec81113d097d4a9d14da686200fd0150_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c42aa746f6c61e3ebb5a4bde91a735ae328f14e61ea04491155b16fdb9aa69de_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c42aa746f6c61e3ebb5a4bde91a735ae328f14e61ea04491155b16fdb9aa69de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c42aa746f6c61e3ebb5a4bde91a735ae328f14e61ea04491155b16fdb9aa69de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c9141a24d2b0784aec9fa49704855f7b4088332ad525ca5f37e9f7a651431a0a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c9141a24d2b0784aec9fa49704855f7b4088332ad525ca5f37e9f7a651431a0a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c9141a24d2b0784aec9fa49704855f7b4088332ad525ca5f37e9f7a651431a0a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2af58b624976b9f8f829de67cd76a1f407aa556488885f8704d7f85a6467d8e1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2af58b624976b9f8f829de67cd76a1f407aa556488885f8704d7f85a6467d8e1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2af58b624976b9f8f829de67cd76a1f407aa556488885f8704d7f85a6467d8e1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ab1fcba91468a694671f15db52706095f2cf5a8fcd055feaedc6b406bb509e02_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ab1fcba91468a694671f15db52706095f2cf5a8fcd055feaedc6b406bb509e02_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ab1fcba91468a694671f15db52706095f2cf5a8fcd055feaedc6b406bb509e02_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:d654f8552f8ff123794b2bac1423e9d172547c6759d28b02eebd9922611f909e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:d654f8552f8ff123794b2bac1423e9d172547c6759d28b02eebd9922611f909e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:d654f8552f8ff123794b2bac1423e9d172547c6759d28b02eebd9922611f909e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e3e2585f7a5216120972806732d252667c2707dfec2bba17b7d66a846218b119_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e3e2585f7a5216120972806732d252667c2707dfec2bba17b7d66a846218b119_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e3e2585f7a5216120972806732d252667c2707dfec2bba17b7d66a846218b119_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a07c9e91eab3a79552db6835a247558371446dd9c71e52316e1d8a543ab1e18_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a07c9e91eab3a79552db6835a247558371446dd9c71e52316e1d8a543ab1e18_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a07c9e91eab3a79552db6835a247558371446dd9c71e52316e1d8a543ab1e18_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:605c1654cc19e714bf1b8d8b983cf6cef9ef4ffcd4a5a829d1a0b2ec74923cfc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:605c1654cc19e714bf1b8d8b983cf6cef9ef4ffcd4a5a829d1a0b2ec74923cfc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:605c1654cc19e714bf1b8d8b983cf6cef9ef4ffcd4a5a829d1a0b2ec74923cfc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:de6cc7256aba2ad13423eb60a2fe69335c316a1a35bc3ad3d583dca98168b2a3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:de6cc7256aba2ad13423eb60a2fe69335c316a1a35bc3ad3d583dca98168b2a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:de6cc7256aba2ad13423eb60a2fe69335c316a1a35bc3ad3d583dca98168b2a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e9e323ee37e43e7d6b07b1f250437422cdc321f204a4e891b3998b8a5a52188b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e9e323ee37e43e7d6b07b1f250437422cdc321f204a4e891b3998b8a5a52188b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e9e323ee37e43e7d6b07b1f250437422cdc321f204a4e891b3998b8a5a52188b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7795e52031dc780da6b331773f3a5ff89cd64027816afac3edbf0db9aebac896_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7795e52031dc780da6b331773f3a5ff89cd64027816afac3edbf0db9aebac896_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7795e52031dc780da6b331773f3a5ff89cd64027816afac3edbf0db9aebac896_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fa3c364d89aaf09867adb992c7b643a9c9e6fab34bb037456404a285e9221da2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fa3c364d89aaf09867adb992c7b643a9c9e6fab34bb037456404a285e9221da2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fa3c364d89aaf09867adb992c7b643a9c9e6fab34bb037456404a285e9221da2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b9ac95190e40bd81fca9fa2848a675b524edef0f3d73f469c644641e52cd1f58_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b9ac95190e40bd81fca9fa2848a675b524edef0f3d73f469c644641e52cd1f58_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b9ac95190e40bd81fca9fa2848a675b524edef0f3d73f469c644641e52cd1f58_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:df14ef8a3939f2e02a8052ac17ce00b844f0391563305a26a5734e7c215d40bb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:df14ef8a3939f2e02a8052ac17ce00b844f0391563305a26a5734e7c215d40bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:df14ef8a3939f2e02a8052ac17ce00b844f0391563305a26a5734e7c215d40bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7c6370e5e97471e0749a7d0bb9555e8eaff2417c2601ab8d2996d4680d714175_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7c6370e5e97471e0749a7d0bb9555e8eaff2417c2601ab8d2996d4680d714175_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7c6370e5e97471e0749a7d0bb9555e8eaff2417c2601ab8d2996d4680d714175_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9ecb3b970521964eeed97e09395b6a1f23d4fb6fdbbded445579b2d3bd4061fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9ecb3b970521964eeed97e09395b6a1f23d4fb6fdbbded445579b2d3bd4061fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9ecb3b970521964eeed97e09395b6a1f23d4fb6fdbbded445579b2d3bd4061fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d3ebdae06c35615bd2d80a401a3cce9d162f99b37336baf5019cb280de5157a6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d3ebdae06c35615bd2d80a401a3cce9d162f99b37336baf5019cb280de5157a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d3ebdae06c35615bd2d80a401a3cce9d162f99b37336baf5019cb280de5157a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0977ad9a02d00c98e0197f06e5fd34cba79e6195ff6608bc593149212f2cfb3e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0977ad9a02d00c98e0197f06e5fd34cba79e6195ff6608bc593149212f2cfb3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0977ad9a02d00c98e0197f06e5fd34cba79e6195ff6608bc593149212f2cfb3e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0e03292077a1e98cd0af13c4954f28b33c14f40dcbc786e76ee2166f87f5e5b8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0e03292077a1e98cd0af13c4954f28b33c14f40dcbc786e76ee2166f87f5e5b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0e03292077a1e98cd0af13c4954f28b33c14f40dcbc786e76ee2166f87f5e5b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:da002c44b64d7fd7080bb830048e14b748df1086b0eeb9307c89126073dc5331_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:da002c44b64d7fd7080bb830048e14b748df1086b0eeb9307c89126073dc5331_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:da002c44b64d7fd7080bb830048e14b748df1086b0eeb9307c89126073dc5331_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e758035655da16fe2cae372bfdc6a4d4c911aa8b55eac8c3da83f5769d385c2c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e758035655da16fe2cae372bfdc6a4d4c911aa8b55eac8c3da83f5769d385c2c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e758035655da16fe2cae372bfdc6a4d4c911aa8b55eac8c3da83f5769d385c2c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d52f333d0e066802787d1d9f56a6c3b7bc5946864c1b4a2c249a660ba12c74c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d52f333d0e066802787d1d9f56a6c3b7bc5946864c1b4a2c249a660ba12c74c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d52f333d0e066802787d1d9f56a6c3b7bc5946864c1b4a2c249a660ba12c74c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0325eddd2ec6e5cbaf79575c44dc3541da4e61e33dceead6e93d599580ffb03_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0325eddd2ec6e5cbaf79575c44dc3541da4e61e33dceead6e93d599580ffb03_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0325eddd2ec6e5cbaf79575c44dc3541da4e61e33dceead6e93d599580ffb03_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c25424f3e6fd22ac84f6fa3689b6e8055fe3d7fe64046f7772994a277141091a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c25424f3e6fd22ac84f6fa3689b6e8055fe3d7fe64046f7772994a277141091a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c25424f3e6fd22ac84f6fa3689b6e8055fe3d7fe64046f7772994a277141091a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f75102f7c45b6d0b6ef939c94d61901385bcf5185fb085746ecb207fa79b4af5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f75102f7c45b6d0b6ef939c94d61901385bcf5185fb085746ecb207fa79b4af5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f75102f7c45b6d0b6ef939c94d61901385bcf5185fb085746ecb207fa79b4af5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a9eab5f451930acf14cad5c99973f88e4f4850b426e24086ac6f1e6ba03ee57_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a9eab5f451930acf14cad5c99973f88e4f4850b426e24086ac6f1e6ba03ee57_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a9eab5f451930acf14cad5c99973f88e4f4850b426e24086ac6f1e6ba03ee57_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6286c0a731f028d5b4b14aedf5e1f116eec94026c177d1a5215b96474074d404_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6286c0a731f028d5b4b14aedf5e1f116eec94026c177d1a5215b96474074d404_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6286c0a731f028d5b4b14aedf5e1f116eec94026c177d1a5215b96474074d404_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c96ac4a3ec4cd666a361fbe3f76fb92a601d38c566bc1303859dd20426d03825_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c96ac4a3ec4cd666a361fbe3f76fb92a601d38c566bc1303859dd20426d03825_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c96ac4a3ec4cd666a361fbe3f76fb92a601d38c566bc1303859dd20426d03825_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e2600706438da5d16471f1cd19aba4712c261bc29b5fec9dd7ba9be778add0bb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e2600706438da5d16471f1cd19aba4712c261bc29b5fec9dd7ba9be778add0bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e2600706438da5d16471f1cd19aba4712c261bc29b5fec9dd7ba9be778add0bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5d0eca7c6e735b2cb0367543088ea9f4c12465e5adfdc6e741197de25c7f4317_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5d0eca7c6e735b2cb0367543088ea9f4c12465e5adfdc6e741197de25c7f4317_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5d0eca7c6e735b2cb0367543088ea9f4c12465e5adfdc6e741197de25c7f4317_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70490327ca3ed82f44d333846019b65a72d6fa276ec3973721e2e0fc2e4a3471_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70490327ca3ed82f44d333846019b65a72d6fa276ec3973721e2e0fc2e4a3471_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70490327ca3ed82f44d333846019b65a72d6fa276ec3973721e2e0fc2e4a3471_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a2b5fbebc3a5d756d09346cab7c2390a34f4a3595fa2acc93650233673e6d8b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a2b5fbebc3a5d756d09346cab7c2390a34f4a3595fa2acc93650233673e6d8b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a2b5fbebc3a5d756d09346cab7c2390a34f4a3595fa2acc93650233673e6d8b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dad1809a993d86467d1b8a4a4bbb010e9dd50848d3d6ed1d563b74e8bac306b9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dad1809a993d86467d1b8a4a4bbb010e9dd50848d3d6ed1d563b74e8bac306b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dad1809a993d86467d1b8a4a4bbb010e9dd50848d3d6ed1d563b74e8bac306b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4664850633066fee2671b763432ab21259df33d1ab9a883674d1ac1ea243a783_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4664850633066fee2671b763432ab21259df33d1ab9a883674d1ac1ea243a783_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4664850633066fee2671b763432ab21259df33d1ab9a883674d1ac1ea243a783_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b3754efefd2074fb65f42ecb37681ccb380e8b46e7c900884b9993cfb36c873a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b3754efefd2074fb65f42ecb37681ccb380e8b46e7c900884b9993cfb36c873a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b3754efefd2074fb65f42ecb37681ccb380e8b46e7c900884b9993cfb36c873a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d4dff0998e4a9c45c4f32d82913d1b312059d3ce7b8388a804e7b6eeeda1986f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d4dff0998e4a9c45c4f32d82913d1b312059d3ce7b8388a804e7b6eeeda1986f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d4dff0998e4a9c45c4f32d82913d1b312059d3ce7b8388a804e7b6eeeda1986f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de0d4563044c6a4bfc4377fca5c855099c80e3041dded830c6d95cd37f0bada0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de0d4563044c6a4bfc4377fca5c855099c80e3041dded830c6d95cd37f0bada0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de0d4563044c6a4bfc4377fca5c855099c80e3041dded830c6d95cd37f0bada0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:54a6ef85c2d79ef9b2e7114200d8f7d58033a115105be47d6395c3e418a59a0d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:54a6ef85c2d79ef9b2e7114200d8f7d58033a115105be47d6395c3e418a59a0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:54a6ef85c2d79ef9b2e7114200d8f7d58033a115105be47d6395c3e418a59a0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7ac539d8a4f82d5f7ec8d993f69b25657a7aca5ad2b866c55379e95bc4bbd58b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7ac539d8a4f82d5f7ec8d993f69b25657a7aca5ad2b866c55379e95bc4bbd58b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7ac539d8a4f82d5f7ec8d993f69b25657a7aca5ad2b866c55379e95bc4bbd58b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e3ba22bf4740e61d59bd3abf74534d64cee3f2130dc86167b466b4f83e06ea89_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e3ba22bf4740e61d59bd3abf74534d64cee3f2130dc86167b466b4f83e06ea89_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e3ba22bf4740e61d59bd3abf74534d64cee3f2130dc86167b466b4f83e06ea89_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f06e0348cf323b7bb502f53d3451aec038b741243c6b0ccaded2158be1170872_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f06e0348cf323b7bb502f53d3451aec038b741243c6b0ccaded2158be1170872_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f06e0348cf323b7bb502f53d3451aec038b741243c6b0ccaded2158be1170872_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31fa4df80aba35ec3c17dfe9ec6939d556219701e0545ae6decc89cd6ba79087_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31fa4df80aba35ec3c17dfe9ec6939d556219701e0545ae6decc89cd6ba79087_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31fa4df80aba35ec3c17dfe9ec6939d556219701e0545ae6decc89cd6ba79087_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dc747224fba8c54840448fc3bed0dfa7da305edb68f8ff31f32ddd65cbd9e12d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dc747224fba8c54840448fc3bed0dfa7da305edb68f8ff31f32ddd65cbd9e12d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dc747224fba8c54840448fc3bed0dfa7da305edb68f8ff31f32ddd65cbd9e12d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ef2dec293756ee1848196847cd567610ff13d84af98aa357438e411f8f04d0f4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ef2dec293756ee1848196847cd567610ff13d84af98aa357438e411f8f04d0f4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ef2dec293756ee1848196847cd567610ff13d84af98aa357438e411f8f04d0f4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f399014446508b1e62f940960422ec4c3a1945ee44c5de033bad71c69e7e2a80_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f399014446508b1e62f940960422ec4c3a1945ee44c5de033bad71c69e7e2a80_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f399014446508b1e62f940960422ec4c3a1945ee44c5de033bad71c69e7e2a80_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0454606b21577eb4127f7eff4c7334041f69852688c9db7660e634c2d450c754_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0454606b21577eb4127f7eff4c7334041f69852688c9db7660e634c2d450c754_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0454606b21577eb4127f7eff4c7334041f69852688c9db7660e634c2d450c754_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:552681163c7b016ba7cca547d3b32d50e27f9fcbeef793ca52e9e64137d57fad_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:552681163c7b016ba7cca547d3b32d50e27f9fcbeef793ca52e9e64137d57fad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:552681163c7b016ba7cca547d3b32d50e27f9fcbeef793ca52e9e64137d57fad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8217f4993b4f563cad1ae65f14973e5c48b7cd3b2e1f15f1edb86af23590669d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8217f4993b4f563cad1ae65f14973e5c48b7cd3b2e1f15f1edb86af23590669d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8217f4993b4f563cad1ae65f14973e5c48b7cd3b2e1f15f1edb86af23590669d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:88c776d559c461d187cc0ab24c53849629ed75b93670cfc90657f429563c7747_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:88c776d559c461d187cc0ab24c53849629ed75b93670cfc90657f429563c7747_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:88c776d559c461d187cc0ab24c53849629ed75b93670cfc90657f429563c7747_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a32d5f819ce5430d5ae60a1e5544c8ce3673bcbcc55674a416c80868784b255b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a32d5f819ce5430d5ae60a1e5544c8ce3673bcbcc55674a416c80868784b255b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a32d5f819ce5430d5ae60a1e5544c8ce3673bcbcc55674a416c80868784b255b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cfcae1f52c6bada121cbbd1c32c9700234e450aa6ca1c5e36cc756f983deed88_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cfcae1f52c6bada121cbbd1c32c9700234e450aa6ca1c5e36cc756f983deed88_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cfcae1f52c6bada121cbbd1c32c9700234e450aa6ca1c5e36cc756f983deed88_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d41100db39e0c48ae96ba18846464e29f0a1d708c0286161a854a8babcee4969_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d41100db39e0c48ae96ba18846464e29f0a1d708c0286161a854a8babcee4969_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d41100db39e0c48ae96ba18846464e29f0a1d708c0286161a854a8babcee4969_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f3a2a6ff9ea3270109be761e247e7f5c766c86fcb194429b01339cf8a10482df_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f3a2a6ff9ea3270109be761e247e7f5c766c86fcb194429b01339cf8a10482df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f3a2a6ff9ea3270109be761e247e7f5c766c86fcb194429b01339cf8a10482df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1367691472cb18ec477e9b603d90c0f296539f9f56d1355b33e88e3870f48b38_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1367691472cb18ec477e9b603d90c0f296539f9f56d1355b33e88e3870f48b38_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1367691472cb18ec477e9b603d90c0f296539f9f56d1355b33e88e3870f48b38_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:52481b7110d707bce4c8cac15a13c69ec49571a3c6e380baa0eefcd84e4756e5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:52481b7110d707bce4c8cac15a13c69ec49571a3c6e380baa0eefcd84e4756e5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:52481b7110d707bce4c8cac15a13c69ec49571a3c6e380baa0eefcd84e4756e5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b75cbf9b9681450890755eacbccd47a50cf05084774f186f5ec9511fb768aef2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b75cbf9b9681450890755eacbccd47a50cf05084774f186f5ec9511fb768aef2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b75cbf9b9681450890755eacbccd47a50cf05084774f186f5ec9511fb768aef2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:be21ab62f23d567d9eb38613321fd1b39b1570c2679f2bf6dcfb6731a02ec7f6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:be21ab62f23d567d9eb38613321fd1b39b1570c2679f2bf6dcfb6731a02ec7f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:be21ab62f23d567d9eb38613321fd1b39b1570c2679f2bf6dcfb6731a02ec7f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08bff4152f4dab00bb26cbb7fbe01c2c86cbf4fbcc9a3f9e6e7227fa77009175_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08bff4152f4dab00bb26cbb7fbe01c2c86cbf4fbcc9a3f9e6e7227fa77009175_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08bff4152f4dab00bb26cbb7fbe01c2c86cbf4fbcc9a3f9e6e7227fa77009175_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5a3766c49a6f04ce3b5fb57b8d4937a1af276b02e2bfa7859ca14b440cc97980_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5a3766c49a6f04ce3b5fb57b8d4937a1af276b02e2bfa7859ca14b440cc97980_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5a3766c49a6f04ce3b5fb57b8d4937a1af276b02e2bfa7859ca14b440cc97980_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ed8b4195d1c0b5001fb2adf8b25c255e77e0280881f6854f971b0b9d88a2542_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ed8b4195d1c0b5001fb2adf8b25c255e77e0280881f6854f971b0b9d88a2542_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ed8b4195d1c0b5001fb2adf8b25c255e77e0280881f6854f971b0b9d88a2542_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c6ac5b6eb2c87291f21240c30bc76cc30e924cff6ff6c091df38e25051f7c014_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c6ac5b6eb2c87291f21240c30bc76cc30e924cff6ff6c091df38e25051f7c014_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c6ac5b6eb2c87291f21240c30bc76cc30e924cff6ff6c091df38e25051f7c014_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1d5005be192459382a394b0b062907226fcc3766109873b5e86b8213f0e4c992_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1d5005be192459382a394b0b062907226fcc3766109873b5e86b8213f0e4c992_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1d5005be192459382a394b0b062907226fcc3766109873b5e86b8213f0e4c992_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c4eca9e6e1d1736956c4c27fa1f873e436c69cbb0a734fb154cc0ea64a71b87_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c4eca9e6e1d1736956c4c27fa1f873e436c69cbb0a734fb154cc0ea64a71b87_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c4eca9e6e1d1736956c4c27fa1f873e436c69cbb0a734fb154cc0ea64a71b87_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5cae0781bf6ba704a014022dd0453a29b3ea190862a3c2fe98268e3ea12d18f1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5cae0781bf6ba704a014022dd0453a29b3ea190862a3c2fe98268e3ea12d18f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5cae0781bf6ba704a014022dd0453a29b3ea190862a3c2fe98268e3ea12d18f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:81dfef68491c3f05631779dc90d2dc3f02d6d6da0d645e65fa8df19c3cd86116_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:81dfef68491c3f05631779dc90d2dc3f02d6d6da0d645e65fa8df19c3cd86116_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:81dfef68491c3f05631779dc90d2dc3f02d6d6da0d645e65fa8df19c3cd86116_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:01ea7558b01db5a4e188bb15ba8d11842e0070f627bab87b67adafadbebcff6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:01ea7558b01db5a4e188bb15ba8d11842e0070f627bab87b67adafadbebcff6a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:01ea7558b01db5a4e188bb15ba8d11842e0070f627bab87b67adafadbebcff6a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29f22cabe40b913fcb175f7c4bdc4553cbb91ee14786acaa0ddfb6f87aa3aa7e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29f22cabe40b913fcb175f7c4bdc4553cbb91ee14786acaa0ddfb6f87aa3aa7e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29f22cabe40b913fcb175f7c4bdc4553cbb91ee14786acaa0ddfb6f87aa3aa7e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:47c4f9a6f583d6e324379fbc075dbf8888509c2d9588644e6c452837d805d071_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:47c4f9a6f583d6e324379fbc075dbf8888509c2d9588644e6c452837d805d071_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:47c4f9a6f583d6e324379fbc075dbf8888509c2d9588644e6c452837d805d071_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c636e1b9dc7345f148113f901972d3bd3cbb6149ca01ff5333667fa1914a7067_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c636e1b9dc7345f148113f901972d3bd3cbb6149ca01ff5333667fa1914a7067_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c636e1b9dc7345f148113f901972d3bd3cbb6149ca01ff5333667fa1914a7067_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4e752b9c1c07b3c544e0f8d051fab8a7aaedbab95505865d491afa69fdf4a469_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4e752b9c1c07b3c544e0f8d051fab8a7aaedbab95505865d491afa69fdf4a469_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4e752b9c1c07b3c544e0f8d051fab8a7aaedbab95505865d491afa69fdf4a469_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ae94eee7b7817c819532109a8898e5a34ce4b52bec80d1a7527c61fad88cbec9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ae94eee7b7817c819532109a8898e5a34ce4b52bec80d1a7527c61fad88cbec9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ae94eee7b7817c819532109a8898e5a34ce4b52bec80d1a7527c61fad88cbec9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b7f29c0dfb5fe352fd467281f0d59557b25059c7dda5ea26b21f226a3b5d47c4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b7f29c0dfb5fe352fd467281f0d59557b25059c7dda5ea26b21f226a3b5d47c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b7f29c0dfb5fe352fd467281f0d59557b25059c7dda5ea26b21f226a3b5d47c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d67978582b629789eee711434bfa275408bb393fc47a65536879f2dc5c9bb6a3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d67978582b629789eee711434bfa275408bb393fc47a65536879f2dc5c9bb6a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d67978582b629789eee711434bfa275408bb393fc47a65536879f2dc5c9bb6a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0cd4d7a036011a14099f95ed4300a8283bb57619d3418df088aa3a50578edca3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0cd4d7a036011a14099f95ed4300a8283bb57619d3418df088aa3a50578edca3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0cd4d7a036011a14099f95ed4300a8283bb57619d3418df088aa3a50578edca3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:49cb012134afafdebf61c90b88577c506acfd9587f3d029c56c81bea822ad092_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:49cb012134afafdebf61c90b88577c506acfd9587f3d029c56c81bea822ad092_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:49cb012134afafdebf61c90b88577c506acfd9587f3d029c56c81bea822ad092_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e17dc26d79a7e31ceeafd02d2c54b0851d644c0e13a1a588c4974a20b1528f6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e17dc26d79a7e31ceeafd02d2c54b0851d644c0e13a1a588c4974a20b1528f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e17dc26d79a7e31ceeafd02d2c54b0851d644c0e13a1a588c4974a20b1528f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:84b8d2487f35496afe73125df7e2e0e244dcebc21b797e5915c3ca460b0164d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:84b8d2487f35496afe73125df7e2e0e244dcebc21b797e5915c3ca460b0164d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:84b8d2487f35496afe73125df7e2e0e244dcebc21b797e5915c3ca460b0164d4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6279c7d5365730a9d8dcb7dd229ef373d17d075246d39688d40bd25a3ac5d043_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6279c7d5365730a9d8dcb7dd229ef373d17d075246d39688d40bd25a3ac5d043_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6279c7d5365730a9d8dcb7dd229ef373d17d075246d39688d40bd25a3ac5d043_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:429aedc3a35c3243db7f678e63402922be8103239cf00ccebc43f57d86b103ca_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:429aedc3a35c3243db7f678e63402922be8103239cf00ccebc43f57d86b103ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:429aedc3a35c3243db7f678e63402922be8103239cf00ccebc43f57d86b103ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1be63c1269f8a258033c21319dc52a0b7cfc8ea7102701ccfaec733e7b910f28_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1be63c1269f8a258033c21319dc52a0b7cfc8ea7102701ccfaec733e7b910f28_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1be63c1269f8a258033c21319dc52a0b7cfc8ea7102701ccfaec733e7b910f28_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9916ba13a061d49f7d2bb9798af54761714136d700bcde1b93254d7bf5fea43f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9916ba13a061d49f7d2bb9798af54761714136d700bcde1b93254d7bf5fea43f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9916ba13a061d49f7d2bb9798af54761714136d700bcde1b93254d7bf5fea43f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aaff58857cda41533c4dd1bbdf97a7f26958af4b0265c78ae5fe12cc406a5432_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aaff58857cda41533c4dd1bbdf97a7f26958af4b0265c78ae5fe12cc406a5432_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aaff58857cda41533c4dd1bbdf97a7f26958af4b0265c78ae5fe12cc406a5432_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f383dd4155ed57263e2f15f1d985d90a8de9c39eb1b337b81522e42716dda6c3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f383dd4155ed57263e2f15f1d985d90a8de9c39eb1b337b81522e42716dda6c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f383dd4155ed57263e2f15f1d985d90a8de9c39eb1b337b81522e42716dda6c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b214d1a9e3e8fd6557a4d04fa3216644ae7fbe975214ad1b95cbc7067d25161_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b214d1a9e3e8fd6557a4d04fa3216644ae7fbe975214ad1b95cbc7067d25161_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b214d1a9e3e8fd6557a4d04fa3216644ae7fbe975214ad1b95cbc7067d25161_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:16784c2abae0b4b7e8c2b6cace88ec36a8275d7a19a9b12f53760d75ce2e5c57_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:16784c2abae0b4b7e8c2b6cace88ec36a8275d7a19a9b12f53760d75ce2e5c57_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:16784c2abae0b4b7e8c2b6cace88ec36a8275d7a19a9b12f53760d75ce2e5c57_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3a74c2cf3e046ec57ebed042c8ad221fb248857d437f87dd85b9c1a01baf1b4b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3a74c2cf3e046ec57ebed042c8ad221fb248857d437f87dd85b9c1a01baf1b4b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3a74c2cf3e046ec57ebed042c8ad221fb248857d437f87dd85b9c1a01baf1b4b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7d0b0708dcd3141c39af363fa99f62c1f223b22e2c6ea41ed83bba8dc0eadbac_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7d0b0708dcd3141c39af363fa99f62c1f223b22e2c6ea41ed83bba8dc0eadbac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7d0b0708dcd3141c39af363fa99f62c1f223b22e2c6ea41ed83bba8dc0eadbac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4cde7311de818660254df01cef2a125db9e7375857cd3b62bc23062d54c67c32_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4cde7311de818660254df01cef2a125db9e7375857cd3b62bc23062d54c67c32_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4cde7311de818660254df01cef2a125db9e7375857cd3b62bc23062d54c67c32_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5934d8ace644ed5b06aa1517da1b289561f009bee268b33037b78ff73de3780c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5934d8ace644ed5b06aa1517da1b289561f009bee268b33037b78ff73de3780c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5934d8ace644ed5b06aa1517da1b289561f009bee268b33037b78ff73de3780c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9b6dda89ae954d891d2eaee580ce6f51201f5a46be9b39a9451878d37e257252_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9b6dda89ae954d891d2eaee580ce6f51201f5a46be9b39a9451878d37e257252_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9b6dda89ae954d891d2eaee580ce6f51201f5a46be9b39a9451878d37e257252_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:eca61a182d0aba2f33b8f00fe022dfc4a00ecb2c4e5871c8e3f4047ebab2dc04_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:eca61a182d0aba2f33b8f00fe022dfc4a00ecb2c4e5871c8e3f4047ebab2dc04_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:eca61a182d0aba2f33b8f00fe022dfc4a00ecb2c4e5871c8e3f4047ebab2dc04_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8037e87c1920aa7d2b102bed37458ebcf6eb09737462fbcb2ce9a41084b3f018_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8037e87c1920aa7d2b102bed37458ebcf6eb09737462fbcb2ce9a41084b3f018_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8037e87c1920aa7d2b102bed37458ebcf6eb09737462fbcb2ce9a41084b3f018_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:82bc2b7b816feb327ad7ec25242423d7e29602397269e282e8f2061fdfc4d64e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:82bc2b7b816feb327ad7ec25242423d7e29602397269e282e8f2061fdfc4d64e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:82bc2b7b816feb327ad7ec25242423d7e29602397269e282e8f2061fdfc4d64e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9ac8720658edc3a705c28da0a04e3151fe9176392cb21a8b62958c6b381026a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9ac8720658edc3a705c28da0a04e3151fe9176392cb21a8b62958c6b381026a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9ac8720658edc3a705c28da0a04e3151fe9176392cb21a8b62958c6b381026a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c5a9f18b32b185e292bdf42794556e6eafe2e52fae9c704a6937450d02126ad9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c5a9f18b32b185e292bdf42794556e6eafe2e52fae9c704a6937450d02126ad9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c5a9f18b32b185e292bdf42794556e6eafe2e52fae9c704a6937450d02126ad9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2b264d8951213e3018462a72292a6b30d583c8f06daf5ee241f94e16d506703c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2b264d8951213e3018462a72292a6b30d583c8f06daf5ee241f94e16d506703c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2b264d8951213e3018462a72292a6b30d583c8f06daf5ee241f94e16d506703c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:51114051305318867420adefd426b50dc61da07b3b8a57a7742b6c5617160203_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:51114051305318867420adefd426b50dc61da07b3b8a57a7742b6c5617160203_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:51114051305318867420adefd426b50dc61da07b3b8a57a7742b6c5617160203_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8eb99577e0664af39d52436f332d1e39e6b2c01109fc3dadffe1a08e3024b317_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8eb99577e0664af39d52436f332d1e39e6b2c01109fc3dadffe1a08e3024b317_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8eb99577e0664af39d52436f332d1e39e6b2c01109fc3dadffe1a08e3024b317_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af57ecdc60cf066913e6ebf0dfef400f0a254b5f6dfd0aa31d83999265b468f8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af57ecdc60cf066913e6ebf0dfef400f0a254b5f6dfd0aa31d83999265b468f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af57ecdc60cf066913e6ebf0dfef400f0a254b5f6dfd0aa31d83999265b468f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7b119e3bafeb462483245c1ff17369a414ba505a8b79f0bd9d705570ed76560f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7b119e3bafeb462483245c1ff17369a414ba505a8b79f0bd9d705570ed76560f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7b119e3bafeb462483245c1ff17369a414ba505a8b79f0bd9d705570ed76560f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b033381da0d7c334e3aaf46eab74fd4e0966c86f5ed2a15619e2e272fe583ded_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b033381da0d7c334e3aaf46eab74fd4e0966c86f5ed2a15619e2e272fe583ded_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b033381da0d7c334e3aaf46eab74fd4e0966c86f5ed2a15619e2e272fe583ded_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bc4a300d46d76cb77e41b9b8bb114bfa4a74cc2adeae20a817f82bc51c7473f7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bc4a300d46d76cb77e41b9b8bb114bfa4a74cc2adeae20a817f82bc51c7473f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bc4a300d46d76cb77e41b9b8bb114bfa4a74cc2adeae20a817f82bc51c7473f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:defee96610b0012da78daaf30570fad7c7523b2b27f7dcc92c43958888716720_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:defee96610b0012da78daaf30570fad7c7523b2b27f7dcc92c43958888716720_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:defee96610b0012da78daaf30570fad7c7523b2b27f7dcc92c43958888716720_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5911fcd0e272af7c840a47d04413b24139fd9c619434546b13298e5431e3ffc3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5911fcd0e272af7c840a47d04413b24139fd9c619434546b13298e5431e3ffc3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5911fcd0e272af7c840a47d04413b24139fd9c619434546b13298e5431e3ffc3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:62fa04c23de9717d83f539a2173c4cc782b26a92d77bfb1ca56fd70f0a598621_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:62fa04c23de9717d83f539a2173c4cc782b26a92d77bfb1ca56fd70f0a598621_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:62fa04c23de9717d83f539a2173c4cc782b26a92d77bfb1ca56fd70f0a598621_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a58862a5df96016de66cc08fcb3cc26656178b6df316a209d04a6a8cc8dd3271_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a58862a5df96016de66cc08fcb3cc26656178b6df316a209d04a6a8cc8dd3271_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a58862a5df96016de66cc08fcb3cc26656178b6df316a209d04a6a8cc8dd3271_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c7bb30e8a7114547a17b825de02a377c767bbc8abcfb3a107b5771f566911d9a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c7bb30e8a7114547a17b825de02a377c767bbc8abcfb3a107b5771f566911d9a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c7bb30e8a7114547a17b825de02a377c767bbc8abcfb3a107b5771f566911d9a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2b91597e92724f8e19b366ef98adf4a737dd38a1af3558d6c096a6a2f62f358c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2b91597e92724f8e19b366ef98adf4a737dd38a1af3558d6c096a6a2f62f358c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2b91597e92724f8e19b366ef98adf4a737dd38a1af3558d6c096a6a2f62f358c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4ef377dd4de22ef38524f823efb55ed5680324b20bbb6e8dc01635548c89c563_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4ef377dd4de22ef38524f823efb55ed5680324b20bbb6e8dc01635548c89c563_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4ef377dd4de22ef38524f823efb55ed5680324b20bbb6e8dc01635548c89c563_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:517435307941a212c321cc125a7a065bc01c3dcca1d48d1f406eda581654eb35_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:517435307941a212c321cc125a7a065bc01c3dcca1d48d1f406eda581654eb35_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:517435307941a212c321cc125a7a065bc01c3dcca1d48d1f406eda581654eb35_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:587bf89d7be7d54e962ba19e650799bb01a733899023eafdd312bda2d24aa25e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:587bf89d7be7d54e962ba19e650799bb01a733899023eafdd312bda2d24aa25e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:587bf89d7be7d54e962ba19e650799bb01a733899023eafdd312bda2d24aa25e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:07dd1f6e2866eb81c2d5401d96cc41aa53a07332fff1f9c5957c0acb7d795d89_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:07dd1f6e2866eb81c2d5401d96cc41aa53a07332fff1f9c5957c0acb7d795d89_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:07dd1f6e2866eb81c2d5401d96cc41aa53a07332fff1f9c5957c0acb7d795d89_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b257ce3ac403e4b7e53cf4a0708f12823f79c4a11e20ac24a988298a46a6ef6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b257ce3ac403e4b7e53cf4a0708f12823f79c4a11e20ac24a988298a46a6ef6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b257ce3ac403e4b7e53cf4a0708f12823f79c4a11e20ac24a988298a46a6ef6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:442cdd9fe2eb6473a3eb42a07175ef51d189e1a4189bc3c2078dbeba46d04428_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:442cdd9fe2eb6473a3eb42a07175ef51d189e1a4189bc3c2078dbeba46d04428_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:442cdd9fe2eb6473a3eb42a07175ef51d189e1a4189bc3c2078dbeba46d04428_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:59d149004ac912bac883e47a58040775730b9fe35a395b66f85f11ffadff5d2e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:59d149004ac912bac883e47a58040775730b9fe35a395b66f85f11ffadff5d2e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:59d149004ac912bac883e47a58040775730b9fe35a395b66f85f11ffadff5d2e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:37e902dbc5732ce27e4499eb254cdbf134521950f8e28ba4c8bcc9cd1c22e66b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:37e902dbc5732ce27e4499eb254cdbf134521950f8e28ba4c8bcc9cd1c22e66b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:37e902dbc5732ce27e4499eb254cdbf134521950f8e28ba4c8bcc9cd1c22e66b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5de8525a5069ae5338d04c7ff67ab6ca455ff85be3653294ba0c833459af9bc7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5de8525a5069ae5338d04c7ff67ab6ca455ff85be3653294ba0c833459af9bc7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5de8525a5069ae5338d04c7ff67ab6ca455ff85be3653294ba0c833459af9bc7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a3a995d8193b4e2292d94d3d3868860e5d189f6ad7e3b53470258b837a9e012_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a3a995d8193b4e2292d94d3d3868860e5d189f6ad7e3b53470258b837a9e012_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a3a995d8193b4e2292d94d3d3868860e5d189f6ad7e3b53470258b837a9e012_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b7284872aed97dd35b7b233c8033e01b6b864c4073cc80b49c4b40d6c576bb8f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b7284872aed97dd35b7b233c8033e01b6b864c4073cc80b49c4b40d6c576bb8f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b7284872aed97dd35b7b233c8033e01b6b864c4073cc80b49c4b40d6c576bb8f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:40b315018e5a869a4cbd0ac9723cc224602e1996e47b8107f60beebe52d9c6a1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:40b315018e5a869a4cbd0ac9723cc224602e1996e47b8107f60beebe52d9c6a1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:40b315018e5a869a4cbd0ac9723cc224602e1996e47b8107f60beebe52d9c6a1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7c35b7135bea1c52e42d9963da502b94a99491c6231badf8679f36c6ec31aa7c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7c35b7135bea1c52e42d9963da502b94a99491c6231badf8679f36c6ec31aa7c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7c35b7135bea1c52e42d9963da502b94a99491c6231badf8679f36c6ec31aa7c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c3967d2858405abe1a54cfcf8f2445e45dc7aef7696c21cf96245c0bb4aa8834_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c3967d2858405abe1a54cfcf8f2445e45dc7aef7696c21cf96245c0bb4aa8834_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c3967d2858405abe1a54cfcf8f2445e45dc7aef7696c21cf96245c0bb4aa8834_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b1e956fc4592be241ff00c9a5e159b6c54c886062e20ea2d2710637addd118_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b1e956fc4592be241ff00c9a5e159b6c54c886062e20ea2d2710637addd118_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b1e956fc4592be241ff00c9a5e159b6c54c886062e20ea2d2710637addd118_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1afb07b8d4e82c4c6ae0c2aa2cbde892102c0862a41a5a1940bfa07a2aadb95f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1afb07b8d4e82c4c6ae0c2aa2cbde892102c0862a41a5a1940bfa07a2aadb95f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1afb07b8d4e82c4c6ae0c2aa2cbde892102c0862a41a5a1940bfa07a2aadb95f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3af69cedb03c410faf9169e26013dea148e9d8b7e5e9e9047c89a06b1913ccb3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3af69cedb03c410faf9169e26013dea148e9d8b7e5e9e9047c89a06b1913ccb3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3af69cedb03c410faf9169e26013dea148e9d8b7e5e9e9047c89a06b1913ccb3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6cd16b21890ed9fb0831ec559bae9767b4cb55f73e96a1c0c493c4de2642b1fd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6cd16b21890ed9fb0831ec559bae9767b4cb55f73e96a1c0c493c4de2642b1fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6cd16b21890ed9fb0831ec559bae9767b4cb55f73e96a1c0c493c4de2642b1fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ade221c9b8a46412f4f2ccd96c0d4a5a9ec26e29c1475aefb83c55b3b885794a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ade221c9b8a46412f4f2ccd96c0d4a5a9ec26e29c1475aefb83c55b3b885794a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ade221c9b8a46412f4f2ccd96c0d4a5a9ec26e29c1475aefb83c55b3b885794a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3493f9658503d0009fecd61332bede316e2877d2f322c18580acc2d4149e1390_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3493f9658503d0009fecd61332bede316e2877d2f322c18580acc2d4149e1390_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3493f9658503d0009fecd61332bede316e2877d2f322c18580acc2d4149e1390_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3602ae83bd1fb64d4e48a111620905ae567ffd915a71fab0da841f3d92889e68_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3602ae83bd1fb64d4e48a111620905ae567ffd915a71fab0da841f3d92889e68_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3602ae83bd1fb64d4e48a111620905ae567ffd915a71fab0da841f3d92889e68_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6dc4fb0a3b2ac5a3c1bf76e1a188c829e45adb16376edb8e147744721415c02d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6dc4fb0a3b2ac5a3c1bf76e1a188c829e45adb16376edb8e147744721415c02d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6dc4fb0a3b2ac5a3c1bf76e1a188c829e45adb16376edb8e147744721415c02d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:82aa9a4bca8f2cd04b66071849c6fa0d5532e51e637ce09a08d1cb2a3a454311_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:82aa9a4bca8f2cd04b66071849c6fa0d5532e51e637ce09a08d1cb2a3a454311_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:82aa9a4bca8f2cd04b66071849c6fa0d5532e51e637ce09a08d1cb2a3a454311_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:19fc8c9512fecba33b1c4531db3d85e8263288bbfbbbbc485539a296aee55471_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:19fc8c9512fecba33b1c4531db3d85e8263288bbfbbbbc485539a296aee55471_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:19fc8c9512fecba33b1c4531db3d85e8263288bbfbbbbc485539a296aee55471_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3eceb25631e82da4d0914ce3e4b8f803659b84f9fe880c6c0c99a0d7e7c1b3ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3eceb25631e82da4d0914ce3e4b8f803659b84f9fe880c6c0c99a0d7e7c1b3ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3eceb25631e82da4d0914ce3e4b8f803659b84f9fe880c6c0c99a0d7e7c1b3ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b5269e0b5de55c353c7b624e4c0171b10f30696953d8091eef6ef7ba7f0e9b6c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b5269e0b5de55c353c7b624e4c0171b10f30696953d8091eef6ef7ba7f0e9b6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b5269e0b5de55c353c7b624e4c0171b10f30696953d8091eef6ef7ba7f0e9b6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bf38932b81124a15686fe3e93f1f30fe99444765e7840983656666558c51e070_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bf38932b81124a15686fe3e93f1f30fe99444765e7840983656666558c51e070_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bf38932b81124a15686fe3e93f1f30fe99444765e7840983656666558c51e070_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:236d45e01e15eebcaf277611baea29a066596f9f890adcfa6f9248142e375c38_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:236d45e01e15eebcaf277611baea29a066596f9f890adcfa6f9248142e375c38_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:236d45e01e15eebcaf277611baea29a066596f9f890adcfa6f9248142e375c38_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:763e538fbc9aedfc84a1ead6db6342fa4fd4aa2e2f5a7689ba167a4bfa907ae6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:763e538fbc9aedfc84a1ead6db6342fa4fd4aa2e2f5a7689ba167a4bfa907ae6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:763e538fbc9aedfc84a1ead6db6342fa4fd4aa2e2f5a7689ba167a4bfa907ae6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:96a1955f94b86f41d52305cf43753dfc9977722d3a1f0f4b1be6411c9dcda2c6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:96a1955f94b86f41d52305cf43753dfc9977722d3a1f0f4b1be6411c9dcda2c6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:96a1955f94b86f41d52305cf43753dfc9977722d3a1f0f4b1be6411c9dcda2c6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fca2ce6e0a8cad74aa81f2f2807df63d35ca7e9d8b28b18e33c926beb90b0377_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fca2ce6e0a8cad74aa81f2f2807df63d35ca7e9d8b28b18e33c926beb90b0377_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fca2ce6e0a8cad74aa81f2f2807df63d35ca7e9d8b28b18e33c926beb90b0377_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35523b68f904b23d744cd799e7fe04b24a03bcd507b6caa657a63d2bcd8b1b16_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35523b68f904b23d744cd799e7fe04b24a03bcd507b6caa657a63d2bcd8b1b16_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35523b68f904b23d744cd799e7fe04b24a03bcd507b6caa657a63d2bcd8b1b16_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b39be2cc9eca4757f08033ce40237af2ceeda16ae98a918434f08c004f3927f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b39be2cc9eca4757f08033ce40237af2ceeda16ae98a918434f08c004f3927f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b39be2cc9eca4757f08033ce40237af2ceeda16ae98a918434f08c004f3927f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b45d311bc9bc8c7867bc6848e716b4594ca8f7b80f04724d0b652914e1b63a46_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b45d311bc9bc8c7867bc6848e716b4594ca8f7b80f04724d0b652914e1b63a46_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b45d311bc9bc8c7867bc6848e716b4594ca8f7b80f04724d0b652914e1b63a46_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cbaef1de5ca28f877a692fe4f050fe3917f35149416cae6433704085f68a4e9d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cbaef1de5ca28f877a692fe4f050fe3917f35149416cae6433704085f68a4e9d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cbaef1de5ca28f877a692fe4f050fe3917f35149416cae6433704085f68a4e9d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4fd9b39cbbe283c025a05b6343bcf2010b3ff4ee8ec7d585cd5146761d37f548_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4fd9b39cbbe283c025a05b6343bcf2010b3ff4ee8ec7d585cd5146761d37f548_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4fd9b39cbbe283c025a05b6343bcf2010b3ff4ee8ec7d585cd5146761d37f548_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8f7ed88b7cd7eb51f41548b1cac3236ef1d6204e08440ae7a6e20b960fcfba98_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8f7ed88b7cd7eb51f41548b1cac3236ef1d6204e08440ae7a6e20b960fcfba98_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8f7ed88b7cd7eb51f41548b1cac3236ef1d6204e08440ae7a6e20b960fcfba98_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bde243eee4e9047c42c3e27139b3d5634a1bb5ac0f4b83285e4f3e564e1de244_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bde243eee4e9047c42c3e27139b3d5634a1bb5ac0f4b83285e4f3e564e1de244_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bde243eee4e9047c42c3e27139b3d5634a1bb5ac0f4b83285e4f3e564e1de244_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ebc976489752658a1757d4b62c75abaa2607d0a67ef25dcaa93d4e826f91fc55_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ebc976489752658a1757d4b62c75abaa2607d0a67ef25dcaa93d4e826f91fc55_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ebc976489752658a1757d4b62c75abaa2607d0a67ef25dcaa93d4e826f91fc55_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26081303accc6cc7348c924540a4a240c42ad01af0d7875b92962beaf88d0ad6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26081303accc6cc7348c924540a4a240c42ad01af0d7875b92962beaf88d0ad6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26081303accc6cc7348c924540a4a240c42ad01af0d7875b92962beaf88d0ad6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4b17e4141db4d6d51a2b16e42eb12aa240220d4dc9e360ff92ce8332d6314493_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4b17e4141db4d6d51a2b16e42eb12aa240220d4dc9e360ff92ce8332d6314493_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4b17e4141db4d6d51a2b16e42eb12aa240220d4dc9e360ff92ce8332d6314493_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6546561ae012b5e2a3fd723f76bd57e4e7f4ed893c440b218bd684ec71e2cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6546561ae012b5e2a3fd723f76bd57e4e7f4ed893c440b218bd684ec71e2cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6546561ae012b5e2a3fd723f76bd57e4e7f4ed893c440b218bd684ec71e2cf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1c51b219971216291c873c6f2272e9aa1af3e91af606a7e72ee15d84914f12d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1c51b219971216291c873c6f2272e9aa1af3e91af606a7e72ee15d84914f12d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1c51b219971216291c873c6f2272e9aa1af3e91af606a7e72ee15d84914f12d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48a53f673f4a71733d2ee26ea8ebfa9297f541e383feb5f465777e86fcf7bc6d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48a53f673f4a71733d2ee26ea8ebfa9297f541e383feb5f465777e86fcf7bc6d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48a53f673f4a71733d2ee26ea8ebfa9297f541e383feb5f465777e86fcf7bc6d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5afbec6b9fb931f7e71df2aef8c5f2a2aa1fae14c0779ab275bb9d7a6b5ea916_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5afbec6b9fb931f7e71df2aef8c5f2a2aa1fae14c0779ab275bb9d7a6b5ea916_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5afbec6b9fb931f7e71df2aef8c5f2a2aa1fae14c0779ab275bb9d7a6b5ea916_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3e9aa93c4a2f1396f23300641358f2157e4fa68408f5ac50e06dc1d5ba28381_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3e9aa93c4a2f1396f23300641358f2157e4fa68408f5ac50e06dc1d5ba28381_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3e9aa93c4a2f1396f23300641358f2157e4fa68408f5ac50e06dc1d5ba28381_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbd85d81d9452e08efcfc7c9cd2d131045d8e33bfdf4c57687377b5f8d1da762_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbd85d81d9452e08efcfc7c9cd2d131045d8e33bfdf4c57687377b5f8d1da762_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbd85d81d9452e08efcfc7c9cd2d131045d8e33bfdf4c57687377b5f8d1da762_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:67f91ee99d0d496066c65fbcc9855fafbbc0bc8753c1ea29ec19dfb978d0131d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:67f91ee99d0d496066c65fbcc9855fafbbc0bc8753c1ea29ec19dfb978d0131d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:67f91ee99d0d496066c65fbcc9855fafbbc0bc8753c1ea29ec19dfb978d0131d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8013891262e80780d9914e393a8d91861d1b14a94e2d4f89affd0e299a4f5e66_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8013891262e80780d9914e393a8d91861d1b14a94e2d4f89affd0e299a4f5e66_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8013891262e80780d9914e393a8d91861d1b14a94e2d4f89affd0e299a4f5e66_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:85892745b4e5f5113db96c7bcab15c11195ba53b5a059f57a08aa3830e83c975_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:85892745b4e5f5113db96c7bcab15c11195ba53b5a059f57a08aa3830e83c975_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:85892745b4e5f5113db96c7bcab15c11195ba53b5a059f57a08aa3830e83c975_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8efc4f72dc248944dafa1d0c1113ef28df5be90052865f32196a1dde6d13e314_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8efc4f72dc248944dafa1d0c1113ef28df5be90052865f32196a1dde6d13e314_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8efc4f72dc248944dafa1d0c1113ef28df5be90052865f32196a1dde6d13e314_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:21e210d64d9536dccb41d5179364995202933f95e0c8221af06a0f52360be4b8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:21e210d64d9536dccb41d5179364995202933f95e0c8221af06a0f52360be4b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:21e210d64d9536dccb41d5179364995202933f95e0c8221af06a0f52360be4b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:949ed5dc1631298aba66a726fc3cfb6473d7203f452663786cb398a14a5f6a88_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:949ed5dc1631298aba66a726fc3cfb6473d7203f452663786cb398a14a5f6a88_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:949ed5dc1631298aba66a726fc3cfb6473d7203f452663786cb398a14a5f6a88_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3cf0e16bc1208625607b76af54f3b80c5c7e103333a3f4b205d1c943c328266b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3cf0e16bc1208625607b76af54f3b80c5c7e103333a3f4b205d1c943c328266b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3cf0e16bc1208625607b76af54f3b80c5c7e103333a3f4b205d1c943c328266b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4134edec41e73edcd77b04ed8a539925f3b81f75661ae2b33dad08b2a0d5f2f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4134edec41e73edcd77b04ed8a539925f3b81f75661ae2b33dad08b2a0d5f2f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4134edec41e73edcd77b04ed8a539925f3b81f75661ae2b33dad08b2a0d5f2f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3986449a0b211a89c76d583c15178a75ef95caa002fd3751ab7c01122740ebe6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3986449a0b211a89c76d583c15178a75ef95caa002fd3751ab7c01122740ebe6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3986449a0b211a89c76d583c15178a75ef95caa002fd3751ab7c01122740ebe6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4813d400a6f46477e92449d1e4908c7bb329545c578b09b519ddae10d0623d21_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4813d400a6f46477e92449d1e4908c7bb329545c578b09b519ddae10d0623d21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4813d400a6f46477e92449d1e4908c7bb329545c578b09b519ddae10d0623d21_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c565a6990de02cc0f223060fd59bcf99ea9239a2286a4ac1212fb859f0bbc078_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c565a6990de02cc0f223060fd59bcf99ea9239a2286a4ac1212fb859f0bbc078_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c565a6990de02cc0f223060fd59bcf99ea9239a2286a4ac1212fb859f0bbc078_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d26f27237c1317f5ac5edd5895263e7809039fdd77f608395b4d11299f79b857_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d26f27237c1317f5ac5edd5895263e7809039fdd77f608395b4d11299f79b857_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d26f27237c1317f5ac5edd5895263e7809039fdd77f608395b4d11299f79b857_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f8a514769d3995332c660a668ffae9018f88ebbbb94db89109fe62a78bb6a7e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f8a514769d3995332c660a668ffae9018f88ebbbb94db89109fe62a78bb6a7e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f8a514769d3995332c660a668ffae9018f88ebbbb94db89109fe62a78bb6a7e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:757fd89b154f09f1115ea21b19eae895831f12afaf77491815fcf229220710ad_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:757fd89b154f09f1115ea21b19eae895831f12afaf77491815fcf229220710ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:757fd89b154f09f1115ea21b19eae895831f12afaf77491815fcf229220710ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cca40d616806de4c1cab0a9d0e54a614d0a4bdba7b0dc49b3191d0ca6218a4f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cca40d616806de4c1cab0a9d0e54a614d0a4bdba7b0dc49b3191d0ca6218a4f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cca40d616806de4c1cab0a9d0e54a614d0a4bdba7b0dc49b3191d0ca6218a4f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f2e12682e00bc8c041d04d4c414664eb27f6e78fd42f2c9b8caca079fb72a3c6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f2e12682e00bc8c041d04d4c414664eb27f6e78fd42f2c9b8caca079fb72a3c6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f2e12682e00bc8c041d04d4c414664eb27f6e78fd42f2c9b8caca079fb72a3c6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b924a823e9f8399b040ea016bd74e7a6ce04256c662a9226676b9ad06bd18c5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b924a823e9f8399b040ea016bd74e7a6ce04256c662a9226676b9ad06bd18c5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b924a823e9f8399b040ea016bd74e7a6ce04256c662a9226676b9ad06bd18c5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:747f9b6cb8aaf600bed84b80102ec5fb6e614c549c5edb07f97e4678daf60594_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:747f9b6cb8aaf600bed84b80102ec5fb6e614c549c5edb07f97e4678daf60594_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:747f9b6cb8aaf600bed84b80102ec5fb6e614c549c5edb07f97e4678daf60594_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ed6318e5a1e2df043166879a526549ecad1cd62159a5659ea2fe201f4abd798_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ed6318e5a1e2df043166879a526549ecad1cd62159a5659ea2fe201f4abd798_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ed6318e5a1e2df043166879a526549ecad1cd62159a5659ea2fe201f4abd798_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9574167a857bf207def2891974ea31a999dd5b163c0ebc9a268d261178803b73_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9574167a857bf207def2891974ea31a999dd5b163c0ebc9a268d261178803b73_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9574167a857bf207def2891974ea31a999dd5b163c0ebc9a268d261178803b73_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:45e3755a7d823d3c47cf092809aa13808b05dadeb49c2d8965ef7dcd1ecd51a9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:45e3755a7d823d3c47cf092809aa13808b05dadeb49c2d8965ef7dcd1ecd51a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:45e3755a7d823d3c47cf092809aa13808b05dadeb49c2d8965ef7dcd1ecd51a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:888a7dfa28959baf2c21b20048cf69821e78230c33ed18c430940649093f60c9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:888a7dfa28959baf2c21b20048cf69821e78230c33ed18c430940649093f60c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:888a7dfa28959baf2c21b20048cf69821e78230c33ed18c430940649093f60c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d36a332435642bb7099a06c8fb3c27e614a19094ad6a727493cb1524dc64c5a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d36a332435642bb7099a06c8fb3c27e614a19094ad6a727493cb1524dc64c5a3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d36a332435642bb7099a06c8fb3c27e614a19094ad6a727493cb1524dc64c5a3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:dcaef959fe0a2f2b80577b0d2d2802fb922a48ceeb8f1b552e11ef0dadfc8efd_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:dcaef959fe0a2f2b80577b0d2d2802fb922a48ceeb8f1b552e11ef0dadfc8efd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:dcaef959fe0a2f2b80577b0d2d2802fb922a48ceeb8f1b552e11ef0dadfc8efd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4aba6f6d0717910e13157b5aef43633ee8359fdc730df2af1db0796113e327a6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4aba6f6d0717910e13157b5aef43633ee8359fdc730df2af1db0796113e327a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4aba6f6d0717910e13157b5aef43633ee8359fdc730df2af1db0796113e327a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66fec0af1793ffe236208f8922add7344361185eb6819cb2d655c6941de28d0c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66fec0af1793ffe236208f8922add7344361185eb6819cb2d655c6941de28d0c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66fec0af1793ffe236208f8922add7344361185eb6819cb2d655c6941de28d0c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854d5562f0da86e02483b9b860c117fa0553058ff06204b4029b1078ed68c2cc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854d5562f0da86e02483b9b860c117fa0553058ff06204b4029b1078ed68c2cc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854d5562f0da86e02483b9b860c117fa0553058ff06204b4029b1078ed68c2cc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ef3e2714cdaf4dabc304a73d3867f6a30ed990079a7dc82935cd311b6298429e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ef3e2714cdaf4dabc304a73d3867f6a30ed990079a7dc82935cd311b6298429e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ef3e2714cdaf4dabc304a73d3867f6a30ed990079a7dc82935cd311b6298429e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5a47fabca2c5da103f2d450f766b523c11f2d8144dc88116dd28ab64311638ac_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5a47fabca2c5da103f2d450f766b523c11f2d8144dc88116dd28ab64311638ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5a47fabca2c5da103f2d450f766b523c11f2d8144dc88116dd28ab64311638ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8348dba52b0b908d04f35dbfbb45272953f59daa95da494498c89b1f13a01518_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8348dba52b0b908d04f35dbfbb45272953f59daa95da494498c89b1f13a01518_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8348dba52b0b908d04f35dbfbb45272953f59daa95da494498c89b1f13a01518_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9c4c2c65f712de6e55348896b2609f71db681e98f70dd26380c17103c168f2e5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9c4c2c65f712de6e55348896b2609f71db681e98f70dd26380c17103c168f2e5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9c4c2c65f712de6e55348896b2609f71db681e98f70dd26380c17103c168f2e5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c9fb883a4258dca7dc277774721df45548564f1bf02db259d10eb28030312b5d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c9fb883a4258dca7dc277774721df45548564f1bf02db259d10eb28030312b5d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c9fb883a4258dca7dc277774721df45548564f1bf02db259d10eb28030312b5d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bc60512167cd61ad02a367888bffaf9ae9ff5d38d2710f8b084ecd5fd5865ff_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bc60512167cd61ad02a367888bffaf9ae9ff5d38d2710f8b084ecd5fd5865ff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bc60512167cd61ad02a367888bffaf9ae9ff5d38d2710f8b084ecd5fd5865ff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e189e287c6fb6d208f0c06f87f80d78dd7f0f224f1690c57212c0431ce42039_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e189e287c6fb6d208f0c06f87f80d78dd7f0f224f1690c57212c0431ce42039_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e189e287c6fb6d208f0c06f87f80d78dd7f0f224f1690c57212c0431ce42039_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5449039f33a2f0c68bd22b9ffb0f36629d2bd5650334c648ec6332482fc73adb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5449039f33a2f0c68bd22b9ffb0f36629d2bd5650334c648ec6332482fc73adb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5449039f33a2f0c68bd22b9ffb0f36629d2bd5650334c648ec6332482fc73adb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea27513cabdb48624bccf772ec7657f21f625d034ae16afd2ed87785c1e92c6d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea27513cabdb48624bccf772ec7657f21f625d034ae16afd2ed87785c1e92c6d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea27513cabdb48624bccf772ec7657f21f625d034ae16afd2ed87785c1e92c6d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:25311111c8f185636cc6c4c57fcb593a4d7f80947112d026f17b03e1cb8c5836_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:25311111c8f185636cc6c4c57fcb593a4d7f80947112d026f17b03e1cb8c5836_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:25311111c8f185636cc6c4c57fcb593a4d7f80947112d026f17b03e1cb8c5836_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:279a1f40f5daf3dfcbb6ae72d7b34e1cdea81c93b8f26934b0b75a5691768488_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:279a1f40f5daf3dfcbb6ae72d7b34e1cdea81c93b8f26934b0b75a5691768488_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:279a1f40f5daf3dfcbb6ae72d7b34e1cdea81c93b8f26934b0b75a5691768488_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:73dc60e6fcd70afd3dbbae8a5a3b0173b8aae24c262a538985f446f384305b47_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:73dc60e6fcd70afd3dbbae8a5a3b0173b8aae24c262a538985f446f384305b47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:73dc60e6fcd70afd3dbbae8a5a3b0173b8aae24c262a538985f446f384305b47_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f83b91fd2651513053855b761ecb7123b9c8bfb283b1b05ab987563b24296ac7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f83b91fd2651513053855b761ecb7123b9c8bfb283b1b05ab987563b24296ac7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f83b91fd2651513053855b761ecb7123b9c8bfb283b1b05ab987563b24296ac7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3c25156b45ab456d86337e7943e2499d56ec59e9df06a9eaf6573d00c8ba99aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3c25156b45ab456d86337e7943e2499d56ec59e9df06a9eaf6573d00c8ba99aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3c25156b45ab456d86337e7943e2499d56ec59e9df06a9eaf6573d00c8ba99aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5eedefd980085c0d05eb99404d84da557aa1e33aa60b6f8dd617e6c51b7a0773_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5eedefd980085c0d05eb99404d84da557aa1e33aa60b6f8dd617e6c51b7a0773_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5eedefd980085c0d05eb99404d84da557aa1e33aa60b6f8dd617e6c51b7a0773_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6408fc9ef2d5571e6b6139e460df943926f8f61d3f02ac8e29b4ebe2ac1f987a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6408fc9ef2d5571e6b6139e460df943926f8f61d3f02ac8e29b4ebe2ac1f987a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6408fc9ef2d5571e6b6139e460df943926f8f61d3f02ac8e29b4ebe2ac1f987a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9f22b0754b61e971e65dadcf6b1180062d05f0512761ded6d3c72740ad4685b1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9f22b0754b61e971e65dadcf6b1180062d05f0512761ded6d3c72740ad4685b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9f22b0754b61e971e65dadcf6b1180062d05f0512761ded6d3c72740ad4685b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93757da9f7fbf6c826f1310e9a753daa86cca4a7d0a307a7605db692d679e0c5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93757da9f7fbf6c826f1310e9a753daa86cca4a7d0a307a7605db692d679e0c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93757da9f7fbf6c826f1310e9a753daa86cca4a7d0a307a7605db692d679e0c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a3b6915a30075af8ae31cf1f9537b4ff2edd806ac3b9c2aad2c3d0122db24384_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a3b6915a30075af8ae31cf1f9537b4ff2edd806ac3b9c2aad2c3d0122db24384_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a3b6915a30075af8ae31cf1f9537b4ff2edd806ac3b9c2aad2c3d0122db24384_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d6e27f0f7452d0ec0445608ee11904987ed62e79ae5b501c8c548b3140a72916_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d6e27f0f7452d0ec0445608ee11904987ed62e79ae5b501c8c548b3140a72916_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d6e27f0f7452d0ec0445608ee11904987ed62e79ae5b501c8c548b3140a72916_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db47533315f708b613985393aebd19f0f1be0553a8a84f1ca4691a6f80fe99d3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db47533315f708b613985393aebd19f0f1be0553a8a84f1ca4691a6f80fe99d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db47533315f708b613985393aebd19f0f1be0553a8a84f1ca4691a6f80fe99d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5cb51b7919e67820591dc9be361dac3ce494f2ffec55dcfb4c62cf075ba9928_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5cb51b7919e67820591dc9be361dac3ce494f2ffec55dcfb4c62cf075ba9928_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5cb51b7919e67820591dc9be361dac3ce494f2ffec55dcfb4c62cf075ba9928_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ae934e2c4e03c385a8f14224992a885b0906953eab145f46f920895c1c563dce_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ae934e2c4e03c385a8f14224992a885b0906953eab145f46f920895c1c563dce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ae934e2c4e03c385a8f14224992a885b0906953eab145f46f920895c1c563dce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b0dbb59715d1fa2ad7d31b84fecd58695e3e79d1cd975c9d1ddff84f79aed5a0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b0dbb59715d1fa2ad7d31b84fecd58695e3e79d1cd975c9d1ddff84f79aed5a0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b0dbb59715d1fa2ad7d31b84fecd58695e3e79d1cd975c9d1ddff84f79aed5a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d387c467c14234a2edeef2ee4e1d3390b6d7f69e1e7e3ab4fb5950c0665e7e93_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d387c467c14234a2edeef2ee4e1d3390b6d7f69e1e7e3ab4fb5950c0665e7e93_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d387c467c14234a2edeef2ee4e1d3390b6d7f69e1e7e3ab4fb5950c0665e7e93_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:12069b4c9b06e21bceed36e3a6ac286441ef97700a121b6fce5164f3f9af5fb2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:12069b4c9b06e21bceed36e3a6ac286441ef97700a121b6fce5164f3f9af5fb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:12069b4c9b06e21bceed36e3a6ac286441ef97700a121b6fce5164f3f9af5fb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8b999d1ce029714eb21675fd185e98bbc285de3dcbd34d8d78d44081101c5eab_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8b999d1ce029714eb21675fd185e98bbc285de3dcbd34d8d78d44081101c5eab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8b999d1ce029714eb21675fd185e98bbc285de3dcbd34d8d78d44081101c5eab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb654eb3074962421e67ae133718289b8dfcacc6969400a2cc33a253a97f1581_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb654eb3074962421e67ae133718289b8dfcacc6969400a2cc33a253a97f1581_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb654eb3074962421e67ae133718289b8dfcacc6969400a2cc33a253a97f1581_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e4457eae686f5e2cc90f75a4fa7cf56157a53937d5cb0b33e6bda1ecb136ef23_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e4457eae686f5e2cc90f75a4fa7cf56157a53937d5cb0b33e6bda1ecb136ef23_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e4457eae686f5e2cc90f75a4fa7cf56157a53937d5cb0b33e6bda1ecb136ef23_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:57a99507c82d77541a982dcb0be5f0cdfac612ed37649d8f870098110ebf67e3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:57a99507c82d77541a982dcb0be5f0cdfac612ed37649d8f870098110ebf67e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:57a99507c82d77541a982dcb0be5f0cdfac612ed37649d8f870098110ebf67e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f3a5550a636594f6f13f757f7cf9c13814121da51aa8e91a852643d9a4e188d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f3a5550a636594f6f13f757f7cf9c13814121da51aa8e91a852643d9a4e188d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f3a5550a636594f6f13f757f7cf9c13814121da51aa8e91a852643d9a4e188d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd2f3a5e7d019e00cb522644c3e1a2895b9d77e7c4510194cb954f74f6bf695e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd2f3a5e7d019e00cb522644c3e1a2895b9d77e7c4510194cb954f74f6bf695e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd2f3a5e7d019e00cb522644c3e1a2895b9d77e7c4510194cb954f74f6bf695e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:af0c64434c0ced75ece447da614e94dcb92d11f7fbb5dfa15a4ab17fd05d87b5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:af0c64434c0ced75ece447da614e94dcb92d11f7fbb5dfa15a4ab17fd05d87b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:af0c64434c0ced75ece447da614e94dcb92d11f7fbb5dfa15a4ab17fd05d87b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24b4aae7d576407c88c4d2d6d200ec98aa762e1a032ad7a0ebcabdf63f5767fd_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24b4aae7d576407c88c4d2d6d200ec98aa762e1a032ad7a0ebcabdf63f5767fd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24b4aae7d576407c88c4d2d6d200ec98aa762e1a032ad7a0ebcabdf63f5767fd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ad96a37c03c7af6fefc4a4e34b67f993267856ffecb586b5099abfaffff8e59f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ad96a37c03c7af6fefc4a4e34b67f993267856ffecb586b5099abfaffff8e59f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ad96a37c03c7af6fefc4a4e34b67f993267856ffecb586b5099abfaffff8e59f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:de86930b332a89f7d532adaca7b1f3bdf99db5f0d16c8c3cad0ed3d287442b78_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:de86930b332a89f7d532adaca7b1f3bdf99db5f0d16c8c3cad0ed3d287442b78_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:de86930b332a89f7d532adaca7b1f3bdf99db5f0d16c8c3cad0ed3d287442b78_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e0ed81285f6e9686d820425eb54ccacd156abb8adac762b4ebcaa41388a111a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e0ed81285f6e9686d820425eb54ccacd156abb8adac762b4ebcaa41388a111a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e0ed81285f6e9686d820425eb54ccacd156abb8adac762b4ebcaa41388a111a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:233bd8980b833b554fb9c8ecd6e9fb6d603014fc61292b8a95d471a9fe6a4d10_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:233bd8980b833b554fb9c8ecd6e9fb6d603014fc61292b8a95d471a9fe6a4d10_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:233bd8980b833b554fb9c8ecd6e9fb6d603014fc61292b8a95d471a9fe6a4d10_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:56a429e6debca0139cb61b640a8cafbe02094b3a318af835549003fc7ab1aedc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:56a429e6debca0139cb61b640a8cafbe02094b3a318af835549003fc7ab1aedc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:56a429e6debca0139cb61b640a8cafbe02094b3a318af835549003fc7ab1aedc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6368603a00885b9bb3992ac55992580311eca99688f9f5ba729837d670235256_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6368603a00885b9bb3992ac55992580311eca99688f9f5ba729837d670235256_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6368603a00885b9bb3992ac55992580311eca99688f9f5ba729837d670235256_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9abaa144a449593156337eb1d254d7bfb668b118f70497f742bb1c72b5890af1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9abaa144a449593156337eb1d254d7bfb668b118f70497f742bb1c72b5890af1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9abaa144a449593156337eb1d254d7bfb668b118f70497f742bb1c72b5890af1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a7030ae2f83595a38c507d43a11232d918988fec2a12bd7bbdd048ed1b4706e6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:acd1f4c3748eb6189d59cc41da282a81e8949be659f882e241e01acaa25cbdf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c04a807f8759be6c847c8f6abc07d398c781563b216abddd198c07ae32c3c467_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f451c542472d35f555ba7e0ca5fe6ed5cb35b9fc0d915ed32486f1a0c7b361dc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:37dad142f4de244e37a4cc2b932ea9bab8fbcf7663136b59919b8d4ed4d8888b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:77e0f36aec56da740886d70e6e9e45b5eae8a4641c11a3584f5ec96cb4c12c4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c4c865b5de7ebf517d667466f7af1c3c2323feefc9fe456fe14b994914ea45f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fc741e6ba3a635241261773e48711d1668f5da1eb435a75db33163c1c4725def_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d84050334b5b19a7ee4e59009b2847f28543e637afb7dfd6c11636c54655809_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:79366a89c1a9d454d121ff6f24a3f7c3f9fee2e1441d0d67c7c5df9d471c3057_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d6d4776004505cb4168ece720f3cd383519c76c229c53bcbff27b4f62fdfcba9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f230ae41108ff58cd2df7460ddcab73a59309e5c7c4ca0c682992e4975703b0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1ccc1d63820ee8fe6e1d60ecad3019d4fd4311d19859a5ef4ab43f50c2bbe68c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a823b2c4412366f8c9c7baa25b6dd40bfad4eb90b98e2a4b064aafec740f9924_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa8dd4b7f6289107e6bb9313a0c3dd95fed0a78a60a3bc6761ba101bf49267c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d51643c52c7f7850b787439e79e69e7e15fea01d38fcf89ede2ffd5aa8a0a6bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2271a35cbdd6e75128ea40780dca8b12acff72d89b8e5edb659df03db2847ddb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:50815dbd8eeb6bb3de2c72b3747c700314ed3ca55130ffe6bf1e0368ac55a40b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:73459be1c7c70819c0a0b7ef2e41c4f7c4772e24eec5ae382fc938a873e6f706_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:abb274b9924c701bfd460bfaf347842aa1c6e6e5ac13bb67a6e8e13aafdfa70d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:192a0a4c23acf7745a9cb39db76a8a8dc351faf385ce96a51e3789b9f51aa93a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:64dd85148fe0c37c97dea17bfde5d6bd28651e85d38dcd032ee6a6e0d564f20a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98803d660cb292a0b19a91c024bd8615bb4b6304b6d5ced3230f164b20fa5473_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f14489a778119e4a3e2d24b85887b8c732d273b06ccaa1f3c47dcbfd593f4e5f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f7da1d39bf1e91447e1e88df1c5e804567619b21d4b9b6b5bd3986ffe73eb05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7f1abf185014eba5af23da250feb4cb6ccf36627eda3f383172b4ac24866285a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9167cb67240069de0d391f33279d036aa95cd53c4e90b9bea9919c1121f69a30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:99fb48017ba08b4218d540665c8a2c5020d3dd3bb49241a56bd136e5337b9c83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1f82e411ff1946e57925f552c6dfbf1157e623ba62ccfbdf1d4e07c3c76f24ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3d76f8f385f0225bbd4c2f123a1efb80014cbdc3322eb62122579c31065f2475_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:62ccd6215d94e446e9d72670658341a4f9410005ae77541ff628ea320a3e4e0c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8ad7ab11e18a556647a001fb94a1713fc73db6342d5be586e6b9c5cd85180b1a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:6bd70b036725a8a6805ec024cca61da2b1bf3900092c9990f44064bc1ecb7835_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:788240bb55c133461df4770b2acaf706ed308e53a3ade4c5cfc264deed6446e0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a731b7a16f277bb651b12e4dbb7b91113da193f13bf82f50c7f2a2cdf35b546f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d99f2b70242f93ddf6773dc339aa1bf75bb2ed1960816ca81206831e477f59f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:07c3fb5bd910f7e81a2c2493b02e87059a8dad6920524116e16ff1d022b9dbed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:778cdcf251d8265e5678c4ee2b9d639de4bed9fa8b649b6fabee24234c5e72d0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9e25f3f39d6206b8a0775db0fa2592de5a0fb0825cf953051f434df1fd71cb39_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a753f2194d3a242aca4fd665cd0b03fe424185a4bfb4946d227f46a9b1f62852_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0af94672e9d21dc0de6cd5be9aa989fa11b702be65f1fbed7949cf0e69a253b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:215ee3722e5f0e138c17a40c1a2c72e8adf4c260ea2474cb5101d674c4b20ffd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a5325f3d088c7a6a96d9160a7d88cc3decdfd29a12cf9a5e1b622412baf189ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b7a59b159989422e6cf5363e905c310517220af021844734c6c2d30146416450_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30d9b1d57b6f99ba33574ba7a98553bf889519f65c039c5b714342839b1067cc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:360fe7f80c135a87f36e6e23a5a129d2ae6696243bf6b448efbca03996751b91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80498814b01bae249447f70402a7a1797c04e7cf9fd7ebb478e12912706440d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:acc63986c28f4ca24b2efc2eaaea748841a1cc1ea4014a807ae7e3f894dd0bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:23eb83f18d9937b0d59a12c3ca2f62aca7f0da57fe56915cb59a1fc38ec55c40_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2e60091e466faf801773066fa85d17fb808d531112d118a641526b578719d991_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2597c6e1ec452347d977bca5077f9493a32efe388f4fb57b4d7f9865cb48e7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e6e0147dbd1c1af919da7d83357bca2d804de41aed0856d056bbc9394e8e4b7c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:079e10d6f1763da07f277bd857026175527f4f4474534f57bfc2871ef4dd5010_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3e4cd5cdfc5f0a7faaccadf22a3286d853e4bb75077c363b6887d25b7e1a5118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7525f9327f18f4a078fd04a7a3adb493b2b1805dc124d24cb05d2256843f9da1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a251a8c1e77b6b5d4d8979d4f8a8de20c23363753091cd6f9cc077eafdb92185_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0ca0593d55f379ee3033f2509e1692bd3e26abff765f8293f87c104acd899566_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7fd25cd3e54c7cd19d9000549696f9bfc98b4c5d769e3b8da83a4107ea15eda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c98b64e4d0bc04f56a84cb7ce0eade14aa6cc09ace700b296d488b97b8de1006_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4580275c9fbe7e7c4f4e41d577aaf9bd51c519f29e93e9dc436ddbf34c7d266_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4d3c07d64d81e9b7ff3fdde9a57fa6549f088e5a96125e91f3007116d20337e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:557e38aa7e4a4587275c7399a87f7d71997a455af38a53cd9596026d5cb41146_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9f46b563fd306679cd8162e0c275daa4767f51c0083b1210488edb88976d8839_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dcaa5021d88e1321f1873715dcf1380ad3379fa96d222abb9450d148021b6930_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90c86b3339418a8d201444592d378962828eda5c92cfe006785a9bc635ff5ba4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:bee2aa67de35ab4635b353061b6c23bc68c86aee8cac9cd1f41135e9c066f473_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e40130b1e2a74e2b4eb451df197248f85db457c4e50fbbaf8447f8d9de18363a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f975869178496b63072dbad1b51126f9254e27549d8c9096359e1ece529febea_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b044fedc80cc4429176e21684a6143228e95cb817d49df83766ef83018a4ad56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1872c649b93c8b262e052e39292236847a4bc50c19d07b86c8644cb9faa914f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d5f19e12c21b03fefe2fb73d17784dca980061a3c0a7580ce437173f6953992c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d75092b42069f043e0f39912b1c9800afe624a0d5595ecb9a3ac390c65eec7e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:25210aa51905881e5a33178421288cc589956b0802b0d3f0fe498bcd71f6998e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:33ca83123d3de585db1facc376a72c80fa9992bb29060c8d72a62b86a5f29c4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7395ee37fc347a402d6e90de9e18f67f2abebbb71f5601a3e1325f9c0e13650f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ee71d775deba549daa69545d7e1a5beca2805fa7d2267754fec57827e06a4d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6067a2852305b2419f685df3890e2eccf5b81a5f6365ccac369bd34470a84357_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f20a4811133c41d404a1b8a8702674d55994ea03009c621a21245fbef890906_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9221ef430d8efd74430db55d41ffc96e8f03284fa4ad574674c7563040f504c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:93ca5b2c341509449380a1b9fedb6e51482955bc0ec9805e3b3aa4ad30fc1c22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0a7ccfef1c0a4082ca3fe4c3cb93e514b5649e661e26ed42bba26fe346781ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3aaf87368d239c36c222536f49e675b0a36151afbfc637017ddfd7f871e192db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4dccdace02daf6373a6f4cf4a4e83257d98557831201e7e5597825f18fece4f8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:881397c36a4332f221dcfa4eb517e9c9190329af9009391b96f0ceec74e680cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:46da5adb548c744644bcaabf6409ea53f213d9d4157c6bae8e0a3b741ac8c836_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53bacfc10ca07c660b142315c44882d77ed3f02af6405d7e2bd36fb26b165b97_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2e763fe91becf5be1cf036062030cee6510af8524107c38b14187cded57d059_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d01d3b7ebdffccbc3f0333585ef3a01fc910115a4bd77ce3fed8f85093a31e4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02f532a3c278dcd2c26b783d2cf3762b73b035f9b0d37d8c5cff066e6ece07c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:87c6caa70fa920e0a58bfc370ec7d6454c145fe367d6ce3f34ea3aee3b6d4311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d441752bee65923bde0f5d9883afe5bce6fdb0abea233ae6a4458db4309e1115_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da660562d126ed80f4baa3e45df65a91a9ee75d40eaec3f3881e7f61df17a92e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:48638fe0a5f09bcf2f59f4a02139e10dcc77714dfe8fc10b86892b9176148141_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:589754420cffd7d27505af843442b7560d9a4188f7f64ed3e9a35c086cd296b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:79e41ca79715a571526e53fc13caded867e266e74276e632d1e7c28c71d78360_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2658b6a8db6e6a7634453af2d1cb48e0078abe4d82f4957288eca0791462c0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8c923202184bf124cef516f43082ad3381f921fa1c67aa7b541ac6aeadec2d2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:97226555f60c106944d99b23bdfcdfed049ae13c0e8c97b0f4e441827720088b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:544344c2e9020efbacf4c582c67532ebe485656c36ab314de95bfb9a0047ebde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b6648aa5ad4dbddd1a0502df8da0c8230d3a8e1bf4311036e9bf8f377976d0cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:04afb17e0637c4528bc8e50caabd2cb2df9b1e50c5749e958418449faae9fe22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8379f38b7b8e488e7b1b170e290af8c604636974e0df590429440f532094cd45_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0100c82d9078fb16dbca67d3b21ff54faf56351dd684da81c4ea2c064a4413e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:99a30147f37d481ec26054624b727d9ba1076fc8b4e5779e545d2e3b7925d9f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:91b7a3ef6622e4a2fe2142c128878ec06a6fc6ab39f8090d09e99e1689b9f2a8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f3147e25f33eab3567f3dbea02e9cbca9a43597a3cea50c6fcd0f1cd79ae209e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:161b66b02d03b0595114914f20ef9449e495d4c70c8af669ddba63dbabb3a564_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ea7e766190adc6092cda41eec6fde1b64c9a85f36a2ca2d5c965e67a096d16d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:56b1eecff219fd7deef7e45cbebca688475c09815625eed92856d74f0675cc01_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fb8a038ccbb2e46ae733ffb7c86b7d8cb33292853eca765ea7a8482cfe3683e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:272e0d5cec07de889e143904a219413930f5ea3550e2af915740f059ea225862_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fed89393209bc73605a2db49ede008f547509f7714d0f8614575f117badcabaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0b7ba820b7334cbdbf02f6be0bce7bfce66c09425a3846e4dc60af1e04a16e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c70f895e7c27581cdc99c52ad2dd0c3dd83a7c18b232ce5cea4514a5f505daf1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6d123e90c3e0a4dbafaada8b1b0fb0f128cc4a70c381674b9df13ace463f88d0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:88c3c0650b52b80e7725d6b653133a5421472047c98d8f16a23b43fb0dbef67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9a66b8bde7a17514eb0b67947ed846ba8a2336621baf1a22c896496e7c6296bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cf832c31c9cfe6fea9d9bec83883bcc652e4d405adf56914baffed33c6311533_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e78f24bcfc3f52037f20e40eda5a05946e152ee98573fe960895b1ab360d9a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:93968cfcfeb07c864886de9508e5408fa56a872bbd5fadf6a20d7ca07654c880_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b6867d29acfc9d3477cd6b4b302b72073eb99a17fbeb9672581ef9e9ac2d8d26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c60bf917300f5ff059623c7a5334a1ec2d71c90d7e6ab539bc0b6ebe06f61b78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0fcc7aeed15f99c0e2b8cee46059eb76626ce1a40bc233a73569a1f9f0a1de19_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1fdd4da6fbc7a7bc64ed33e515da321b566d7fc58ca403ece5b34b3c0cc53a71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:48a1ea628f76e551b73ee773ce9fa741b60278034659dac8dc1333d9909525fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c42c69b265cf079d5546e4832c4d770bb3d78883098ad004e57b4115a5e4990a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:18f3d2ac2c667df294752336cfa5fb0d137a28349789e4cb703636318e6cb7d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:716297a34fdf6be541e34b5a5f2452418b27a6d810cba6b7e8d81e22aceea5d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:824b4a9540976d5629148192a78290f5dda3f3a84864ce49ed07c2ccc00774f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ee8b320b2047e104412603fd5ae7812c65e92fefbe23b7dea980e3a058eea63b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6be22d8f91a5efe043040370b651ec13c645627c16567eaaf58b736ec73bae3e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6c386efed5fb973e4e5cb6ea2eacc8968e2fe92f9dd7ea11e08f3cc444dcad13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaf6525182047be0049b680e4471d3b5dc518940c6d99396f3cd8922d3771a9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f0ff71e9fb5490f48e56bb355bfc883e52c5b9e97b7b3997f97e7e1e01fc6a03_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16adad4fa643e6403dfcca964ae82f52be58ada93103c99e935f0dd7f8a8ce19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16d580e98a6b03e236381fea8a3940f7f55ef5cea9dddf83f57de4f2c16d87c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7e04c03a25726e3e914f29f4106be2b38f6d91e4c4c96d2209e894ed5353f14a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9be92ffb22356b143f24c2e1f569a5a6022561cc9e3c19dfb9cb8d884b4b430f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bb8e87e8f93252c758b06275b904acbda014a05369a3a8a48304025539c2a8f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bef63b16132ecba605aa046e00966ee6ec9a37890f56fe5b00a9e12fe027121e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bff91da1e8a557dc8530731edc9101af2de09463c51c374e74e92d2c69bc3f04_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d7b6990088be37254ae2d8a02948704d766f4b8d08918c4a998a718757ee86d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18fd4650bc77f056922fa227ee075e493616df6011bb31b06498ad7aa121d13b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:372e2b2bd887a5ba12a2e7187fb666fb167d0a0c8678e78dc9e6263ebed37bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4145daf13e987912a5ee4bbac064fbf0888293cc08b114107133eeb9951204a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:56653f02f8d5d9eb484bd9157e4d6418657b2abc8e110b766553a98db41dd74a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:457ac9e201454878ce756c731623f33ec22e44c9be6e688931b5559dc3d060db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:aa23db754237cc273788c3635f4f6dc7a862c1bea9a509621e1db9cef5dee41e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e7873c9eaf9068c96b6ddd150a51dbdce7acf481fc29106def1c97b359ddaa4b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed9b1a2da0483de307ea30326c445cd0fe4dad0857d425cf9b8f3cca9b52b64a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e863b2c42d0edc7ec05bc807f2f6462b7582ef21359e218094924c936169917_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1511cbdf101329ed2a66512956ae7ce834a6ccda253bd76b99a48487e9de8fb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:41e3dc9405c521149919a24892af006bb7c06f800fba261c5efcd3f2ef461580_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b0cde443158a094812ea67d7c6523464b48c695ffa4c6d9162ab45647a119a3c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ae3d7da6672711ade9e2c9d4159b7aa327e8227bce5c87857ced4f10a4bdfda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:51887eace4c7a9d40e7cf1a509d05760340fcc9117238abb82f7541e2855396b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:52190fa0da838b24980e26ef586ade36fc1bedab5fd057c6acd5de5a84b68809_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eab6e4a898be919f8a04dc9c3003cce301f27e872c0520d1d0b634d0e3e9f461_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:509cbb1fa06b90af926955a2c724e81581d05169e3974c3e77c87ce47c53be5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6be6367bd1687fae656afb87e98ae838126089abba3dd62b1f71683fff7739af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:94599479d60ea6e70ab70389c58c21e5159ad81ddfd98b023290009be697c2fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c73ef3d57149ccb496a5c1ab10efa21d0c1ae73360323ac24d8f61f2d3b5dfec_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2ea0c42b0af0e9622c30701c2c30ed86d577ef8bf3ac8d598e9baa22adfde899_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c56bc7a31761839fa46cd50bbf90989d3313095bea4cb3bee95d074a9dc2963_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a96fd264e1b79591176e03632a3e3ff3a1f1081ea5144f188eb7089083204a6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c379e2384917355019fac9528027a71fb47ad3209665dd3d596598cc6d6ed6f6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:178f4d3b2f63adde85e32729fab326955f1043471079a0599079de31e6fc6788_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3b1fd3e8fb0c8ec48aa741493280e249f5f3648ae85f4344c4f5cb5196a068f5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b14875a6d74f24bed2a0777e9a0f12905dff8d703581283dda165b86a10017fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dde63d7b30b2e601746c2db054ad76e4a08c1fb8788df6df702580cd4a5cf791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:106d242bcf5949edbe9d5afafa2e02c7b37267e0d5a0df3c7efed1d37fb3e2dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:49bdd7999fd853e6af213b6cbcbf7443d12c55bddd8ce25846b6afe31ec01d47_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51d52f0aeea8e119cf184ac017694e1c7c09a42682343dee525d6662bb746d94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:940efe54180bd892583c762d2716022647095c7aada14c607a201d04051a2b4a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0c80e9b2df2ad98d98e49112fc9f0b7c556b95c67edb5df34763e37ac804cf73_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3a0cc43c6dfe27e407a1e8cc56fff50da88d2b950b7f113b52dae3eebf7fe9a1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5e154688fb2359c611bc8bbc7471c05d7e56717aae61b7a591e75b2f9a52cb07_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b66eafede022d39b51d22b77c6f5db46a588faeb3bf8ac2fea3539731682ac77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:044e74fedeb114239e7d1205ab558081b8c9aa521a0d4eab5519935eb9c34182_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a25239501706cccb1e4651398866d85174bcab42021c630bc4daf9a82f48f19b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ca4f075de4f6728a2f46384b835d2223dbe223db2831e2badbe182b610c7f9f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d62b98a8686e42f46984cc839841c913ac9d501d0481e56fcab28bfa673c5e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a77a38153f1160549fef7f2d4bd0ccd9289407ea9221bd45db2bfc39875b45f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:60a93e9fdd00186238831580ba6f90622ba0d11b70bdfd4dc21897a6b97d23f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a6d11ac1280e7d753db911729fae0b7676b6ab494361fa0e5ececb701e298515_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d2369278f5380f2bcc3eb360fbeb4e29892d4420bd09cfb24513ca764f91d9cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:174979a48d708dfa6665fc8466150cfff451efa6cf1951001f9cf297a1b8f5e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:55bda2c7c425ac8b1bcaa8ba8f056771fdf9f342eb6d23b15793c9693fa0d7a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8d3d2a5fc42f45482223e2ba9972ec2ed6de376692d5c566d4126a8044f1d045_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6230b6e46dcb5fb0895c84fc0dcba4a10fff465aa8bc1dae1dc5dda7cc2e567_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2676615af9bf8b1465181d2fb58dbd1efb1f8fe464675b2edbabbf041b774079_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3c22d6e7c3805642fdb145e55c7b596b71cb458ddbda51b6f709dd70cf5bb6de_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:40f5704937a01e7c28151f60d76f33e95d3b18d511893021fadbcb8e832a5e3f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:483eeb4a161ec7fed8515247219b94a2c40980ca788bde992bc5641fc1b91294_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7190599f72b2cf0663606c10830cf2759037dd4de06cb13834dae7378db980f3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:761a23b468d06cc31245270b53fca2ee9538c3f5734cbcbced6e5e43469ff76f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b4c4bf466d29b02d08346ee358980105a204f51e243c733711f88a1aac87c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c54c34360f1166a7c42ec1b181331c31d55306f5b38958826260de94c9b360ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:73eebc52df8056d5ae2bb19e2d0e2d7da83a6e47e276db71f7d26da0e50962bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9e90309a20bb143a8f579ce5fa26e36ff107ff5013f6fe2ca52d4a5dc28a543f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dbd4c3ffafa0d8a58c21a91f8c604e4ca913064e8c9050af9133c61f7f8e5831_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:efa8a7c783451835721df984e0357e521f17f3c0235408604bfbd75baa53b77d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:47093e22624d6ef420aa80ca4e934384bf59ed1471d9c083f170fcc4ff7d62d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:828b37adcffe61dec6e74ca5380f09e638ab40cc2cbaf3eb0c461902356ea7b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:911568aa124776b2b7a4dd01b5a045b9e5109634afa9510e250115cc9960652f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b046bd3e394a968b8bff756a1bbab6203b173963372097b4e9bac2f4eaa8656f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3cb35d480c31d79278f2e74d16380d75c9dc8f36e4208649f5db223492fc51a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6cbd72c2701f8256348c3c0d37c7006db128cca44105634436a9f9737afbf195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7ec2d54b5022e937803ce3012a89250b224a54384544ed01a16cb27c00d7a00a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:922abf70f2e6ad57549dbd78523d198c970ed585bfacae74f0db4f3d58a234f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5b47db66013f3bf649898ba62a0bd386e82207485bb16c1203f6870bc4bffd48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7ef973e320a796810c7ef62ece44f84d5382e158fab42980c6a3fadfa42f686f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97ee01f7cd27cc8e66e1f3da6310e668ce4e0fd8a948d956f73ba21fd81a0f6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dc8cd1c7cd4cf7a1337c485787a312a285c64489f728aa74cfa5fc380d8c6112_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4abb807bba0bd7910150a5bad5020de4077d4d4500b92cfb397ad5789d37cd68_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:57e6cc4931bb4a870db12390932db4de419bd8df05865b0d1b0b87755271d045_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b9d7af15ae74c5feebdc7f46eeadb20ea1e465804eb776d342a19a983375be88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fa90b0dea8b7c0823b9fd0ec294dae694ffb26950cc27a33ff26eacf603fa9b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30ad6a83a99ec15ebf628c009cf0cf4faec5b04c5d053fcc7ccbcced84f0d809_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:642d49376a33c6e44a7267ce47ca05ac9f48ba4b1fefb3e49ec13a47ef87f809_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b7c9a1f9c8b7307c2328846b2267b1041516b20f4b7010813eca8e7841c7cd59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:dbdb7d1b8fea71975ee17988f36976bcb1003792ec962001ae4aaef37193ed2f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:255023a42e94ac306891575c0c3f8bcc45c1ae952aa9783b6c2b8aa98f56b20b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:77012d8624e45b6f08daaac3949235e15ebdf4c09b49f6e66b79f05f36ca2cc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dae0604483279dac67d362d274de80cb3e100fa935ca50dabdc7dcc436b717ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e5b0ecb3e20dc07b357a33d1dc317c6a521389f6addee2e492bbf2bd852b8c9b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:207751efe1aacbd87aec83e9df0b4c48ae0a985deca07e32d1a8ce5a1e013a53_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48dc2ddb716560f09494b9d696053086eab77dce31bea0f89532d11074b3c6d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6e4ef72aed8a27f921e339cc899c84e094c2a710f7a00a0602ca9d03cff31e91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d78d850c77386a35341624bf3fe5eed4d92ac41a5e6a2d3f2a68db6de1a64087_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3eb650f1c43a1833ee02b2218336c075456e26190a8ed9c976680a20d83aa55f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:64353e912653770012896a153103b6fcff349ac40f746cfc36821fe11dd6259a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c6fe274aa342cf850b2ea6287c5c335e93bad4a1bd73a0cbb2a7c789eb1ef48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d7730eb1cf5ded2a07a8c93369e1558536ea5af5ba35a23f3046946c89b7368d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:03f8250466cc5d3120aefcc87f0bdd4d12012d6a116e419c382d50a21760aaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5be6fc774ba62dd4cc689d99bacc979cd181bdbee9a221f425c5266db6a62784_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aeae1b0e5fc3faad8b9ebe64d21e9e14c721323991fc76b72d39f8a7608da870_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e77c5040e44ab07a456b37ba532e9657f879dcecb7879ed9e79d8b0e2c6c8f23_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:80b208666af68ae1f11b5526ec2d4e2952a4f33ec109a054519219c0e84f4cd2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:82b5a2010b2619bfe1dc1a3763af5c642e3c8d435dd7b91713e581f267dece66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a52e866ebce2cc46c05ec89f571f02b751a98351f1c7c1475d38bd3bdb08a76e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e295ffe236c8ad5c1b4bbf7610d9a29f35534d6b66619cc341db46baf6ab4aa1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1594e9818c4dc1459eaf50fd7ecf2fca7b73ae81be70413f6fb99c143f55fc98_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:455e45f1174b4bb5db753da8b2002b40921fc0051f462c0f7cc0cb95ac564c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b74d75ec982d2c35bf2f67a22eb8cc307ce5c995134e88b0ce9513df79cb5eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e0642fed946e365d50162ffb37121be194ddde7f422e022a7afa7a45be84aa96_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1f0901c738cdffe9f323d24c85f8fbea95ad36ab31acccdccc1b7c973fa7fa62_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:42903bef3719a65b7e7fd89dd371c68baafc3b2f41b68dd972429185d3fcdb90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56db80905cdd80d7ef3ad4cb8e0620868713a31853dc797db397431af032d322_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c340f2a030c2285afa19fc9022e14a07056941bef8de59b25ae21ff4c66bb9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:07284eb00a28180c2e4773ed2da15026446ff555b47307e0ddfb707766c9c420_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1d5764ba30e7e1058b3f2b10d1ebf9a190b6b1aebeacf774114cde8fd5b6b3fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5b2fc54522c109221ecf5f2f25b34bec50bb71eb1fb13677e79c047ff92899e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:88bbe3827720c373b01bf2fa3c3b8480099f7c9058fd6424cc57bfe74143fa9b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5dcebe96fbdfb5c6ae5d86a985c3d4c7676cfd02460196764bb1e4281b77eeb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:807f0619c241b7b86a253efd0b36b1d3dca0a19b4732139d789c5e6618b4996a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a1283298ee508e2282a0e709e2ff32c018445ef707b155f3679703da0a7b143a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:aa87e88dc29d54aa41e34a5ec81986971fa4d3c53a33d6fad86527ec422507f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:03f28b40a92d8f8abbd0d0d09fd080c5928ac9cade01e28bf2c683dd500797d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d18d242102246b6cce19529f237b536be5a9a5c2e0431eb15727b2b90e3d888_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4ad31b682a179a9f46d566301411cc64e1fad11ce7f2493d73c81c9d77e7b38a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f76b5de9e7ce8194cb453296dfbb5a26fab5e9f0367eda229ea3c466cab591fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3008aea10be9bf754a1a6e0538d1df3f6408e9eceaac2e0cea868b40c5fff12c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:53de5c7759b3b0090ea994db28ab745c4635f21f44266d5665076c5c2a553468_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6d99d80ca988aed5a3cc74e6018aeda442f0c5cee4b033d13e9e6995b65a5ad7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aafdc6bd5cefa7443745fa3d40257b3df385bc09c1874ab34796a874273a21c1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5385dd16647e876699858b01b78bda82d769195e7237003621dec0c17ea7486b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:8d82b00af857b1782bf0d0531c76b83c1d05ffc8d8b0ca1a730958226baa1455_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:93c060c1504210f495bc301a123dfa5e36ea87282b8a6d192f47c8c8484b3172_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d9207728b4fbde7442c8b4a9fad3f450b7e2c6cf0a5bd203259dcc4e94106d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:39c30a1eaedbaf0ac3ab12323d80529026bbdc878a38981bad392602cb1ba438_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4095317e942f7ccda2d3d8a5632683cdc92984606f25a90de944e47643333019_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:873761b15f7f5e975f8ca363e088b806e393ac2a78214a29050b3102cbb04df4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c92ef1fc3eb4dc56767923a43fc75ac743c13173e2eefc3c06eb762a38a08629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:723b1caa7724b4ee065ddd187e259b4eeb95ca3da87f29d5e51f532b3c29dd5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:79bff52cd5adfb2cf36c64fdaababcb0fdf4361e9bdd18b51cf4502e2413354f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:89bdc2b084964e95337d1b06b7b3e74d9070e8da7b28ad34dc53bc85ccc603c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c022d71700d942bb819bb1d489925c1532c1db71a5aaa268b855d678e8ba364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:120b1cf4552db536915c081e92372cb83aa89d21a81adcdffe09f2dd3ec5f43c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1b574dc3b519ff20706162d18bc6c2d9970b0ebddc7547a9db809aa9d3eae74e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3fad488f56b9dce6d9b6627c6deee5c2230287828dc53b96d5d5f62943b57737_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6c069eff3037f67444d6ba193d1128e064c4a335fc73b20d6342b8fd1ee05107_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:25735783825c67f2abec0695f666552f0838f10467b027fa1e475317a14dbd86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:417170e3ef223badef0bc4702874b350edb0542fc54f2d85301846ef4d48c1eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ac836331535a29128d1cdc88472143227965ce06b994072a39d407121f49e613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ec16051b9ce0b0a489a8b17bf581b0799cd5ddad84b1786ba77322cb9132d055_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:13b9c3e4c334cc245c11da77c7ecae4759986873fcc134e3a2901d1979bd97dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6926123fc26183a63626f4f33921e2a24cd8e27f6f2bf135c80f1e45a3200fb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b614ecd78191da979aa5e6de4904c4b45d71fc0820e2e9695021c468ab2d0522_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f60d781814b6cd8ef503e85c68d1745af480fc6e2d74e2b52521dff292e1748c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:40f85dd555fa6fa8934f576e5a5cc18df64c4cc264c9c44cd9b260d82e7690d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:92d1062b43e34737bdd26b9ff74d92d43b64a699f1e2c1275ece8f6c9b1478c8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c05dd77c9c641c9139e761b88ad358023c6ba4221a6854d8b0760732889d58a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:cf9e05f8cbcf5c64026e9dbb830a9731a1404bdf47a52563f61d07bd4a51bbf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1482e83688d25af51a9dbb93b52e652d95dbcd7cf4a0d9d2c9364fe0f0ff4404_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a78e4acce67f08cf4c2c48ade037c43b358ba69f5a1ef82cc5f94af99c59555c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b4d0b3d6a24b94ccd6605b1f62b2c60c208959ff5194b75d6c25d54df7137e5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f592d769515366401b273d9b22def9660e803b8a560496015f176d13371b96d3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:279b255fc3bdf326d437336ad9f8d391f02e7c934c160886339778f057df78c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7579da643df10fb9c3c5784d5e06b3c940a823158b595de9fcb964a8d69f215a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb2f77f5bf96fb99626ad02c0f963a6c862c04a7a7162a1987426c2a94ac685b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e95704530a93835413e0945bcf4e2e2473fae5e1257665f5c1ec4b30b36e81eb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4bf77f2090c7ff486b87a86cb2e619015d7e1ee3ec31e3a825c22154be80738c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6960a4e7bad45aaac838b0497a2503e83d3786ec78be154f44567770b82b3527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9438d34a83326c0fe5f167e0568349f931dfc9646f1c70da69409e350875ea53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cf4f62c2815857254a395a0034d68e3668cac219bc2e08e8a9e130034664a957_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9b3d6981af468b90d62f63f45a22d2ca13136f81282b971c3fe827a9183025eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bbce40bcd762ed1eaa08e19ca0212121a597c5c025305a552c1d5aab32c867ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:16a12b3a4a4ce3abb27fbed591e2742933d75ca5fe4a5537d82361b90918773f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2007b429c7952661629067f452b4a56c5b0b6f7b4755b5a7433c1b6faab6d419_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:957530099959a421115260f95ade7784c64b942916a287cb3546cca79763d55c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:975a1cb86ca8e2894140c93a96affde0efa449c772043420886db12339aa820c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3233a1897941a3b7f05ba46a8fdbd150a2b4c070e443db362afe2bbf7071957c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9b55075cd3a91c3f18c6c308019ff67dbd3d38f39a09c7e9a5e48608ac908b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a9bbfbf82188d91ad574b5896f305c4d7b6d8490c8920efee82d2bea49d0889d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ec5f445423fd340e1233722b53fd083b74da21c9472fa768b175cfe6781e2afd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:103ef4d88fe1cf74623a5a9cfd0de45372b032b4b12ea3a8a909754acb2431dc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a366221e21c5dc12c9df861fbdd6bfd4348a8c986bf43e38c4a085be7cac0600_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f264663a2869319733b39c90b352ce25ccb35a15e4b17461e4f74653362c4e4e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f4671b9fcceac63a6547b544d189a85c397e6aeffc6eba38d6e8b7073f258970_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2df3ecea77577d06ce7f57d8f010f3a39ebbba90e350ad9720b84ff6cb320a4d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5754bb489b38e536c93264a1c9c1b68dbafe3923cde8a748a4b9fe87b759d097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7c31e1025211affebc55acf8cd791b0d5240728bfee060914d130091a664b50b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bd7abe39caf78c2962a37b121a293ef9179c95a5b30ef531cbce7483f3dbb108_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:421e53acd2e915022755187916086964d39b2f64014deee49c2e19208f0aeb5d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:43af0818e577746ef7223ca5d75b90785078c290f5d3770d551b9965d1706c87_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4759c35a8e51c247501a7b920db373eb6bb3c22ee2a712a9030c2cbb975029e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:905a175fbbd6c3e81dbcf8c9192841984b0298f06666168a26cb27babe1e2893_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3146de9d4a8b5c98d8b9fdcc7fec4392f1591723948be440897e6ac16353b096_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b70ae04dc8f4096bc37bfbcd02bedba1a579fe133177f674607f18fbfb3128a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6f45aa19891117b7dfb96ed1d5f95025423f62669549fda2114a889b80dca8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f9d547fb14df2df02bdb68abc2153eec1eb42cccff0f706127ec01cb82d661e8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:30b8fd94ea4d909cc4fe3a4f21dfe44515b2dcfcdcb7e5989f356ba5df164c02_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:798df44d33c1acdb59938fdf4d0251cbde8cc47aa6a03cb5b3a77160344d56cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0730058c0266867ad428b19054335ae526e0d9610e68256e6e921d590b3bc66_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bcb2922c665d069fca260451b5366b8c4b04ef82bf491443496519d8f15e34b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0fca8a8cec5e7313576d38c866b7f310492fb11fd94a93d6ce8fd311ee424dfa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:494ab165f12ca1d2547a13424dc7a5cb8ab74d5f4406d46a21d944ab49425ce6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:51dbf8c399cb661c59eaf27c7fca8a08fee8b5651e1a023998f16e4c87bba3a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d7186ccfabcfb1537e42db07aacb004ffac5d893e8e20f1a909176952c4ba00d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03d45c9ce7fa066c430b348e05cd3560ad596c6fa93f7a57191f3adad9ac71f2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:17014fa590650c3e7c49820bfda285fd82f22b5037a54c6929c3d5712a516c0f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:811be7a889fec8a5f7d71c4d77e2adfb2a1928fc01fb7d4cff316460677e9dcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b694b8c876fc29c8090521e7ebc2c02be88c9c811c9c1734c79d524baaada9ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b672f5cb7e7103e1304c2826ef5270e9f47a137454e80160df8414d7e72d76e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4ba97de4f8c46097b8179e1ffa898e0c4e29c96a9abaa96f5f8fb502ff5ce692_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be6a2fbac7aef6c2b49aa03843796a2aff8f242a76ca12c8bdd97a40f3b11000_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f15701dc03ae43a7857a1a82be879c9becd99209505e5809124f62f5056475eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:41325be18bb76aa696d2826184e898f49cf7f29a7077e8c1038632988b3e438e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6f75279627dd89b244fb5fd01a630511fe1e5692502f9fa639e43315be7e3cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc31499dc776663f8a98c401ea377b4476a3dbc3de201c079b326f291117ff2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d79804455341fe8ab02a0e0b869e806821462798772e007f03f8a75959debec9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:188e2bc785e371b300756eba797b8da911bd5115f39820369abcbda1da919393_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:22ef77cc4d255f6dec6a74666990c61544d82aa4541821a1ec2db93e3473657c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4ddaeed1f2c8c64d156a91bb4bbe71f74f590d699ea260d00fa29a7d01fe1d61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4380834ef2ab3a558c8a3bd2cc77341c72c7b2ff4888be85ec6fbd444d6c7f2f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:63024eecf989e5597f5fd2495a404b364ed9b7138bf835fb3e1d851a34d41d54_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cf27951838e8fb93d4f05a8f0b1ecfd7c3222bcef49e14a3dd6a6dc63d0fc260_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2f33e8c871add512c85505c2c5c81267e7b35755653532a20028e89f4b41c2da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:96c40575ebd38e6ca166fada51246e641a7d5e9c7b00bcaa489795512bf1fb3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d26622a1d37314542981e27eb616bb5cb316d7771c3b165921ba8b1c7470db14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:057f39bde011e55246763cc5604745d80c77918154ede243554942bdf81dd068_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0aad450e7e40f1cc93ffae16856cf5de5acd1662371fa8c62dc00ebb6d4d11c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:d7b45f165d249847759289f90b18321cbe8c0a8e972b51e354f25a94fe696f25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:77bd75b7bce7a798cdb11ee0f7d6c838e59236886567b4e5148e4afae3562073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e18c9f9197b6b92497638426e8e91e450c1a3ea7b95a7dc83645c66017980c3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c199b1c123b4f5a26754f842e9fb1d046549deae99856f5f5db2f5d1195094f8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e18c5c5992f5cecfb2c300b9e7cd3cf0b4175a4e3f4e3cd216b6e6effd875cd0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3f727df52b4841d8b90ff625219d832569463bd320f49aaf94a9c2d706fa097a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9e60e00881a5e5168eace2acffa41c373b3ef02406688b03c69e4dd0656c7e66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b578298ff88e7cab48de60927a8e99f52d49791f271f08d1e5e8910520525287_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc0dafbafec45d46183b03f4a7a455fd1db3fbdd8d5ade284fc34c974647a55a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28ea872308ac7fd286f001ae55753e03dde674cc8c58df264a3a5c6a4833363d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74f6e12dd81ed0c63a8983845a8a3295213a6e153de12fea13724f6ec8ff40b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6095b8baa4b32f6915ef6ffaebcaab125acfc2bc23006d23b8be04be7442154_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d1a64b53aa700a69821c2b3ecea10d946f731831b203e4bc65b7dd7729452195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:91b2e671c9ad506297fc8d286edd908ff2277289d108a4f32c3b0202bdad7b57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cfc8e8522d3a427627afd3a583e729d822789a3f2fd68998a9fc41292df76bf5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d64450c15c629be398fc0afb54009c60c151b179ce11b43906c86cb41f5a8e07_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f10fa7d1184ad4027ebb2ca7ddf6ea2cf6da59dfadb6c38648d056d4590c9229_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:422bda8ecd8223d19a789e4816891f390083a42ff728510da58780f348ec9bae_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:82cba79925fc340a97d23710901b1b7614256b4dbabbac0593349329f24f3398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0ce3b22f42ec19f8c3a7556f86cf1d8e22db77ba5ba76a29e092e8ba7c8c7dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:82565bcb5b80c75af9ed9f0e983c8398da358cfc6205bd0f3775b04cd69c5a1b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5031301ee1ed68874731dd460ab27fbc03ff766fb23de5020d2d573ce075052b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83875dec4ba5db73fe9c2ce1ce22c955b42d016c15f9d8c731cadc17751d5aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:13b4dbf6a7b7277b63decf38cf089f68d966cd9d4cdd32022b73fbee1ce06b2f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:67cf8b8c4b55631845879ef8cc579c2e7d96a5cd4af9672c83909e31cd3c29ec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed626dc3d32cef2787174b38a232bb53dc07cf19136a7ae0beee692049b5d27b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0362f5ec213dede171befb2aaa43343740099fc8da8d3c0d1c96fccc6af03ead_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c690ed0c141b642514226223820c5465bc26a226a25ad52566859315dc17e529_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af375fdef09131e75563f66f852da9795fd5b77ef66b36c05fa7dd1353c3b34e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fbc8e638b6ea4580597d1104ae38ffc81dbf333e38afb12801bbe4a99e849a12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:54d79dd5b8b64c363a3b7e7263b7e00e377a0117e475bc2bbc48ec9f00f94b6b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6930615bcb510326426acf6954de5b732652064186ac0ed19ef7c683ce9cdea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8353b502a270943d3bdf742facdb7931589b1da1263e4fd098d64f7b4066e32f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e9cc7aa24b1901a0c41fc88621b231927a9d6e23c7f008bc1666cfefbc49df5f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2b74b78ec656cb9c991ff872d5c48ee63e08837e019bb65838b58b76325a69f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9acd8db14233af5629af6a3cce85c77fafa9edf89415b24f8a8a0cd196825645_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d3c6e9215628be3626b80edff5d736da1994ce1c3fa96d59109e3905c8f1ae45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e96b81626cf79c94fe32b32413ac35e80b7d2e402a11b7cf18eab33b494674e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25d2502817725066c052e6079e7a3b97b0c9d106f3204bd11e9acc44e23119bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a00c1175b615d99fd2bf862422a89ae4589728b88339662bf038fe263d675d2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c2029ac1677579e17850e40a0a8cfad726e04da464b85e6198d20a4baa9ebe38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d6b3bebece9fd9fe203615d5b87a840c9e89b64f3c7e7f3238fb43c52dd003d9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5ae18397305efad4a2eed774cb40ef4f58af60c0aa4e61441030e663bc34f159_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b72fa3e6f7e0196c272efd6fad1636ef1c8fac41c4aaebe29a2f2f0ac204016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:380b09da683ab9d92e2a7fed1330c5f53f5442d821b0c2539bc486e508a71936_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:eea07bb25349a5ed26392ebf22631a85ecf7dc6a1a30afafd82a52d421a4f91d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2229a186943283f30177609b442f15ff44c8ddec2362e5241ad5639ecb0572bb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3c7a5f31b3f53a411cc408e0b47aaa53ee1a94c70d11694d96a2bb1854ea3456_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36ecb641ccb0e3a8561fb9953399d0362e780bb6139d0fbf2467dd07eda4145e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d262d5f31a5c25d0ad001f403249198ff5ea015258a3d5fb68407f25996e2cf1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1391c08df70a95ec9503a304a4e8b28c72bf9c8ddd21d8f9fadbb85e225587e9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aac37ee093de1e6a0e86740c3df8c355fd5cf48bff2e01e58530b145e165221_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:600111a588134bf7ea5f6382d6c2ddaae073e755fb949d25fffa2f97f5ba33cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ede4d100369f2bd01f79b4cd86c50965d091fd6f582b48369bcc3e74110473d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce81fe3c0b36fa3a950406b93c5f1a924fab92f726da76c034c332c92f1c407_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:522b3603a3ab87dbc1f9fa4f9b25acf2e22f7a751eacb823feb18279b0024e64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:94c56243f3a0e50d1d42e0002cb84797b9dc9d23efb6a12ab33b19f1598940ab_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d60f1c7d0b30daaa9e9e8ab041c63445e7bb7b6132f50cd7f2044e538436c64c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6e358be14bac6139b40ff8611c6e3394bed8517acd5d4842784dc1bb404f52f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b32b90e8782b3a2aeda85df6970cba882f656203be6d16106a32edde563a83f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dbb674226e46dc1b62076e4b1e62fd51a82d01ad2c66c8477e7c01df44883d35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dfef9a7b3d43a60b5d6a1ef8045ecebe3131babb425a13682d5b85686433ae3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5ff979d48e835cf602e6172479b8de0623422c888c6a527302b2e8554803d2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:760e4cb453e352e233a68aeb0f1a7f814dcf593aa4b17523123c608838a3d604_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b923a9c8b7a77675531e568bcf9617ef6d4e709ab7eb7fe1ddeeb172b527b116_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e73bfa631996719e021e45e631841247eb24f980fd63290febbb80698b8ea01b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:71c003246622f555de9f8e4ca590081ad8b4447007b1f0518538cecbcefe5ace_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8c3b65caf0926ccc50f475163ca87f38ec81113d097d4a9d14da686200fd0150_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c42aa746f6c61e3ebb5a4bde91a735ae328f14e61ea04491155b16fdb9aa69de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c9141a24d2b0784aec9fa49704855f7b4088332ad525ca5f37e9f7a651431a0a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2af58b624976b9f8f829de67cd76a1f407aa556488885f8704d7f85a6467d8e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ab1fcba91468a694671f15db52706095f2cf5a8fcd055feaedc6b406bb509e02_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:d654f8552f8ff123794b2bac1423e9d172547c6759d28b02eebd9922611f909e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e3e2585f7a5216120972806732d252667c2707dfec2bba17b7d66a846218b119_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a07c9e91eab3a79552db6835a247558371446dd9c71e52316e1d8a543ab1e18_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:605c1654cc19e714bf1b8d8b983cf6cef9ef4ffcd4a5a829d1a0b2ec74923cfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:de6cc7256aba2ad13423eb60a2fe69335c316a1a35bc3ad3d583dca98168b2a3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e9e323ee37e43e7d6b07b1f250437422cdc321f204a4e891b3998b8a5a52188b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7795e52031dc780da6b331773f3a5ff89cd64027816afac3edbf0db9aebac896_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fa3c364d89aaf09867adb992c7b643a9c9e6fab34bb037456404a285e9221da2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b9ac95190e40bd81fca9fa2848a675b524edef0f3d73f469c644641e52cd1f58_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:df14ef8a3939f2e02a8052ac17ce00b844f0391563305a26a5734e7c215d40bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0977ad9a02d00c98e0197f06e5fd34cba79e6195ff6608bc593149212f2cfb3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0e03292077a1e98cd0af13c4954f28b33c14f40dcbc786e76ee2166f87f5e5b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:da002c44b64d7fd7080bb830048e14b748df1086b0eeb9307c89126073dc5331_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e758035655da16fe2cae372bfdc6a4d4c911aa8b55eac8c3da83f5769d385c2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d52f333d0e066802787d1d9f56a6c3b7bc5946864c1b4a2c249a660ba12c74c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0325eddd2ec6e5cbaf79575c44dc3541da4e61e33dceead6e93d599580ffb03_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c25424f3e6fd22ac84f6fa3689b6e8055fe3d7fe64046f7772994a277141091a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f75102f7c45b6d0b6ef939c94d61901385bcf5185fb085746ecb207fa79b4af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a9eab5f451930acf14cad5c99973f88e4f4850b426e24086ac6f1e6ba03ee57_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6286c0a731f028d5b4b14aedf5e1f116eec94026c177d1a5215b96474074d404_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c96ac4a3ec4cd666a361fbe3f76fb92a601d38c566bc1303859dd20426d03825_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e2600706438da5d16471f1cd19aba4712c261bc29b5fec9dd7ba9be778add0bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5d0eca7c6e735b2cb0367543088ea9f4c12465e5adfdc6e741197de25c7f4317_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70490327ca3ed82f44d333846019b65a72d6fa276ec3973721e2e0fc2e4a3471_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a2b5fbebc3a5d756d09346cab7c2390a34f4a3595fa2acc93650233673e6d8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dad1809a993d86467d1b8a4a4bbb010e9dd50848d3d6ed1d563b74e8bac306b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4664850633066fee2671b763432ab21259df33d1ab9a883674d1ac1ea243a783_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b3754efefd2074fb65f42ecb37681ccb380e8b46e7c900884b9993cfb36c873a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d4dff0998e4a9c45c4f32d82913d1b312059d3ce7b8388a804e7b6eeeda1986f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de0d4563044c6a4bfc4377fca5c855099c80e3041dded830c6d95cd37f0bada0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:54a6ef85c2d79ef9b2e7114200d8f7d58033a115105be47d6395c3e418a59a0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7ac539d8a4f82d5f7ec8d993f69b25657a7aca5ad2b866c55379e95bc4bbd58b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e3ba22bf4740e61d59bd3abf74534d64cee3f2130dc86167b466b4f83e06ea89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f06e0348cf323b7bb502f53d3451aec038b741243c6b0ccaded2158be1170872_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31fa4df80aba35ec3c17dfe9ec6939d556219701e0545ae6decc89cd6ba79087_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dc747224fba8c54840448fc3bed0dfa7da305edb68f8ff31f32ddd65cbd9e12d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ef2dec293756ee1848196847cd567610ff13d84af98aa357438e411f8f04d0f4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f399014446508b1e62f940960422ec4c3a1945ee44c5de033bad71c69e7e2a80_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0454606b21577eb4127f7eff4c7334041f69852688c9db7660e634c2d450c754_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:552681163c7b016ba7cca547d3b32d50e27f9fcbeef793ca52e9e64137d57fad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8217f4993b4f563cad1ae65f14973e5c48b7cd3b2e1f15f1edb86af23590669d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:88c776d559c461d187cc0ab24c53849629ed75b93670cfc90657f429563c7747_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a32d5f819ce5430d5ae60a1e5544c8ce3673bcbcc55674a416c80868784b255b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cfcae1f52c6bada121cbbd1c32c9700234e450aa6ca1c5e36cc756f983deed88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d41100db39e0c48ae96ba18846464e29f0a1d708c0286161a854a8babcee4969_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f3a2a6ff9ea3270109be761e247e7f5c766c86fcb194429b01339cf8a10482df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1367691472cb18ec477e9b603d90c0f296539f9f56d1355b33e88e3870f48b38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:52481b7110d707bce4c8cac15a13c69ec49571a3c6e380baa0eefcd84e4756e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b75cbf9b9681450890755eacbccd47a50cf05084774f186f5ec9511fb768aef2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:be21ab62f23d567d9eb38613321fd1b39b1570c2679f2bf6dcfb6731a02ec7f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08bff4152f4dab00bb26cbb7fbe01c2c86cbf4fbcc9a3f9e6e7227fa77009175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5a3766c49a6f04ce3b5fb57b8d4937a1af276b02e2bfa7859ca14b440cc97980_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ed8b4195d1c0b5001fb2adf8b25c255e77e0280881f6854f971b0b9d88a2542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c6ac5b6eb2c87291f21240c30bc76cc30e924cff6ff6c091df38e25051f7c014_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1d5005be192459382a394b0b062907226fcc3766109873b5e86b8213f0e4c992_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c4eca9e6e1d1736956c4c27fa1f873e436c69cbb0a734fb154cc0ea64a71b87_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5cae0781bf6ba704a014022dd0453a29b3ea190862a3c2fe98268e3ea12d18f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:81dfef68491c3f05631779dc90d2dc3f02d6d6da0d645e65fa8df19c3cd86116_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:01ea7558b01db5a4e188bb15ba8d11842e0070f627bab87b67adafadbebcff6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29f22cabe40b913fcb175f7c4bdc4553cbb91ee14786acaa0ddfb6f87aa3aa7e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:47c4f9a6f583d6e324379fbc075dbf8888509c2d9588644e6c452837d805d071_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c636e1b9dc7345f148113f901972d3bd3cbb6149ca01ff5333667fa1914a7067_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4e752b9c1c07b3c544e0f8d051fab8a7aaedbab95505865d491afa69fdf4a469_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ae94eee7b7817c819532109a8898e5a34ce4b52bec80d1a7527c61fad88cbec9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b7f29c0dfb5fe352fd467281f0d59557b25059c7dda5ea26b21f226a3b5d47c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d67978582b629789eee711434bfa275408bb393fc47a65536879f2dc5c9bb6a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0cd4d7a036011a14099f95ed4300a8283bb57619d3418df088aa3a50578edca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:49cb012134afafdebf61c90b88577c506acfd9587f3d029c56c81bea822ad092_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e17dc26d79a7e31ceeafd02d2c54b0851d644c0e13a1a588c4974a20b1528f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:84b8d2487f35496afe73125df7e2e0e244dcebc21b797e5915c3ca460b0164d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6279c7d5365730a9d8dcb7dd229ef373d17d075246d39688d40bd25a3ac5d043_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:429aedc3a35c3243db7f678e63402922be8103239cf00ccebc43f57d86b103ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1be63c1269f8a258033c21319dc52a0b7cfc8ea7102701ccfaec733e7b910f28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9916ba13a061d49f7d2bb9798af54761714136d700bcde1b93254d7bf5fea43f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aaff58857cda41533c4dd1bbdf97a7f26958af4b0265c78ae5fe12cc406a5432_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f383dd4155ed57263e2f15f1d985d90a8de9c39eb1b337b81522e42716dda6c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b214d1a9e3e8fd6557a4d04fa3216644ae7fbe975214ad1b95cbc7067d25161_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:16784c2abae0b4b7e8c2b6cace88ec36a8275d7a19a9b12f53760d75ce2e5c57_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3a74c2cf3e046ec57ebed042c8ad221fb248857d437f87dd85b9c1a01baf1b4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7d0b0708dcd3141c39af363fa99f62c1f223b22e2c6ea41ed83bba8dc0eadbac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4cde7311de818660254df01cef2a125db9e7375857cd3b62bc23062d54c67c32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5934d8ace644ed5b06aa1517da1b289561f009bee268b33037b78ff73de3780c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9b6dda89ae954d891d2eaee580ce6f51201f5a46be9b39a9451878d37e257252_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:eca61a182d0aba2f33b8f00fe022dfc4a00ecb2c4e5871c8e3f4047ebab2dc04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8037e87c1920aa7d2b102bed37458ebcf6eb09737462fbcb2ce9a41084b3f018_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:82bc2b7b816feb327ad7ec25242423d7e29602397269e282e8f2061fdfc4d64e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9ac8720658edc3a705c28da0a04e3151fe9176392cb21a8b62958c6b381026a5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c5a9f18b32b185e292bdf42794556e6eafe2e52fae9c704a6937450d02126ad9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2b264d8951213e3018462a72292a6b30d583c8f06daf5ee241f94e16d506703c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:51114051305318867420adefd426b50dc61da07b3b8a57a7742b6c5617160203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8eb99577e0664af39d52436f332d1e39e6b2c01109fc3dadffe1a08e3024b317_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af57ecdc60cf066913e6ebf0dfef400f0a254b5f6dfd0aa31d83999265b468f8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7b119e3bafeb462483245c1ff17369a414ba505a8b79f0bd9d705570ed76560f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b033381da0d7c334e3aaf46eab74fd4e0966c86f5ed2a15619e2e272fe583ded_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bc4a300d46d76cb77e41b9b8bb114bfa4a74cc2adeae20a817f82bc51c7473f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:defee96610b0012da78daaf30570fad7c7523b2b27f7dcc92c43958888716720_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5911fcd0e272af7c840a47d04413b24139fd9c619434546b13298e5431e3ffc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:62fa04c23de9717d83f539a2173c4cc782b26a92d77bfb1ca56fd70f0a598621_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a58862a5df96016de66cc08fcb3cc26656178b6df316a209d04a6a8cc8dd3271_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c7bb30e8a7114547a17b825de02a377c767bbc8abcfb3a107b5771f566911d9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2b91597e92724f8e19b366ef98adf4a737dd38a1af3558d6c096a6a2f62f358c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4ef377dd4de22ef38524f823efb55ed5680324b20bbb6e8dc01635548c89c563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:517435307941a212c321cc125a7a065bc01c3dcca1d48d1f406eda581654eb35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:587bf89d7be7d54e962ba19e650799bb01a733899023eafdd312bda2d24aa25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:07dd1f6e2866eb81c2d5401d96cc41aa53a07332fff1f9c5957c0acb7d795d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b257ce3ac403e4b7e53cf4a0708f12823f79c4a11e20ac24a988298a46a6ef6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:442cdd9fe2eb6473a3eb42a07175ef51d189e1a4189bc3c2078dbeba46d04428_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:59d149004ac912bac883e47a58040775730b9fe35a395b66f85f11ffadff5d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:37e902dbc5732ce27e4499eb254cdbf134521950f8e28ba4c8bcc9cd1c22e66b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5de8525a5069ae5338d04c7ff67ab6ca455ff85be3653294ba0c833459af9bc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a3a995d8193b4e2292d94d3d3868860e5d189f6ad7e3b53470258b837a9e012_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b7284872aed97dd35b7b233c8033e01b6b864c4073cc80b49c4b40d6c576bb8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1afb07b8d4e82c4c6ae0c2aa2cbde892102c0862a41a5a1940bfa07a2aadb95f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3af69cedb03c410faf9169e26013dea148e9d8b7e5e9e9047c89a06b1913ccb3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6cd16b21890ed9fb0831ec559bae9767b4cb55f73e96a1c0c493c4de2642b1fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ade221c9b8a46412f4f2ccd96c0d4a5a9ec26e29c1475aefb83c55b3b885794a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3493f9658503d0009fecd61332bede316e2877d2f322c18580acc2d4149e1390_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3602ae83bd1fb64d4e48a111620905ae567ffd915a71fab0da841f3d92889e68_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6dc4fb0a3b2ac5a3c1bf76e1a188c829e45adb16376edb8e147744721415c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:82aa9a4bca8f2cd04b66071849c6fa0d5532e51e637ce09a08d1cb2a3a454311_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:19fc8c9512fecba33b1c4531db3d85e8263288bbfbbbbc485539a296aee55471_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3eceb25631e82da4d0914ce3e4b8f803659b84f9fe880c6c0c99a0d7e7c1b3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b5269e0b5de55c353c7b624e4c0171b10f30696953d8091eef6ef7ba7f0e9b6c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bf38932b81124a15686fe3e93f1f30fe99444765e7840983656666558c51e070_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:236d45e01e15eebcaf277611baea29a066596f9f890adcfa6f9248142e375c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:763e538fbc9aedfc84a1ead6db6342fa4fd4aa2e2f5a7689ba167a4bfa907ae6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:96a1955f94b86f41d52305cf43753dfc9977722d3a1f0f4b1be6411c9dcda2c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fca2ce6e0a8cad74aa81f2f2807df63d35ca7e9d8b28b18e33c926beb90b0377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35523b68f904b23d744cd799e7fe04b24a03bcd507b6caa657a63d2bcd8b1b16_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b39be2cc9eca4757f08033ce40237af2ceeda16ae98a918434f08c004f3927f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b45d311bc9bc8c7867bc6848e716b4594ca8f7b80f04724d0b652914e1b63a46_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cbaef1de5ca28f877a692fe4f050fe3917f35149416cae6433704085f68a4e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4fd9b39cbbe283c025a05b6343bcf2010b3ff4ee8ec7d585cd5146761d37f548_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8f7ed88b7cd7eb51f41548b1cac3236ef1d6204e08440ae7a6e20b960fcfba98_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bde243eee4e9047c42c3e27139b3d5634a1bb5ac0f4b83285e4f3e564e1de244_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ebc976489752658a1757d4b62c75abaa2607d0a67ef25dcaa93d4e826f91fc55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26081303accc6cc7348c924540a4a240c42ad01af0d7875b92962beaf88d0ad6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4b17e4141db4d6d51a2b16e42eb12aa240220d4dc9e360ff92ce8332d6314493_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6546561ae012b5e2a3fd723f76bd57e4e7f4ed893c440b218bd684ec71e2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1c51b219971216291c873c6f2272e9aa1af3e91af606a7e72ee15d84914f12d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48a53f673f4a71733d2ee26ea8ebfa9297f541e383feb5f465777e86fcf7bc6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5afbec6b9fb931f7e71df2aef8c5f2a2aa1fae14c0779ab275bb9d7a6b5ea916_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3e9aa93c4a2f1396f23300641358f2157e4fa68408f5ac50e06dc1d5ba28381_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbd85d81d9452e08efcfc7c9cd2d131045d8e33bfdf4c57687377b5f8d1da762_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:67f91ee99d0d496066c65fbcc9855fafbbc0bc8753c1ea29ec19dfb978d0131d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8013891262e80780d9914e393a8d91861d1b14a94e2d4f89affd0e299a4f5e66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:85892745b4e5f5113db96c7bcab15c11195ba53b5a059f57a08aa3830e83c975_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8efc4f72dc248944dafa1d0c1113ef28df5be90052865f32196a1dde6d13e314_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:21e210d64d9536dccb41d5179364995202933f95e0c8221af06a0f52360be4b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:949ed5dc1631298aba66a726fc3cfb6473d7203f452663786cb398a14a5f6a88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3cf0e16bc1208625607b76af54f3b80c5c7e103333a3f4b205d1c943c328266b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4134edec41e73edcd77b04ed8a539925f3b81f75661ae2b33dad08b2a0d5f2f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3986449a0b211a89c76d583c15178a75ef95caa002fd3751ab7c01122740ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4813d400a6f46477e92449d1e4908c7bb329545c578b09b519ddae10d0623d21_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c565a6990de02cc0f223060fd59bcf99ea9239a2286a4ac1212fb859f0bbc078_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d26f27237c1317f5ac5edd5895263e7809039fdd77f608395b4d11299f79b857_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f8a514769d3995332c660a668ffae9018f88ebbbb94db89109fe62a78bb6a7e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:757fd89b154f09f1115ea21b19eae895831f12afaf77491815fcf229220710ad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cca40d616806de4c1cab0a9d0e54a614d0a4bdba7b0dc49b3191d0ca6218a4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f2e12682e00bc8c041d04d4c414664eb27f6e78fd42f2c9b8caca079fb72a3c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b924a823e9f8399b040ea016bd74e7a6ce04256c662a9226676b9ad06bd18c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:747f9b6cb8aaf600bed84b80102ec5fb6e614c549c5edb07f97e4678daf60594_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ed6318e5a1e2df043166879a526549ecad1cd62159a5659ea2fe201f4abd798_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9574167a857bf207def2891974ea31a999dd5b163c0ebc9a268d261178803b73_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:45e3755a7d823d3c47cf092809aa13808b05dadeb49c2d8965ef7dcd1ecd51a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:888a7dfa28959baf2c21b20048cf69821e78230c33ed18c430940649093f60c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d36a332435642bb7099a06c8fb3c27e614a19094ad6a727493cb1524dc64c5a3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:dcaef959fe0a2f2b80577b0d2d2802fb922a48ceeb8f1b552e11ef0dadfc8efd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4aba6f6d0717910e13157b5aef43633ee8359fdc730df2af1db0796113e327a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66fec0af1793ffe236208f8922add7344361185eb6819cb2d655c6941de28d0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854d5562f0da86e02483b9b860c117fa0553058ff06204b4029b1078ed68c2cc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ef3e2714cdaf4dabc304a73d3867f6a30ed990079a7dc82935cd311b6298429e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5a47fabca2c5da103f2d450f766b523c11f2d8144dc88116dd28ab64311638ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8348dba52b0b908d04f35dbfbb45272953f59daa95da494498c89b1f13a01518_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9c4c2c65f712de6e55348896b2609f71db681e98f70dd26380c17103c168f2e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c9fb883a4258dca7dc277774721df45548564f1bf02db259d10eb28030312b5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:25311111c8f185636cc6c4c57fcb593a4d7f80947112d026f17b03e1cb8c5836_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:279a1f40f5daf3dfcbb6ae72d7b34e1cdea81c93b8f26934b0b75a5691768488_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:73dc60e6fcd70afd3dbbae8a5a3b0173b8aae24c262a538985f446f384305b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f83b91fd2651513053855b761ecb7123b9c8bfb283b1b05ab987563b24296ac7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3c25156b45ab456d86337e7943e2499d56ec59e9df06a9eaf6573d00c8ba99aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5eedefd980085c0d05eb99404d84da557aa1e33aa60b6f8dd617e6c51b7a0773_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6408fc9ef2d5571e6b6139e460df943926f8f61d3f02ac8e29b4ebe2ac1f987a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9f22b0754b61e971e65dadcf6b1180062d05f0512761ded6d3c72740ad4685b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93757da9f7fbf6c826f1310e9a753daa86cca4a7d0a307a7605db692d679e0c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a3b6915a30075af8ae31cf1f9537b4ff2edd806ac3b9c2aad2c3d0122db24384_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d6e27f0f7452d0ec0445608ee11904987ed62e79ae5b501c8c548b3140a72916_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db47533315f708b613985393aebd19f0f1be0553a8a84f1ca4691a6f80fe99d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5cb51b7919e67820591dc9be361dac3ce494f2ffec55dcfb4c62cf075ba9928_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ae934e2c4e03c385a8f14224992a885b0906953eab145f46f920895c1c563dce_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b0dbb59715d1fa2ad7d31b84fecd58695e3e79d1cd975c9d1ddff84f79aed5a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d387c467c14234a2edeef2ee4e1d3390b6d7f69e1e7e3ab4fb5950c0665e7e93_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:12069b4c9b06e21bceed36e3a6ac286441ef97700a121b6fce5164f3f9af5fb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8b999d1ce029714eb21675fd185e98bbc285de3dcbd34d8d78d44081101c5eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb654eb3074962421e67ae133718289b8dfcacc6969400a2cc33a253a97f1581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e4457eae686f5e2cc90f75a4fa7cf56157a53937d5cb0b33e6bda1ecb136ef23_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:57a99507c82d77541a982dcb0be5f0cdfac612ed37649d8f870098110ebf67e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f3a5550a636594f6f13f757f7cf9c13814121da51aa8e91a852643d9a4e188d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd2f3a5e7d019e00cb522644c3e1a2895b9d77e7c4510194cb954f74f6bf695e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:af0c64434c0ced75ece447da614e94dcb92d11f7fbb5dfa15a4ab17fd05d87b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24b4aae7d576407c88c4d2d6d200ec98aa762e1a032ad7a0ebcabdf63f5767fd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ad96a37c03c7af6fefc4a4e34b67f993267856ffecb586b5099abfaffff8e59f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:de86930b332a89f7d532adaca7b1f3bdf99db5f0d16c8c3cad0ed3d287442b78_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e0ed81285f6e9686d820425eb54ccacd156abb8adac762b4ebcaa41388a111a2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:233bd8980b833b554fb9c8ecd6e9fb6d603014fc61292b8a95d471a9fe6a4d10_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:56a429e6debca0139cb61b640a8cafbe02094b3a318af835549003fc7ab1aedc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6368603a00885b9bb3992ac55992580311eca99688f9f5ba729837d670235256_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9abaa144a449593156337eb1d254d7bfb668b118f70497f742bb1c72b5890af1_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7c6370e5e97471e0749a7d0bb9555e8eaff2417c2601ab8d2996d4680d714175_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9ecb3b970521964eeed97e09395b6a1f23d4fb6fdbbded445579b2d3bd4061fe_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d3ebdae06c35615bd2d80a401a3cce9d162f99b37336baf5019cb280de5157a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:40b315018e5a869a4cbd0ac9723cc224602e1996e47b8107f60beebe52d9c6a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7c35b7135bea1c52e42d9963da502b94a99491c6231badf8679f36c6ec31aa7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c3967d2858405abe1a54cfcf8f2445e45dc7aef7696c21cf96245c0bb4aa8834_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b1e956fc4592be241ff00c9a5e159b6c54c886062e20ea2d2710637addd118_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bc60512167cd61ad02a367888bffaf9ae9ff5d38d2710f8b084ecd5fd5865ff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e189e287c6fb6d208f0c06f87f80d78dd7f0f224f1690c57212c0431ce42039_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5449039f33a2f0c68bd22b9ffb0f36629d2bd5650334c648ec6332482fc73adb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea27513cabdb48624bccf772ec7657f21f625d034ae16afd2ed87785c1e92c6d_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a7030ae2f83595a38c507d43a11232d918988fec2a12bd7bbdd048ed1b4706e6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:acd1f4c3748eb6189d59cc41da282a81e8949be659f882e241e01acaa25cbdf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c04a807f8759be6c847c8f6abc07d398c781563b216abddd198c07ae32c3c467_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f451c542472d35f555ba7e0ca5fe6ed5cb35b9fc0d915ed32486f1a0c7b361dc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:37dad142f4de244e37a4cc2b932ea9bab8fbcf7663136b59919b8d4ed4d8888b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:77e0f36aec56da740886d70e6e9e45b5eae8a4641c11a3584f5ec96cb4c12c4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c4c865b5de7ebf517d667466f7af1c3c2323feefc9fe456fe14b994914ea45f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fc741e6ba3a635241261773e48711d1668f5da1eb435a75db33163c1c4725def_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d84050334b5b19a7ee4e59009b2847f28543e637afb7dfd6c11636c54655809_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:79366a89c1a9d454d121ff6f24a3f7c3f9fee2e1441d0d67c7c5df9d471c3057_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d6d4776004505cb4168ece720f3cd383519c76c229c53bcbff27b4f62fdfcba9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f230ae41108ff58cd2df7460ddcab73a59309e5c7c4ca0c682992e4975703b0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1ccc1d63820ee8fe6e1d60ecad3019d4fd4311d19859a5ef4ab43f50c2bbe68c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a823b2c4412366f8c9c7baa25b6dd40bfad4eb90b98e2a4b064aafec740f9924_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa8dd4b7f6289107e6bb9313a0c3dd95fed0a78a60a3bc6761ba101bf49267c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d51643c52c7f7850b787439e79e69e7e15fea01d38fcf89ede2ffd5aa8a0a6bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2271a35cbdd6e75128ea40780dca8b12acff72d89b8e5edb659df03db2847ddb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:50815dbd8eeb6bb3de2c72b3747c700314ed3ca55130ffe6bf1e0368ac55a40b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:73459be1c7c70819c0a0b7ef2e41c4f7c4772e24eec5ae382fc938a873e6f706_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:abb274b9924c701bfd460bfaf347842aa1c6e6e5ac13bb67a6e8e13aafdfa70d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:192a0a4c23acf7745a9cb39db76a8a8dc351faf385ce96a51e3789b9f51aa93a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:64dd85148fe0c37c97dea17bfde5d6bd28651e85d38dcd032ee6a6e0d564f20a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98803d660cb292a0b19a91c024bd8615bb4b6304b6d5ced3230f164b20fa5473_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f14489a778119e4a3e2d24b85887b8c732d273b06ccaa1f3c47dcbfd593f4e5f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f7da1d39bf1e91447e1e88df1c5e804567619b21d4b9b6b5bd3986ffe73eb05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7f1abf185014eba5af23da250feb4cb6ccf36627eda3f383172b4ac24866285a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9167cb67240069de0d391f33279d036aa95cd53c4e90b9bea9919c1121f69a30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:99fb48017ba08b4218d540665c8a2c5020d3dd3bb49241a56bd136e5337b9c83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1f82e411ff1946e57925f552c6dfbf1157e623ba62ccfbdf1d4e07c3c76f24ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3d76f8f385f0225bbd4c2f123a1efb80014cbdc3322eb62122579c31065f2475_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:62ccd6215d94e446e9d72670658341a4f9410005ae77541ff628ea320a3e4e0c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8ad7ab11e18a556647a001fb94a1713fc73db6342d5be586e6b9c5cd85180b1a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:6bd70b036725a8a6805ec024cca61da2b1bf3900092c9990f44064bc1ecb7835_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:788240bb55c133461df4770b2acaf706ed308e53a3ade4c5cfc264deed6446e0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a731b7a16f277bb651b12e4dbb7b91113da193f13bf82f50c7f2a2cdf35b546f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d99f2b70242f93ddf6773dc339aa1bf75bb2ed1960816ca81206831e477f59f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:07c3fb5bd910f7e81a2c2493b02e87059a8dad6920524116e16ff1d022b9dbed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:778cdcf251d8265e5678c4ee2b9d639de4bed9fa8b649b6fabee24234c5e72d0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9e25f3f39d6206b8a0775db0fa2592de5a0fb0825cf953051f434df1fd71cb39_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a753f2194d3a242aca4fd665cd0b03fe424185a4bfb4946d227f46a9b1f62852_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0af94672e9d21dc0de6cd5be9aa989fa11b702be65f1fbed7949cf0e69a253b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:215ee3722e5f0e138c17a40c1a2c72e8adf4c260ea2474cb5101d674c4b20ffd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a5325f3d088c7a6a96d9160a7d88cc3decdfd29a12cf9a5e1b622412baf189ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b7a59b159989422e6cf5363e905c310517220af021844734c6c2d30146416450_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30d9b1d57b6f99ba33574ba7a98553bf889519f65c039c5b714342839b1067cc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:360fe7f80c135a87f36e6e23a5a129d2ae6696243bf6b448efbca03996751b91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80498814b01bae249447f70402a7a1797c04e7cf9fd7ebb478e12912706440d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:acc63986c28f4ca24b2efc2eaaea748841a1cc1ea4014a807ae7e3f894dd0bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:23eb83f18d9937b0d59a12c3ca2f62aca7f0da57fe56915cb59a1fc38ec55c40_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2e60091e466faf801773066fa85d17fb808d531112d118a641526b578719d991_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2597c6e1ec452347d977bca5077f9493a32efe388f4fb57b4d7f9865cb48e7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e6e0147dbd1c1af919da7d83357bca2d804de41aed0856d056bbc9394e8e4b7c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:079e10d6f1763da07f277bd857026175527f4f4474534f57bfc2871ef4dd5010_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3e4cd5cdfc5f0a7faaccadf22a3286d853e4bb75077c363b6887d25b7e1a5118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7525f9327f18f4a078fd04a7a3adb493b2b1805dc124d24cb05d2256843f9da1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a251a8c1e77b6b5d4d8979d4f8a8de20c23363753091cd6f9cc077eafdb92185_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0ca0593d55f379ee3033f2509e1692bd3e26abff765f8293f87c104acd899566_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7fd25cd3e54c7cd19d9000549696f9bfc98b4c5d769e3b8da83a4107ea15eda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c98b64e4d0bc04f56a84cb7ce0eade14aa6cc09ace700b296d488b97b8de1006_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4580275c9fbe7e7c4f4e41d577aaf9bd51c519f29e93e9dc436ddbf34c7d266_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4d3c07d64d81e9b7ff3fdde9a57fa6549f088e5a96125e91f3007116d20337e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:557e38aa7e4a4587275c7399a87f7d71997a455af38a53cd9596026d5cb41146_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9f46b563fd306679cd8162e0c275daa4767f51c0083b1210488edb88976d8839_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dcaa5021d88e1321f1873715dcf1380ad3379fa96d222abb9450d148021b6930_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90c86b3339418a8d201444592d378962828eda5c92cfe006785a9bc635ff5ba4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:bee2aa67de35ab4635b353061b6c23bc68c86aee8cac9cd1f41135e9c066f473_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e40130b1e2a74e2b4eb451df197248f85db457c4e50fbbaf8447f8d9de18363a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f975869178496b63072dbad1b51126f9254e27549d8c9096359e1ece529febea_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b044fedc80cc4429176e21684a6143228e95cb817d49df83766ef83018a4ad56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1872c649b93c8b262e052e39292236847a4bc50c19d07b86c8644cb9faa914f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d5f19e12c21b03fefe2fb73d17784dca980061a3c0a7580ce437173f6953992c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d75092b42069f043e0f39912b1c9800afe624a0d5595ecb9a3ac390c65eec7e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:25210aa51905881e5a33178421288cc589956b0802b0d3f0fe498bcd71f6998e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:33ca83123d3de585db1facc376a72c80fa9992bb29060c8d72a62b86a5f29c4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7395ee37fc347a402d6e90de9e18f67f2abebbb71f5601a3e1325f9c0e13650f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ee71d775deba549daa69545d7e1a5beca2805fa7d2267754fec57827e06a4d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6067a2852305b2419f685df3890e2eccf5b81a5f6365ccac369bd34470a84357_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f20a4811133c41d404a1b8a8702674d55994ea03009c621a21245fbef890906_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9221ef430d8efd74430db55d41ffc96e8f03284fa4ad574674c7563040f504c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:93ca5b2c341509449380a1b9fedb6e51482955bc0ec9805e3b3aa4ad30fc1c22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0a7ccfef1c0a4082ca3fe4c3cb93e514b5649e661e26ed42bba26fe346781ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3aaf87368d239c36c222536f49e675b0a36151afbfc637017ddfd7f871e192db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4dccdace02daf6373a6f4cf4a4e83257d98557831201e7e5597825f18fece4f8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:881397c36a4332f221dcfa4eb517e9c9190329af9009391b96f0ceec74e680cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:46da5adb548c744644bcaabf6409ea53f213d9d4157c6bae8e0a3b741ac8c836_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53bacfc10ca07c660b142315c44882d77ed3f02af6405d7e2bd36fb26b165b97_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2e763fe91becf5be1cf036062030cee6510af8524107c38b14187cded57d059_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d01d3b7ebdffccbc3f0333585ef3a01fc910115a4bd77ce3fed8f85093a31e4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02f532a3c278dcd2c26b783d2cf3762b73b035f9b0d37d8c5cff066e6ece07c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:87c6caa70fa920e0a58bfc370ec7d6454c145fe367d6ce3f34ea3aee3b6d4311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d441752bee65923bde0f5d9883afe5bce6fdb0abea233ae6a4458db4309e1115_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da660562d126ed80f4baa3e45df65a91a9ee75d40eaec3f3881e7f61df17a92e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:48638fe0a5f09bcf2f59f4a02139e10dcc77714dfe8fc10b86892b9176148141_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:589754420cffd7d27505af843442b7560d9a4188f7f64ed3e9a35c086cd296b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:79e41ca79715a571526e53fc13caded867e266e74276e632d1e7c28c71d78360_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2658b6a8db6e6a7634453af2d1cb48e0078abe4d82f4957288eca0791462c0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8c923202184bf124cef516f43082ad3381f921fa1c67aa7b541ac6aeadec2d2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:97226555f60c106944d99b23bdfcdfed049ae13c0e8c97b0f4e441827720088b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:544344c2e9020efbacf4c582c67532ebe485656c36ab314de95bfb9a0047ebde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b6648aa5ad4dbddd1a0502df8da0c8230d3a8e1bf4311036e9bf8f377976d0cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:04afb17e0637c4528bc8e50caabd2cb2df9b1e50c5749e958418449faae9fe22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8379f38b7b8e488e7b1b170e290af8c604636974e0df590429440f532094cd45_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0100c82d9078fb16dbca67d3b21ff54faf56351dd684da81c4ea2c064a4413e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:99a30147f37d481ec26054624b727d9ba1076fc8b4e5779e545d2e3b7925d9f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:91b7a3ef6622e4a2fe2142c128878ec06a6fc6ab39f8090d09e99e1689b9f2a8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f3147e25f33eab3567f3dbea02e9cbca9a43597a3cea50c6fcd0f1cd79ae209e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:161b66b02d03b0595114914f20ef9449e495d4c70c8af669ddba63dbabb3a564_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ea7e766190adc6092cda41eec6fde1b64c9a85f36a2ca2d5c965e67a096d16d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:56b1eecff219fd7deef7e45cbebca688475c09815625eed92856d74f0675cc01_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fb8a038ccbb2e46ae733ffb7c86b7d8cb33292853eca765ea7a8482cfe3683e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:272e0d5cec07de889e143904a219413930f5ea3550e2af915740f059ea225862_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fed89393209bc73605a2db49ede008f547509f7714d0f8614575f117badcabaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0b7ba820b7334cbdbf02f6be0bce7bfce66c09425a3846e4dc60af1e04a16e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c70f895e7c27581cdc99c52ad2dd0c3dd83a7c18b232ce5cea4514a5f505daf1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6d123e90c3e0a4dbafaada8b1b0fb0f128cc4a70c381674b9df13ace463f88d0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:88c3c0650b52b80e7725d6b653133a5421472047c98d8f16a23b43fb0dbef67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9a66b8bde7a17514eb0b67947ed846ba8a2336621baf1a22c896496e7c6296bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cf832c31c9cfe6fea9d9bec83883bcc652e4d405adf56914baffed33c6311533_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e78f24bcfc3f52037f20e40eda5a05946e152ee98573fe960895b1ab360d9a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:93968cfcfeb07c864886de9508e5408fa56a872bbd5fadf6a20d7ca07654c880_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b6867d29acfc9d3477cd6b4b302b72073eb99a17fbeb9672581ef9e9ac2d8d26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c60bf917300f5ff059623c7a5334a1ec2d71c90d7e6ab539bc0b6ebe06f61b78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0fcc7aeed15f99c0e2b8cee46059eb76626ce1a40bc233a73569a1f9f0a1de19_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1fdd4da6fbc7a7bc64ed33e515da321b566d7fc58ca403ece5b34b3c0cc53a71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:48a1ea628f76e551b73ee773ce9fa741b60278034659dac8dc1333d9909525fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c42c69b265cf079d5546e4832c4d770bb3d78883098ad004e57b4115a5e4990a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:18f3d2ac2c667df294752336cfa5fb0d137a28349789e4cb703636318e6cb7d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:716297a34fdf6be541e34b5a5f2452418b27a6d810cba6b7e8d81e22aceea5d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:824b4a9540976d5629148192a78290f5dda3f3a84864ce49ed07c2ccc00774f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ee8b320b2047e104412603fd5ae7812c65e92fefbe23b7dea980e3a058eea63b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6be22d8f91a5efe043040370b651ec13c645627c16567eaaf58b736ec73bae3e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6c386efed5fb973e4e5cb6ea2eacc8968e2fe92f9dd7ea11e08f3cc444dcad13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaf6525182047be0049b680e4471d3b5dc518940c6d99396f3cd8922d3771a9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f0ff71e9fb5490f48e56bb355bfc883e52c5b9e97b7b3997f97e7e1e01fc6a03_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16adad4fa643e6403dfcca964ae82f52be58ada93103c99e935f0dd7f8a8ce19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16d580e98a6b03e236381fea8a3940f7f55ef5cea9dddf83f57de4f2c16d87c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7e04c03a25726e3e914f29f4106be2b38f6d91e4c4c96d2209e894ed5353f14a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9be92ffb22356b143f24c2e1f569a5a6022561cc9e3c19dfb9cb8d884b4b430f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bb8e87e8f93252c758b06275b904acbda014a05369a3a8a48304025539c2a8f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bef63b16132ecba605aa046e00966ee6ec9a37890f56fe5b00a9e12fe027121e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bff91da1e8a557dc8530731edc9101af2de09463c51c374e74e92d2c69bc3f04_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d7b6990088be37254ae2d8a02948704d766f4b8d08918c4a998a718757ee86d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18fd4650bc77f056922fa227ee075e493616df6011bb31b06498ad7aa121d13b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:372e2b2bd887a5ba12a2e7187fb666fb167d0a0c8678e78dc9e6263ebed37bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4145daf13e987912a5ee4bbac064fbf0888293cc08b114107133eeb9951204a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:56653f02f8d5d9eb484bd9157e4d6418657b2abc8e110b766553a98db41dd74a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:457ac9e201454878ce756c731623f33ec22e44c9be6e688931b5559dc3d060db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:aa23db754237cc273788c3635f4f6dc7a862c1bea9a509621e1db9cef5dee41e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e7873c9eaf9068c96b6ddd150a51dbdce7acf481fc29106def1c97b359ddaa4b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed9b1a2da0483de307ea30326c445cd0fe4dad0857d425cf9b8f3cca9b52b64a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e863b2c42d0edc7ec05bc807f2f6462b7582ef21359e218094924c936169917_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1511cbdf101329ed2a66512956ae7ce834a6ccda253bd76b99a48487e9de8fb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:41e3dc9405c521149919a24892af006bb7c06f800fba261c5efcd3f2ef461580_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b0cde443158a094812ea67d7c6523464b48c695ffa4c6d9162ab45647a119a3c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ae3d7da6672711ade9e2c9d4159b7aa327e8227bce5c87857ced4f10a4bdfda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:51887eace4c7a9d40e7cf1a509d05760340fcc9117238abb82f7541e2855396b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:52190fa0da838b24980e26ef586ade36fc1bedab5fd057c6acd5de5a84b68809_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eab6e4a898be919f8a04dc9c3003cce301f27e872c0520d1d0b634d0e3e9f461_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:509cbb1fa06b90af926955a2c724e81581d05169e3974c3e77c87ce47c53be5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6be6367bd1687fae656afb87e98ae838126089abba3dd62b1f71683fff7739af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:94599479d60ea6e70ab70389c58c21e5159ad81ddfd98b023290009be697c2fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c73ef3d57149ccb496a5c1ab10efa21d0c1ae73360323ac24d8f61f2d3b5dfec_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2ea0c42b0af0e9622c30701c2c30ed86d577ef8bf3ac8d598e9baa22adfde899_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c56bc7a31761839fa46cd50bbf90989d3313095bea4cb3bee95d074a9dc2963_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a96fd264e1b79591176e03632a3e3ff3a1f1081ea5144f188eb7089083204a6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c379e2384917355019fac9528027a71fb47ad3209665dd3d596598cc6d6ed6f6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:178f4d3b2f63adde85e32729fab326955f1043471079a0599079de31e6fc6788_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3b1fd3e8fb0c8ec48aa741493280e249f5f3648ae85f4344c4f5cb5196a068f5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b14875a6d74f24bed2a0777e9a0f12905dff8d703581283dda165b86a10017fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dde63d7b30b2e601746c2db054ad76e4a08c1fb8788df6df702580cd4a5cf791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:106d242bcf5949edbe9d5afafa2e02c7b37267e0d5a0df3c7efed1d37fb3e2dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:49bdd7999fd853e6af213b6cbcbf7443d12c55bddd8ce25846b6afe31ec01d47_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51d52f0aeea8e119cf184ac017694e1c7c09a42682343dee525d6662bb746d94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:940efe54180bd892583c762d2716022647095c7aada14c607a201d04051a2b4a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0c80e9b2df2ad98d98e49112fc9f0b7c556b95c67edb5df34763e37ac804cf73_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3a0cc43c6dfe27e407a1e8cc56fff50da88d2b950b7f113b52dae3eebf7fe9a1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5e154688fb2359c611bc8bbc7471c05d7e56717aae61b7a591e75b2f9a52cb07_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b66eafede022d39b51d22b77c6f5db46a588faeb3bf8ac2fea3539731682ac77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:044e74fedeb114239e7d1205ab558081b8c9aa521a0d4eab5519935eb9c34182_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a25239501706cccb1e4651398866d85174bcab42021c630bc4daf9a82f48f19b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ca4f075de4f6728a2f46384b835d2223dbe223db2831e2badbe182b610c7f9f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d62b98a8686e42f46984cc839841c913ac9d501d0481e56fcab28bfa673c5e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a77a38153f1160549fef7f2d4bd0ccd9289407ea9221bd45db2bfc39875b45f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:60a93e9fdd00186238831580ba6f90622ba0d11b70bdfd4dc21897a6b97d23f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a6d11ac1280e7d753db911729fae0b7676b6ab494361fa0e5ececb701e298515_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d2369278f5380f2bcc3eb360fbeb4e29892d4420bd09cfb24513ca764f91d9cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:174979a48d708dfa6665fc8466150cfff451efa6cf1951001f9cf297a1b8f5e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:55bda2c7c425ac8b1bcaa8ba8f056771fdf9f342eb6d23b15793c9693fa0d7a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8d3d2a5fc42f45482223e2ba9972ec2ed6de376692d5c566d4126a8044f1d045_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6230b6e46dcb5fb0895c84fc0dcba4a10fff465aa8bc1dae1dc5dda7cc2e567_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2676615af9bf8b1465181d2fb58dbd1efb1f8fe464675b2edbabbf041b774079_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3c22d6e7c3805642fdb145e55c7b596b71cb458ddbda51b6f709dd70cf5bb6de_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:40f5704937a01e7c28151f60d76f33e95d3b18d511893021fadbcb8e832a5e3f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:483eeb4a161ec7fed8515247219b94a2c40980ca788bde992bc5641fc1b91294_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7190599f72b2cf0663606c10830cf2759037dd4de06cb13834dae7378db980f3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:761a23b468d06cc31245270b53fca2ee9538c3f5734cbcbced6e5e43469ff76f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b4c4bf466d29b02d08346ee358980105a204f51e243c733711f88a1aac87c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c54c34360f1166a7c42ec1b181331c31d55306f5b38958826260de94c9b360ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:73eebc52df8056d5ae2bb19e2d0e2d7da83a6e47e276db71f7d26da0e50962bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9e90309a20bb143a8f579ce5fa26e36ff107ff5013f6fe2ca52d4a5dc28a543f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dbd4c3ffafa0d8a58c21a91f8c604e4ca913064e8c9050af9133c61f7f8e5831_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:efa8a7c783451835721df984e0357e521f17f3c0235408604bfbd75baa53b77d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:47093e22624d6ef420aa80ca4e934384bf59ed1471d9c083f170fcc4ff7d62d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:828b37adcffe61dec6e74ca5380f09e638ab40cc2cbaf3eb0c461902356ea7b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:911568aa124776b2b7a4dd01b5a045b9e5109634afa9510e250115cc9960652f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b046bd3e394a968b8bff756a1bbab6203b173963372097b4e9bac2f4eaa8656f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3cb35d480c31d79278f2e74d16380d75c9dc8f36e4208649f5db223492fc51a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6cbd72c2701f8256348c3c0d37c7006db128cca44105634436a9f9737afbf195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7ec2d54b5022e937803ce3012a89250b224a54384544ed01a16cb27c00d7a00a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:922abf70f2e6ad57549dbd78523d198c970ed585bfacae74f0db4f3d58a234f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5b47db66013f3bf649898ba62a0bd386e82207485bb16c1203f6870bc4bffd48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7ef973e320a796810c7ef62ece44f84d5382e158fab42980c6a3fadfa42f686f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97ee01f7cd27cc8e66e1f3da6310e668ce4e0fd8a948d956f73ba21fd81a0f6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dc8cd1c7cd4cf7a1337c485787a312a285c64489f728aa74cfa5fc380d8c6112_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4abb807bba0bd7910150a5bad5020de4077d4d4500b92cfb397ad5789d37cd68_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:57e6cc4931bb4a870db12390932db4de419bd8df05865b0d1b0b87755271d045_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b9d7af15ae74c5feebdc7f46eeadb20ea1e465804eb776d342a19a983375be88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fa90b0dea8b7c0823b9fd0ec294dae694ffb26950cc27a33ff26eacf603fa9b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30ad6a83a99ec15ebf628c009cf0cf4faec5b04c5d053fcc7ccbcced84f0d809_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:642d49376a33c6e44a7267ce47ca05ac9f48ba4b1fefb3e49ec13a47ef87f809_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b7c9a1f9c8b7307c2328846b2267b1041516b20f4b7010813eca8e7841c7cd59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:dbdb7d1b8fea71975ee17988f36976bcb1003792ec962001ae4aaef37193ed2f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:255023a42e94ac306891575c0c3f8bcc45c1ae952aa9783b6c2b8aa98f56b20b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:77012d8624e45b6f08daaac3949235e15ebdf4c09b49f6e66b79f05f36ca2cc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dae0604483279dac67d362d274de80cb3e100fa935ca50dabdc7dcc436b717ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e5b0ecb3e20dc07b357a33d1dc317c6a521389f6addee2e492bbf2bd852b8c9b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:207751efe1aacbd87aec83e9df0b4c48ae0a985deca07e32d1a8ce5a1e013a53_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48dc2ddb716560f09494b9d696053086eab77dce31bea0f89532d11074b3c6d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6e4ef72aed8a27f921e339cc899c84e094c2a710f7a00a0602ca9d03cff31e91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d78d850c77386a35341624bf3fe5eed4d92ac41a5e6a2d3f2a68db6de1a64087_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3eb650f1c43a1833ee02b2218336c075456e26190a8ed9c976680a20d83aa55f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:64353e912653770012896a153103b6fcff349ac40f746cfc36821fe11dd6259a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c6fe274aa342cf850b2ea6287c5c335e93bad4a1bd73a0cbb2a7c789eb1ef48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d7730eb1cf5ded2a07a8c93369e1558536ea5af5ba35a23f3046946c89b7368d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:03f8250466cc5d3120aefcc87f0bdd4d12012d6a116e419c382d50a21760aaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5be6fc774ba62dd4cc689d99bacc979cd181bdbee9a221f425c5266db6a62784_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aeae1b0e5fc3faad8b9ebe64d21e9e14c721323991fc76b72d39f8a7608da870_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e77c5040e44ab07a456b37ba532e9657f879dcecb7879ed9e79d8b0e2c6c8f23_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:80b208666af68ae1f11b5526ec2d4e2952a4f33ec109a054519219c0e84f4cd2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:82b5a2010b2619bfe1dc1a3763af5c642e3c8d435dd7b91713e581f267dece66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a52e866ebce2cc46c05ec89f571f02b751a98351f1c7c1475d38bd3bdb08a76e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e295ffe236c8ad5c1b4bbf7610d9a29f35534d6b66619cc341db46baf6ab4aa1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1594e9818c4dc1459eaf50fd7ecf2fca7b73ae81be70413f6fb99c143f55fc98_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:455e45f1174b4bb5db753da8b2002b40921fc0051f462c0f7cc0cb95ac564c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b74d75ec982d2c35bf2f67a22eb8cc307ce5c995134e88b0ce9513df79cb5eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e0642fed946e365d50162ffb37121be194ddde7f422e022a7afa7a45be84aa96_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1f0901c738cdffe9f323d24c85f8fbea95ad36ab31acccdccc1b7c973fa7fa62_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:42903bef3719a65b7e7fd89dd371c68baafc3b2f41b68dd972429185d3fcdb90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56db80905cdd80d7ef3ad4cb8e0620868713a31853dc797db397431af032d322_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c340f2a030c2285afa19fc9022e14a07056941bef8de59b25ae21ff4c66bb9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:07284eb00a28180c2e4773ed2da15026446ff555b47307e0ddfb707766c9c420_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1d5764ba30e7e1058b3f2b10d1ebf9a190b6b1aebeacf774114cde8fd5b6b3fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5b2fc54522c109221ecf5f2f25b34bec50bb71eb1fb13677e79c047ff92899e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:88bbe3827720c373b01bf2fa3c3b8480099f7c9058fd6424cc57bfe74143fa9b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5dcebe96fbdfb5c6ae5d86a985c3d4c7676cfd02460196764bb1e4281b77eeb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:807f0619c241b7b86a253efd0b36b1d3dca0a19b4732139d789c5e6618b4996a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a1283298ee508e2282a0e709e2ff32c018445ef707b155f3679703da0a7b143a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:aa87e88dc29d54aa41e34a5ec81986971fa4d3c53a33d6fad86527ec422507f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:03f28b40a92d8f8abbd0d0d09fd080c5928ac9cade01e28bf2c683dd500797d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d18d242102246b6cce19529f237b536be5a9a5c2e0431eb15727b2b90e3d888_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4ad31b682a179a9f46d566301411cc64e1fad11ce7f2493d73c81c9d77e7b38a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f76b5de9e7ce8194cb453296dfbb5a26fab5e9f0367eda229ea3c466cab591fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3008aea10be9bf754a1a6e0538d1df3f6408e9eceaac2e0cea868b40c5fff12c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:53de5c7759b3b0090ea994db28ab745c4635f21f44266d5665076c5c2a553468_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6d99d80ca988aed5a3cc74e6018aeda442f0c5cee4b033d13e9e6995b65a5ad7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aafdc6bd5cefa7443745fa3d40257b3df385bc09c1874ab34796a874273a21c1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5385dd16647e876699858b01b78bda82d769195e7237003621dec0c17ea7486b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:8d82b00af857b1782bf0d0531c76b83c1d05ffc8d8b0ca1a730958226baa1455_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:93c060c1504210f495bc301a123dfa5e36ea87282b8a6d192f47c8c8484b3172_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d9207728b4fbde7442c8b4a9fad3f450b7e2c6cf0a5bd203259dcc4e94106d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:39c30a1eaedbaf0ac3ab12323d80529026bbdc878a38981bad392602cb1ba438_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4095317e942f7ccda2d3d8a5632683cdc92984606f25a90de944e47643333019_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:873761b15f7f5e975f8ca363e088b806e393ac2a78214a29050b3102cbb04df4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c92ef1fc3eb4dc56767923a43fc75ac743c13173e2eefc3c06eb762a38a08629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:723b1caa7724b4ee065ddd187e259b4eeb95ca3da87f29d5e51f532b3c29dd5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:79bff52cd5adfb2cf36c64fdaababcb0fdf4361e9bdd18b51cf4502e2413354f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:89bdc2b084964e95337d1b06b7b3e74d9070e8da7b28ad34dc53bc85ccc603c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c022d71700d942bb819bb1d489925c1532c1db71a5aaa268b855d678e8ba364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:120b1cf4552db536915c081e92372cb83aa89d21a81adcdffe09f2dd3ec5f43c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1b574dc3b519ff20706162d18bc6c2d9970b0ebddc7547a9db809aa9d3eae74e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3fad488f56b9dce6d9b6627c6deee5c2230287828dc53b96d5d5f62943b57737_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6c069eff3037f67444d6ba193d1128e064c4a335fc73b20d6342b8fd1ee05107_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:25735783825c67f2abec0695f666552f0838f10467b027fa1e475317a14dbd86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:417170e3ef223badef0bc4702874b350edb0542fc54f2d85301846ef4d48c1eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ac836331535a29128d1cdc88472143227965ce06b994072a39d407121f49e613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ec16051b9ce0b0a489a8b17bf581b0799cd5ddad84b1786ba77322cb9132d055_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:13b9c3e4c334cc245c11da77c7ecae4759986873fcc134e3a2901d1979bd97dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6926123fc26183a63626f4f33921e2a24cd8e27f6f2bf135c80f1e45a3200fb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b614ecd78191da979aa5e6de4904c4b45d71fc0820e2e9695021c468ab2d0522_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f60d781814b6cd8ef503e85c68d1745af480fc6e2d74e2b52521dff292e1748c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:40f85dd555fa6fa8934f576e5a5cc18df64c4cc264c9c44cd9b260d82e7690d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:92d1062b43e34737bdd26b9ff74d92d43b64a699f1e2c1275ece8f6c9b1478c8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c05dd77c9c641c9139e761b88ad358023c6ba4221a6854d8b0760732889d58a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:cf9e05f8cbcf5c64026e9dbb830a9731a1404bdf47a52563f61d07bd4a51bbf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1482e83688d25af51a9dbb93b52e652d95dbcd7cf4a0d9d2c9364fe0f0ff4404_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a78e4acce67f08cf4c2c48ade037c43b358ba69f5a1ef82cc5f94af99c59555c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b4d0b3d6a24b94ccd6605b1f62b2c60c208959ff5194b75d6c25d54df7137e5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f592d769515366401b273d9b22def9660e803b8a560496015f176d13371b96d3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:279b255fc3bdf326d437336ad9f8d391f02e7c934c160886339778f057df78c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7579da643df10fb9c3c5784d5e06b3c940a823158b595de9fcb964a8d69f215a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb2f77f5bf96fb99626ad02c0f963a6c862c04a7a7162a1987426c2a94ac685b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e95704530a93835413e0945bcf4e2e2473fae5e1257665f5c1ec4b30b36e81eb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4bf77f2090c7ff486b87a86cb2e619015d7e1ee3ec31e3a825c22154be80738c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6960a4e7bad45aaac838b0497a2503e83d3786ec78be154f44567770b82b3527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9438d34a83326c0fe5f167e0568349f931dfc9646f1c70da69409e350875ea53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cf4f62c2815857254a395a0034d68e3668cac219bc2e08e8a9e130034664a957_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9b3d6981af468b90d62f63f45a22d2ca13136f81282b971c3fe827a9183025eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bbce40bcd762ed1eaa08e19ca0212121a597c5c025305a552c1d5aab32c867ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:16a12b3a4a4ce3abb27fbed591e2742933d75ca5fe4a5537d82361b90918773f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2007b429c7952661629067f452b4a56c5b0b6f7b4755b5a7433c1b6faab6d419_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:957530099959a421115260f95ade7784c64b942916a287cb3546cca79763d55c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:975a1cb86ca8e2894140c93a96affde0efa449c772043420886db12339aa820c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3233a1897941a3b7f05ba46a8fdbd150a2b4c070e443db362afe2bbf7071957c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9b55075cd3a91c3f18c6c308019ff67dbd3d38f39a09c7e9a5e48608ac908b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a9bbfbf82188d91ad574b5896f305c4d7b6d8490c8920efee82d2bea49d0889d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ec5f445423fd340e1233722b53fd083b74da21c9472fa768b175cfe6781e2afd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:103ef4d88fe1cf74623a5a9cfd0de45372b032b4b12ea3a8a909754acb2431dc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a366221e21c5dc12c9df861fbdd6bfd4348a8c986bf43e38c4a085be7cac0600_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f264663a2869319733b39c90b352ce25ccb35a15e4b17461e4f74653362c4e4e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f4671b9fcceac63a6547b544d189a85c397e6aeffc6eba38d6e8b7073f258970_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2df3ecea77577d06ce7f57d8f010f3a39ebbba90e350ad9720b84ff6cb320a4d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5754bb489b38e536c93264a1c9c1b68dbafe3923cde8a748a4b9fe87b759d097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7c31e1025211affebc55acf8cd791b0d5240728bfee060914d130091a664b50b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bd7abe39caf78c2962a37b121a293ef9179c95a5b30ef531cbce7483f3dbb108_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:421e53acd2e915022755187916086964d39b2f64014deee49c2e19208f0aeb5d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:43af0818e577746ef7223ca5d75b90785078c290f5d3770d551b9965d1706c87_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4759c35a8e51c247501a7b920db373eb6bb3c22ee2a712a9030c2cbb975029e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:905a175fbbd6c3e81dbcf8c9192841984b0298f06666168a26cb27babe1e2893_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3146de9d4a8b5c98d8b9fdcc7fec4392f1591723948be440897e6ac16353b096_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b70ae04dc8f4096bc37bfbcd02bedba1a579fe133177f674607f18fbfb3128a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6f45aa19891117b7dfb96ed1d5f95025423f62669549fda2114a889b80dca8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f9d547fb14df2df02bdb68abc2153eec1eb42cccff0f706127ec01cb82d661e8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:30b8fd94ea4d909cc4fe3a4f21dfe44515b2dcfcdcb7e5989f356ba5df164c02_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:798df44d33c1acdb59938fdf4d0251cbde8cc47aa6a03cb5b3a77160344d56cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0730058c0266867ad428b19054335ae526e0d9610e68256e6e921d590b3bc66_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bcb2922c665d069fca260451b5366b8c4b04ef82bf491443496519d8f15e34b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0fca8a8cec5e7313576d38c866b7f310492fb11fd94a93d6ce8fd311ee424dfa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:494ab165f12ca1d2547a13424dc7a5cb8ab74d5f4406d46a21d944ab49425ce6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:51dbf8c399cb661c59eaf27c7fca8a08fee8b5651e1a023998f16e4c87bba3a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d7186ccfabcfb1537e42db07aacb004ffac5d893e8e20f1a909176952c4ba00d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03d45c9ce7fa066c430b348e05cd3560ad596c6fa93f7a57191f3adad9ac71f2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:17014fa590650c3e7c49820bfda285fd82f22b5037a54c6929c3d5712a516c0f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:811be7a889fec8a5f7d71c4d77e2adfb2a1928fc01fb7d4cff316460677e9dcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b694b8c876fc29c8090521e7ebc2c02be88c9c811c9c1734c79d524baaada9ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b672f5cb7e7103e1304c2826ef5270e9f47a137454e80160df8414d7e72d76e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4ba97de4f8c46097b8179e1ffa898e0c4e29c96a9abaa96f5f8fb502ff5ce692_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be6a2fbac7aef6c2b49aa03843796a2aff8f242a76ca12c8bdd97a40f3b11000_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f15701dc03ae43a7857a1a82be879c9becd99209505e5809124f62f5056475eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:41325be18bb76aa696d2826184e898f49cf7f29a7077e8c1038632988b3e438e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6f75279627dd89b244fb5fd01a630511fe1e5692502f9fa639e43315be7e3cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc31499dc776663f8a98c401ea377b4476a3dbc3de201c079b326f291117ff2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d79804455341fe8ab02a0e0b869e806821462798772e007f03f8a75959debec9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:188e2bc785e371b300756eba797b8da911bd5115f39820369abcbda1da919393_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:22ef77cc4d255f6dec6a74666990c61544d82aa4541821a1ec2db93e3473657c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4ddaeed1f2c8c64d156a91bb4bbe71f74f590d699ea260d00fa29a7d01fe1d61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4380834ef2ab3a558c8a3bd2cc77341c72c7b2ff4888be85ec6fbd444d6c7f2f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:63024eecf989e5597f5fd2495a404b364ed9b7138bf835fb3e1d851a34d41d54_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cf27951838e8fb93d4f05a8f0b1ecfd7c3222bcef49e14a3dd6a6dc63d0fc260_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2f33e8c871add512c85505c2c5c81267e7b35755653532a20028e89f4b41c2da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:96c40575ebd38e6ca166fada51246e641a7d5e9c7b00bcaa489795512bf1fb3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d26622a1d37314542981e27eb616bb5cb316d7771c3b165921ba8b1c7470db14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:057f39bde011e55246763cc5604745d80c77918154ede243554942bdf81dd068_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0aad450e7e40f1cc93ffae16856cf5de5acd1662371fa8c62dc00ebb6d4d11c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:d7b45f165d249847759289f90b18321cbe8c0a8e972b51e354f25a94fe696f25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:77bd75b7bce7a798cdb11ee0f7d6c838e59236886567b4e5148e4afae3562073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e18c9f9197b6b92497638426e8e91e450c1a3ea7b95a7dc83645c66017980c3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c199b1c123b4f5a26754f842e9fb1d046549deae99856f5f5db2f5d1195094f8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e18c5c5992f5cecfb2c300b9e7cd3cf0b4175a4e3f4e3cd216b6e6effd875cd0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3f727df52b4841d8b90ff625219d832569463bd320f49aaf94a9c2d706fa097a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9e60e00881a5e5168eace2acffa41c373b3ef02406688b03c69e4dd0656c7e66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b578298ff88e7cab48de60927a8e99f52d49791f271f08d1e5e8910520525287_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc0dafbafec45d46183b03f4a7a455fd1db3fbdd8d5ade284fc34c974647a55a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28ea872308ac7fd286f001ae55753e03dde674cc8c58df264a3a5c6a4833363d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74f6e12dd81ed0c63a8983845a8a3295213a6e153de12fea13724f6ec8ff40b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6095b8baa4b32f6915ef6ffaebcaab125acfc2bc23006d23b8be04be7442154_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d1a64b53aa700a69821c2b3ecea10d946f731831b203e4bc65b7dd7729452195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:91b2e671c9ad506297fc8d286edd908ff2277289d108a4f32c3b0202bdad7b57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cfc8e8522d3a427627afd3a583e729d822789a3f2fd68998a9fc41292df76bf5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d64450c15c629be398fc0afb54009c60c151b179ce11b43906c86cb41f5a8e07_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f10fa7d1184ad4027ebb2ca7ddf6ea2cf6da59dfadb6c38648d056d4590c9229_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:422bda8ecd8223d19a789e4816891f390083a42ff728510da58780f348ec9bae_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:82cba79925fc340a97d23710901b1b7614256b4dbabbac0593349329f24f3398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0ce3b22f42ec19f8c3a7556f86cf1d8e22db77ba5ba76a29e092e8ba7c8c7dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:82565bcb5b80c75af9ed9f0e983c8398da358cfc6205bd0f3775b04cd69c5a1b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5031301ee1ed68874731dd460ab27fbc03ff766fb23de5020d2d573ce075052b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83875dec4ba5db73fe9c2ce1ce22c955b42d016c15f9d8c731cadc17751d5aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:13b4dbf6a7b7277b63decf38cf089f68d966cd9d4cdd32022b73fbee1ce06b2f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:67cf8b8c4b55631845879ef8cc579c2e7d96a5cd4af9672c83909e31cd3c29ec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed626dc3d32cef2787174b38a232bb53dc07cf19136a7ae0beee692049b5d27b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0362f5ec213dede171befb2aaa43343740099fc8da8d3c0d1c96fccc6af03ead_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c690ed0c141b642514226223820c5465bc26a226a25ad52566859315dc17e529_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af375fdef09131e75563f66f852da9795fd5b77ef66b36c05fa7dd1353c3b34e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fbc8e638b6ea4580597d1104ae38ffc81dbf333e38afb12801bbe4a99e849a12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:54d79dd5b8b64c363a3b7e7263b7e00e377a0117e475bc2bbc48ec9f00f94b6b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6930615bcb510326426acf6954de5b732652064186ac0ed19ef7c683ce9cdea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8353b502a270943d3bdf742facdb7931589b1da1263e4fd098d64f7b4066e32f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e9cc7aa24b1901a0c41fc88621b231927a9d6e23c7f008bc1666cfefbc49df5f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2b74b78ec656cb9c991ff872d5c48ee63e08837e019bb65838b58b76325a69f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9acd8db14233af5629af6a3cce85c77fafa9edf89415b24f8a8a0cd196825645_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d3c6e9215628be3626b80edff5d736da1994ce1c3fa96d59109e3905c8f1ae45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e96b81626cf79c94fe32b32413ac35e80b7d2e402a11b7cf18eab33b494674e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25d2502817725066c052e6079e7a3b97b0c9d106f3204bd11e9acc44e23119bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a00c1175b615d99fd2bf862422a89ae4589728b88339662bf038fe263d675d2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c2029ac1677579e17850e40a0a8cfad726e04da464b85e6198d20a4baa9ebe38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d6b3bebece9fd9fe203615d5b87a840c9e89b64f3c7e7f3238fb43c52dd003d9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5ae18397305efad4a2eed774cb40ef4f58af60c0aa4e61441030e663bc34f159_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b72fa3e6f7e0196c272efd6fad1636ef1c8fac41c4aaebe29a2f2f0ac204016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:380b09da683ab9d92e2a7fed1330c5f53f5442d821b0c2539bc486e508a71936_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:eea07bb25349a5ed26392ebf22631a85ecf7dc6a1a30afafd82a52d421a4f91d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2229a186943283f30177609b442f15ff44c8ddec2362e5241ad5639ecb0572bb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3c7a5f31b3f53a411cc408e0b47aaa53ee1a94c70d11694d96a2bb1854ea3456_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36ecb641ccb0e3a8561fb9953399d0362e780bb6139d0fbf2467dd07eda4145e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d262d5f31a5c25d0ad001f403249198ff5ea015258a3d5fb68407f25996e2cf1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1391c08df70a95ec9503a304a4e8b28c72bf9c8ddd21d8f9fadbb85e225587e9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aac37ee093de1e6a0e86740c3df8c355fd5cf48bff2e01e58530b145e165221_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:600111a588134bf7ea5f6382d6c2ddaae073e755fb949d25fffa2f97f5ba33cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ede4d100369f2bd01f79b4cd86c50965d091fd6f582b48369bcc3e74110473d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce81fe3c0b36fa3a950406b93c5f1a924fab92f726da76c034c332c92f1c407_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:522b3603a3ab87dbc1f9fa4f9b25acf2e22f7a751eacb823feb18279b0024e64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:94c56243f3a0e50d1d42e0002cb84797b9dc9d23efb6a12ab33b19f1598940ab_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d60f1c7d0b30daaa9e9e8ab041c63445e7bb7b6132f50cd7f2044e538436c64c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6e358be14bac6139b40ff8611c6e3394bed8517acd5d4842784dc1bb404f52f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b32b90e8782b3a2aeda85df6970cba882f656203be6d16106a32edde563a83f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dbb674226e46dc1b62076e4b1e62fd51a82d01ad2c66c8477e7c01df44883d35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dfef9a7b3d43a60b5d6a1ef8045ecebe3131babb425a13682d5b85686433ae3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5ff979d48e835cf602e6172479b8de0623422c888c6a527302b2e8554803d2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:760e4cb453e352e233a68aeb0f1a7f814dcf593aa4b17523123c608838a3d604_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b923a9c8b7a77675531e568bcf9617ef6d4e709ab7eb7fe1ddeeb172b527b116_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e73bfa631996719e021e45e631841247eb24f980fd63290febbb80698b8ea01b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:71c003246622f555de9f8e4ca590081ad8b4447007b1f0518538cecbcefe5ace_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8c3b65caf0926ccc50f475163ca87f38ec81113d097d4a9d14da686200fd0150_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c42aa746f6c61e3ebb5a4bde91a735ae328f14e61ea04491155b16fdb9aa69de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c9141a24d2b0784aec9fa49704855f7b4088332ad525ca5f37e9f7a651431a0a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2af58b624976b9f8f829de67cd76a1f407aa556488885f8704d7f85a6467d8e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ab1fcba91468a694671f15db52706095f2cf5a8fcd055feaedc6b406bb509e02_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:d654f8552f8ff123794b2bac1423e9d172547c6759d28b02eebd9922611f909e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e3e2585f7a5216120972806732d252667c2707dfec2bba17b7d66a846218b119_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a07c9e91eab3a79552db6835a247558371446dd9c71e52316e1d8a543ab1e18_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:605c1654cc19e714bf1b8d8b983cf6cef9ef4ffcd4a5a829d1a0b2ec74923cfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:de6cc7256aba2ad13423eb60a2fe69335c316a1a35bc3ad3d583dca98168b2a3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e9e323ee37e43e7d6b07b1f250437422cdc321f204a4e891b3998b8a5a52188b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7795e52031dc780da6b331773f3a5ff89cd64027816afac3edbf0db9aebac896_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fa3c364d89aaf09867adb992c7b643a9c9e6fab34bb037456404a285e9221da2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b9ac95190e40bd81fca9fa2848a675b524edef0f3d73f469c644641e52cd1f58_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:df14ef8a3939f2e02a8052ac17ce00b844f0391563305a26a5734e7c215d40bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0977ad9a02d00c98e0197f06e5fd34cba79e6195ff6608bc593149212f2cfb3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0e03292077a1e98cd0af13c4954f28b33c14f40dcbc786e76ee2166f87f5e5b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:da002c44b64d7fd7080bb830048e14b748df1086b0eeb9307c89126073dc5331_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e758035655da16fe2cae372bfdc6a4d4c911aa8b55eac8c3da83f5769d385c2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d52f333d0e066802787d1d9f56a6c3b7bc5946864c1b4a2c249a660ba12c74c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0325eddd2ec6e5cbaf79575c44dc3541da4e61e33dceead6e93d599580ffb03_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c25424f3e6fd22ac84f6fa3689b6e8055fe3d7fe64046f7772994a277141091a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f75102f7c45b6d0b6ef939c94d61901385bcf5185fb085746ecb207fa79b4af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a9eab5f451930acf14cad5c99973f88e4f4850b426e24086ac6f1e6ba03ee57_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6286c0a731f028d5b4b14aedf5e1f116eec94026c177d1a5215b96474074d404_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c96ac4a3ec4cd666a361fbe3f76fb92a601d38c566bc1303859dd20426d03825_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e2600706438da5d16471f1cd19aba4712c261bc29b5fec9dd7ba9be778add0bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5d0eca7c6e735b2cb0367543088ea9f4c12465e5adfdc6e741197de25c7f4317_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70490327ca3ed82f44d333846019b65a72d6fa276ec3973721e2e0fc2e4a3471_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a2b5fbebc3a5d756d09346cab7c2390a34f4a3595fa2acc93650233673e6d8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dad1809a993d86467d1b8a4a4bbb010e9dd50848d3d6ed1d563b74e8bac306b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4664850633066fee2671b763432ab21259df33d1ab9a883674d1ac1ea243a783_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b3754efefd2074fb65f42ecb37681ccb380e8b46e7c900884b9993cfb36c873a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d4dff0998e4a9c45c4f32d82913d1b312059d3ce7b8388a804e7b6eeeda1986f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de0d4563044c6a4bfc4377fca5c855099c80e3041dded830c6d95cd37f0bada0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:54a6ef85c2d79ef9b2e7114200d8f7d58033a115105be47d6395c3e418a59a0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7ac539d8a4f82d5f7ec8d993f69b25657a7aca5ad2b866c55379e95bc4bbd58b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e3ba22bf4740e61d59bd3abf74534d64cee3f2130dc86167b466b4f83e06ea89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f06e0348cf323b7bb502f53d3451aec038b741243c6b0ccaded2158be1170872_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31fa4df80aba35ec3c17dfe9ec6939d556219701e0545ae6decc89cd6ba79087_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dc747224fba8c54840448fc3bed0dfa7da305edb68f8ff31f32ddd65cbd9e12d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ef2dec293756ee1848196847cd567610ff13d84af98aa357438e411f8f04d0f4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f399014446508b1e62f940960422ec4c3a1945ee44c5de033bad71c69e7e2a80_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0454606b21577eb4127f7eff4c7334041f69852688c9db7660e634c2d450c754_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:552681163c7b016ba7cca547d3b32d50e27f9fcbeef793ca52e9e64137d57fad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8217f4993b4f563cad1ae65f14973e5c48b7cd3b2e1f15f1edb86af23590669d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:88c776d559c461d187cc0ab24c53849629ed75b93670cfc90657f429563c7747_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a32d5f819ce5430d5ae60a1e5544c8ce3673bcbcc55674a416c80868784b255b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cfcae1f52c6bada121cbbd1c32c9700234e450aa6ca1c5e36cc756f983deed88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d41100db39e0c48ae96ba18846464e29f0a1d708c0286161a854a8babcee4969_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f3a2a6ff9ea3270109be761e247e7f5c766c86fcb194429b01339cf8a10482df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1367691472cb18ec477e9b603d90c0f296539f9f56d1355b33e88e3870f48b38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:52481b7110d707bce4c8cac15a13c69ec49571a3c6e380baa0eefcd84e4756e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b75cbf9b9681450890755eacbccd47a50cf05084774f186f5ec9511fb768aef2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:be21ab62f23d567d9eb38613321fd1b39b1570c2679f2bf6dcfb6731a02ec7f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08bff4152f4dab00bb26cbb7fbe01c2c86cbf4fbcc9a3f9e6e7227fa77009175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5a3766c49a6f04ce3b5fb57b8d4937a1af276b02e2bfa7859ca14b440cc97980_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ed8b4195d1c0b5001fb2adf8b25c255e77e0280881f6854f971b0b9d88a2542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c6ac5b6eb2c87291f21240c30bc76cc30e924cff6ff6c091df38e25051f7c014_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1d5005be192459382a394b0b062907226fcc3766109873b5e86b8213f0e4c992_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c4eca9e6e1d1736956c4c27fa1f873e436c69cbb0a734fb154cc0ea64a71b87_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5cae0781bf6ba704a014022dd0453a29b3ea190862a3c2fe98268e3ea12d18f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:81dfef68491c3f05631779dc90d2dc3f02d6d6da0d645e65fa8df19c3cd86116_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:01ea7558b01db5a4e188bb15ba8d11842e0070f627bab87b67adafadbebcff6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29f22cabe40b913fcb175f7c4bdc4553cbb91ee14786acaa0ddfb6f87aa3aa7e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:47c4f9a6f583d6e324379fbc075dbf8888509c2d9588644e6c452837d805d071_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c636e1b9dc7345f148113f901972d3bd3cbb6149ca01ff5333667fa1914a7067_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4e752b9c1c07b3c544e0f8d051fab8a7aaedbab95505865d491afa69fdf4a469_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ae94eee7b7817c819532109a8898e5a34ce4b52bec80d1a7527c61fad88cbec9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b7f29c0dfb5fe352fd467281f0d59557b25059c7dda5ea26b21f226a3b5d47c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d67978582b629789eee711434bfa275408bb393fc47a65536879f2dc5c9bb6a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0cd4d7a036011a14099f95ed4300a8283bb57619d3418df088aa3a50578edca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:49cb012134afafdebf61c90b88577c506acfd9587f3d029c56c81bea822ad092_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e17dc26d79a7e31ceeafd02d2c54b0851d644c0e13a1a588c4974a20b1528f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:84b8d2487f35496afe73125df7e2e0e244dcebc21b797e5915c3ca460b0164d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6279c7d5365730a9d8dcb7dd229ef373d17d075246d39688d40bd25a3ac5d043_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:429aedc3a35c3243db7f678e63402922be8103239cf00ccebc43f57d86b103ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1be63c1269f8a258033c21319dc52a0b7cfc8ea7102701ccfaec733e7b910f28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9916ba13a061d49f7d2bb9798af54761714136d700bcde1b93254d7bf5fea43f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aaff58857cda41533c4dd1bbdf97a7f26958af4b0265c78ae5fe12cc406a5432_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f383dd4155ed57263e2f15f1d985d90a8de9c39eb1b337b81522e42716dda6c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b214d1a9e3e8fd6557a4d04fa3216644ae7fbe975214ad1b95cbc7067d25161_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:16784c2abae0b4b7e8c2b6cace88ec36a8275d7a19a9b12f53760d75ce2e5c57_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3a74c2cf3e046ec57ebed042c8ad221fb248857d437f87dd85b9c1a01baf1b4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7d0b0708dcd3141c39af363fa99f62c1f223b22e2c6ea41ed83bba8dc0eadbac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4cde7311de818660254df01cef2a125db9e7375857cd3b62bc23062d54c67c32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5934d8ace644ed5b06aa1517da1b289561f009bee268b33037b78ff73de3780c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9b6dda89ae954d891d2eaee580ce6f51201f5a46be9b39a9451878d37e257252_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:eca61a182d0aba2f33b8f00fe022dfc4a00ecb2c4e5871c8e3f4047ebab2dc04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8037e87c1920aa7d2b102bed37458ebcf6eb09737462fbcb2ce9a41084b3f018_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:82bc2b7b816feb327ad7ec25242423d7e29602397269e282e8f2061fdfc4d64e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9ac8720658edc3a705c28da0a04e3151fe9176392cb21a8b62958c6b381026a5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c5a9f18b32b185e292bdf42794556e6eafe2e52fae9c704a6937450d02126ad9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2b264d8951213e3018462a72292a6b30d583c8f06daf5ee241f94e16d506703c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:51114051305318867420adefd426b50dc61da07b3b8a57a7742b6c5617160203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8eb99577e0664af39d52436f332d1e39e6b2c01109fc3dadffe1a08e3024b317_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af57ecdc60cf066913e6ebf0dfef400f0a254b5f6dfd0aa31d83999265b468f8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7b119e3bafeb462483245c1ff17369a414ba505a8b79f0bd9d705570ed76560f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b033381da0d7c334e3aaf46eab74fd4e0966c86f5ed2a15619e2e272fe583ded_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bc4a300d46d76cb77e41b9b8bb114bfa4a74cc2adeae20a817f82bc51c7473f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:defee96610b0012da78daaf30570fad7c7523b2b27f7dcc92c43958888716720_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5911fcd0e272af7c840a47d04413b24139fd9c619434546b13298e5431e3ffc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:62fa04c23de9717d83f539a2173c4cc782b26a92d77bfb1ca56fd70f0a598621_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a58862a5df96016de66cc08fcb3cc26656178b6df316a209d04a6a8cc8dd3271_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c7bb30e8a7114547a17b825de02a377c767bbc8abcfb3a107b5771f566911d9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2b91597e92724f8e19b366ef98adf4a737dd38a1af3558d6c096a6a2f62f358c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4ef377dd4de22ef38524f823efb55ed5680324b20bbb6e8dc01635548c89c563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:517435307941a212c321cc125a7a065bc01c3dcca1d48d1f406eda581654eb35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:587bf89d7be7d54e962ba19e650799bb01a733899023eafdd312bda2d24aa25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:07dd1f6e2866eb81c2d5401d96cc41aa53a07332fff1f9c5957c0acb7d795d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b257ce3ac403e4b7e53cf4a0708f12823f79c4a11e20ac24a988298a46a6ef6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:442cdd9fe2eb6473a3eb42a07175ef51d189e1a4189bc3c2078dbeba46d04428_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:59d149004ac912bac883e47a58040775730b9fe35a395b66f85f11ffadff5d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:37e902dbc5732ce27e4499eb254cdbf134521950f8e28ba4c8bcc9cd1c22e66b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5de8525a5069ae5338d04c7ff67ab6ca455ff85be3653294ba0c833459af9bc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a3a995d8193b4e2292d94d3d3868860e5d189f6ad7e3b53470258b837a9e012_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b7284872aed97dd35b7b233c8033e01b6b864c4073cc80b49c4b40d6c576bb8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1afb07b8d4e82c4c6ae0c2aa2cbde892102c0862a41a5a1940bfa07a2aadb95f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3af69cedb03c410faf9169e26013dea148e9d8b7e5e9e9047c89a06b1913ccb3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6cd16b21890ed9fb0831ec559bae9767b4cb55f73e96a1c0c493c4de2642b1fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ade221c9b8a46412f4f2ccd96c0d4a5a9ec26e29c1475aefb83c55b3b885794a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3493f9658503d0009fecd61332bede316e2877d2f322c18580acc2d4149e1390_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3602ae83bd1fb64d4e48a111620905ae567ffd915a71fab0da841f3d92889e68_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6dc4fb0a3b2ac5a3c1bf76e1a188c829e45adb16376edb8e147744721415c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:82aa9a4bca8f2cd04b66071849c6fa0d5532e51e637ce09a08d1cb2a3a454311_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:19fc8c9512fecba33b1c4531db3d85e8263288bbfbbbbc485539a296aee55471_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3eceb25631e82da4d0914ce3e4b8f803659b84f9fe880c6c0c99a0d7e7c1b3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b5269e0b5de55c353c7b624e4c0171b10f30696953d8091eef6ef7ba7f0e9b6c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bf38932b81124a15686fe3e93f1f30fe99444765e7840983656666558c51e070_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:236d45e01e15eebcaf277611baea29a066596f9f890adcfa6f9248142e375c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:763e538fbc9aedfc84a1ead6db6342fa4fd4aa2e2f5a7689ba167a4bfa907ae6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:96a1955f94b86f41d52305cf43753dfc9977722d3a1f0f4b1be6411c9dcda2c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fca2ce6e0a8cad74aa81f2f2807df63d35ca7e9d8b28b18e33c926beb90b0377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35523b68f904b23d744cd799e7fe04b24a03bcd507b6caa657a63d2bcd8b1b16_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b39be2cc9eca4757f08033ce40237af2ceeda16ae98a918434f08c004f3927f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b45d311bc9bc8c7867bc6848e716b4594ca8f7b80f04724d0b652914e1b63a46_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cbaef1de5ca28f877a692fe4f050fe3917f35149416cae6433704085f68a4e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4fd9b39cbbe283c025a05b6343bcf2010b3ff4ee8ec7d585cd5146761d37f548_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8f7ed88b7cd7eb51f41548b1cac3236ef1d6204e08440ae7a6e20b960fcfba98_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bde243eee4e9047c42c3e27139b3d5634a1bb5ac0f4b83285e4f3e564e1de244_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ebc976489752658a1757d4b62c75abaa2607d0a67ef25dcaa93d4e826f91fc55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26081303accc6cc7348c924540a4a240c42ad01af0d7875b92962beaf88d0ad6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4b17e4141db4d6d51a2b16e42eb12aa240220d4dc9e360ff92ce8332d6314493_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6546561ae012b5e2a3fd723f76bd57e4e7f4ed893c440b218bd684ec71e2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1c51b219971216291c873c6f2272e9aa1af3e91af606a7e72ee15d84914f12d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48a53f673f4a71733d2ee26ea8ebfa9297f541e383feb5f465777e86fcf7bc6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5afbec6b9fb931f7e71df2aef8c5f2a2aa1fae14c0779ab275bb9d7a6b5ea916_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3e9aa93c4a2f1396f23300641358f2157e4fa68408f5ac50e06dc1d5ba28381_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbd85d81d9452e08efcfc7c9cd2d131045d8e33bfdf4c57687377b5f8d1da762_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:67f91ee99d0d496066c65fbcc9855fafbbc0bc8753c1ea29ec19dfb978d0131d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8013891262e80780d9914e393a8d91861d1b14a94e2d4f89affd0e299a4f5e66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:85892745b4e5f5113db96c7bcab15c11195ba53b5a059f57a08aa3830e83c975_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8efc4f72dc248944dafa1d0c1113ef28df5be90052865f32196a1dde6d13e314_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:21e210d64d9536dccb41d5179364995202933f95e0c8221af06a0f52360be4b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:949ed5dc1631298aba66a726fc3cfb6473d7203f452663786cb398a14a5f6a88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3cf0e16bc1208625607b76af54f3b80c5c7e103333a3f4b205d1c943c328266b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4134edec41e73edcd77b04ed8a539925f3b81f75661ae2b33dad08b2a0d5f2f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3986449a0b211a89c76d583c15178a75ef95caa002fd3751ab7c01122740ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4813d400a6f46477e92449d1e4908c7bb329545c578b09b519ddae10d0623d21_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c565a6990de02cc0f223060fd59bcf99ea9239a2286a4ac1212fb859f0bbc078_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d26f27237c1317f5ac5edd5895263e7809039fdd77f608395b4d11299f79b857_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f8a514769d3995332c660a668ffae9018f88ebbbb94db89109fe62a78bb6a7e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:757fd89b154f09f1115ea21b19eae895831f12afaf77491815fcf229220710ad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cca40d616806de4c1cab0a9d0e54a614d0a4bdba7b0dc49b3191d0ca6218a4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f2e12682e00bc8c041d04d4c414664eb27f6e78fd42f2c9b8caca079fb72a3c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b924a823e9f8399b040ea016bd74e7a6ce04256c662a9226676b9ad06bd18c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:747f9b6cb8aaf600bed84b80102ec5fb6e614c549c5edb07f97e4678daf60594_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ed6318e5a1e2df043166879a526549ecad1cd62159a5659ea2fe201f4abd798_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9574167a857bf207def2891974ea31a999dd5b163c0ebc9a268d261178803b73_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:45e3755a7d823d3c47cf092809aa13808b05dadeb49c2d8965ef7dcd1ecd51a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:888a7dfa28959baf2c21b20048cf69821e78230c33ed18c430940649093f60c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d36a332435642bb7099a06c8fb3c27e614a19094ad6a727493cb1524dc64c5a3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:dcaef959fe0a2f2b80577b0d2d2802fb922a48ceeb8f1b552e11ef0dadfc8efd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4aba6f6d0717910e13157b5aef43633ee8359fdc730df2af1db0796113e327a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66fec0af1793ffe236208f8922add7344361185eb6819cb2d655c6941de28d0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854d5562f0da86e02483b9b860c117fa0553058ff06204b4029b1078ed68c2cc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ef3e2714cdaf4dabc304a73d3867f6a30ed990079a7dc82935cd311b6298429e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5a47fabca2c5da103f2d450f766b523c11f2d8144dc88116dd28ab64311638ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8348dba52b0b908d04f35dbfbb45272953f59daa95da494498c89b1f13a01518_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9c4c2c65f712de6e55348896b2609f71db681e98f70dd26380c17103c168f2e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c9fb883a4258dca7dc277774721df45548564f1bf02db259d10eb28030312b5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:25311111c8f185636cc6c4c57fcb593a4d7f80947112d026f17b03e1cb8c5836_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:279a1f40f5daf3dfcbb6ae72d7b34e1cdea81c93b8f26934b0b75a5691768488_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:73dc60e6fcd70afd3dbbae8a5a3b0173b8aae24c262a538985f446f384305b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f83b91fd2651513053855b761ecb7123b9c8bfb283b1b05ab987563b24296ac7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3c25156b45ab456d86337e7943e2499d56ec59e9df06a9eaf6573d00c8ba99aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5eedefd980085c0d05eb99404d84da557aa1e33aa60b6f8dd617e6c51b7a0773_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6408fc9ef2d5571e6b6139e460df943926f8f61d3f02ac8e29b4ebe2ac1f987a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9f22b0754b61e971e65dadcf6b1180062d05f0512761ded6d3c72740ad4685b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93757da9f7fbf6c826f1310e9a753daa86cca4a7d0a307a7605db692d679e0c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a3b6915a30075af8ae31cf1f9537b4ff2edd806ac3b9c2aad2c3d0122db24384_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d6e27f0f7452d0ec0445608ee11904987ed62e79ae5b501c8c548b3140a72916_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db47533315f708b613985393aebd19f0f1be0553a8a84f1ca4691a6f80fe99d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5cb51b7919e67820591dc9be361dac3ce494f2ffec55dcfb4c62cf075ba9928_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ae934e2c4e03c385a8f14224992a885b0906953eab145f46f920895c1c563dce_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b0dbb59715d1fa2ad7d31b84fecd58695e3e79d1cd975c9d1ddff84f79aed5a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d387c467c14234a2edeef2ee4e1d3390b6d7f69e1e7e3ab4fb5950c0665e7e93_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:12069b4c9b06e21bceed36e3a6ac286441ef97700a121b6fce5164f3f9af5fb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8b999d1ce029714eb21675fd185e98bbc285de3dcbd34d8d78d44081101c5eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb654eb3074962421e67ae133718289b8dfcacc6969400a2cc33a253a97f1581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e4457eae686f5e2cc90f75a4fa7cf56157a53937d5cb0b33e6bda1ecb136ef23_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:57a99507c82d77541a982dcb0be5f0cdfac612ed37649d8f870098110ebf67e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f3a5550a636594f6f13f757f7cf9c13814121da51aa8e91a852643d9a4e188d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd2f3a5e7d019e00cb522644c3e1a2895b9d77e7c4510194cb954f74f6bf695e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:af0c64434c0ced75ece447da614e94dcb92d11f7fbb5dfa15a4ab17fd05d87b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24b4aae7d576407c88c4d2d6d200ec98aa762e1a032ad7a0ebcabdf63f5767fd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ad96a37c03c7af6fefc4a4e34b67f993267856ffecb586b5099abfaffff8e59f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:de86930b332a89f7d532adaca7b1f3bdf99db5f0d16c8c3cad0ed3d287442b78_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e0ed81285f6e9686d820425eb54ccacd156abb8adac762b4ebcaa41388a111a2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:233bd8980b833b554fb9c8ecd6e9fb6d603014fc61292b8a95d471a9fe6a4d10_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:56a429e6debca0139cb61b640a8cafbe02094b3a318af835549003fc7ab1aedc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6368603a00885b9bb3992ac55992580311eca99688f9f5ba729837d670235256_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9abaa144a449593156337eb1d254d7bfb668b118f70497f742bb1c72b5890af1_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T08:59:14+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:12ba901e472743bd79695772e65a451ac80ac29200cc06076471c42ed0956675\n\n (For s390x architecture)\n The image digest is sha256:33b55b92bbc4790ac37d4c7b11d1931a2240510799c38c1eca5aeb56aa7e3340\n\n (For ppc64le architecture)\n The image digest is sha256:3f3b589bf1ba5601644293d48f27ebf26cce0af703edde58001cf88f25066808\n\n (For aarch64 architecture)\n The image digest is sha256:c5b6085ebfabad3ca4a7bcf4c0a86bb7c1c2454333a3a75859eb0e7b85a609ee\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7c6370e5e97471e0749a7d0bb9555e8eaff2417c2601ab8d2996d4680d714175_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9ecb3b970521964eeed97e09395b6a1f23d4fb6fdbbded445579b2d3bd4061fe_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d3ebdae06c35615bd2d80a401a3cce9d162f99b37336baf5019cb280de5157a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:40b315018e5a869a4cbd0ac9723cc224602e1996e47b8107f60beebe52d9c6a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7c35b7135bea1c52e42d9963da502b94a99491c6231badf8679f36c6ec31aa7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c3967d2858405abe1a54cfcf8f2445e45dc7aef7696c21cf96245c0bb4aa8834_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b1e956fc4592be241ff00c9a5e159b6c54c886062e20ea2d2710637addd118_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bc60512167cd61ad02a367888bffaf9ae9ff5d38d2710f8b084ecd5fd5865ff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e189e287c6fb6d208f0c06f87f80d78dd7f0f224f1690c57212c0431ce42039_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5449039f33a2f0c68bd22b9ffb0f36629d2bd5650334c648ec6332482fc73adb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea27513cabdb48624bccf772ec7657f21f625d034ae16afd2ed87785c1e92c6d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25201"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a7030ae2f83595a38c507d43a11232d918988fec2a12bd7bbdd048ed1b4706e6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:acd1f4c3748eb6189d59cc41da282a81e8949be659f882e241e01acaa25cbdf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c04a807f8759be6c847c8f6abc07d398c781563b216abddd198c07ae32c3c467_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f451c542472d35f555ba7e0ca5fe6ed5cb35b9fc0d915ed32486f1a0c7b361dc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:37dad142f4de244e37a4cc2b932ea9bab8fbcf7663136b59919b8d4ed4d8888b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:77e0f36aec56da740886d70e6e9e45b5eae8a4641c11a3584f5ec96cb4c12c4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c4c865b5de7ebf517d667466f7af1c3c2323feefc9fe456fe14b994914ea45f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fc741e6ba3a635241261773e48711d1668f5da1eb435a75db33163c1c4725def_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d84050334b5b19a7ee4e59009b2847f28543e637afb7dfd6c11636c54655809_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:79366a89c1a9d454d121ff6f24a3f7c3f9fee2e1441d0d67c7c5df9d471c3057_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d6d4776004505cb4168ece720f3cd383519c76c229c53bcbff27b4f62fdfcba9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f230ae41108ff58cd2df7460ddcab73a59309e5c7c4ca0c682992e4975703b0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1ccc1d63820ee8fe6e1d60ecad3019d4fd4311d19859a5ef4ab43f50c2bbe68c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a823b2c4412366f8c9c7baa25b6dd40bfad4eb90b98e2a4b064aafec740f9924_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa8dd4b7f6289107e6bb9313a0c3dd95fed0a78a60a3bc6761ba101bf49267c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d51643c52c7f7850b787439e79e69e7e15fea01d38fcf89ede2ffd5aa8a0a6bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2271a35cbdd6e75128ea40780dca8b12acff72d89b8e5edb659df03db2847ddb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:50815dbd8eeb6bb3de2c72b3747c700314ed3ca55130ffe6bf1e0368ac55a40b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:73459be1c7c70819c0a0b7ef2e41c4f7c4772e24eec5ae382fc938a873e6f706_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:abb274b9924c701bfd460bfaf347842aa1c6e6e5ac13bb67a6e8e13aafdfa70d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:192a0a4c23acf7745a9cb39db76a8a8dc351faf385ce96a51e3789b9f51aa93a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:64dd85148fe0c37c97dea17bfde5d6bd28651e85d38dcd032ee6a6e0d564f20a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98803d660cb292a0b19a91c024bd8615bb4b6304b6d5ced3230f164b20fa5473_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f14489a778119e4a3e2d24b85887b8c732d273b06ccaa1f3c47dcbfd593f4e5f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f7da1d39bf1e91447e1e88df1c5e804567619b21d4b9b6b5bd3986ffe73eb05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7f1abf185014eba5af23da250feb4cb6ccf36627eda3f383172b4ac24866285a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9167cb67240069de0d391f33279d036aa95cd53c4e90b9bea9919c1121f69a30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:99fb48017ba08b4218d540665c8a2c5020d3dd3bb49241a56bd136e5337b9c83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1f82e411ff1946e57925f552c6dfbf1157e623ba62ccfbdf1d4e07c3c76f24ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3d76f8f385f0225bbd4c2f123a1efb80014cbdc3322eb62122579c31065f2475_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:62ccd6215d94e446e9d72670658341a4f9410005ae77541ff628ea320a3e4e0c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8ad7ab11e18a556647a001fb94a1713fc73db6342d5be586e6b9c5cd85180b1a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:6bd70b036725a8a6805ec024cca61da2b1bf3900092c9990f44064bc1ecb7835_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:788240bb55c133461df4770b2acaf706ed308e53a3ade4c5cfc264deed6446e0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a731b7a16f277bb651b12e4dbb7b91113da193f13bf82f50c7f2a2cdf35b546f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d99f2b70242f93ddf6773dc339aa1bf75bb2ed1960816ca81206831e477f59f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:07c3fb5bd910f7e81a2c2493b02e87059a8dad6920524116e16ff1d022b9dbed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:778cdcf251d8265e5678c4ee2b9d639de4bed9fa8b649b6fabee24234c5e72d0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9e25f3f39d6206b8a0775db0fa2592de5a0fb0825cf953051f434df1fd71cb39_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a753f2194d3a242aca4fd665cd0b03fe424185a4bfb4946d227f46a9b1f62852_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0af94672e9d21dc0de6cd5be9aa989fa11b702be65f1fbed7949cf0e69a253b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:215ee3722e5f0e138c17a40c1a2c72e8adf4c260ea2474cb5101d674c4b20ffd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a5325f3d088c7a6a96d9160a7d88cc3decdfd29a12cf9a5e1b622412baf189ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b7a59b159989422e6cf5363e905c310517220af021844734c6c2d30146416450_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30d9b1d57b6f99ba33574ba7a98553bf889519f65c039c5b714342839b1067cc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:360fe7f80c135a87f36e6e23a5a129d2ae6696243bf6b448efbca03996751b91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80498814b01bae249447f70402a7a1797c04e7cf9fd7ebb478e12912706440d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:acc63986c28f4ca24b2efc2eaaea748841a1cc1ea4014a807ae7e3f894dd0bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:23eb83f18d9937b0d59a12c3ca2f62aca7f0da57fe56915cb59a1fc38ec55c40_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2e60091e466faf801773066fa85d17fb808d531112d118a641526b578719d991_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2597c6e1ec452347d977bca5077f9493a32efe388f4fb57b4d7f9865cb48e7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e6e0147dbd1c1af919da7d83357bca2d804de41aed0856d056bbc9394e8e4b7c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:079e10d6f1763da07f277bd857026175527f4f4474534f57bfc2871ef4dd5010_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3e4cd5cdfc5f0a7faaccadf22a3286d853e4bb75077c363b6887d25b7e1a5118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7525f9327f18f4a078fd04a7a3adb493b2b1805dc124d24cb05d2256843f9da1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a251a8c1e77b6b5d4d8979d4f8a8de20c23363753091cd6f9cc077eafdb92185_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0ca0593d55f379ee3033f2509e1692bd3e26abff765f8293f87c104acd899566_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7fd25cd3e54c7cd19d9000549696f9bfc98b4c5d769e3b8da83a4107ea15eda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c98b64e4d0bc04f56a84cb7ce0eade14aa6cc09ace700b296d488b97b8de1006_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4580275c9fbe7e7c4f4e41d577aaf9bd51c519f29e93e9dc436ddbf34c7d266_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4d3c07d64d81e9b7ff3fdde9a57fa6549f088e5a96125e91f3007116d20337e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:557e38aa7e4a4587275c7399a87f7d71997a455af38a53cd9596026d5cb41146_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9f46b563fd306679cd8162e0c275daa4767f51c0083b1210488edb88976d8839_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dcaa5021d88e1321f1873715dcf1380ad3379fa96d222abb9450d148021b6930_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90c86b3339418a8d201444592d378962828eda5c92cfe006785a9bc635ff5ba4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:bee2aa67de35ab4635b353061b6c23bc68c86aee8cac9cd1f41135e9c066f473_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e40130b1e2a74e2b4eb451df197248f85db457c4e50fbbaf8447f8d9de18363a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f975869178496b63072dbad1b51126f9254e27549d8c9096359e1ece529febea_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b044fedc80cc4429176e21684a6143228e95cb817d49df83766ef83018a4ad56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1872c649b93c8b262e052e39292236847a4bc50c19d07b86c8644cb9faa914f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d5f19e12c21b03fefe2fb73d17784dca980061a3c0a7580ce437173f6953992c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d75092b42069f043e0f39912b1c9800afe624a0d5595ecb9a3ac390c65eec7e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:25210aa51905881e5a33178421288cc589956b0802b0d3f0fe498bcd71f6998e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:33ca83123d3de585db1facc376a72c80fa9992bb29060c8d72a62b86a5f29c4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7395ee37fc347a402d6e90de9e18f67f2abebbb71f5601a3e1325f9c0e13650f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ee71d775deba549daa69545d7e1a5beca2805fa7d2267754fec57827e06a4d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6067a2852305b2419f685df3890e2eccf5b81a5f6365ccac369bd34470a84357_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f20a4811133c41d404a1b8a8702674d55994ea03009c621a21245fbef890906_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9221ef430d8efd74430db55d41ffc96e8f03284fa4ad574674c7563040f504c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:93ca5b2c341509449380a1b9fedb6e51482955bc0ec9805e3b3aa4ad30fc1c22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0a7ccfef1c0a4082ca3fe4c3cb93e514b5649e661e26ed42bba26fe346781ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3aaf87368d239c36c222536f49e675b0a36151afbfc637017ddfd7f871e192db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4dccdace02daf6373a6f4cf4a4e83257d98557831201e7e5597825f18fece4f8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:881397c36a4332f221dcfa4eb517e9c9190329af9009391b96f0ceec74e680cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:46da5adb548c744644bcaabf6409ea53f213d9d4157c6bae8e0a3b741ac8c836_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53bacfc10ca07c660b142315c44882d77ed3f02af6405d7e2bd36fb26b165b97_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2e763fe91becf5be1cf036062030cee6510af8524107c38b14187cded57d059_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d01d3b7ebdffccbc3f0333585ef3a01fc910115a4bd77ce3fed8f85093a31e4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02f532a3c278dcd2c26b783d2cf3762b73b035f9b0d37d8c5cff066e6ece07c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:87c6caa70fa920e0a58bfc370ec7d6454c145fe367d6ce3f34ea3aee3b6d4311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d441752bee65923bde0f5d9883afe5bce6fdb0abea233ae6a4458db4309e1115_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da660562d126ed80f4baa3e45df65a91a9ee75d40eaec3f3881e7f61df17a92e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:48638fe0a5f09bcf2f59f4a02139e10dcc77714dfe8fc10b86892b9176148141_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:589754420cffd7d27505af843442b7560d9a4188f7f64ed3e9a35c086cd296b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:79e41ca79715a571526e53fc13caded867e266e74276e632d1e7c28c71d78360_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2658b6a8db6e6a7634453af2d1cb48e0078abe4d82f4957288eca0791462c0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8c923202184bf124cef516f43082ad3381f921fa1c67aa7b541ac6aeadec2d2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:97226555f60c106944d99b23bdfcdfed049ae13c0e8c97b0f4e441827720088b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:544344c2e9020efbacf4c582c67532ebe485656c36ab314de95bfb9a0047ebde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b6648aa5ad4dbddd1a0502df8da0c8230d3a8e1bf4311036e9bf8f377976d0cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:04afb17e0637c4528bc8e50caabd2cb2df9b1e50c5749e958418449faae9fe22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8379f38b7b8e488e7b1b170e290af8c604636974e0df590429440f532094cd45_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0100c82d9078fb16dbca67d3b21ff54faf56351dd684da81c4ea2c064a4413e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:99a30147f37d481ec26054624b727d9ba1076fc8b4e5779e545d2e3b7925d9f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:91b7a3ef6622e4a2fe2142c128878ec06a6fc6ab39f8090d09e99e1689b9f2a8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f3147e25f33eab3567f3dbea02e9cbca9a43597a3cea50c6fcd0f1cd79ae209e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:161b66b02d03b0595114914f20ef9449e495d4c70c8af669ddba63dbabb3a564_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ea7e766190adc6092cda41eec6fde1b64c9a85f36a2ca2d5c965e67a096d16d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:56b1eecff219fd7deef7e45cbebca688475c09815625eed92856d74f0675cc01_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fb8a038ccbb2e46ae733ffb7c86b7d8cb33292853eca765ea7a8482cfe3683e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:272e0d5cec07de889e143904a219413930f5ea3550e2af915740f059ea225862_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fed89393209bc73605a2db49ede008f547509f7714d0f8614575f117badcabaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0b7ba820b7334cbdbf02f6be0bce7bfce66c09425a3846e4dc60af1e04a16e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c70f895e7c27581cdc99c52ad2dd0c3dd83a7c18b232ce5cea4514a5f505daf1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6d123e90c3e0a4dbafaada8b1b0fb0f128cc4a70c381674b9df13ace463f88d0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:88c3c0650b52b80e7725d6b653133a5421472047c98d8f16a23b43fb0dbef67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9a66b8bde7a17514eb0b67947ed846ba8a2336621baf1a22c896496e7c6296bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cf832c31c9cfe6fea9d9bec83883bcc652e4d405adf56914baffed33c6311533_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e78f24bcfc3f52037f20e40eda5a05946e152ee98573fe960895b1ab360d9a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:93968cfcfeb07c864886de9508e5408fa56a872bbd5fadf6a20d7ca07654c880_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b6867d29acfc9d3477cd6b4b302b72073eb99a17fbeb9672581ef9e9ac2d8d26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c60bf917300f5ff059623c7a5334a1ec2d71c90d7e6ab539bc0b6ebe06f61b78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0fcc7aeed15f99c0e2b8cee46059eb76626ce1a40bc233a73569a1f9f0a1de19_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1fdd4da6fbc7a7bc64ed33e515da321b566d7fc58ca403ece5b34b3c0cc53a71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:48a1ea628f76e551b73ee773ce9fa741b60278034659dac8dc1333d9909525fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c42c69b265cf079d5546e4832c4d770bb3d78883098ad004e57b4115a5e4990a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:18f3d2ac2c667df294752336cfa5fb0d137a28349789e4cb703636318e6cb7d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:716297a34fdf6be541e34b5a5f2452418b27a6d810cba6b7e8d81e22aceea5d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:824b4a9540976d5629148192a78290f5dda3f3a84864ce49ed07c2ccc00774f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ee8b320b2047e104412603fd5ae7812c65e92fefbe23b7dea980e3a058eea63b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6be22d8f91a5efe043040370b651ec13c645627c16567eaaf58b736ec73bae3e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6c386efed5fb973e4e5cb6ea2eacc8968e2fe92f9dd7ea11e08f3cc444dcad13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaf6525182047be0049b680e4471d3b5dc518940c6d99396f3cd8922d3771a9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f0ff71e9fb5490f48e56bb355bfc883e52c5b9e97b7b3997f97e7e1e01fc6a03_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16adad4fa643e6403dfcca964ae82f52be58ada93103c99e935f0dd7f8a8ce19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16d580e98a6b03e236381fea8a3940f7f55ef5cea9dddf83f57de4f2c16d87c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7e04c03a25726e3e914f29f4106be2b38f6d91e4c4c96d2209e894ed5353f14a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9be92ffb22356b143f24c2e1f569a5a6022561cc9e3c19dfb9cb8d884b4b430f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bb8e87e8f93252c758b06275b904acbda014a05369a3a8a48304025539c2a8f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bef63b16132ecba605aa046e00966ee6ec9a37890f56fe5b00a9e12fe027121e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bff91da1e8a557dc8530731edc9101af2de09463c51c374e74e92d2c69bc3f04_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d7b6990088be37254ae2d8a02948704d766f4b8d08918c4a998a718757ee86d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18fd4650bc77f056922fa227ee075e493616df6011bb31b06498ad7aa121d13b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:372e2b2bd887a5ba12a2e7187fb666fb167d0a0c8678e78dc9e6263ebed37bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4145daf13e987912a5ee4bbac064fbf0888293cc08b114107133eeb9951204a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:56653f02f8d5d9eb484bd9157e4d6418657b2abc8e110b766553a98db41dd74a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:457ac9e201454878ce756c731623f33ec22e44c9be6e688931b5559dc3d060db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:aa23db754237cc273788c3635f4f6dc7a862c1bea9a509621e1db9cef5dee41e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e7873c9eaf9068c96b6ddd150a51dbdce7acf481fc29106def1c97b359ddaa4b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed9b1a2da0483de307ea30326c445cd0fe4dad0857d425cf9b8f3cca9b52b64a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e863b2c42d0edc7ec05bc807f2f6462b7582ef21359e218094924c936169917_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1511cbdf101329ed2a66512956ae7ce834a6ccda253bd76b99a48487e9de8fb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:41e3dc9405c521149919a24892af006bb7c06f800fba261c5efcd3f2ef461580_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b0cde443158a094812ea67d7c6523464b48c695ffa4c6d9162ab45647a119a3c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ae3d7da6672711ade9e2c9d4159b7aa327e8227bce5c87857ced4f10a4bdfda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:51887eace4c7a9d40e7cf1a509d05760340fcc9117238abb82f7541e2855396b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:52190fa0da838b24980e26ef586ade36fc1bedab5fd057c6acd5de5a84b68809_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eab6e4a898be919f8a04dc9c3003cce301f27e872c0520d1d0b634d0e3e9f461_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:509cbb1fa06b90af926955a2c724e81581d05169e3974c3e77c87ce47c53be5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6be6367bd1687fae656afb87e98ae838126089abba3dd62b1f71683fff7739af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:94599479d60ea6e70ab70389c58c21e5159ad81ddfd98b023290009be697c2fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c73ef3d57149ccb496a5c1ab10efa21d0c1ae73360323ac24d8f61f2d3b5dfec_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2ea0c42b0af0e9622c30701c2c30ed86d577ef8bf3ac8d598e9baa22adfde899_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c56bc7a31761839fa46cd50bbf90989d3313095bea4cb3bee95d074a9dc2963_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a96fd264e1b79591176e03632a3e3ff3a1f1081ea5144f188eb7089083204a6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c379e2384917355019fac9528027a71fb47ad3209665dd3d596598cc6d6ed6f6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:178f4d3b2f63adde85e32729fab326955f1043471079a0599079de31e6fc6788_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3b1fd3e8fb0c8ec48aa741493280e249f5f3648ae85f4344c4f5cb5196a068f5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b14875a6d74f24bed2a0777e9a0f12905dff8d703581283dda165b86a10017fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dde63d7b30b2e601746c2db054ad76e4a08c1fb8788df6df702580cd4a5cf791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:106d242bcf5949edbe9d5afafa2e02c7b37267e0d5a0df3c7efed1d37fb3e2dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:49bdd7999fd853e6af213b6cbcbf7443d12c55bddd8ce25846b6afe31ec01d47_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51d52f0aeea8e119cf184ac017694e1c7c09a42682343dee525d6662bb746d94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:940efe54180bd892583c762d2716022647095c7aada14c607a201d04051a2b4a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0c80e9b2df2ad98d98e49112fc9f0b7c556b95c67edb5df34763e37ac804cf73_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3a0cc43c6dfe27e407a1e8cc56fff50da88d2b950b7f113b52dae3eebf7fe9a1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5e154688fb2359c611bc8bbc7471c05d7e56717aae61b7a591e75b2f9a52cb07_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b66eafede022d39b51d22b77c6f5db46a588faeb3bf8ac2fea3539731682ac77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:044e74fedeb114239e7d1205ab558081b8c9aa521a0d4eab5519935eb9c34182_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a25239501706cccb1e4651398866d85174bcab42021c630bc4daf9a82f48f19b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ca4f075de4f6728a2f46384b835d2223dbe223db2831e2badbe182b610c7f9f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d62b98a8686e42f46984cc839841c913ac9d501d0481e56fcab28bfa673c5e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a77a38153f1160549fef7f2d4bd0ccd9289407ea9221bd45db2bfc39875b45f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:60a93e9fdd00186238831580ba6f90622ba0d11b70bdfd4dc21897a6b97d23f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a6d11ac1280e7d753db911729fae0b7676b6ab494361fa0e5ececb701e298515_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d2369278f5380f2bcc3eb360fbeb4e29892d4420bd09cfb24513ca764f91d9cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:174979a48d708dfa6665fc8466150cfff451efa6cf1951001f9cf297a1b8f5e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:55bda2c7c425ac8b1bcaa8ba8f056771fdf9f342eb6d23b15793c9693fa0d7a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8d3d2a5fc42f45482223e2ba9972ec2ed6de376692d5c566d4126a8044f1d045_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6230b6e46dcb5fb0895c84fc0dcba4a10fff465aa8bc1dae1dc5dda7cc2e567_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2676615af9bf8b1465181d2fb58dbd1efb1f8fe464675b2edbabbf041b774079_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3c22d6e7c3805642fdb145e55c7b596b71cb458ddbda51b6f709dd70cf5bb6de_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:40f5704937a01e7c28151f60d76f33e95d3b18d511893021fadbcb8e832a5e3f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:483eeb4a161ec7fed8515247219b94a2c40980ca788bde992bc5641fc1b91294_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7190599f72b2cf0663606c10830cf2759037dd4de06cb13834dae7378db980f3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:761a23b468d06cc31245270b53fca2ee9538c3f5734cbcbced6e5e43469ff76f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b4c4bf466d29b02d08346ee358980105a204f51e243c733711f88a1aac87c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c54c34360f1166a7c42ec1b181331c31d55306f5b38958826260de94c9b360ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:73eebc52df8056d5ae2bb19e2d0e2d7da83a6e47e276db71f7d26da0e50962bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9e90309a20bb143a8f579ce5fa26e36ff107ff5013f6fe2ca52d4a5dc28a543f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dbd4c3ffafa0d8a58c21a91f8c604e4ca913064e8c9050af9133c61f7f8e5831_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:efa8a7c783451835721df984e0357e521f17f3c0235408604bfbd75baa53b77d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:47093e22624d6ef420aa80ca4e934384bf59ed1471d9c083f170fcc4ff7d62d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:828b37adcffe61dec6e74ca5380f09e638ab40cc2cbaf3eb0c461902356ea7b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:911568aa124776b2b7a4dd01b5a045b9e5109634afa9510e250115cc9960652f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b046bd3e394a968b8bff756a1bbab6203b173963372097b4e9bac2f4eaa8656f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3cb35d480c31d79278f2e74d16380d75c9dc8f36e4208649f5db223492fc51a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6cbd72c2701f8256348c3c0d37c7006db128cca44105634436a9f9737afbf195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7ec2d54b5022e937803ce3012a89250b224a54384544ed01a16cb27c00d7a00a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:922abf70f2e6ad57549dbd78523d198c970ed585bfacae74f0db4f3d58a234f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5b47db66013f3bf649898ba62a0bd386e82207485bb16c1203f6870bc4bffd48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7ef973e320a796810c7ef62ece44f84d5382e158fab42980c6a3fadfa42f686f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97ee01f7cd27cc8e66e1f3da6310e668ce4e0fd8a948d956f73ba21fd81a0f6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dc8cd1c7cd4cf7a1337c485787a312a285c64489f728aa74cfa5fc380d8c6112_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4abb807bba0bd7910150a5bad5020de4077d4d4500b92cfb397ad5789d37cd68_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:57e6cc4931bb4a870db12390932db4de419bd8df05865b0d1b0b87755271d045_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b9d7af15ae74c5feebdc7f46eeadb20ea1e465804eb776d342a19a983375be88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fa90b0dea8b7c0823b9fd0ec294dae694ffb26950cc27a33ff26eacf603fa9b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30ad6a83a99ec15ebf628c009cf0cf4faec5b04c5d053fcc7ccbcced84f0d809_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:642d49376a33c6e44a7267ce47ca05ac9f48ba4b1fefb3e49ec13a47ef87f809_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b7c9a1f9c8b7307c2328846b2267b1041516b20f4b7010813eca8e7841c7cd59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:dbdb7d1b8fea71975ee17988f36976bcb1003792ec962001ae4aaef37193ed2f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:255023a42e94ac306891575c0c3f8bcc45c1ae952aa9783b6c2b8aa98f56b20b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:77012d8624e45b6f08daaac3949235e15ebdf4c09b49f6e66b79f05f36ca2cc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dae0604483279dac67d362d274de80cb3e100fa935ca50dabdc7dcc436b717ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e5b0ecb3e20dc07b357a33d1dc317c6a521389f6addee2e492bbf2bd852b8c9b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:207751efe1aacbd87aec83e9df0b4c48ae0a985deca07e32d1a8ce5a1e013a53_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48dc2ddb716560f09494b9d696053086eab77dce31bea0f89532d11074b3c6d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6e4ef72aed8a27f921e339cc899c84e094c2a710f7a00a0602ca9d03cff31e91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d78d850c77386a35341624bf3fe5eed4d92ac41a5e6a2d3f2a68db6de1a64087_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3eb650f1c43a1833ee02b2218336c075456e26190a8ed9c976680a20d83aa55f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:64353e912653770012896a153103b6fcff349ac40f746cfc36821fe11dd6259a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c6fe274aa342cf850b2ea6287c5c335e93bad4a1bd73a0cbb2a7c789eb1ef48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d7730eb1cf5ded2a07a8c93369e1558536ea5af5ba35a23f3046946c89b7368d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:03f8250466cc5d3120aefcc87f0bdd4d12012d6a116e419c382d50a21760aaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5be6fc774ba62dd4cc689d99bacc979cd181bdbee9a221f425c5266db6a62784_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aeae1b0e5fc3faad8b9ebe64d21e9e14c721323991fc76b72d39f8a7608da870_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e77c5040e44ab07a456b37ba532e9657f879dcecb7879ed9e79d8b0e2c6c8f23_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:80b208666af68ae1f11b5526ec2d4e2952a4f33ec109a054519219c0e84f4cd2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:82b5a2010b2619bfe1dc1a3763af5c642e3c8d435dd7b91713e581f267dece66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a52e866ebce2cc46c05ec89f571f02b751a98351f1c7c1475d38bd3bdb08a76e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e295ffe236c8ad5c1b4bbf7610d9a29f35534d6b66619cc341db46baf6ab4aa1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1594e9818c4dc1459eaf50fd7ecf2fca7b73ae81be70413f6fb99c143f55fc98_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:455e45f1174b4bb5db753da8b2002b40921fc0051f462c0f7cc0cb95ac564c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b74d75ec982d2c35bf2f67a22eb8cc307ce5c995134e88b0ce9513df79cb5eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e0642fed946e365d50162ffb37121be194ddde7f422e022a7afa7a45be84aa96_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1f0901c738cdffe9f323d24c85f8fbea95ad36ab31acccdccc1b7c973fa7fa62_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:42903bef3719a65b7e7fd89dd371c68baafc3b2f41b68dd972429185d3fcdb90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56db80905cdd80d7ef3ad4cb8e0620868713a31853dc797db397431af032d322_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c340f2a030c2285afa19fc9022e14a07056941bef8de59b25ae21ff4c66bb9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:07284eb00a28180c2e4773ed2da15026446ff555b47307e0ddfb707766c9c420_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1d5764ba30e7e1058b3f2b10d1ebf9a190b6b1aebeacf774114cde8fd5b6b3fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5b2fc54522c109221ecf5f2f25b34bec50bb71eb1fb13677e79c047ff92899e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:88bbe3827720c373b01bf2fa3c3b8480099f7c9058fd6424cc57bfe74143fa9b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5dcebe96fbdfb5c6ae5d86a985c3d4c7676cfd02460196764bb1e4281b77eeb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:807f0619c241b7b86a253efd0b36b1d3dca0a19b4732139d789c5e6618b4996a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a1283298ee508e2282a0e709e2ff32c018445ef707b155f3679703da0a7b143a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:aa87e88dc29d54aa41e34a5ec81986971fa4d3c53a33d6fad86527ec422507f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:03f28b40a92d8f8abbd0d0d09fd080c5928ac9cade01e28bf2c683dd500797d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d18d242102246b6cce19529f237b536be5a9a5c2e0431eb15727b2b90e3d888_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4ad31b682a179a9f46d566301411cc64e1fad11ce7f2493d73c81c9d77e7b38a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f76b5de9e7ce8194cb453296dfbb5a26fab5e9f0367eda229ea3c466cab591fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3008aea10be9bf754a1a6e0538d1df3f6408e9eceaac2e0cea868b40c5fff12c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:53de5c7759b3b0090ea994db28ab745c4635f21f44266d5665076c5c2a553468_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6d99d80ca988aed5a3cc74e6018aeda442f0c5cee4b033d13e9e6995b65a5ad7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aafdc6bd5cefa7443745fa3d40257b3df385bc09c1874ab34796a874273a21c1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5385dd16647e876699858b01b78bda82d769195e7237003621dec0c17ea7486b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:8d82b00af857b1782bf0d0531c76b83c1d05ffc8d8b0ca1a730958226baa1455_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:93c060c1504210f495bc301a123dfa5e36ea87282b8a6d192f47c8c8484b3172_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d9207728b4fbde7442c8b4a9fad3f450b7e2c6cf0a5bd203259dcc4e94106d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:39c30a1eaedbaf0ac3ab12323d80529026bbdc878a38981bad392602cb1ba438_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4095317e942f7ccda2d3d8a5632683cdc92984606f25a90de944e47643333019_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:873761b15f7f5e975f8ca363e088b806e393ac2a78214a29050b3102cbb04df4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c92ef1fc3eb4dc56767923a43fc75ac743c13173e2eefc3c06eb762a38a08629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:723b1caa7724b4ee065ddd187e259b4eeb95ca3da87f29d5e51f532b3c29dd5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:79bff52cd5adfb2cf36c64fdaababcb0fdf4361e9bdd18b51cf4502e2413354f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:89bdc2b084964e95337d1b06b7b3e74d9070e8da7b28ad34dc53bc85ccc603c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c022d71700d942bb819bb1d489925c1532c1db71a5aaa268b855d678e8ba364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:120b1cf4552db536915c081e92372cb83aa89d21a81adcdffe09f2dd3ec5f43c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1b574dc3b519ff20706162d18bc6c2d9970b0ebddc7547a9db809aa9d3eae74e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3fad488f56b9dce6d9b6627c6deee5c2230287828dc53b96d5d5f62943b57737_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6c069eff3037f67444d6ba193d1128e064c4a335fc73b20d6342b8fd1ee05107_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:25735783825c67f2abec0695f666552f0838f10467b027fa1e475317a14dbd86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:417170e3ef223badef0bc4702874b350edb0542fc54f2d85301846ef4d48c1eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ac836331535a29128d1cdc88472143227965ce06b994072a39d407121f49e613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ec16051b9ce0b0a489a8b17bf581b0799cd5ddad84b1786ba77322cb9132d055_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:13b9c3e4c334cc245c11da77c7ecae4759986873fcc134e3a2901d1979bd97dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6926123fc26183a63626f4f33921e2a24cd8e27f6f2bf135c80f1e45a3200fb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b614ecd78191da979aa5e6de4904c4b45d71fc0820e2e9695021c468ab2d0522_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f60d781814b6cd8ef503e85c68d1745af480fc6e2d74e2b52521dff292e1748c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:40f85dd555fa6fa8934f576e5a5cc18df64c4cc264c9c44cd9b260d82e7690d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:92d1062b43e34737bdd26b9ff74d92d43b64a699f1e2c1275ece8f6c9b1478c8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c05dd77c9c641c9139e761b88ad358023c6ba4221a6854d8b0760732889d58a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:cf9e05f8cbcf5c64026e9dbb830a9731a1404bdf47a52563f61d07bd4a51bbf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1482e83688d25af51a9dbb93b52e652d95dbcd7cf4a0d9d2c9364fe0f0ff4404_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a78e4acce67f08cf4c2c48ade037c43b358ba69f5a1ef82cc5f94af99c59555c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b4d0b3d6a24b94ccd6605b1f62b2c60c208959ff5194b75d6c25d54df7137e5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f592d769515366401b273d9b22def9660e803b8a560496015f176d13371b96d3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:279b255fc3bdf326d437336ad9f8d391f02e7c934c160886339778f057df78c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7579da643df10fb9c3c5784d5e06b3c940a823158b595de9fcb964a8d69f215a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb2f77f5bf96fb99626ad02c0f963a6c862c04a7a7162a1987426c2a94ac685b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e95704530a93835413e0945bcf4e2e2473fae5e1257665f5c1ec4b30b36e81eb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4bf77f2090c7ff486b87a86cb2e619015d7e1ee3ec31e3a825c22154be80738c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6960a4e7bad45aaac838b0497a2503e83d3786ec78be154f44567770b82b3527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9438d34a83326c0fe5f167e0568349f931dfc9646f1c70da69409e350875ea53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cf4f62c2815857254a395a0034d68e3668cac219bc2e08e8a9e130034664a957_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9b3d6981af468b90d62f63f45a22d2ca13136f81282b971c3fe827a9183025eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bbce40bcd762ed1eaa08e19ca0212121a597c5c025305a552c1d5aab32c867ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:16a12b3a4a4ce3abb27fbed591e2742933d75ca5fe4a5537d82361b90918773f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2007b429c7952661629067f452b4a56c5b0b6f7b4755b5a7433c1b6faab6d419_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:957530099959a421115260f95ade7784c64b942916a287cb3546cca79763d55c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:975a1cb86ca8e2894140c93a96affde0efa449c772043420886db12339aa820c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3233a1897941a3b7f05ba46a8fdbd150a2b4c070e443db362afe2bbf7071957c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9b55075cd3a91c3f18c6c308019ff67dbd3d38f39a09c7e9a5e48608ac908b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a9bbfbf82188d91ad574b5896f305c4d7b6d8490c8920efee82d2bea49d0889d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ec5f445423fd340e1233722b53fd083b74da21c9472fa768b175cfe6781e2afd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:103ef4d88fe1cf74623a5a9cfd0de45372b032b4b12ea3a8a909754acb2431dc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a366221e21c5dc12c9df861fbdd6bfd4348a8c986bf43e38c4a085be7cac0600_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f264663a2869319733b39c90b352ce25ccb35a15e4b17461e4f74653362c4e4e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f4671b9fcceac63a6547b544d189a85c397e6aeffc6eba38d6e8b7073f258970_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2df3ecea77577d06ce7f57d8f010f3a39ebbba90e350ad9720b84ff6cb320a4d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5754bb489b38e536c93264a1c9c1b68dbafe3923cde8a748a4b9fe87b759d097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7c31e1025211affebc55acf8cd791b0d5240728bfee060914d130091a664b50b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bd7abe39caf78c2962a37b121a293ef9179c95a5b30ef531cbce7483f3dbb108_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:421e53acd2e915022755187916086964d39b2f64014deee49c2e19208f0aeb5d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:43af0818e577746ef7223ca5d75b90785078c290f5d3770d551b9965d1706c87_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4759c35a8e51c247501a7b920db373eb6bb3c22ee2a712a9030c2cbb975029e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:905a175fbbd6c3e81dbcf8c9192841984b0298f06666168a26cb27babe1e2893_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3146de9d4a8b5c98d8b9fdcc7fec4392f1591723948be440897e6ac16353b096_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b70ae04dc8f4096bc37bfbcd02bedba1a579fe133177f674607f18fbfb3128a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6f45aa19891117b7dfb96ed1d5f95025423f62669549fda2114a889b80dca8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f9d547fb14df2df02bdb68abc2153eec1eb42cccff0f706127ec01cb82d661e8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:30b8fd94ea4d909cc4fe3a4f21dfe44515b2dcfcdcb7e5989f356ba5df164c02_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:798df44d33c1acdb59938fdf4d0251cbde8cc47aa6a03cb5b3a77160344d56cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0730058c0266867ad428b19054335ae526e0d9610e68256e6e921d590b3bc66_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bcb2922c665d069fca260451b5366b8c4b04ef82bf491443496519d8f15e34b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0fca8a8cec5e7313576d38c866b7f310492fb11fd94a93d6ce8fd311ee424dfa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:494ab165f12ca1d2547a13424dc7a5cb8ab74d5f4406d46a21d944ab49425ce6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:51dbf8c399cb661c59eaf27c7fca8a08fee8b5651e1a023998f16e4c87bba3a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d7186ccfabcfb1537e42db07aacb004ffac5d893e8e20f1a909176952c4ba00d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03d45c9ce7fa066c430b348e05cd3560ad596c6fa93f7a57191f3adad9ac71f2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:17014fa590650c3e7c49820bfda285fd82f22b5037a54c6929c3d5712a516c0f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:811be7a889fec8a5f7d71c4d77e2adfb2a1928fc01fb7d4cff316460677e9dcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b694b8c876fc29c8090521e7ebc2c02be88c9c811c9c1734c79d524baaada9ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b672f5cb7e7103e1304c2826ef5270e9f47a137454e80160df8414d7e72d76e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4ba97de4f8c46097b8179e1ffa898e0c4e29c96a9abaa96f5f8fb502ff5ce692_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be6a2fbac7aef6c2b49aa03843796a2aff8f242a76ca12c8bdd97a40f3b11000_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f15701dc03ae43a7857a1a82be879c9becd99209505e5809124f62f5056475eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:41325be18bb76aa696d2826184e898f49cf7f29a7077e8c1038632988b3e438e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6f75279627dd89b244fb5fd01a630511fe1e5692502f9fa639e43315be7e3cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc31499dc776663f8a98c401ea377b4476a3dbc3de201c079b326f291117ff2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d79804455341fe8ab02a0e0b869e806821462798772e007f03f8a75959debec9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:188e2bc785e371b300756eba797b8da911bd5115f39820369abcbda1da919393_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:22ef77cc4d255f6dec6a74666990c61544d82aa4541821a1ec2db93e3473657c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4ddaeed1f2c8c64d156a91bb4bbe71f74f590d699ea260d00fa29a7d01fe1d61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4380834ef2ab3a558c8a3bd2cc77341c72c7b2ff4888be85ec6fbd444d6c7f2f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:63024eecf989e5597f5fd2495a404b364ed9b7138bf835fb3e1d851a34d41d54_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cf27951838e8fb93d4f05a8f0b1ecfd7c3222bcef49e14a3dd6a6dc63d0fc260_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2f33e8c871add512c85505c2c5c81267e7b35755653532a20028e89f4b41c2da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:96c40575ebd38e6ca166fada51246e641a7d5e9c7b00bcaa489795512bf1fb3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d26622a1d37314542981e27eb616bb5cb316d7771c3b165921ba8b1c7470db14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:057f39bde011e55246763cc5604745d80c77918154ede243554942bdf81dd068_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0aad450e7e40f1cc93ffae16856cf5de5acd1662371fa8c62dc00ebb6d4d11c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:d7b45f165d249847759289f90b18321cbe8c0a8e972b51e354f25a94fe696f25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:77bd75b7bce7a798cdb11ee0f7d6c838e59236886567b4e5148e4afae3562073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e18c9f9197b6b92497638426e8e91e450c1a3ea7b95a7dc83645c66017980c3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c199b1c123b4f5a26754f842e9fb1d046549deae99856f5f5db2f5d1195094f8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e18c5c5992f5cecfb2c300b9e7cd3cf0b4175a4e3f4e3cd216b6e6effd875cd0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3f727df52b4841d8b90ff625219d832569463bd320f49aaf94a9c2d706fa097a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9e60e00881a5e5168eace2acffa41c373b3ef02406688b03c69e4dd0656c7e66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b578298ff88e7cab48de60927a8e99f52d49791f271f08d1e5e8910520525287_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc0dafbafec45d46183b03f4a7a455fd1db3fbdd8d5ade284fc34c974647a55a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28ea872308ac7fd286f001ae55753e03dde674cc8c58df264a3a5c6a4833363d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74f6e12dd81ed0c63a8983845a8a3295213a6e153de12fea13724f6ec8ff40b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6095b8baa4b32f6915ef6ffaebcaab125acfc2bc23006d23b8be04be7442154_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d1a64b53aa700a69821c2b3ecea10d946f731831b203e4bc65b7dd7729452195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:91b2e671c9ad506297fc8d286edd908ff2277289d108a4f32c3b0202bdad7b57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cfc8e8522d3a427627afd3a583e729d822789a3f2fd68998a9fc41292df76bf5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d64450c15c629be398fc0afb54009c60c151b179ce11b43906c86cb41f5a8e07_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f10fa7d1184ad4027ebb2ca7ddf6ea2cf6da59dfadb6c38648d056d4590c9229_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:422bda8ecd8223d19a789e4816891f390083a42ff728510da58780f348ec9bae_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:82cba79925fc340a97d23710901b1b7614256b4dbabbac0593349329f24f3398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0ce3b22f42ec19f8c3a7556f86cf1d8e22db77ba5ba76a29e092e8ba7c8c7dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:82565bcb5b80c75af9ed9f0e983c8398da358cfc6205bd0f3775b04cd69c5a1b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5031301ee1ed68874731dd460ab27fbc03ff766fb23de5020d2d573ce075052b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83875dec4ba5db73fe9c2ce1ce22c955b42d016c15f9d8c731cadc17751d5aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:13b4dbf6a7b7277b63decf38cf089f68d966cd9d4cdd32022b73fbee1ce06b2f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:67cf8b8c4b55631845879ef8cc579c2e7d96a5cd4af9672c83909e31cd3c29ec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed626dc3d32cef2787174b38a232bb53dc07cf19136a7ae0beee692049b5d27b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0362f5ec213dede171befb2aaa43343740099fc8da8d3c0d1c96fccc6af03ead_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c690ed0c141b642514226223820c5465bc26a226a25ad52566859315dc17e529_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af375fdef09131e75563f66f852da9795fd5b77ef66b36c05fa7dd1353c3b34e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fbc8e638b6ea4580597d1104ae38ffc81dbf333e38afb12801bbe4a99e849a12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:54d79dd5b8b64c363a3b7e7263b7e00e377a0117e475bc2bbc48ec9f00f94b6b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6930615bcb510326426acf6954de5b732652064186ac0ed19ef7c683ce9cdea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8353b502a270943d3bdf742facdb7931589b1da1263e4fd098d64f7b4066e32f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e9cc7aa24b1901a0c41fc88621b231927a9d6e23c7f008bc1666cfefbc49df5f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2b74b78ec656cb9c991ff872d5c48ee63e08837e019bb65838b58b76325a69f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9acd8db14233af5629af6a3cce85c77fafa9edf89415b24f8a8a0cd196825645_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d3c6e9215628be3626b80edff5d736da1994ce1c3fa96d59109e3905c8f1ae45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e96b81626cf79c94fe32b32413ac35e80b7d2e402a11b7cf18eab33b494674e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25d2502817725066c052e6079e7a3b97b0c9d106f3204bd11e9acc44e23119bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a00c1175b615d99fd2bf862422a89ae4589728b88339662bf038fe263d675d2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c2029ac1677579e17850e40a0a8cfad726e04da464b85e6198d20a4baa9ebe38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d6b3bebece9fd9fe203615d5b87a840c9e89b64f3c7e7f3238fb43c52dd003d9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5ae18397305efad4a2eed774cb40ef4f58af60c0aa4e61441030e663bc34f159_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b72fa3e6f7e0196c272efd6fad1636ef1c8fac41c4aaebe29a2f2f0ac204016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:380b09da683ab9d92e2a7fed1330c5f53f5442d821b0c2539bc486e508a71936_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:eea07bb25349a5ed26392ebf22631a85ecf7dc6a1a30afafd82a52d421a4f91d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2229a186943283f30177609b442f15ff44c8ddec2362e5241ad5639ecb0572bb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3c7a5f31b3f53a411cc408e0b47aaa53ee1a94c70d11694d96a2bb1854ea3456_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36ecb641ccb0e3a8561fb9953399d0362e780bb6139d0fbf2467dd07eda4145e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d262d5f31a5c25d0ad001f403249198ff5ea015258a3d5fb68407f25996e2cf1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1391c08df70a95ec9503a304a4e8b28c72bf9c8ddd21d8f9fadbb85e225587e9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aac37ee093de1e6a0e86740c3df8c355fd5cf48bff2e01e58530b145e165221_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:600111a588134bf7ea5f6382d6c2ddaae073e755fb949d25fffa2f97f5ba33cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ede4d100369f2bd01f79b4cd86c50965d091fd6f582b48369bcc3e74110473d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce81fe3c0b36fa3a950406b93c5f1a924fab92f726da76c034c332c92f1c407_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:522b3603a3ab87dbc1f9fa4f9b25acf2e22f7a751eacb823feb18279b0024e64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:94c56243f3a0e50d1d42e0002cb84797b9dc9d23efb6a12ab33b19f1598940ab_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d60f1c7d0b30daaa9e9e8ab041c63445e7bb7b6132f50cd7f2044e538436c64c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6e358be14bac6139b40ff8611c6e3394bed8517acd5d4842784dc1bb404f52f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b32b90e8782b3a2aeda85df6970cba882f656203be6d16106a32edde563a83f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dbb674226e46dc1b62076e4b1e62fd51a82d01ad2c66c8477e7c01df44883d35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dfef9a7b3d43a60b5d6a1ef8045ecebe3131babb425a13682d5b85686433ae3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5ff979d48e835cf602e6172479b8de0623422c888c6a527302b2e8554803d2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:760e4cb453e352e233a68aeb0f1a7f814dcf593aa4b17523123c608838a3d604_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b923a9c8b7a77675531e568bcf9617ef6d4e709ab7eb7fe1ddeeb172b527b116_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e73bfa631996719e021e45e631841247eb24f980fd63290febbb80698b8ea01b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:71c003246622f555de9f8e4ca590081ad8b4447007b1f0518538cecbcefe5ace_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8c3b65caf0926ccc50f475163ca87f38ec81113d097d4a9d14da686200fd0150_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c42aa746f6c61e3ebb5a4bde91a735ae328f14e61ea04491155b16fdb9aa69de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c9141a24d2b0784aec9fa49704855f7b4088332ad525ca5f37e9f7a651431a0a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2af58b624976b9f8f829de67cd76a1f407aa556488885f8704d7f85a6467d8e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ab1fcba91468a694671f15db52706095f2cf5a8fcd055feaedc6b406bb509e02_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:d654f8552f8ff123794b2bac1423e9d172547c6759d28b02eebd9922611f909e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e3e2585f7a5216120972806732d252667c2707dfec2bba17b7d66a846218b119_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a07c9e91eab3a79552db6835a247558371446dd9c71e52316e1d8a543ab1e18_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:605c1654cc19e714bf1b8d8b983cf6cef9ef4ffcd4a5a829d1a0b2ec74923cfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:de6cc7256aba2ad13423eb60a2fe69335c316a1a35bc3ad3d583dca98168b2a3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e9e323ee37e43e7d6b07b1f250437422cdc321f204a4e891b3998b8a5a52188b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7795e52031dc780da6b331773f3a5ff89cd64027816afac3edbf0db9aebac896_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fa3c364d89aaf09867adb992c7b643a9c9e6fab34bb037456404a285e9221da2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b9ac95190e40bd81fca9fa2848a675b524edef0f3d73f469c644641e52cd1f58_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:df14ef8a3939f2e02a8052ac17ce00b844f0391563305a26a5734e7c215d40bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7c6370e5e97471e0749a7d0bb9555e8eaff2417c2601ab8d2996d4680d714175_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9ecb3b970521964eeed97e09395b6a1f23d4fb6fdbbded445579b2d3bd4061fe_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d3ebdae06c35615bd2d80a401a3cce9d162f99b37336baf5019cb280de5157a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0977ad9a02d00c98e0197f06e5fd34cba79e6195ff6608bc593149212f2cfb3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0e03292077a1e98cd0af13c4954f28b33c14f40dcbc786e76ee2166f87f5e5b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:da002c44b64d7fd7080bb830048e14b748df1086b0eeb9307c89126073dc5331_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e758035655da16fe2cae372bfdc6a4d4c911aa8b55eac8c3da83f5769d385c2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d52f333d0e066802787d1d9f56a6c3b7bc5946864c1b4a2c249a660ba12c74c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0325eddd2ec6e5cbaf79575c44dc3541da4e61e33dceead6e93d599580ffb03_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c25424f3e6fd22ac84f6fa3689b6e8055fe3d7fe64046f7772994a277141091a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f75102f7c45b6d0b6ef939c94d61901385bcf5185fb085746ecb207fa79b4af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a9eab5f451930acf14cad5c99973f88e4f4850b426e24086ac6f1e6ba03ee57_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6286c0a731f028d5b4b14aedf5e1f116eec94026c177d1a5215b96474074d404_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c96ac4a3ec4cd666a361fbe3f76fb92a601d38c566bc1303859dd20426d03825_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e2600706438da5d16471f1cd19aba4712c261bc29b5fec9dd7ba9be778add0bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5d0eca7c6e735b2cb0367543088ea9f4c12465e5adfdc6e741197de25c7f4317_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70490327ca3ed82f44d333846019b65a72d6fa276ec3973721e2e0fc2e4a3471_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a2b5fbebc3a5d756d09346cab7c2390a34f4a3595fa2acc93650233673e6d8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dad1809a993d86467d1b8a4a4bbb010e9dd50848d3d6ed1d563b74e8bac306b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4664850633066fee2671b763432ab21259df33d1ab9a883674d1ac1ea243a783_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b3754efefd2074fb65f42ecb37681ccb380e8b46e7c900884b9993cfb36c873a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d4dff0998e4a9c45c4f32d82913d1b312059d3ce7b8388a804e7b6eeeda1986f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de0d4563044c6a4bfc4377fca5c855099c80e3041dded830c6d95cd37f0bada0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:54a6ef85c2d79ef9b2e7114200d8f7d58033a115105be47d6395c3e418a59a0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7ac539d8a4f82d5f7ec8d993f69b25657a7aca5ad2b866c55379e95bc4bbd58b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e3ba22bf4740e61d59bd3abf74534d64cee3f2130dc86167b466b4f83e06ea89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f06e0348cf323b7bb502f53d3451aec038b741243c6b0ccaded2158be1170872_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31fa4df80aba35ec3c17dfe9ec6939d556219701e0545ae6decc89cd6ba79087_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dc747224fba8c54840448fc3bed0dfa7da305edb68f8ff31f32ddd65cbd9e12d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ef2dec293756ee1848196847cd567610ff13d84af98aa357438e411f8f04d0f4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f399014446508b1e62f940960422ec4c3a1945ee44c5de033bad71c69e7e2a80_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0454606b21577eb4127f7eff4c7334041f69852688c9db7660e634c2d450c754_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:552681163c7b016ba7cca547d3b32d50e27f9fcbeef793ca52e9e64137d57fad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8217f4993b4f563cad1ae65f14973e5c48b7cd3b2e1f15f1edb86af23590669d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:88c776d559c461d187cc0ab24c53849629ed75b93670cfc90657f429563c7747_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a32d5f819ce5430d5ae60a1e5544c8ce3673bcbcc55674a416c80868784b255b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cfcae1f52c6bada121cbbd1c32c9700234e450aa6ca1c5e36cc756f983deed88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d41100db39e0c48ae96ba18846464e29f0a1d708c0286161a854a8babcee4969_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f3a2a6ff9ea3270109be761e247e7f5c766c86fcb194429b01339cf8a10482df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1367691472cb18ec477e9b603d90c0f296539f9f56d1355b33e88e3870f48b38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:52481b7110d707bce4c8cac15a13c69ec49571a3c6e380baa0eefcd84e4756e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b75cbf9b9681450890755eacbccd47a50cf05084774f186f5ec9511fb768aef2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:be21ab62f23d567d9eb38613321fd1b39b1570c2679f2bf6dcfb6731a02ec7f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08bff4152f4dab00bb26cbb7fbe01c2c86cbf4fbcc9a3f9e6e7227fa77009175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5a3766c49a6f04ce3b5fb57b8d4937a1af276b02e2bfa7859ca14b440cc97980_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ed8b4195d1c0b5001fb2adf8b25c255e77e0280881f6854f971b0b9d88a2542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c6ac5b6eb2c87291f21240c30bc76cc30e924cff6ff6c091df38e25051f7c014_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1d5005be192459382a394b0b062907226fcc3766109873b5e86b8213f0e4c992_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c4eca9e6e1d1736956c4c27fa1f873e436c69cbb0a734fb154cc0ea64a71b87_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5cae0781bf6ba704a014022dd0453a29b3ea190862a3c2fe98268e3ea12d18f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:81dfef68491c3f05631779dc90d2dc3f02d6d6da0d645e65fa8df19c3cd86116_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:01ea7558b01db5a4e188bb15ba8d11842e0070f627bab87b67adafadbebcff6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29f22cabe40b913fcb175f7c4bdc4553cbb91ee14786acaa0ddfb6f87aa3aa7e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:47c4f9a6f583d6e324379fbc075dbf8888509c2d9588644e6c452837d805d071_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c636e1b9dc7345f148113f901972d3bd3cbb6149ca01ff5333667fa1914a7067_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4e752b9c1c07b3c544e0f8d051fab8a7aaedbab95505865d491afa69fdf4a469_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ae94eee7b7817c819532109a8898e5a34ce4b52bec80d1a7527c61fad88cbec9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b7f29c0dfb5fe352fd467281f0d59557b25059c7dda5ea26b21f226a3b5d47c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d67978582b629789eee711434bfa275408bb393fc47a65536879f2dc5c9bb6a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0cd4d7a036011a14099f95ed4300a8283bb57619d3418df088aa3a50578edca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:49cb012134afafdebf61c90b88577c506acfd9587f3d029c56c81bea822ad092_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e17dc26d79a7e31ceeafd02d2c54b0851d644c0e13a1a588c4974a20b1528f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:84b8d2487f35496afe73125df7e2e0e244dcebc21b797e5915c3ca460b0164d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6279c7d5365730a9d8dcb7dd229ef373d17d075246d39688d40bd25a3ac5d043_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:429aedc3a35c3243db7f678e63402922be8103239cf00ccebc43f57d86b103ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1be63c1269f8a258033c21319dc52a0b7cfc8ea7102701ccfaec733e7b910f28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9916ba13a061d49f7d2bb9798af54761714136d700bcde1b93254d7bf5fea43f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aaff58857cda41533c4dd1bbdf97a7f26958af4b0265c78ae5fe12cc406a5432_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f383dd4155ed57263e2f15f1d985d90a8de9c39eb1b337b81522e42716dda6c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b214d1a9e3e8fd6557a4d04fa3216644ae7fbe975214ad1b95cbc7067d25161_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:16784c2abae0b4b7e8c2b6cace88ec36a8275d7a19a9b12f53760d75ce2e5c57_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3a74c2cf3e046ec57ebed042c8ad221fb248857d437f87dd85b9c1a01baf1b4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7d0b0708dcd3141c39af363fa99f62c1f223b22e2c6ea41ed83bba8dc0eadbac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4cde7311de818660254df01cef2a125db9e7375857cd3b62bc23062d54c67c32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5934d8ace644ed5b06aa1517da1b289561f009bee268b33037b78ff73de3780c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9b6dda89ae954d891d2eaee580ce6f51201f5a46be9b39a9451878d37e257252_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:eca61a182d0aba2f33b8f00fe022dfc4a00ecb2c4e5871c8e3f4047ebab2dc04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8037e87c1920aa7d2b102bed37458ebcf6eb09737462fbcb2ce9a41084b3f018_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:82bc2b7b816feb327ad7ec25242423d7e29602397269e282e8f2061fdfc4d64e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9ac8720658edc3a705c28da0a04e3151fe9176392cb21a8b62958c6b381026a5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c5a9f18b32b185e292bdf42794556e6eafe2e52fae9c704a6937450d02126ad9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2b264d8951213e3018462a72292a6b30d583c8f06daf5ee241f94e16d506703c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:51114051305318867420adefd426b50dc61da07b3b8a57a7742b6c5617160203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8eb99577e0664af39d52436f332d1e39e6b2c01109fc3dadffe1a08e3024b317_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af57ecdc60cf066913e6ebf0dfef400f0a254b5f6dfd0aa31d83999265b468f8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7b119e3bafeb462483245c1ff17369a414ba505a8b79f0bd9d705570ed76560f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b033381da0d7c334e3aaf46eab74fd4e0966c86f5ed2a15619e2e272fe583ded_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bc4a300d46d76cb77e41b9b8bb114bfa4a74cc2adeae20a817f82bc51c7473f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:defee96610b0012da78daaf30570fad7c7523b2b27f7dcc92c43958888716720_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5911fcd0e272af7c840a47d04413b24139fd9c619434546b13298e5431e3ffc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:62fa04c23de9717d83f539a2173c4cc782b26a92d77bfb1ca56fd70f0a598621_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a58862a5df96016de66cc08fcb3cc26656178b6df316a209d04a6a8cc8dd3271_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c7bb30e8a7114547a17b825de02a377c767bbc8abcfb3a107b5771f566911d9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2b91597e92724f8e19b366ef98adf4a737dd38a1af3558d6c096a6a2f62f358c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4ef377dd4de22ef38524f823efb55ed5680324b20bbb6e8dc01635548c89c563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:517435307941a212c321cc125a7a065bc01c3dcca1d48d1f406eda581654eb35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:587bf89d7be7d54e962ba19e650799bb01a733899023eafdd312bda2d24aa25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:07dd1f6e2866eb81c2d5401d96cc41aa53a07332fff1f9c5957c0acb7d795d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b257ce3ac403e4b7e53cf4a0708f12823f79c4a11e20ac24a988298a46a6ef6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:442cdd9fe2eb6473a3eb42a07175ef51d189e1a4189bc3c2078dbeba46d04428_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:59d149004ac912bac883e47a58040775730b9fe35a395b66f85f11ffadff5d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:37e902dbc5732ce27e4499eb254cdbf134521950f8e28ba4c8bcc9cd1c22e66b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5de8525a5069ae5338d04c7ff67ab6ca455ff85be3653294ba0c833459af9bc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a3a995d8193b4e2292d94d3d3868860e5d189f6ad7e3b53470258b837a9e012_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b7284872aed97dd35b7b233c8033e01b6b864c4073cc80b49c4b40d6c576bb8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:40b315018e5a869a4cbd0ac9723cc224602e1996e47b8107f60beebe52d9c6a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7c35b7135bea1c52e42d9963da502b94a99491c6231badf8679f36c6ec31aa7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c3967d2858405abe1a54cfcf8f2445e45dc7aef7696c21cf96245c0bb4aa8834_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b1e956fc4592be241ff00c9a5e159b6c54c886062e20ea2d2710637addd118_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1afb07b8d4e82c4c6ae0c2aa2cbde892102c0862a41a5a1940bfa07a2aadb95f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3af69cedb03c410faf9169e26013dea148e9d8b7e5e9e9047c89a06b1913ccb3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6cd16b21890ed9fb0831ec559bae9767b4cb55f73e96a1c0c493c4de2642b1fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ade221c9b8a46412f4f2ccd96c0d4a5a9ec26e29c1475aefb83c55b3b885794a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3493f9658503d0009fecd61332bede316e2877d2f322c18580acc2d4149e1390_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3602ae83bd1fb64d4e48a111620905ae567ffd915a71fab0da841f3d92889e68_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6dc4fb0a3b2ac5a3c1bf76e1a188c829e45adb16376edb8e147744721415c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:82aa9a4bca8f2cd04b66071849c6fa0d5532e51e637ce09a08d1cb2a3a454311_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:19fc8c9512fecba33b1c4531db3d85e8263288bbfbbbbc485539a296aee55471_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3eceb25631e82da4d0914ce3e4b8f803659b84f9fe880c6c0c99a0d7e7c1b3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b5269e0b5de55c353c7b624e4c0171b10f30696953d8091eef6ef7ba7f0e9b6c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bf38932b81124a15686fe3e93f1f30fe99444765e7840983656666558c51e070_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:236d45e01e15eebcaf277611baea29a066596f9f890adcfa6f9248142e375c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:763e538fbc9aedfc84a1ead6db6342fa4fd4aa2e2f5a7689ba167a4bfa907ae6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:96a1955f94b86f41d52305cf43753dfc9977722d3a1f0f4b1be6411c9dcda2c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fca2ce6e0a8cad74aa81f2f2807df63d35ca7e9d8b28b18e33c926beb90b0377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35523b68f904b23d744cd799e7fe04b24a03bcd507b6caa657a63d2bcd8b1b16_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b39be2cc9eca4757f08033ce40237af2ceeda16ae98a918434f08c004f3927f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b45d311bc9bc8c7867bc6848e716b4594ca8f7b80f04724d0b652914e1b63a46_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cbaef1de5ca28f877a692fe4f050fe3917f35149416cae6433704085f68a4e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4fd9b39cbbe283c025a05b6343bcf2010b3ff4ee8ec7d585cd5146761d37f548_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8f7ed88b7cd7eb51f41548b1cac3236ef1d6204e08440ae7a6e20b960fcfba98_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bde243eee4e9047c42c3e27139b3d5634a1bb5ac0f4b83285e4f3e564e1de244_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ebc976489752658a1757d4b62c75abaa2607d0a67ef25dcaa93d4e826f91fc55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26081303accc6cc7348c924540a4a240c42ad01af0d7875b92962beaf88d0ad6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4b17e4141db4d6d51a2b16e42eb12aa240220d4dc9e360ff92ce8332d6314493_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6546561ae012b5e2a3fd723f76bd57e4e7f4ed893c440b218bd684ec71e2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1c51b219971216291c873c6f2272e9aa1af3e91af606a7e72ee15d84914f12d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48a53f673f4a71733d2ee26ea8ebfa9297f541e383feb5f465777e86fcf7bc6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5afbec6b9fb931f7e71df2aef8c5f2a2aa1fae14c0779ab275bb9d7a6b5ea916_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3e9aa93c4a2f1396f23300641358f2157e4fa68408f5ac50e06dc1d5ba28381_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbd85d81d9452e08efcfc7c9cd2d131045d8e33bfdf4c57687377b5f8d1da762_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:67f91ee99d0d496066c65fbcc9855fafbbc0bc8753c1ea29ec19dfb978d0131d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8013891262e80780d9914e393a8d91861d1b14a94e2d4f89affd0e299a4f5e66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:85892745b4e5f5113db96c7bcab15c11195ba53b5a059f57a08aa3830e83c975_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8efc4f72dc248944dafa1d0c1113ef28df5be90052865f32196a1dde6d13e314_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:21e210d64d9536dccb41d5179364995202933f95e0c8221af06a0f52360be4b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:949ed5dc1631298aba66a726fc3cfb6473d7203f452663786cb398a14a5f6a88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3cf0e16bc1208625607b76af54f3b80c5c7e103333a3f4b205d1c943c328266b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4134edec41e73edcd77b04ed8a539925f3b81f75661ae2b33dad08b2a0d5f2f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3986449a0b211a89c76d583c15178a75ef95caa002fd3751ab7c01122740ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4813d400a6f46477e92449d1e4908c7bb329545c578b09b519ddae10d0623d21_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c565a6990de02cc0f223060fd59bcf99ea9239a2286a4ac1212fb859f0bbc078_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d26f27237c1317f5ac5edd5895263e7809039fdd77f608395b4d11299f79b857_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f8a514769d3995332c660a668ffae9018f88ebbbb94db89109fe62a78bb6a7e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:757fd89b154f09f1115ea21b19eae895831f12afaf77491815fcf229220710ad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cca40d616806de4c1cab0a9d0e54a614d0a4bdba7b0dc49b3191d0ca6218a4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f2e12682e00bc8c041d04d4c414664eb27f6e78fd42f2c9b8caca079fb72a3c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b924a823e9f8399b040ea016bd74e7a6ce04256c662a9226676b9ad06bd18c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:747f9b6cb8aaf600bed84b80102ec5fb6e614c549c5edb07f97e4678daf60594_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ed6318e5a1e2df043166879a526549ecad1cd62159a5659ea2fe201f4abd798_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9574167a857bf207def2891974ea31a999dd5b163c0ebc9a268d261178803b73_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:45e3755a7d823d3c47cf092809aa13808b05dadeb49c2d8965ef7dcd1ecd51a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:888a7dfa28959baf2c21b20048cf69821e78230c33ed18c430940649093f60c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d36a332435642bb7099a06c8fb3c27e614a19094ad6a727493cb1524dc64c5a3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:dcaef959fe0a2f2b80577b0d2d2802fb922a48ceeb8f1b552e11ef0dadfc8efd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4aba6f6d0717910e13157b5aef43633ee8359fdc730df2af1db0796113e327a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66fec0af1793ffe236208f8922add7344361185eb6819cb2d655c6941de28d0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854d5562f0da86e02483b9b860c117fa0553058ff06204b4029b1078ed68c2cc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ef3e2714cdaf4dabc304a73d3867f6a30ed990079a7dc82935cd311b6298429e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5a47fabca2c5da103f2d450f766b523c11f2d8144dc88116dd28ab64311638ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8348dba52b0b908d04f35dbfbb45272953f59daa95da494498c89b1f13a01518_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9c4c2c65f712de6e55348896b2609f71db681e98f70dd26380c17103c168f2e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c9fb883a4258dca7dc277774721df45548564f1bf02db259d10eb28030312b5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bc60512167cd61ad02a367888bffaf9ae9ff5d38d2710f8b084ecd5fd5865ff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e189e287c6fb6d208f0c06f87f80d78dd7f0f224f1690c57212c0431ce42039_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5449039f33a2f0c68bd22b9ffb0f36629d2bd5650334c648ec6332482fc73adb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea27513cabdb48624bccf772ec7657f21f625d034ae16afd2ed87785c1e92c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:25311111c8f185636cc6c4c57fcb593a4d7f80947112d026f17b03e1cb8c5836_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:279a1f40f5daf3dfcbb6ae72d7b34e1cdea81c93b8f26934b0b75a5691768488_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:73dc60e6fcd70afd3dbbae8a5a3b0173b8aae24c262a538985f446f384305b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f83b91fd2651513053855b761ecb7123b9c8bfb283b1b05ab987563b24296ac7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3c25156b45ab456d86337e7943e2499d56ec59e9df06a9eaf6573d00c8ba99aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5eedefd980085c0d05eb99404d84da557aa1e33aa60b6f8dd617e6c51b7a0773_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6408fc9ef2d5571e6b6139e460df943926f8f61d3f02ac8e29b4ebe2ac1f987a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9f22b0754b61e971e65dadcf6b1180062d05f0512761ded6d3c72740ad4685b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93757da9f7fbf6c826f1310e9a753daa86cca4a7d0a307a7605db692d679e0c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a3b6915a30075af8ae31cf1f9537b4ff2edd806ac3b9c2aad2c3d0122db24384_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d6e27f0f7452d0ec0445608ee11904987ed62e79ae5b501c8c548b3140a72916_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db47533315f708b613985393aebd19f0f1be0553a8a84f1ca4691a6f80fe99d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5cb51b7919e67820591dc9be361dac3ce494f2ffec55dcfb4c62cf075ba9928_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ae934e2c4e03c385a8f14224992a885b0906953eab145f46f920895c1c563dce_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b0dbb59715d1fa2ad7d31b84fecd58695e3e79d1cd975c9d1ddff84f79aed5a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d387c467c14234a2edeef2ee4e1d3390b6d7f69e1e7e3ab4fb5950c0665e7e93_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:12069b4c9b06e21bceed36e3a6ac286441ef97700a121b6fce5164f3f9af5fb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8b999d1ce029714eb21675fd185e98bbc285de3dcbd34d8d78d44081101c5eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb654eb3074962421e67ae133718289b8dfcacc6969400a2cc33a253a97f1581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e4457eae686f5e2cc90f75a4fa7cf56157a53937d5cb0b33e6bda1ecb136ef23_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:57a99507c82d77541a982dcb0be5f0cdfac612ed37649d8f870098110ebf67e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f3a5550a636594f6f13f757f7cf9c13814121da51aa8e91a852643d9a4e188d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd2f3a5e7d019e00cb522644c3e1a2895b9d77e7c4510194cb954f74f6bf695e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:af0c64434c0ced75ece447da614e94dcb92d11f7fbb5dfa15a4ab17fd05d87b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24b4aae7d576407c88c4d2d6d200ec98aa762e1a032ad7a0ebcabdf63f5767fd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ad96a37c03c7af6fefc4a4e34b67f993267856ffecb586b5099abfaffff8e59f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:de86930b332a89f7d532adaca7b1f3bdf99db5f0d16c8c3cad0ed3d287442b78_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e0ed81285f6e9686d820425eb54ccacd156abb8adac762b4ebcaa41388a111a2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:233bd8980b833b554fb9c8ecd6e9fb6d603014fc61292b8a95d471a9fe6a4d10_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:56a429e6debca0139cb61b640a8cafbe02094b3a318af835549003fc7ab1aedc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6368603a00885b9bb3992ac55992580311eca99688f9f5ba729837d670235256_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9abaa144a449593156337eb1d254d7bfb668b118f70497f742bb1c72b5890af1_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a7030ae2f83595a38c507d43a11232d918988fec2a12bd7bbdd048ed1b4706e6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:acd1f4c3748eb6189d59cc41da282a81e8949be659f882e241e01acaa25cbdf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c04a807f8759be6c847c8f6abc07d398c781563b216abddd198c07ae32c3c467_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f451c542472d35f555ba7e0ca5fe6ed5cb35b9fc0d915ed32486f1a0c7b361dc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:37dad142f4de244e37a4cc2b932ea9bab8fbcf7663136b59919b8d4ed4d8888b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:77e0f36aec56da740886d70e6e9e45b5eae8a4641c11a3584f5ec96cb4c12c4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c4c865b5de7ebf517d667466f7af1c3c2323feefc9fe456fe14b994914ea45f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fc741e6ba3a635241261773e48711d1668f5da1eb435a75db33163c1c4725def_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d84050334b5b19a7ee4e59009b2847f28543e637afb7dfd6c11636c54655809_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:79366a89c1a9d454d121ff6f24a3f7c3f9fee2e1441d0d67c7c5df9d471c3057_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d6d4776004505cb4168ece720f3cd383519c76c229c53bcbff27b4f62fdfcba9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f230ae41108ff58cd2df7460ddcab73a59309e5c7c4ca0c682992e4975703b0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1ccc1d63820ee8fe6e1d60ecad3019d4fd4311d19859a5ef4ab43f50c2bbe68c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a823b2c4412366f8c9c7baa25b6dd40bfad4eb90b98e2a4b064aafec740f9924_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa8dd4b7f6289107e6bb9313a0c3dd95fed0a78a60a3bc6761ba101bf49267c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d51643c52c7f7850b787439e79e69e7e15fea01d38fcf89ede2ffd5aa8a0a6bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2271a35cbdd6e75128ea40780dca8b12acff72d89b8e5edb659df03db2847ddb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:50815dbd8eeb6bb3de2c72b3747c700314ed3ca55130ffe6bf1e0368ac55a40b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:73459be1c7c70819c0a0b7ef2e41c4f7c4772e24eec5ae382fc938a873e6f706_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:abb274b9924c701bfd460bfaf347842aa1c6e6e5ac13bb67a6e8e13aafdfa70d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:192a0a4c23acf7745a9cb39db76a8a8dc351faf385ce96a51e3789b9f51aa93a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:64dd85148fe0c37c97dea17bfde5d6bd28651e85d38dcd032ee6a6e0d564f20a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98803d660cb292a0b19a91c024bd8615bb4b6304b6d5ced3230f164b20fa5473_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f14489a778119e4a3e2d24b85887b8c732d273b06ccaa1f3c47dcbfd593f4e5f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f7da1d39bf1e91447e1e88df1c5e804567619b21d4b9b6b5bd3986ffe73eb05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7f1abf185014eba5af23da250feb4cb6ccf36627eda3f383172b4ac24866285a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9167cb67240069de0d391f33279d036aa95cd53c4e90b9bea9919c1121f69a30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:99fb48017ba08b4218d540665c8a2c5020d3dd3bb49241a56bd136e5337b9c83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1f82e411ff1946e57925f552c6dfbf1157e623ba62ccfbdf1d4e07c3c76f24ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3d76f8f385f0225bbd4c2f123a1efb80014cbdc3322eb62122579c31065f2475_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:62ccd6215d94e446e9d72670658341a4f9410005ae77541ff628ea320a3e4e0c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8ad7ab11e18a556647a001fb94a1713fc73db6342d5be586e6b9c5cd85180b1a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:6bd70b036725a8a6805ec024cca61da2b1bf3900092c9990f44064bc1ecb7835_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:788240bb55c133461df4770b2acaf706ed308e53a3ade4c5cfc264deed6446e0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a731b7a16f277bb651b12e4dbb7b91113da193f13bf82f50c7f2a2cdf35b546f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d99f2b70242f93ddf6773dc339aa1bf75bb2ed1960816ca81206831e477f59f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:07c3fb5bd910f7e81a2c2493b02e87059a8dad6920524116e16ff1d022b9dbed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:778cdcf251d8265e5678c4ee2b9d639de4bed9fa8b649b6fabee24234c5e72d0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9e25f3f39d6206b8a0775db0fa2592de5a0fb0825cf953051f434df1fd71cb39_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a753f2194d3a242aca4fd665cd0b03fe424185a4bfb4946d227f46a9b1f62852_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0af94672e9d21dc0de6cd5be9aa989fa11b702be65f1fbed7949cf0e69a253b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:215ee3722e5f0e138c17a40c1a2c72e8adf4c260ea2474cb5101d674c4b20ffd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a5325f3d088c7a6a96d9160a7d88cc3decdfd29a12cf9a5e1b622412baf189ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b7a59b159989422e6cf5363e905c310517220af021844734c6c2d30146416450_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30d9b1d57b6f99ba33574ba7a98553bf889519f65c039c5b714342839b1067cc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:360fe7f80c135a87f36e6e23a5a129d2ae6696243bf6b448efbca03996751b91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80498814b01bae249447f70402a7a1797c04e7cf9fd7ebb478e12912706440d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:acc63986c28f4ca24b2efc2eaaea748841a1cc1ea4014a807ae7e3f894dd0bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:23eb83f18d9937b0d59a12c3ca2f62aca7f0da57fe56915cb59a1fc38ec55c40_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2e60091e466faf801773066fa85d17fb808d531112d118a641526b578719d991_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2597c6e1ec452347d977bca5077f9493a32efe388f4fb57b4d7f9865cb48e7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e6e0147dbd1c1af919da7d83357bca2d804de41aed0856d056bbc9394e8e4b7c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:079e10d6f1763da07f277bd857026175527f4f4474534f57bfc2871ef4dd5010_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3e4cd5cdfc5f0a7faaccadf22a3286d853e4bb75077c363b6887d25b7e1a5118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7525f9327f18f4a078fd04a7a3adb493b2b1805dc124d24cb05d2256843f9da1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a251a8c1e77b6b5d4d8979d4f8a8de20c23363753091cd6f9cc077eafdb92185_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0ca0593d55f379ee3033f2509e1692bd3e26abff765f8293f87c104acd899566_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7fd25cd3e54c7cd19d9000549696f9bfc98b4c5d769e3b8da83a4107ea15eda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c98b64e4d0bc04f56a84cb7ce0eade14aa6cc09ace700b296d488b97b8de1006_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4580275c9fbe7e7c4f4e41d577aaf9bd51c519f29e93e9dc436ddbf34c7d266_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4d3c07d64d81e9b7ff3fdde9a57fa6549f088e5a96125e91f3007116d20337e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:557e38aa7e4a4587275c7399a87f7d71997a455af38a53cd9596026d5cb41146_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9f46b563fd306679cd8162e0c275daa4767f51c0083b1210488edb88976d8839_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dcaa5021d88e1321f1873715dcf1380ad3379fa96d222abb9450d148021b6930_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90c86b3339418a8d201444592d378962828eda5c92cfe006785a9bc635ff5ba4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:bee2aa67de35ab4635b353061b6c23bc68c86aee8cac9cd1f41135e9c066f473_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e40130b1e2a74e2b4eb451df197248f85db457c4e50fbbaf8447f8d9de18363a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f975869178496b63072dbad1b51126f9254e27549d8c9096359e1ece529febea_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b044fedc80cc4429176e21684a6143228e95cb817d49df83766ef83018a4ad56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1872c649b93c8b262e052e39292236847a4bc50c19d07b86c8644cb9faa914f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d5f19e12c21b03fefe2fb73d17784dca980061a3c0a7580ce437173f6953992c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d75092b42069f043e0f39912b1c9800afe624a0d5595ecb9a3ac390c65eec7e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:25210aa51905881e5a33178421288cc589956b0802b0d3f0fe498bcd71f6998e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:33ca83123d3de585db1facc376a72c80fa9992bb29060c8d72a62b86a5f29c4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7395ee37fc347a402d6e90de9e18f67f2abebbb71f5601a3e1325f9c0e13650f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ee71d775deba549daa69545d7e1a5beca2805fa7d2267754fec57827e06a4d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6067a2852305b2419f685df3890e2eccf5b81a5f6365ccac369bd34470a84357_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f20a4811133c41d404a1b8a8702674d55994ea03009c621a21245fbef890906_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9221ef430d8efd74430db55d41ffc96e8f03284fa4ad574674c7563040f504c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:93ca5b2c341509449380a1b9fedb6e51482955bc0ec9805e3b3aa4ad30fc1c22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0a7ccfef1c0a4082ca3fe4c3cb93e514b5649e661e26ed42bba26fe346781ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3aaf87368d239c36c222536f49e675b0a36151afbfc637017ddfd7f871e192db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4dccdace02daf6373a6f4cf4a4e83257d98557831201e7e5597825f18fece4f8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:881397c36a4332f221dcfa4eb517e9c9190329af9009391b96f0ceec74e680cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:46da5adb548c744644bcaabf6409ea53f213d9d4157c6bae8e0a3b741ac8c836_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53bacfc10ca07c660b142315c44882d77ed3f02af6405d7e2bd36fb26b165b97_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2e763fe91becf5be1cf036062030cee6510af8524107c38b14187cded57d059_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d01d3b7ebdffccbc3f0333585ef3a01fc910115a4bd77ce3fed8f85093a31e4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02f532a3c278dcd2c26b783d2cf3762b73b035f9b0d37d8c5cff066e6ece07c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:87c6caa70fa920e0a58bfc370ec7d6454c145fe367d6ce3f34ea3aee3b6d4311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d441752bee65923bde0f5d9883afe5bce6fdb0abea233ae6a4458db4309e1115_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da660562d126ed80f4baa3e45df65a91a9ee75d40eaec3f3881e7f61df17a92e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:48638fe0a5f09bcf2f59f4a02139e10dcc77714dfe8fc10b86892b9176148141_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:589754420cffd7d27505af843442b7560d9a4188f7f64ed3e9a35c086cd296b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:79e41ca79715a571526e53fc13caded867e266e74276e632d1e7c28c71d78360_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2658b6a8db6e6a7634453af2d1cb48e0078abe4d82f4957288eca0791462c0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8c923202184bf124cef516f43082ad3381f921fa1c67aa7b541ac6aeadec2d2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:97226555f60c106944d99b23bdfcdfed049ae13c0e8c97b0f4e441827720088b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:544344c2e9020efbacf4c582c67532ebe485656c36ab314de95bfb9a0047ebde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b6648aa5ad4dbddd1a0502df8da0c8230d3a8e1bf4311036e9bf8f377976d0cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:04afb17e0637c4528bc8e50caabd2cb2df9b1e50c5749e958418449faae9fe22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8379f38b7b8e488e7b1b170e290af8c604636974e0df590429440f532094cd45_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0100c82d9078fb16dbca67d3b21ff54faf56351dd684da81c4ea2c064a4413e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:99a30147f37d481ec26054624b727d9ba1076fc8b4e5779e545d2e3b7925d9f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:91b7a3ef6622e4a2fe2142c128878ec06a6fc6ab39f8090d09e99e1689b9f2a8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f3147e25f33eab3567f3dbea02e9cbca9a43597a3cea50c6fcd0f1cd79ae209e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:161b66b02d03b0595114914f20ef9449e495d4c70c8af669ddba63dbabb3a564_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ea7e766190adc6092cda41eec6fde1b64c9a85f36a2ca2d5c965e67a096d16d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:56b1eecff219fd7deef7e45cbebca688475c09815625eed92856d74f0675cc01_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fb8a038ccbb2e46ae733ffb7c86b7d8cb33292853eca765ea7a8482cfe3683e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:272e0d5cec07de889e143904a219413930f5ea3550e2af915740f059ea225862_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fed89393209bc73605a2db49ede008f547509f7714d0f8614575f117badcabaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0b7ba820b7334cbdbf02f6be0bce7bfce66c09425a3846e4dc60af1e04a16e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c70f895e7c27581cdc99c52ad2dd0c3dd83a7c18b232ce5cea4514a5f505daf1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6d123e90c3e0a4dbafaada8b1b0fb0f128cc4a70c381674b9df13ace463f88d0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:88c3c0650b52b80e7725d6b653133a5421472047c98d8f16a23b43fb0dbef67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9a66b8bde7a17514eb0b67947ed846ba8a2336621baf1a22c896496e7c6296bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cf832c31c9cfe6fea9d9bec83883bcc652e4d405adf56914baffed33c6311533_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e78f24bcfc3f52037f20e40eda5a05946e152ee98573fe960895b1ab360d9a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:93968cfcfeb07c864886de9508e5408fa56a872bbd5fadf6a20d7ca07654c880_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b6867d29acfc9d3477cd6b4b302b72073eb99a17fbeb9672581ef9e9ac2d8d26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c60bf917300f5ff059623c7a5334a1ec2d71c90d7e6ab539bc0b6ebe06f61b78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0fcc7aeed15f99c0e2b8cee46059eb76626ce1a40bc233a73569a1f9f0a1de19_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1fdd4da6fbc7a7bc64ed33e515da321b566d7fc58ca403ece5b34b3c0cc53a71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:48a1ea628f76e551b73ee773ce9fa741b60278034659dac8dc1333d9909525fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c42c69b265cf079d5546e4832c4d770bb3d78883098ad004e57b4115a5e4990a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:18f3d2ac2c667df294752336cfa5fb0d137a28349789e4cb703636318e6cb7d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:716297a34fdf6be541e34b5a5f2452418b27a6d810cba6b7e8d81e22aceea5d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:824b4a9540976d5629148192a78290f5dda3f3a84864ce49ed07c2ccc00774f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ee8b320b2047e104412603fd5ae7812c65e92fefbe23b7dea980e3a058eea63b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6be22d8f91a5efe043040370b651ec13c645627c16567eaaf58b736ec73bae3e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6c386efed5fb973e4e5cb6ea2eacc8968e2fe92f9dd7ea11e08f3cc444dcad13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaf6525182047be0049b680e4471d3b5dc518940c6d99396f3cd8922d3771a9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f0ff71e9fb5490f48e56bb355bfc883e52c5b9e97b7b3997f97e7e1e01fc6a03_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16adad4fa643e6403dfcca964ae82f52be58ada93103c99e935f0dd7f8a8ce19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16d580e98a6b03e236381fea8a3940f7f55ef5cea9dddf83f57de4f2c16d87c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7e04c03a25726e3e914f29f4106be2b38f6d91e4c4c96d2209e894ed5353f14a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9be92ffb22356b143f24c2e1f569a5a6022561cc9e3c19dfb9cb8d884b4b430f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bb8e87e8f93252c758b06275b904acbda014a05369a3a8a48304025539c2a8f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bef63b16132ecba605aa046e00966ee6ec9a37890f56fe5b00a9e12fe027121e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bff91da1e8a557dc8530731edc9101af2de09463c51c374e74e92d2c69bc3f04_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d7b6990088be37254ae2d8a02948704d766f4b8d08918c4a998a718757ee86d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18fd4650bc77f056922fa227ee075e493616df6011bb31b06498ad7aa121d13b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:372e2b2bd887a5ba12a2e7187fb666fb167d0a0c8678e78dc9e6263ebed37bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4145daf13e987912a5ee4bbac064fbf0888293cc08b114107133eeb9951204a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:56653f02f8d5d9eb484bd9157e4d6418657b2abc8e110b766553a98db41dd74a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:457ac9e201454878ce756c731623f33ec22e44c9be6e688931b5559dc3d060db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:aa23db754237cc273788c3635f4f6dc7a862c1bea9a509621e1db9cef5dee41e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e7873c9eaf9068c96b6ddd150a51dbdce7acf481fc29106def1c97b359ddaa4b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed9b1a2da0483de307ea30326c445cd0fe4dad0857d425cf9b8f3cca9b52b64a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e863b2c42d0edc7ec05bc807f2f6462b7582ef21359e218094924c936169917_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1511cbdf101329ed2a66512956ae7ce834a6ccda253bd76b99a48487e9de8fb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:41e3dc9405c521149919a24892af006bb7c06f800fba261c5efcd3f2ef461580_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b0cde443158a094812ea67d7c6523464b48c695ffa4c6d9162ab45647a119a3c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ae3d7da6672711ade9e2c9d4159b7aa327e8227bce5c87857ced4f10a4bdfda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:51887eace4c7a9d40e7cf1a509d05760340fcc9117238abb82f7541e2855396b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:52190fa0da838b24980e26ef586ade36fc1bedab5fd057c6acd5de5a84b68809_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eab6e4a898be919f8a04dc9c3003cce301f27e872c0520d1d0b634d0e3e9f461_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:509cbb1fa06b90af926955a2c724e81581d05169e3974c3e77c87ce47c53be5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6be6367bd1687fae656afb87e98ae838126089abba3dd62b1f71683fff7739af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:94599479d60ea6e70ab70389c58c21e5159ad81ddfd98b023290009be697c2fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c73ef3d57149ccb496a5c1ab10efa21d0c1ae73360323ac24d8f61f2d3b5dfec_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2ea0c42b0af0e9622c30701c2c30ed86d577ef8bf3ac8d598e9baa22adfde899_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c56bc7a31761839fa46cd50bbf90989d3313095bea4cb3bee95d074a9dc2963_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a96fd264e1b79591176e03632a3e3ff3a1f1081ea5144f188eb7089083204a6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c379e2384917355019fac9528027a71fb47ad3209665dd3d596598cc6d6ed6f6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:178f4d3b2f63adde85e32729fab326955f1043471079a0599079de31e6fc6788_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3b1fd3e8fb0c8ec48aa741493280e249f5f3648ae85f4344c4f5cb5196a068f5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b14875a6d74f24bed2a0777e9a0f12905dff8d703581283dda165b86a10017fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dde63d7b30b2e601746c2db054ad76e4a08c1fb8788df6df702580cd4a5cf791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:106d242bcf5949edbe9d5afafa2e02c7b37267e0d5a0df3c7efed1d37fb3e2dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:49bdd7999fd853e6af213b6cbcbf7443d12c55bddd8ce25846b6afe31ec01d47_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51d52f0aeea8e119cf184ac017694e1c7c09a42682343dee525d6662bb746d94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:940efe54180bd892583c762d2716022647095c7aada14c607a201d04051a2b4a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0c80e9b2df2ad98d98e49112fc9f0b7c556b95c67edb5df34763e37ac804cf73_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3a0cc43c6dfe27e407a1e8cc56fff50da88d2b950b7f113b52dae3eebf7fe9a1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5e154688fb2359c611bc8bbc7471c05d7e56717aae61b7a591e75b2f9a52cb07_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b66eafede022d39b51d22b77c6f5db46a588faeb3bf8ac2fea3539731682ac77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:044e74fedeb114239e7d1205ab558081b8c9aa521a0d4eab5519935eb9c34182_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a25239501706cccb1e4651398866d85174bcab42021c630bc4daf9a82f48f19b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ca4f075de4f6728a2f46384b835d2223dbe223db2831e2badbe182b610c7f9f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d62b98a8686e42f46984cc839841c913ac9d501d0481e56fcab28bfa673c5e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a77a38153f1160549fef7f2d4bd0ccd9289407ea9221bd45db2bfc39875b45f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:60a93e9fdd00186238831580ba6f90622ba0d11b70bdfd4dc21897a6b97d23f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a6d11ac1280e7d753db911729fae0b7676b6ab494361fa0e5ececb701e298515_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d2369278f5380f2bcc3eb360fbeb4e29892d4420bd09cfb24513ca764f91d9cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:174979a48d708dfa6665fc8466150cfff451efa6cf1951001f9cf297a1b8f5e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:55bda2c7c425ac8b1bcaa8ba8f056771fdf9f342eb6d23b15793c9693fa0d7a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8d3d2a5fc42f45482223e2ba9972ec2ed6de376692d5c566d4126a8044f1d045_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6230b6e46dcb5fb0895c84fc0dcba4a10fff465aa8bc1dae1dc5dda7cc2e567_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2676615af9bf8b1465181d2fb58dbd1efb1f8fe464675b2edbabbf041b774079_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3c22d6e7c3805642fdb145e55c7b596b71cb458ddbda51b6f709dd70cf5bb6de_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:40f5704937a01e7c28151f60d76f33e95d3b18d511893021fadbcb8e832a5e3f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:483eeb4a161ec7fed8515247219b94a2c40980ca788bde992bc5641fc1b91294_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7190599f72b2cf0663606c10830cf2759037dd4de06cb13834dae7378db980f3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:761a23b468d06cc31245270b53fca2ee9538c3f5734cbcbced6e5e43469ff76f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b4c4bf466d29b02d08346ee358980105a204f51e243c733711f88a1aac87c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c54c34360f1166a7c42ec1b181331c31d55306f5b38958826260de94c9b360ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:73eebc52df8056d5ae2bb19e2d0e2d7da83a6e47e276db71f7d26da0e50962bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9e90309a20bb143a8f579ce5fa26e36ff107ff5013f6fe2ca52d4a5dc28a543f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dbd4c3ffafa0d8a58c21a91f8c604e4ca913064e8c9050af9133c61f7f8e5831_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:efa8a7c783451835721df984e0357e521f17f3c0235408604bfbd75baa53b77d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:47093e22624d6ef420aa80ca4e934384bf59ed1471d9c083f170fcc4ff7d62d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:828b37adcffe61dec6e74ca5380f09e638ab40cc2cbaf3eb0c461902356ea7b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:911568aa124776b2b7a4dd01b5a045b9e5109634afa9510e250115cc9960652f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b046bd3e394a968b8bff756a1bbab6203b173963372097b4e9bac2f4eaa8656f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3cb35d480c31d79278f2e74d16380d75c9dc8f36e4208649f5db223492fc51a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6cbd72c2701f8256348c3c0d37c7006db128cca44105634436a9f9737afbf195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7ec2d54b5022e937803ce3012a89250b224a54384544ed01a16cb27c00d7a00a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:922abf70f2e6ad57549dbd78523d198c970ed585bfacae74f0db4f3d58a234f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5b47db66013f3bf649898ba62a0bd386e82207485bb16c1203f6870bc4bffd48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7ef973e320a796810c7ef62ece44f84d5382e158fab42980c6a3fadfa42f686f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97ee01f7cd27cc8e66e1f3da6310e668ce4e0fd8a948d956f73ba21fd81a0f6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dc8cd1c7cd4cf7a1337c485787a312a285c64489f728aa74cfa5fc380d8c6112_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4abb807bba0bd7910150a5bad5020de4077d4d4500b92cfb397ad5789d37cd68_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:57e6cc4931bb4a870db12390932db4de419bd8df05865b0d1b0b87755271d045_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b9d7af15ae74c5feebdc7f46eeadb20ea1e465804eb776d342a19a983375be88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fa90b0dea8b7c0823b9fd0ec294dae694ffb26950cc27a33ff26eacf603fa9b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30ad6a83a99ec15ebf628c009cf0cf4faec5b04c5d053fcc7ccbcced84f0d809_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:642d49376a33c6e44a7267ce47ca05ac9f48ba4b1fefb3e49ec13a47ef87f809_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b7c9a1f9c8b7307c2328846b2267b1041516b20f4b7010813eca8e7841c7cd59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:dbdb7d1b8fea71975ee17988f36976bcb1003792ec962001ae4aaef37193ed2f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:255023a42e94ac306891575c0c3f8bcc45c1ae952aa9783b6c2b8aa98f56b20b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:77012d8624e45b6f08daaac3949235e15ebdf4c09b49f6e66b79f05f36ca2cc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dae0604483279dac67d362d274de80cb3e100fa935ca50dabdc7dcc436b717ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e5b0ecb3e20dc07b357a33d1dc317c6a521389f6addee2e492bbf2bd852b8c9b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:207751efe1aacbd87aec83e9df0b4c48ae0a985deca07e32d1a8ce5a1e013a53_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48dc2ddb716560f09494b9d696053086eab77dce31bea0f89532d11074b3c6d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6e4ef72aed8a27f921e339cc899c84e094c2a710f7a00a0602ca9d03cff31e91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d78d850c77386a35341624bf3fe5eed4d92ac41a5e6a2d3f2a68db6de1a64087_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3eb650f1c43a1833ee02b2218336c075456e26190a8ed9c976680a20d83aa55f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:64353e912653770012896a153103b6fcff349ac40f746cfc36821fe11dd6259a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c6fe274aa342cf850b2ea6287c5c335e93bad4a1bd73a0cbb2a7c789eb1ef48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d7730eb1cf5ded2a07a8c93369e1558536ea5af5ba35a23f3046946c89b7368d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:03f8250466cc5d3120aefcc87f0bdd4d12012d6a116e419c382d50a21760aaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5be6fc774ba62dd4cc689d99bacc979cd181bdbee9a221f425c5266db6a62784_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aeae1b0e5fc3faad8b9ebe64d21e9e14c721323991fc76b72d39f8a7608da870_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e77c5040e44ab07a456b37ba532e9657f879dcecb7879ed9e79d8b0e2c6c8f23_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:80b208666af68ae1f11b5526ec2d4e2952a4f33ec109a054519219c0e84f4cd2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:82b5a2010b2619bfe1dc1a3763af5c642e3c8d435dd7b91713e581f267dece66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a52e866ebce2cc46c05ec89f571f02b751a98351f1c7c1475d38bd3bdb08a76e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e295ffe236c8ad5c1b4bbf7610d9a29f35534d6b66619cc341db46baf6ab4aa1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1594e9818c4dc1459eaf50fd7ecf2fca7b73ae81be70413f6fb99c143f55fc98_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:455e45f1174b4bb5db753da8b2002b40921fc0051f462c0f7cc0cb95ac564c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b74d75ec982d2c35bf2f67a22eb8cc307ce5c995134e88b0ce9513df79cb5eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e0642fed946e365d50162ffb37121be194ddde7f422e022a7afa7a45be84aa96_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1f0901c738cdffe9f323d24c85f8fbea95ad36ab31acccdccc1b7c973fa7fa62_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:42903bef3719a65b7e7fd89dd371c68baafc3b2f41b68dd972429185d3fcdb90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56db80905cdd80d7ef3ad4cb8e0620868713a31853dc797db397431af032d322_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c340f2a030c2285afa19fc9022e14a07056941bef8de59b25ae21ff4c66bb9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:07284eb00a28180c2e4773ed2da15026446ff555b47307e0ddfb707766c9c420_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1d5764ba30e7e1058b3f2b10d1ebf9a190b6b1aebeacf774114cde8fd5b6b3fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5b2fc54522c109221ecf5f2f25b34bec50bb71eb1fb13677e79c047ff92899e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:88bbe3827720c373b01bf2fa3c3b8480099f7c9058fd6424cc57bfe74143fa9b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5dcebe96fbdfb5c6ae5d86a985c3d4c7676cfd02460196764bb1e4281b77eeb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:807f0619c241b7b86a253efd0b36b1d3dca0a19b4732139d789c5e6618b4996a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a1283298ee508e2282a0e709e2ff32c018445ef707b155f3679703da0a7b143a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:aa87e88dc29d54aa41e34a5ec81986971fa4d3c53a33d6fad86527ec422507f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:03f28b40a92d8f8abbd0d0d09fd080c5928ac9cade01e28bf2c683dd500797d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d18d242102246b6cce19529f237b536be5a9a5c2e0431eb15727b2b90e3d888_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4ad31b682a179a9f46d566301411cc64e1fad11ce7f2493d73c81c9d77e7b38a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f76b5de9e7ce8194cb453296dfbb5a26fab5e9f0367eda229ea3c466cab591fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3008aea10be9bf754a1a6e0538d1df3f6408e9eceaac2e0cea868b40c5fff12c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:53de5c7759b3b0090ea994db28ab745c4635f21f44266d5665076c5c2a553468_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6d99d80ca988aed5a3cc74e6018aeda442f0c5cee4b033d13e9e6995b65a5ad7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aafdc6bd5cefa7443745fa3d40257b3df385bc09c1874ab34796a874273a21c1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5385dd16647e876699858b01b78bda82d769195e7237003621dec0c17ea7486b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:8d82b00af857b1782bf0d0531c76b83c1d05ffc8d8b0ca1a730958226baa1455_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:93c060c1504210f495bc301a123dfa5e36ea87282b8a6d192f47c8c8484b3172_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d9207728b4fbde7442c8b4a9fad3f450b7e2c6cf0a5bd203259dcc4e94106d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:39c30a1eaedbaf0ac3ab12323d80529026bbdc878a38981bad392602cb1ba438_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4095317e942f7ccda2d3d8a5632683cdc92984606f25a90de944e47643333019_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:873761b15f7f5e975f8ca363e088b806e393ac2a78214a29050b3102cbb04df4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c92ef1fc3eb4dc56767923a43fc75ac743c13173e2eefc3c06eb762a38a08629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:723b1caa7724b4ee065ddd187e259b4eeb95ca3da87f29d5e51f532b3c29dd5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:79bff52cd5adfb2cf36c64fdaababcb0fdf4361e9bdd18b51cf4502e2413354f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:89bdc2b084964e95337d1b06b7b3e74d9070e8da7b28ad34dc53bc85ccc603c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c022d71700d942bb819bb1d489925c1532c1db71a5aaa268b855d678e8ba364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:120b1cf4552db536915c081e92372cb83aa89d21a81adcdffe09f2dd3ec5f43c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1b574dc3b519ff20706162d18bc6c2d9970b0ebddc7547a9db809aa9d3eae74e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3fad488f56b9dce6d9b6627c6deee5c2230287828dc53b96d5d5f62943b57737_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6c069eff3037f67444d6ba193d1128e064c4a335fc73b20d6342b8fd1ee05107_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:25735783825c67f2abec0695f666552f0838f10467b027fa1e475317a14dbd86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:417170e3ef223badef0bc4702874b350edb0542fc54f2d85301846ef4d48c1eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ac836331535a29128d1cdc88472143227965ce06b994072a39d407121f49e613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ec16051b9ce0b0a489a8b17bf581b0799cd5ddad84b1786ba77322cb9132d055_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:13b9c3e4c334cc245c11da77c7ecae4759986873fcc134e3a2901d1979bd97dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6926123fc26183a63626f4f33921e2a24cd8e27f6f2bf135c80f1e45a3200fb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b614ecd78191da979aa5e6de4904c4b45d71fc0820e2e9695021c468ab2d0522_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f60d781814b6cd8ef503e85c68d1745af480fc6e2d74e2b52521dff292e1748c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:40f85dd555fa6fa8934f576e5a5cc18df64c4cc264c9c44cd9b260d82e7690d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:92d1062b43e34737bdd26b9ff74d92d43b64a699f1e2c1275ece8f6c9b1478c8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c05dd77c9c641c9139e761b88ad358023c6ba4221a6854d8b0760732889d58a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:cf9e05f8cbcf5c64026e9dbb830a9731a1404bdf47a52563f61d07bd4a51bbf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1482e83688d25af51a9dbb93b52e652d95dbcd7cf4a0d9d2c9364fe0f0ff4404_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a78e4acce67f08cf4c2c48ade037c43b358ba69f5a1ef82cc5f94af99c59555c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b4d0b3d6a24b94ccd6605b1f62b2c60c208959ff5194b75d6c25d54df7137e5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f592d769515366401b273d9b22def9660e803b8a560496015f176d13371b96d3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:279b255fc3bdf326d437336ad9f8d391f02e7c934c160886339778f057df78c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7579da643df10fb9c3c5784d5e06b3c940a823158b595de9fcb964a8d69f215a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb2f77f5bf96fb99626ad02c0f963a6c862c04a7a7162a1987426c2a94ac685b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e95704530a93835413e0945bcf4e2e2473fae5e1257665f5c1ec4b30b36e81eb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4bf77f2090c7ff486b87a86cb2e619015d7e1ee3ec31e3a825c22154be80738c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6960a4e7bad45aaac838b0497a2503e83d3786ec78be154f44567770b82b3527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9438d34a83326c0fe5f167e0568349f931dfc9646f1c70da69409e350875ea53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cf4f62c2815857254a395a0034d68e3668cac219bc2e08e8a9e130034664a957_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9b3d6981af468b90d62f63f45a22d2ca13136f81282b971c3fe827a9183025eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bbce40bcd762ed1eaa08e19ca0212121a597c5c025305a552c1d5aab32c867ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:16a12b3a4a4ce3abb27fbed591e2742933d75ca5fe4a5537d82361b90918773f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2007b429c7952661629067f452b4a56c5b0b6f7b4755b5a7433c1b6faab6d419_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:957530099959a421115260f95ade7784c64b942916a287cb3546cca79763d55c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:975a1cb86ca8e2894140c93a96affde0efa449c772043420886db12339aa820c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3233a1897941a3b7f05ba46a8fdbd150a2b4c070e443db362afe2bbf7071957c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9b55075cd3a91c3f18c6c308019ff67dbd3d38f39a09c7e9a5e48608ac908b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a9bbfbf82188d91ad574b5896f305c4d7b6d8490c8920efee82d2bea49d0889d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ec5f445423fd340e1233722b53fd083b74da21c9472fa768b175cfe6781e2afd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:103ef4d88fe1cf74623a5a9cfd0de45372b032b4b12ea3a8a909754acb2431dc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a366221e21c5dc12c9df861fbdd6bfd4348a8c986bf43e38c4a085be7cac0600_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f264663a2869319733b39c90b352ce25ccb35a15e4b17461e4f74653362c4e4e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f4671b9fcceac63a6547b544d189a85c397e6aeffc6eba38d6e8b7073f258970_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2df3ecea77577d06ce7f57d8f010f3a39ebbba90e350ad9720b84ff6cb320a4d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5754bb489b38e536c93264a1c9c1b68dbafe3923cde8a748a4b9fe87b759d097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7c31e1025211affebc55acf8cd791b0d5240728bfee060914d130091a664b50b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bd7abe39caf78c2962a37b121a293ef9179c95a5b30ef531cbce7483f3dbb108_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:421e53acd2e915022755187916086964d39b2f64014deee49c2e19208f0aeb5d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:43af0818e577746ef7223ca5d75b90785078c290f5d3770d551b9965d1706c87_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4759c35a8e51c247501a7b920db373eb6bb3c22ee2a712a9030c2cbb975029e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:905a175fbbd6c3e81dbcf8c9192841984b0298f06666168a26cb27babe1e2893_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3146de9d4a8b5c98d8b9fdcc7fec4392f1591723948be440897e6ac16353b096_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b70ae04dc8f4096bc37bfbcd02bedba1a579fe133177f674607f18fbfb3128a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6f45aa19891117b7dfb96ed1d5f95025423f62669549fda2114a889b80dca8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f9d547fb14df2df02bdb68abc2153eec1eb42cccff0f706127ec01cb82d661e8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:30b8fd94ea4d909cc4fe3a4f21dfe44515b2dcfcdcb7e5989f356ba5df164c02_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:798df44d33c1acdb59938fdf4d0251cbde8cc47aa6a03cb5b3a77160344d56cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0730058c0266867ad428b19054335ae526e0d9610e68256e6e921d590b3bc66_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bcb2922c665d069fca260451b5366b8c4b04ef82bf491443496519d8f15e34b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0fca8a8cec5e7313576d38c866b7f310492fb11fd94a93d6ce8fd311ee424dfa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:494ab165f12ca1d2547a13424dc7a5cb8ab74d5f4406d46a21d944ab49425ce6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:51dbf8c399cb661c59eaf27c7fca8a08fee8b5651e1a023998f16e4c87bba3a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d7186ccfabcfb1537e42db07aacb004ffac5d893e8e20f1a909176952c4ba00d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03d45c9ce7fa066c430b348e05cd3560ad596c6fa93f7a57191f3adad9ac71f2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:17014fa590650c3e7c49820bfda285fd82f22b5037a54c6929c3d5712a516c0f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:811be7a889fec8a5f7d71c4d77e2adfb2a1928fc01fb7d4cff316460677e9dcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b694b8c876fc29c8090521e7ebc2c02be88c9c811c9c1734c79d524baaada9ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b672f5cb7e7103e1304c2826ef5270e9f47a137454e80160df8414d7e72d76e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4ba97de4f8c46097b8179e1ffa898e0c4e29c96a9abaa96f5f8fb502ff5ce692_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be6a2fbac7aef6c2b49aa03843796a2aff8f242a76ca12c8bdd97a40f3b11000_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f15701dc03ae43a7857a1a82be879c9becd99209505e5809124f62f5056475eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:41325be18bb76aa696d2826184e898f49cf7f29a7077e8c1038632988b3e438e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6f75279627dd89b244fb5fd01a630511fe1e5692502f9fa639e43315be7e3cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc31499dc776663f8a98c401ea377b4476a3dbc3de201c079b326f291117ff2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d79804455341fe8ab02a0e0b869e806821462798772e007f03f8a75959debec9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:188e2bc785e371b300756eba797b8da911bd5115f39820369abcbda1da919393_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:22ef77cc4d255f6dec6a74666990c61544d82aa4541821a1ec2db93e3473657c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4ddaeed1f2c8c64d156a91bb4bbe71f74f590d699ea260d00fa29a7d01fe1d61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4380834ef2ab3a558c8a3bd2cc77341c72c7b2ff4888be85ec6fbd444d6c7f2f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:63024eecf989e5597f5fd2495a404b364ed9b7138bf835fb3e1d851a34d41d54_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cf27951838e8fb93d4f05a8f0b1ecfd7c3222bcef49e14a3dd6a6dc63d0fc260_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2f33e8c871add512c85505c2c5c81267e7b35755653532a20028e89f4b41c2da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:96c40575ebd38e6ca166fada51246e641a7d5e9c7b00bcaa489795512bf1fb3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d26622a1d37314542981e27eb616bb5cb316d7771c3b165921ba8b1c7470db14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:057f39bde011e55246763cc5604745d80c77918154ede243554942bdf81dd068_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0aad450e7e40f1cc93ffae16856cf5de5acd1662371fa8c62dc00ebb6d4d11c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:d7b45f165d249847759289f90b18321cbe8c0a8e972b51e354f25a94fe696f25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:77bd75b7bce7a798cdb11ee0f7d6c838e59236886567b4e5148e4afae3562073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e18c9f9197b6b92497638426e8e91e450c1a3ea7b95a7dc83645c66017980c3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c199b1c123b4f5a26754f842e9fb1d046549deae99856f5f5db2f5d1195094f8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e18c5c5992f5cecfb2c300b9e7cd3cf0b4175a4e3f4e3cd216b6e6effd875cd0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3f727df52b4841d8b90ff625219d832569463bd320f49aaf94a9c2d706fa097a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9e60e00881a5e5168eace2acffa41c373b3ef02406688b03c69e4dd0656c7e66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b578298ff88e7cab48de60927a8e99f52d49791f271f08d1e5e8910520525287_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc0dafbafec45d46183b03f4a7a455fd1db3fbdd8d5ade284fc34c974647a55a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28ea872308ac7fd286f001ae55753e03dde674cc8c58df264a3a5c6a4833363d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74f6e12dd81ed0c63a8983845a8a3295213a6e153de12fea13724f6ec8ff40b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6095b8baa4b32f6915ef6ffaebcaab125acfc2bc23006d23b8be04be7442154_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d1a64b53aa700a69821c2b3ecea10d946f731831b203e4bc65b7dd7729452195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:91b2e671c9ad506297fc8d286edd908ff2277289d108a4f32c3b0202bdad7b57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cfc8e8522d3a427627afd3a583e729d822789a3f2fd68998a9fc41292df76bf5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d64450c15c629be398fc0afb54009c60c151b179ce11b43906c86cb41f5a8e07_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f10fa7d1184ad4027ebb2ca7ddf6ea2cf6da59dfadb6c38648d056d4590c9229_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:422bda8ecd8223d19a789e4816891f390083a42ff728510da58780f348ec9bae_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:82cba79925fc340a97d23710901b1b7614256b4dbabbac0593349329f24f3398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0ce3b22f42ec19f8c3a7556f86cf1d8e22db77ba5ba76a29e092e8ba7c8c7dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:82565bcb5b80c75af9ed9f0e983c8398da358cfc6205bd0f3775b04cd69c5a1b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5031301ee1ed68874731dd460ab27fbc03ff766fb23de5020d2d573ce075052b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83875dec4ba5db73fe9c2ce1ce22c955b42d016c15f9d8c731cadc17751d5aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:13b4dbf6a7b7277b63decf38cf089f68d966cd9d4cdd32022b73fbee1ce06b2f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:67cf8b8c4b55631845879ef8cc579c2e7d96a5cd4af9672c83909e31cd3c29ec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed626dc3d32cef2787174b38a232bb53dc07cf19136a7ae0beee692049b5d27b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0362f5ec213dede171befb2aaa43343740099fc8da8d3c0d1c96fccc6af03ead_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c690ed0c141b642514226223820c5465bc26a226a25ad52566859315dc17e529_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af375fdef09131e75563f66f852da9795fd5b77ef66b36c05fa7dd1353c3b34e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fbc8e638b6ea4580597d1104ae38ffc81dbf333e38afb12801bbe4a99e849a12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:54d79dd5b8b64c363a3b7e7263b7e00e377a0117e475bc2bbc48ec9f00f94b6b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6930615bcb510326426acf6954de5b732652064186ac0ed19ef7c683ce9cdea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8353b502a270943d3bdf742facdb7931589b1da1263e4fd098d64f7b4066e32f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e9cc7aa24b1901a0c41fc88621b231927a9d6e23c7f008bc1666cfefbc49df5f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2b74b78ec656cb9c991ff872d5c48ee63e08837e019bb65838b58b76325a69f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9acd8db14233af5629af6a3cce85c77fafa9edf89415b24f8a8a0cd196825645_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d3c6e9215628be3626b80edff5d736da1994ce1c3fa96d59109e3905c8f1ae45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e96b81626cf79c94fe32b32413ac35e80b7d2e402a11b7cf18eab33b494674e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25d2502817725066c052e6079e7a3b97b0c9d106f3204bd11e9acc44e23119bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a00c1175b615d99fd2bf862422a89ae4589728b88339662bf038fe263d675d2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c2029ac1677579e17850e40a0a8cfad726e04da464b85e6198d20a4baa9ebe38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d6b3bebece9fd9fe203615d5b87a840c9e89b64f3c7e7f3238fb43c52dd003d9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5ae18397305efad4a2eed774cb40ef4f58af60c0aa4e61441030e663bc34f159_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b72fa3e6f7e0196c272efd6fad1636ef1c8fac41c4aaebe29a2f2f0ac204016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:380b09da683ab9d92e2a7fed1330c5f53f5442d821b0c2539bc486e508a71936_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:eea07bb25349a5ed26392ebf22631a85ecf7dc6a1a30afafd82a52d421a4f91d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2229a186943283f30177609b442f15ff44c8ddec2362e5241ad5639ecb0572bb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3c7a5f31b3f53a411cc408e0b47aaa53ee1a94c70d11694d96a2bb1854ea3456_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36ecb641ccb0e3a8561fb9953399d0362e780bb6139d0fbf2467dd07eda4145e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d262d5f31a5c25d0ad001f403249198ff5ea015258a3d5fb68407f25996e2cf1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1391c08df70a95ec9503a304a4e8b28c72bf9c8ddd21d8f9fadbb85e225587e9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aac37ee093de1e6a0e86740c3df8c355fd5cf48bff2e01e58530b145e165221_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:600111a588134bf7ea5f6382d6c2ddaae073e755fb949d25fffa2f97f5ba33cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ede4d100369f2bd01f79b4cd86c50965d091fd6f582b48369bcc3e74110473d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce81fe3c0b36fa3a950406b93c5f1a924fab92f726da76c034c332c92f1c407_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:522b3603a3ab87dbc1f9fa4f9b25acf2e22f7a751eacb823feb18279b0024e64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:94c56243f3a0e50d1d42e0002cb84797b9dc9d23efb6a12ab33b19f1598940ab_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d60f1c7d0b30daaa9e9e8ab041c63445e7bb7b6132f50cd7f2044e538436c64c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6e358be14bac6139b40ff8611c6e3394bed8517acd5d4842784dc1bb404f52f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b32b90e8782b3a2aeda85df6970cba882f656203be6d16106a32edde563a83f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dbb674226e46dc1b62076e4b1e62fd51a82d01ad2c66c8477e7c01df44883d35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dfef9a7b3d43a60b5d6a1ef8045ecebe3131babb425a13682d5b85686433ae3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5ff979d48e835cf602e6172479b8de0623422c888c6a527302b2e8554803d2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:760e4cb453e352e233a68aeb0f1a7f814dcf593aa4b17523123c608838a3d604_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b923a9c8b7a77675531e568bcf9617ef6d4e709ab7eb7fe1ddeeb172b527b116_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e73bfa631996719e021e45e631841247eb24f980fd63290febbb80698b8ea01b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:71c003246622f555de9f8e4ca590081ad8b4447007b1f0518538cecbcefe5ace_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8c3b65caf0926ccc50f475163ca87f38ec81113d097d4a9d14da686200fd0150_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c42aa746f6c61e3ebb5a4bde91a735ae328f14e61ea04491155b16fdb9aa69de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c9141a24d2b0784aec9fa49704855f7b4088332ad525ca5f37e9f7a651431a0a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2af58b624976b9f8f829de67cd76a1f407aa556488885f8704d7f85a6467d8e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ab1fcba91468a694671f15db52706095f2cf5a8fcd055feaedc6b406bb509e02_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:d654f8552f8ff123794b2bac1423e9d172547c6759d28b02eebd9922611f909e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e3e2585f7a5216120972806732d252667c2707dfec2bba17b7d66a846218b119_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a07c9e91eab3a79552db6835a247558371446dd9c71e52316e1d8a543ab1e18_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:605c1654cc19e714bf1b8d8b983cf6cef9ef4ffcd4a5a829d1a0b2ec74923cfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:de6cc7256aba2ad13423eb60a2fe69335c316a1a35bc3ad3d583dca98168b2a3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e9e323ee37e43e7d6b07b1f250437422cdc321f204a4e891b3998b8a5a52188b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7795e52031dc780da6b331773f3a5ff89cd64027816afac3edbf0db9aebac896_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fa3c364d89aaf09867adb992c7b643a9c9e6fab34bb037456404a285e9221da2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b9ac95190e40bd81fca9fa2848a675b524edef0f3d73f469c644641e52cd1f58_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:df14ef8a3939f2e02a8052ac17ce00b844f0391563305a26a5734e7c215d40bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7c6370e5e97471e0749a7d0bb9555e8eaff2417c2601ab8d2996d4680d714175_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9ecb3b970521964eeed97e09395b6a1f23d4fb6fdbbded445579b2d3bd4061fe_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d3ebdae06c35615bd2d80a401a3cce9d162f99b37336baf5019cb280de5157a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0977ad9a02d00c98e0197f06e5fd34cba79e6195ff6608bc593149212f2cfb3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0e03292077a1e98cd0af13c4954f28b33c14f40dcbc786e76ee2166f87f5e5b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:da002c44b64d7fd7080bb830048e14b748df1086b0eeb9307c89126073dc5331_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e758035655da16fe2cae372bfdc6a4d4c911aa8b55eac8c3da83f5769d385c2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d52f333d0e066802787d1d9f56a6c3b7bc5946864c1b4a2c249a660ba12c74c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0325eddd2ec6e5cbaf79575c44dc3541da4e61e33dceead6e93d599580ffb03_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c25424f3e6fd22ac84f6fa3689b6e8055fe3d7fe64046f7772994a277141091a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f75102f7c45b6d0b6ef939c94d61901385bcf5185fb085746ecb207fa79b4af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a9eab5f451930acf14cad5c99973f88e4f4850b426e24086ac6f1e6ba03ee57_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6286c0a731f028d5b4b14aedf5e1f116eec94026c177d1a5215b96474074d404_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c96ac4a3ec4cd666a361fbe3f76fb92a601d38c566bc1303859dd20426d03825_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e2600706438da5d16471f1cd19aba4712c261bc29b5fec9dd7ba9be778add0bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5d0eca7c6e735b2cb0367543088ea9f4c12465e5adfdc6e741197de25c7f4317_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70490327ca3ed82f44d333846019b65a72d6fa276ec3973721e2e0fc2e4a3471_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a2b5fbebc3a5d756d09346cab7c2390a34f4a3595fa2acc93650233673e6d8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dad1809a993d86467d1b8a4a4bbb010e9dd50848d3d6ed1d563b74e8bac306b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4664850633066fee2671b763432ab21259df33d1ab9a883674d1ac1ea243a783_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b3754efefd2074fb65f42ecb37681ccb380e8b46e7c900884b9993cfb36c873a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d4dff0998e4a9c45c4f32d82913d1b312059d3ce7b8388a804e7b6eeeda1986f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de0d4563044c6a4bfc4377fca5c855099c80e3041dded830c6d95cd37f0bada0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:54a6ef85c2d79ef9b2e7114200d8f7d58033a115105be47d6395c3e418a59a0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7ac539d8a4f82d5f7ec8d993f69b25657a7aca5ad2b866c55379e95bc4bbd58b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e3ba22bf4740e61d59bd3abf74534d64cee3f2130dc86167b466b4f83e06ea89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f06e0348cf323b7bb502f53d3451aec038b741243c6b0ccaded2158be1170872_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31fa4df80aba35ec3c17dfe9ec6939d556219701e0545ae6decc89cd6ba79087_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dc747224fba8c54840448fc3bed0dfa7da305edb68f8ff31f32ddd65cbd9e12d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ef2dec293756ee1848196847cd567610ff13d84af98aa357438e411f8f04d0f4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f399014446508b1e62f940960422ec4c3a1945ee44c5de033bad71c69e7e2a80_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0454606b21577eb4127f7eff4c7334041f69852688c9db7660e634c2d450c754_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:552681163c7b016ba7cca547d3b32d50e27f9fcbeef793ca52e9e64137d57fad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8217f4993b4f563cad1ae65f14973e5c48b7cd3b2e1f15f1edb86af23590669d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:88c776d559c461d187cc0ab24c53849629ed75b93670cfc90657f429563c7747_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a32d5f819ce5430d5ae60a1e5544c8ce3673bcbcc55674a416c80868784b255b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cfcae1f52c6bada121cbbd1c32c9700234e450aa6ca1c5e36cc756f983deed88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d41100db39e0c48ae96ba18846464e29f0a1d708c0286161a854a8babcee4969_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f3a2a6ff9ea3270109be761e247e7f5c766c86fcb194429b01339cf8a10482df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1367691472cb18ec477e9b603d90c0f296539f9f56d1355b33e88e3870f48b38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:52481b7110d707bce4c8cac15a13c69ec49571a3c6e380baa0eefcd84e4756e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b75cbf9b9681450890755eacbccd47a50cf05084774f186f5ec9511fb768aef2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:be21ab62f23d567d9eb38613321fd1b39b1570c2679f2bf6dcfb6731a02ec7f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08bff4152f4dab00bb26cbb7fbe01c2c86cbf4fbcc9a3f9e6e7227fa77009175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5a3766c49a6f04ce3b5fb57b8d4937a1af276b02e2bfa7859ca14b440cc97980_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ed8b4195d1c0b5001fb2adf8b25c255e77e0280881f6854f971b0b9d88a2542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c6ac5b6eb2c87291f21240c30bc76cc30e924cff6ff6c091df38e25051f7c014_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1d5005be192459382a394b0b062907226fcc3766109873b5e86b8213f0e4c992_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c4eca9e6e1d1736956c4c27fa1f873e436c69cbb0a734fb154cc0ea64a71b87_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5cae0781bf6ba704a014022dd0453a29b3ea190862a3c2fe98268e3ea12d18f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:81dfef68491c3f05631779dc90d2dc3f02d6d6da0d645e65fa8df19c3cd86116_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:01ea7558b01db5a4e188bb15ba8d11842e0070f627bab87b67adafadbebcff6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29f22cabe40b913fcb175f7c4bdc4553cbb91ee14786acaa0ddfb6f87aa3aa7e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:47c4f9a6f583d6e324379fbc075dbf8888509c2d9588644e6c452837d805d071_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c636e1b9dc7345f148113f901972d3bd3cbb6149ca01ff5333667fa1914a7067_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4e752b9c1c07b3c544e0f8d051fab8a7aaedbab95505865d491afa69fdf4a469_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ae94eee7b7817c819532109a8898e5a34ce4b52bec80d1a7527c61fad88cbec9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b7f29c0dfb5fe352fd467281f0d59557b25059c7dda5ea26b21f226a3b5d47c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d67978582b629789eee711434bfa275408bb393fc47a65536879f2dc5c9bb6a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0cd4d7a036011a14099f95ed4300a8283bb57619d3418df088aa3a50578edca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:49cb012134afafdebf61c90b88577c506acfd9587f3d029c56c81bea822ad092_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e17dc26d79a7e31ceeafd02d2c54b0851d644c0e13a1a588c4974a20b1528f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:84b8d2487f35496afe73125df7e2e0e244dcebc21b797e5915c3ca460b0164d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6279c7d5365730a9d8dcb7dd229ef373d17d075246d39688d40bd25a3ac5d043_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:429aedc3a35c3243db7f678e63402922be8103239cf00ccebc43f57d86b103ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1be63c1269f8a258033c21319dc52a0b7cfc8ea7102701ccfaec733e7b910f28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9916ba13a061d49f7d2bb9798af54761714136d700bcde1b93254d7bf5fea43f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aaff58857cda41533c4dd1bbdf97a7f26958af4b0265c78ae5fe12cc406a5432_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f383dd4155ed57263e2f15f1d985d90a8de9c39eb1b337b81522e42716dda6c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b214d1a9e3e8fd6557a4d04fa3216644ae7fbe975214ad1b95cbc7067d25161_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:16784c2abae0b4b7e8c2b6cace88ec36a8275d7a19a9b12f53760d75ce2e5c57_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3a74c2cf3e046ec57ebed042c8ad221fb248857d437f87dd85b9c1a01baf1b4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7d0b0708dcd3141c39af363fa99f62c1f223b22e2c6ea41ed83bba8dc0eadbac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4cde7311de818660254df01cef2a125db9e7375857cd3b62bc23062d54c67c32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5934d8ace644ed5b06aa1517da1b289561f009bee268b33037b78ff73de3780c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9b6dda89ae954d891d2eaee580ce6f51201f5a46be9b39a9451878d37e257252_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:eca61a182d0aba2f33b8f00fe022dfc4a00ecb2c4e5871c8e3f4047ebab2dc04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8037e87c1920aa7d2b102bed37458ebcf6eb09737462fbcb2ce9a41084b3f018_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:82bc2b7b816feb327ad7ec25242423d7e29602397269e282e8f2061fdfc4d64e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9ac8720658edc3a705c28da0a04e3151fe9176392cb21a8b62958c6b381026a5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c5a9f18b32b185e292bdf42794556e6eafe2e52fae9c704a6937450d02126ad9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2b264d8951213e3018462a72292a6b30d583c8f06daf5ee241f94e16d506703c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:51114051305318867420adefd426b50dc61da07b3b8a57a7742b6c5617160203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8eb99577e0664af39d52436f332d1e39e6b2c01109fc3dadffe1a08e3024b317_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af57ecdc60cf066913e6ebf0dfef400f0a254b5f6dfd0aa31d83999265b468f8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7b119e3bafeb462483245c1ff17369a414ba505a8b79f0bd9d705570ed76560f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b033381da0d7c334e3aaf46eab74fd4e0966c86f5ed2a15619e2e272fe583ded_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bc4a300d46d76cb77e41b9b8bb114bfa4a74cc2adeae20a817f82bc51c7473f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:defee96610b0012da78daaf30570fad7c7523b2b27f7dcc92c43958888716720_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5911fcd0e272af7c840a47d04413b24139fd9c619434546b13298e5431e3ffc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:62fa04c23de9717d83f539a2173c4cc782b26a92d77bfb1ca56fd70f0a598621_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a58862a5df96016de66cc08fcb3cc26656178b6df316a209d04a6a8cc8dd3271_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c7bb30e8a7114547a17b825de02a377c767bbc8abcfb3a107b5771f566911d9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2b91597e92724f8e19b366ef98adf4a737dd38a1af3558d6c096a6a2f62f358c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4ef377dd4de22ef38524f823efb55ed5680324b20bbb6e8dc01635548c89c563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:517435307941a212c321cc125a7a065bc01c3dcca1d48d1f406eda581654eb35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:587bf89d7be7d54e962ba19e650799bb01a733899023eafdd312bda2d24aa25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:07dd1f6e2866eb81c2d5401d96cc41aa53a07332fff1f9c5957c0acb7d795d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b257ce3ac403e4b7e53cf4a0708f12823f79c4a11e20ac24a988298a46a6ef6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:442cdd9fe2eb6473a3eb42a07175ef51d189e1a4189bc3c2078dbeba46d04428_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:59d149004ac912bac883e47a58040775730b9fe35a395b66f85f11ffadff5d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:37e902dbc5732ce27e4499eb254cdbf134521950f8e28ba4c8bcc9cd1c22e66b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5de8525a5069ae5338d04c7ff67ab6ca455ff85be3653294ba0c833459af9bc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a3a995d8193b4e2292d94d3d3868860e5d189f6ad7e3b53470258b837a9e012_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b7284872aed97dd35b7b233c8033e01b6b864c4073cc80b49c4b40d6c576bb8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:40b315018e5a869a4cbd0ac9723cc224602e1996e47b8107f60beebe52d9c6a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7c35b7135bea1c52e42d9963da502b94a99491c6231badf8679f36c6ec31aa7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c3967d2858405abe1a54cfcf8f2445e45dc7aef7696c21cf96245c0bb4aa8834_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b1e956fc4592be241ff00c9a5e159b6c54c886062e20ea2d2710637addd118_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1afb07b8d4e82c4c6ae0c2aa2cbde892102c0862a41a5a1940bfa07a2aadb95f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3af69cedb03c410faf9169e26013dea148e9d8b7e5e9e9047c89a06b1913ccb3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6cd16b21890ed9fb0831ec559bae9767b4cb55f73e96a1c0c493c4de2642b1fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ade221c9b8a46412f4f2ccd96c0d4a5a9ec26e29c1475aefb83c55b3b885794a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3493f9658503d0009fecd61332bede316e2877d2f322c18580acc2d4149e1390_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3602ae83bd1fb64d4e48a111620905ae567ffd915a71fab0da841f3d92889e68_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6dc4fb0a3b2ac5a3c1bf76e1a188c829e45adb16376edb8e147744721415c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:82aa9a4bca8f2cd04b66071849c6fa0d5532e51e637ce09a08d1cb2a3a454311_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:19fc8c9512fecba33b1c4531db3d85e8263288bbfbbbbc485539a296aee55471_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3eceb25631e82da4d0914ce3e4b8f803659b84f9fe880c6c0c99a0d7e7c1b3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b5269e0b5de55c353c7b624e4c0171b10f30696953d8091eef6ef7ba7f0e9b6c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bf38932b81124a15686fe3e93f1f30fe99444765e7840983656666558c51e070_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:236d45e01e15eebcaf277611baea29a066596f9f890adcfa6f9248142e375c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:763e538fbc9aedfc84a1ead6db6342fa4fd4aa2e2f5a7689ba167a4bfa907ae6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:96a1955f94b86f41d52305cf43753dfc9977722d3a1f0f4b1be6411c9dcda2c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fca2ce6e0a8cad74aa81f2f2807df63d35ca7e9d8b28b18e33c926beb90b0377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35523b68f904b23d744cd799e7fe04b24a03bcd507b6caa657a63d2bcd8b1b16_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b39be2cc9eca4757f08033ce40237af2ceeda16ae98a918434f08c004f3927f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b45d311bc9bc8c7867bc6848e716b4594ca8f7b80f04724d0b652914e1b63a46_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cbaef1de5ca28f877a692fe4f050fe3917f35149416cae6433704085f68a4e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4fd9b39cbbe283c025a05b6343bcf2010b3ff4ee8ec7d585cd5146761d37f548_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8f7ed88b7cd7eb51f41548b1cac3236ef1d6204e08440ae7a6e20b960fcfba98_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bde243eee4e9047c42c3e27139b3d5634a1bb5ac0f4b83285e4f3e564e1de244_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ebc976489752658a1757d4b62c75abaa2607d0a67ef25dcaa93d4e826f91fc55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26081303accc6cc7348c924540a4a240c42ad01af0d7875b92962beaf88d0ad6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4b17e4141db4d6d51a2b16e42eb12aa240220d4dc9e360ff92ce8332d6314493_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6546561ae012b5e2a3fd723f76bd57e4e7f4ed893c440b218bd684ec71e2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1c51b219971216291c873c6f2272e9aa1af3e91af606a7e72ee15d84914f12d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48a53f673f4a71733d2ee26ea8ebfa9297f541e383feb5f465777e86fcf7bc6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5afbec6b9fb931f7e71df2aef8c5f2a2aa1fae14c0779ab275bb9d7a6b5ea916_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3e9aa93c4a2f1396f23300641358f2157e4fa68408f5ac50e06dc1d5ba28381_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbd85d81d9452e08efcfc7c9cd2d131045d8e33bfdf4c57687377b5f8d1da762_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:67f91ee99d0d496066c65fbcc9855fafbbc0bc8753c1ea29ec19dfb978d0131d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8013891262e80780d9914e393a8d91861d1b14a94e2d4f89affd0e299a4f5e66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:85892745b4e5f5113db96c7bcab15c11195ba53b5a059f57a08aa3830e83c975_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8efc4f72dc248944dafa1d0c1113ef28df5be90052865f32196a1dde6d13e314_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:21e210d64d9536dccb41d5179364995202933f95e0c8221af06a0f52360be4b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:949ed5dc1631298aba66a726fc3cfb6473d7203f452663786cb398a14a5f6a88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3cf0e16bc1208625607b76af54f3b80c5c7e103333a3f4b205d1c943c328266b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4134edec41e73edcd77b04ed8a539925f3b81f75661ae2b33dad08b2a0d5f2f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3986449a0b211a89c76d583c15178a75ef95caa002fd3751ab7c01122740ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4813d400a6f46477e92449d1e4908c7bb329545c578b09b519ddae10d0623d21_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c565a6990de02cc0f223060fd59bcf99ea9239a2286a4ac1212fb859f0bbc078_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d26f27237c1317f5ac5edd5895263e7809039fdd77f608395b4d11299f79b857_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f8a514769d3995332c660a668ffae9018f88ebbbb94db89109fe62a78bb6a7e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:757fd89b154f09f1115ea21b19eae895831f12afaf77491815fcf229220710ad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cca40d616806de4c1cab0a9d0e54a614d0a4bdba7b0dc49b3191d0ca6218a4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f2e12682e00bc8c041d04d4c414664eb27f6e78fd42f2c9b8caca079fb72a3c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b924a823e9f8399b040ea016bd74e7a6ce04256c662a9226676b9ad06bd18c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:747f9b6cb8aaf600bed84b80102ec5fb6e614c549c5edb07f97e4678daf60594_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ed6318e5a1e2df043166879a526549ecad1cd62159a5659ea2fe201f4abd798_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9574167a857bf207def2891974ea31a999dd5b163c0ebc9a268d261178803b73_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:45e3755a7d823d3c47cf092809aa13808b05dadeb49c2d8965ef7dcd1ecd51a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:888a7dfa28959baf2c21b20048cf69821e78230c33ed18c430940649093f60c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d36a332435642bb7099a06c8fb3c27e614a19094ad6a727493cb1524dc64c5a3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:dcaef959fe0a2f2b80577b0d2d2802fb922a48ceeb8f1b552e11ef0dadfc8efd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4aba6f6d0717910e13157b5aef43633ee8359fdc730df2af1db0796113e327a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66fec0af1793ffe236208f8922add7344361185eb6819cb2d655c6941de28d0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854d5562f0da86e02483b9b860c117fa0553058ff06204b4029b1078ed68c2cc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ef3e2714cdaf4dabc304a73d3867f6a30ed990079a7dc82935cd311b6298429e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5a47fabca2c5da103f2d450f766b523c11f2d8144dc88116dd28ab64311638ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8348dba52b0b908d04f35dbfbb45272953f59daa95da494498c89b1f13a01518_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9c4c2c65f712de6e55348896b2609f71db681e98f70dd26380c17103c168f2e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c9fb883a4258dca7dc277774721df45548564f1bf02db259d10eb28030312b5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bc60512167cd61ad02a367888bffaf9ae9ff5d38d2710f8b084ecd5fd5865ff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e189e287c6fb6d208f0c06f87f80d78dd7f0f224f1690c57212c0431ce42039_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5449039f33a2f0c68bd22b9ffb0f36629d2bd5650334c648ec6332482fc73adb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea27513cabdb48624bccf772ec7657f21f625d034ae16afd2ed87785c1e92c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:25311111c8f185636cc6c4c57fcb593a4d7f80947112d026f17b03e1cb8c5836_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:279a1f40f5daf3dfcbb6ae72d7b34e1cdea81c93b8f26934b0b75a5691768488_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:73dc60e6fcd70afd3dbbae8a5a3b0173b8aae24c262a538985f446f384305b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f83b91fd2651513053855b761ecb7123b9c8bfb283b1b05ab987563b24296ac7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3c25156b45ab456d86337e7943e2499d56ec59e9df06a9eaf6573d00c8ba99aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5eedefd980085c0d05eb99404d84da557aa1e33aa60b6f8dd617e6c51b7a0773_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6408fc9ef2d5571e6b6139e460df943926f8f61d3f02ac8e29b4ebe2ac1f987a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9f22b0754b61e971e65dadcf6b1180062d05f0512761ded6d3c72740ad4685b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93757da9f7fbf6c826f1310e9a753daa86cca4a7d0a307a7605db692d679e0c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a3b6915a30075af8ae31cf1f9537b4ff2edd806ac3b9c2aad2c3d0122db24384_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d6e27f0f7452d0ec0445608ee11904987ed62e79ae5b501c8c548b3140a72916_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db47533315f708b613985393aebd19f0f1be0553a8a84f1ca4691a6f80fe99d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5cb51b7919e67820591dc9be361dac3ce494f2ffec55dcfb4c62cf075ba9928_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ae934e2c4e03c385a8f14224992a885b0906953eab145f46f920895c1c563dce_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b0dbb59715d1fa2ad7d31b84fecd58695e3e79d1cd975c9d1ddff84f79aed5a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d387c467c14234a2edeef2ee4e1d3390b6d7f69e1e7e3ab4fb5950c0665e7e93_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:12069b4c9b06e21bceed36e3a6ac286441ef97700a121b6fce5164f3f9af5fb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8b999d1ce029714eb21675fd185e98bbc285de3dcbd34d8d78d44081101c5eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb654eb3074962421e67ae133718289b8dfcacc6969400a2cc33a253a97f1581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e4457eae686f5e2cc90f75a4fa7cf56157a53937d5cb0b33e6bda1ecb136ef23_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:57a99507c82d77541a982dcb0be5f0cdfac612ed37649d8f870098110ebf67e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f3a5550a636594f6f13f757f7cf9c13814121da51aa8e91a852643d9a4e188d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd2f3a5e7d019e00cb522644c3e1a2895b9d77e7c4510194cb954f74f6bf695e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:af0c64434c0ced75ece447da614e94dcb92d11f7fbb5dfa15a4ab17fd05d87b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24b4aae7d576407c88c4d2d6d200ec98aa762e1a032ad7a0ebcabdf63f5767fd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ad96a37c03c7af6fefc4a4e34b67f993267856ffecb586b5099abfaffff8e59f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:de86930b332a89f7d532adaca7b1f3bdf99db5f0d16c8c3cad0ed3d287442b78_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e0ed81285f6e9686d820425eb54ccacd156abb8adac762b4ebcaa41388a111a2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:233bd8980b833b554fb9c8ecd6e9fb6d603014fc61292b8a95d471a9fe6a4d10_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:56a429e6debca0139cb61b640a8cafbe02094b3a318af835549003fc7ab1aedc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6368603a00885b9bb3992ac55992580311eca99688f9f5ba729837d670235256_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9abaa144a449593156337eb1d254d7bfb668b118f70497f742bb1c72b5890af1_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a7030ae2f83595a38c507d43a11232d918988fec2a12bd7bbdd048ed1b4706e6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:acd1f4c3748eb6189d59cc41da282a81e8949be659f882e241e01acaa25cbdf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c04a807f8759be6c847c8f6abc07d398c781563b216abddd198c07ae32c3c467_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f451c542472d35f555ba7e0ca5fe6ed5cb35b9fc0d915ed32486f1a0c7b361dc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:37dad142f4de244e37a4cc2b932ea9bab8fbcf7663136b59919b8d4ed4d8888b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:77e0f36aec56da740886d70e6e9e45b5eae8a4641c11a3584f5ec96cb4c12c4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c4c865b5de7ebf517d667466f7af1c3c2323feefc9fe456fe14b994914ea45f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fc741e6ba3a635241261773e48711d1668f5da1eb435a75db33163c1c4725def_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d84050334b5b19a7ee4e59009b2847f28543e637afb7dfd6c11636c54655809_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:79366a89c1a9d454d121ff6f24a3f7c3f9fee2e1441d0d67c7c5df9d471c3057_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d6d4776004505cb4168ece720f3cd383519c76c229c53bcbff27b4f62fdfcba9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f230ae41108ff58cd2df7460ddcab73a59309e5c7c4ca0c682992e4975703b0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1ccc1d63820ee8fe6e1d60ecad3019d4fd4311d19859a5ef4ab43f50c2bbe68c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a823b2c4412366f8c9c7baa25b6dd40bfad4eb90b98e2a4b064aafec740f9924_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa8dd4b7f6289107e6bb9313a0c3dd95fed0a78a60a3bc6761ba101bf49267c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d51643c52c7f7850b787439e79e69e7e15fea01d38fcf89ede2ffd5aa8a0a6bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2271a35cbdd6e75128ea40780dca8b12acff72d89b8e5edb659df03db2847ddb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:50815dbd8eeb6bb3de2c72b3747c700314ed3ca55130ffe6bf1e0368ac55a40b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:73459be1c7c70819c0a0b7ef2e41c4f7c4772e24eec5ae382fc938a873e6f706_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:abb274b9924c701bfd460bfaf347842aa1c6e6e5ac13bb67a6e8e13aafdfa70d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:192a0a4c23acf7745a9cb39db76a8a8dc351faf385ce96a51e3789b9f51aa93a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:64dd85148fe0c37c97dea17bfde5d6bd28651e85d38dcd032ee6a6e0d564f20a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98803d660cb292a0b19a91c024bd8615bb4b6304b6d5ced3230f164b20fa5473_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f14489a778119e4a3e2d24b85887b8c732d273b06ccaa1f3c47dcbfd593f4e5f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f7da1d39bf1e91447e1e88df1c5e804567619b21d4b9b6b5bd3986ffe73eb05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7f1abf185014eba5af23da250feb4cb6ccf36627eda3f383172b4ac24866285a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9167cb67240069de0d391f33279d036aa95cd53c4e90b9bea9919c1121f69a30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:99fb48017ba08b4218d540665c8a2c5020d3dd3bb49241a56bd136e5337b9c83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1f82e411ff1946e57925f552c6dfbf1157e623ba62ccfbdf1d4e07c3c76f24ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3d76f8f385f0225bbd4c2f123a1efb80014cbdc3322eb62122579c31065f2475_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:62ccd6215d94e446e9d72670658341a4f9410005ae77541ff628ea320a3e4e0c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8ad7ab11e18a556647a001fb94a1713fc73db6342d5be586e6b9c5cd85180b1a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:6bd70b036725a8a6805ec024cca61da2b1bf3900092c9990f44064bc1ecb7835_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:788240bb55c133461df4770b2acaf706ed308e53a3ade4c5cfc264deed6446e0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a731b7a16f277bb651b12e4dbb7b91113da193f13bf82f50c7f2a2cdf35b546f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d99f2b70242f93ddf6773dc339aa1bf75bb2ed1960816ca81206831e477f59f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:07c3fb5bd910f7e81a2c2493b02e87059a8dad6920524116e16ff1d022b9dbed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:778cdcf251d8265e5678c4ee2b9d639de4bed9fa8b649b6fabee24234c5e72d0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9e25f3f39d6206b8a0775db0fa2592de5a0fb0825cf953051f434df1fd71cb39_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a753f2194d3a242aca4fd665cd0b03fe424185a4bfb4946d227f46a9b1f62852_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0af94672e9d21dc0de6cd5be9aa989fa11b702be65f1fbed7949cf0e69a253b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:215ee3722e5f0e138c17a40c1a2c72e8adf4c260ea2474cb5101d674c4b20ffd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a5325f3d088c7a6a96d9160a7d88cc3decdfd29a12cf9a5e1b622412baf189ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b7a59b159989422e6cf5363e905c310517220af021844734c6c2d30146416450_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30d9b1d57b6f99ba33574ba7a98553bf889519f65c039c5b714342839b1067cc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:360fe7f80c135a87f36e6e23a5a129d2ae6696243bf6b448efbca03996751b91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80498814b01bae249447f70402a7a1797c04e7cf9fd7ebb478e12912706440d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:acc63986c28f4ca24b2efc2eaaea748841a1cc1ea4014a807ae7e3f894dd0bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:23eb83f18d9937b0d59a12c3ca2f62aca7f0da57fe56915cb59a1fc38ec55c40_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2e60091e466faf801773066fa85d17fb808d531112d118a641526b578719d991_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2597c6e1ec452347d977bca5077f9493a32efe388f4fb57b4d7f9865cb48e7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e6e0147dbd1c1af919da7d83357bca2d804de41aed0856d056bbc9394e8e4b7c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:079e10d6f1763da07f277bd857026175527f4f4474534f57bfc2871ef4dd5010_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3e4cd5cdfc5f0a7faaccadf22a3286d853e4bb75077c363b6887d25b7e1a5118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7525f9327f18f4a078fd04a7a3adb493b2b1805dc124d24cb05d2256843f9da1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a251a8c1e77b6b5d4d8979d4f8a8de20c23363753091cd6f9cc077eafdb92185_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0ca0593d55f379ee3033f2509e1692bd3e26abff765f8293f87c104acd899566_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7fd25cd3e54c7cd19d9000549696f9bfc98b4c5d769e3b8da83a4107ea15eda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c98b64e4d0bc04f56a84cb7ce0eade14aa6cc09ace700b296d488b97b8de1006_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4580275c9fbe7e7c4f4e41d577aaf9bd51c519f29e93e9dc436ddbf34c7d266_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4d3c07d64d81e9b7ff3fdde9a57fa6549f088e5a96125e91f3007116d20337e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:557e38aa7e4a4587275c7399a87f7d71997a455af38a53cd9596026d5cb41146_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9f46b563fd306679cd8162e0c275daa4767f51c0083b1210488edb88976d8839_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dcaa5021d88e1321f1873715dcf1380ad3379fa96d222abb9450d148021b6930_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90c86b3339418a8d201444592d378962828eda5c92cfe006785a9bc635ff5ba4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:bee2aa67de35ab4635b353061b6c23bc68c86aee8cac9cd1f41135e9c066f473_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e40130b1e2a74e2b4eb451df197248f85db457c4e50fbbaf8447f8d9de18363a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f975869178496b63072dbad1b51126f9254e27549d8c9096359e1ece529febea_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b044fedc80cc4429176e21684a6143228e95cb817d49df83766ef83018a4ad56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1872c649b93c8b262e052e39292236847a4bc50c19d07b86c8644cb9faa914f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d5f19e12c21b03fefe2fb73d17784dca980061a3c0a7580ce437173f6953992c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d75092b42069f043e0f39912b1c9800afe624a0d5595ecb9a3ac390c65eec7e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:25210aa51905881e5a33178421288cc589956b0802b0d3f0fe498bcd71f6998e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:33ca83123d3de585db1facc376a72c80fa9992bb29060c8d72a62b86a5f29c4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7395ee37fc347a402d6e90de9e18f67f2abebbb71f5601a3e1325f9c0e13650f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ee71d775deba549daa69545d7e1a5beca2805fa7d2267754fec57827e06a4d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6067a2852305b2419f685df3890e2eccf5b81a5f6365ccac369bd34470a84357_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f20a4811133c41d404a1b8a8702674d55994ea03009c621a21245fbef890906_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9221ef430d8efd74430db55d41ffc96e8f03284fa4ad574674c7563040f504c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:93ca5b2c341509449380a1b9fedb6e51482955bc0ec9805e3b3aa4ad30fc1c22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0a7ccfef1c0a4082ca3fe4c3cb93e514b5649e661e26ed42bba26fe346781ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3aaf87368d239c36c222536f49e675b0a36151afbfc637017ddfd7f871e192db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4dccdace02daf6373a6f4cf4a4e83257d98557831201e7e5597825f18fece4f8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:881397c36a4332f221dcfa4eb517e9c9190329af9009391b96f0ceec74e680cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:46da5adb548c744644bcaabf6409ea53f213d9d4157c6bae8e0a3b741ac8c836_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53bacfc10ca07c660b142315c44882d77ed3f02af6405d7e2bd36fb26b165b97_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2e763fe91becf5be1cf036062030cee6510af8524107c38b14187cded57d059_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d01d3b7ebdffccbc3f0333585ef3a01fc910115a4bd77ce3fed8f85093a31e4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02f532a3c278dcd2c26b783d2cf3762b73b035f9b0d37d8c5cff066e6ece07c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:87c6caa70fa920e0a58bfc370ec7d6454c145fe367d6ce3f34ea3aee3b6d4311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d441752bee65923bde0f5d9883afe5bce6fdb0abea233ae6a4458db4309e1115_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da660562d126ed80f4baa3e45df65a91a9ee75d40eaec3f3881e7f61df17a92e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:48638fe0a5f09bcf2f59f4a02139e10dcc77714dfe8fc10b86892b9176148141_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:589754420cffd7d27505af843442b7560d9a4188f7f64ed3e9a35c086cd296b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:79e41ca79715a571526e53fc13caded867e266e74276e632d1e7c28c71d78360_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2658b6a8db6e6a7634453af2d1cb48e0078abe4d82f4957288eca0791462c0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8c923202184bf124cef516f43082ad3381f921fa1c67aa7b541ac6aeadec2d2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:97226555f60c106944d99b23bdfcdfed049ae13c0e8c97b0f4e441827720088b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:544344c2e9020efbacf4c582c67532ebe485656c36ab314de95bfb9a0047ebde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b6648aa5ad4dbddd1a0502df8da0c8230d3a8e1bf4311036e9bf8f377976d0cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:04afb17e0637c4528bc8e50caabd2cb2df9b1e50c5749e958418449faae9fe22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8379f38b7b8e488e7b1b170e290af8c604636974e0df590429440f532094cd45_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0100c82d9078fb16dbca67d3b21ff54faf56351dd684da81c4ea2c064a4413e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:99a30147f37d481ec26054624b727d9ba1076fc8b4e5779e545d2e3b7925d9f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:91b7a3ef6622e4a2fe2142c128878ec06a6fc6ab39f8090d09e99e1689b9f2a8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f3147e25f33eab3567f3dbea02e9cbca9a43597a3cea50c6fcd0f1cd79ae209e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:161b66b02d03b0595114914f20ef9449e495d4c70c8af669ddba63dbabb3a564_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ea7e766190adc6092cda41eec6fde1b64c9a85f36a2ca2d5c965e67a096d16d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:56b1eecff219fd7deef7e45cbebca688475c09815625eed92856d74f0675cc01_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fb8a038ccbb2e46ae733ffb7c86b7d8cb33292853eca765ea7a8482cfe3683e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:272e0d5cec07de889e143904a219413930f5ea3550e2af915740f059ea225862_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fed89393209bc73605a2db49ede008f547509f7714d0f8614575f117badcabaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0b7ba820b7334cbdbf02f6be0bce7bfce66c09425a3846e4dc60af1e04a16e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c70f895e7c27581cdc99c52ad2dd0c3dd83a7c18b232ce5cea4514a5f505daf1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6d123e90c3e0a4dbafaada8b1b0fb0f128cc4a70c381674b9df13ace463f88d0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:88c3c0650b52b80e7725d6b653133a5421472047c98d8f16a23b43fb0dbef67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9a66b8bde7a17514eb0b67947ed846ba8a2336621baf1a22c896496e7c6296bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cf832c31c9cfe6fea9d9bec83883bcc652e4d405adf56914baffed33c6311533_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e78f24bcfc3f52037f20e40eda5a05946e152ee98573fe960895b1ab360d9a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:93968cfcfeb07c864886de9508e5408fa56a872bbd5fadf6a20d7ca07654c880_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b6867d29acfc9d3477cd6b4b302b72073eb99a17fbeb9672581ef9e9ac2d8d26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c60bf917300f5ff059623c7a5334a1ec2d71c90d7e6ab539bc0b6ebe06f61b78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0fcc7aeed15f99c0e2b8cee46059eb76626ce1a40bc233a73569a1f9f0a1de19_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1fdd4da6fbc7a7bc64ed33e515da321b566d7fc58ca403ece5b34b3c0cc53a71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:48a1ea628f76e551b73ee773ce9fa741b60278034659dac8dc1333d9909525fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c42c69b265cf079d5546e4832c4d770bb3d78883098ad004e57b4115a5e4990a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:18f3d2ac2c667df294752336cfa5fb0d137a28349789e4cb703636318e6cb7d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:716297a34fdf6be541e34b5a5f2452418b27a6d810cba6b7e8d81e22aceea5d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:824b4a9540976d5629148192a78290f5dda3f3a84864ce49ed07c2ccc00774f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ee8b320b2047e104412603fd5ae7812c65e92fefbe23b7dea980e3a058eea63b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6be22d8f91a5efe043040370b651ec13c645627c16567eaaf58b736ec73bae3e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6c386efed5fb973e4e5cb6ea2eacc8968e2fe92f9dd7ea11e08f3cc444dcad13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaf6525182047be0049b680e4471d3b5dc518940c6d99396f3cd8922d3771a9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f0ff71e9fb5490f48e56bb355bfc883e52c5b9e97b7b3997f97e7e1e01fc6a03_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16adad4fa643e6403dfcca964ae82f52be58ada93103c99e935f0dd7f8a8ce19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16d580e98a6b03e236381fea8a3940f7f55ef5cea9dddf83f57de4f2c16d87c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7e04c03a25726e3e914f29f4106be2b38f6d91e4c4c96d2209e894ed5353f14a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9be92ffb22356b143f24c2e1f569a5a6022561cc9e3c19dfb9cb8d884b4b430f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bb8e87e8f93252c758b06275b904acbda014a05369a3a8a48304025539c2a8f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bef63b16132ecba605aa046e00966ee6ec9a37890f56fe5b00a9e12fe027121e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bff91da1e8a557dc8530731edc9101af2de09463c51c374e74e92d2c69bc3f04_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d7b6990088be37254ae2d8a02948704d766f4b8d08918c4a998a718757ee86d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18fd4650bc77f056922fa227ee075e493616df6011bb31b06498ad7aa121d13b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:372e2b2bd887a5ba12a2e7187fb666fb167d0a0c8678e78dc9e6263ebed37bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4145daf13e987912a5ee4bbac064fbf0888293cc08b114107133eeb9951204a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:56653f02f8d5d9eb484bd9157e4d6418657b2abc8e110b766553a98db41dd74a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:457ac9e201454878ce756c731623f33ec22e44c9be6e688931b5559dc3d060db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:aa23db754237cc273788c3635f4f6dc7a862c1bea9a509621e1db9cef5dee41e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e7873c9eaf9068c96b6ddd150a51dbdce7acf481fc29106def1c97b359ddaa4b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed9b1a2da0483de307ea30326c445cd0fe4dad0857d425cf9b8f3cca9b52b64a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e863b2c42d0edc7ec05bc807f2f6462b7582ef21359e218094924c936169917_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1511cbdf101329ed2a66512956ae7ce834a6ccda253bd76b99a48487e9de8fb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:41e3dc9405c521149919a24892af006bb7c06f800fba261c5efcd3f2ef461580_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b0cde443158a094812ea67d7c6523464b48c695ffa4c6d9162ab45647a119a3c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ae3d7da6672711ade9e2c9d4159b7aa327e8227bce5c87857ced4f10a4bdfda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:51887eace4c7a9d40e7cf1a509d05760340fcc9117238abb82f7541e2855396b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:52190fa0da838b24980e26ef586ade36fc1bedab5fd057c6acd5de5a84b68809_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eab6e4a898be919f8a04dc9c3003cce301f27e872c0520d1d0b634d0e3e9f461_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:509cbb1fa06b90af926955a2c724e81581d05169e3974c3e77c87ce47c53be5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6be6367bd1687fae656afb87e98ae838126089abba3dd62b1f71683fff7739af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:94599479d60ea6e70ab70389c58c21e5159ad81ddfd98b023290009be697c2fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c73ef3d57149ccb496a5c1ab10efa21d0c1ae73360323ac24d8f61f2d3b5dfec_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2ea0c42b0af0e9622c30701c2c30ed86d577ef8bf3ac8d598e9baa22adfde899_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c56bc7a31761839fa46cd50bbf90989d3313095bea4cb3bee95d074a9dc2963_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a96fd264e1b79591176e03632a3e3ff3a1f1081ea5144f188eb7089083204a6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c379e2384917355019fac9528027a71fb47ad3209665dd3d596598cc6d6ed6f6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:178f4d3b2f63adde85e32729fab326955f1043471079a0599079de31e6fc6788_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3b1fd3e8fb0c8ec48aa741493280e249f5f3648ae85f4344c4f5cb5196a068f5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b14875a6d74f24bed2a0777e9a0f12905dff8d703581283dda165b86a10017fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dde63d7b30b2e601746c2db054ad76e4a08c1fb8788df6df702580cd4a5cf791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:106d242bcf5949edbe9d5afafa2e02c7b37267e0d5a0df3c7efed1d37fb3e2dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:49bdd7999fd853e6af213b6cbcbf7443d12c55bddd8ce25846b6afe31ec01d47_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51d52f0aeea8e119cf184ac017694e1c7c09a42682343dee525d6662bb746d94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:940efe54180bd892583c762d2716022647095c7aada14c607a201d04051a2b4a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0c80e9b2df2ad98d98e49112fc9f0b7c556b95c67edb5df34763e37ac804cf73_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3a0cc43c6dfe27e407a1e8cc56fff50da88d2b950b7f113b52dae3eebf7fe9a1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5e154688fb2359c611bc8bbc7471c05d7e56717aae61b7a591e75b2f9a52cb07_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b66eafede022d39b51d22b77c6f5db46a588faeb3bf8ac2fea3539731682ac77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:044e74fedeb114239e7d1205ab558081b8c9aa521a0d4eab5519935eb9c34182_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a25239501706cccb1e4651398866d85174bcab42021c630bc4daf9a82f48f19b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ca4f075de4f6728a2f46384b835d2223dbe223db2831e2badbe182b610c7f9f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d62b98a8686e42f46984cc839841c913ac9d501d0481e56fcab28bfa673c5e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a77a38153f1160549fef7f2d4bd0ccd9289407ea9221bd45db2bfc39875b45f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:60a93e9fdd00186238831580ba6f90622ba0d11b70bdfd4dc21897a6b97d23f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a6d11ac1280e7d753db911729fae0b7676b6ab494361fa0e5ececb701e298515_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d2369278f5380f2bcc3eb360fbeb4e29892d4420bd09cfb24513ca764f91d9cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:174979a48d708dfa6665fc8466150cfff451efa6cf1951001f9cf297a1b8f5e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:55bda2c7c425ac8b1bcaa8ba8f056771fdf9f342eb6d23b15793c9693fa0d7a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8d3d2a5fc42f45482223e2ba9972ec2ed6de376692d5c566d4126a8044f1d045_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6230b6e46dcb5fb0895c84fc0dcba4a10fff465aa8bc1dae1dc5dda7cc2e567_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2676615af9bf8b1465181d2fb58dbd1efb1f8fe464675b2edbabbf041b774079_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3c22d6e7c3805642fdb145e55c7b596b71cb458ddbda51b6f709dd70cf5bb6de_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:40f5704937a01e7c28151f60d76f33e95d3b18d511893021fadbcb8e832a5e3f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:483eeb4a161ec7fed8515247219b94a2c40980ca788bde992bc5641fc1b91294_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7190599f72b2cf0663606c10830cf2759037dd4de06cb13834dae7378db980f3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:761a23b468d06cc31245270b53fca2ee9538c3f5734cbcbced6e5e43469ff76f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b4c4bf466d29b02d08346ee358980105a204f51e243c733711f88a1aac87c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c54c34360f1166a7c42ec1b181331c31d55306f5b38958826260de94c9b360ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:73eebc52df8056d5ae2bb19e2d0e2d7da83a6e47e276db71f7d26da0e50962bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9e90309a20bb143a8f579ce5fa26e36ff107ff5013f6fe2ca52d4a5dc28a543f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dbd4c3ffafa0d8a58c21a91f8c604e4ca913064e8c9050af9133c61f7f8e5831_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:efa8a7c783451835721df984e0357e521f17f3c0235408604bfbd75baa53b77d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:47093e22624d6ef420aa80ca4e934384bf59ed1471d9c083f170fcc4ff7d62d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:828b37adcffe61dec6e74ca5380f09e638ab40cc2cbaf3eb0c461902356ea7b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:911568aa124776b2b7a4dd01b5a045b9e5109634afa9510e250115cc9960652f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b046bd3e394a968b8bff756a1bbab6203b173963372097b4e9bac2f4eaa8656f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3cb35d480c31d79278f2e74d16380d75c9dc8f36e4208649f5db223492fc51a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6cbd72c2701f8256348c3c0d37c7006db128cca44105634436a9f9737afbf195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7ec2d54b5022e937803ce3012a89250b224a54384544ed01a16cb27c00d7a00a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:922abf70f2e6ad57549dbd78523d198c970ed585bfacae74f0db4f3d58a234f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5b47db66013f3bf649898ba62a0bd386e82207485bb16c1203f6870bc4bffd48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7ef973e320a796810c7ef62ece44f84d5382e158fab42980c6a3fadfa42f686f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97ee01f7cd27cc8e66e1f3da6310e668ce4e0fd8a948d956f73ba21fd81a0f6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dc8cd1c7cd4cf7a1337c485787a312a285c64489f728aa74cfa5fc380d8c6112_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4abb807bba0bd7910150a5bad5020de4077d4d4500b92cfb397ad5789d37cd68_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:57e6cc4931bb4a870db12390932db4de419bd8df05865b0d1b0b87755271d045_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b9d7af15ae74c5feebdc7f46eeadb20ea1e465804eb776d342a19a983375be88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fa90b0dea8b7c0823b9fd0ec294dae694ffb26950cc27a33ff26eacf603fa9b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30ad6a83a99ec15ebf628c009cf0cf4faec5b04c5d053fcc7ccbcced84f0d809_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:642d49376a33c6e44a7267ce47ca05ac9f48ba4b1fefb3e49ec13a47ef87f809_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b7c9a1f9c8b7307c2328846b2267b1041516b20f4b7010813eca8e7841c7cd59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:dbdb7d1b8fea71975ee17988f36976bcb1003792ec962001ae4aaef37193ed2f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:255023a42e94ac306891575c0c3f8bcc45c1ae952aa9783b6c2b8aa98f56b20b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:77012d8624e45b6f08daaac3949235e15ebdf4c09b49f6e66b79f05f36ca2cc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dae0604483279dac67d362d274de80cb3e100fa935ca50dabdc7dcc436b717ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e5b0ecb3e20dc07b357a33d1dc317c6a521389f6addee2e492bbf2bd852b8c9b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:207751efe1aacbd87aec83e9df0b4c48ae0a985deca07e32d1a8ce5a1e013a53_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48dc2ddb716560f09494b9d696053086eab77dce31bea0f89532d11074b3c6d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6e4ef72aed8a27f921e339cc899c84e094c2a710f7a00a0602ca9d03cff31e91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d78d850c77386a35341624bf3fe5eed4d92ac41a5e6a2d3f2a68db6de1a64087_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3eb650f1c43a1833ee02b2218336c075456e26190a8ed9c976680a20d83aa55f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:64353e912653770012896a153103b6fcff349ac40f746cfc36821fe11dd6259a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c6fe274aa342cf850b2ea6287c5c335e93bad4a1bd73a0cbb2a7c789eb1ef48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d7730eb1cf5ded2a07a8c93369e1558536ea5af5ba35a23f3046946c89b7368d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:03f8250466cc5d3120aefcc87f0bdd4d12012d6a116e419c382d50a21760aaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5be6fc774ba62dd4cc689d99bacc979cd181bdbee9a221f425c5266db6a62784_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aeae1b0e5fc3faad8b9ebe64d21e9e14c721323991fc76b72d39f8a7608da870_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e77c5040e44ab07a456b37ba532e9657f879dcecb7879ed9e79d8b0e2c6c8f23_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:80b208666af68ae1f11b5526ec2d4e2952a4f33ec109a054519219c0e84f4cd2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:82b5a2010b2619bfe1dc1a3763af5c642e3c8d435dd7b91713e581f267dece66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a52e866ebce2cc46c05ec89f571f02b751a98351f1c7c1475d38bd3bdb08a76e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e295ffe236c8ad5c1b4bbf7610d9a29f35534d6b66619cc341db46baf6ab4aa1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1594e9818c4dc1459eaf50fd7ecf2fca7b73ae81be70413f6fb99c143f55fc98_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:455e45f1174b4bb5db753da8b2002b40921fc0051f462c0f7cc0cb95ac564c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b74d75ec982d2c35bf2f67a22eb8cc307ce5c995134e88b0ce9513df79cb5eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e0642fed946e365d50162ffb37121be194ddde7f422e022a7afa7a45be84aa96_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:07284eb00a28180c2e4773ed2da15026446ff555b47307e0ddfb707766c9c420_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1d5764ba30e7e1058b3f2b10d1ebf9a190b6b1aebeacf774114cde8fd5b6b3fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5b2fc54522c109221ecf5f2f25b34bec50bb71eb1fb13677e79c047ff92899e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:88bbe3827720c373b01bf2fa3c3b8480099f7c9058fd6424cc57bfe74143fa9b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5dcebe96fbdfb5c6ae5d86a985c3d4c7676cfd02460196764bb1e4281b77eeb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:807f0619c241b7b86a253efd0b36b1d3dca0a19b4732139d789c5e6618b4996a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a1283298ee508e2282a0e709e2ff32c018445ef707b155f3679703da0a7b143a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:aa87e88dc29d54aa41e34a5ec81986971fa4d3c53a33d6fad86527ec422507f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:03f28b40a92d8f8abbd0d0d09fd080c5928ac9cade01e28bf2c683dd500797d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d18d242102246b6cce19529f237b536be5a9a5c2e0431eb15727b2b90e3d888_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4ad31b682a179a9f46d566301411cc64e1fad11ce7f2493d73c81c9d77e7b38a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f76b5de9e7ce8194cb453296dfbb5a26fab5e9f0367eda229ea3c466cab591fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3008aea10be9bf754a1a6e0538d1df3f6408e9eceaac2e0cea868b40c5fff12c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:53de5c7759b3b0090ea994db28ab745c4635f21f44266d5665076c5c2a553468_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6d99d80ca988aed5a3cc74e6018aeda442f0c5cee4b033d13e9e6995b65a5ad7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aafdc6bd5cefa7443745fa3d40257b3df385bc09c1874ab34796a874273a21c1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5385dd16647e876699858b01b78bda82d769195e7237003621dec0c17ea7486b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:8d82b00af857b1782bf0d0531c76b83c1d05ffc8d8b0ca1a730958226baa1455_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:93c060c1504210f495bc301a123dfa5e36ea87282b8a6d192f47c8c8484b3172_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d9207728b4fbde7442c8b4a9fad3f450b7e2c6cf0a5bd203259dcc4e94106d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:39c30a1eaedbaf0ac3ab12323d80529026bbdc878a38981bad392602cb1ba438_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4095317e942f7ccda2d3d8a5632683cdc92984606f25a90de944e47643333019_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:873761b15f7f5e975f8ca363e088b806e393ac2a78214a29050b3102cbb04df4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c92ef1fc3eb4dc56767923a43fc75ac743c13173e2eefc3c06eb762a38a08629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:723b1caa7724b4ee065ddd187e259b4eeb95ca3da87f29d5e51f532b3c29dd5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:79bff52cd5adfb2cf36c64fdaababcb0fdf4361e9bdd18b51cf4502e2413354f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:89bdc2b084964e95337d1b06b7b3e74d9070e8da7b28ad34dc53bc85ccc603c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c022d71700d942bb819bb1d489925c1532c1db71a5aaa268b855d678e8ba364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:120b1cf4552db536915c081e92372cb83aa89d21a81adcdffe09f2dd3ec5f43c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1b574dc3b519ff20706162d18bc6c2d9970b0ebddc7547a9db809aa9d3eae74e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3fad488f56b9dce6d9b6627c6deee5c2230287828dc53b96d5d5f62943b57737_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6c069eff3037f67444d6ba193d1128e064c4a335fc73b20d6342b8fd1ee05107_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:25735783825c67f2abec0695f666552f0838f10467b027fa1e475317a14dbd86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:417170e3ef223badef0bc4702874b350edb0542fc54f2d85301846ef4d48c1eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ac836331535a29128d1cdc88472143227965ce06b994072a39d407121f49e613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ec16051b9ce0b0a489a8b17bf581b0799cd5ddad84b1786ba77322cb9132d055_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:13b9c3e4c334cc245c11da77c7ecae4759986873fcc134e3a2901d1979bd97dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6926123fc26183a63626f4f33921e2a24cd8e27f6f2bf135c80f1e45a3200fb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b614ecd78191da979aa5e6de4904c4b45d71fc0820e2e9695021c468ab2d0522_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f60d781814b6cd8ef503e85c68d1745af480fc6e2d74e2b52521dff292e1748c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:40f85dd555fa6fa8934f576e5a5cc18df64c4cc264c9c44cd9b260d82e7690d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:92d1062b43e34737bdd26b9ff74d92d43b64a699f1e2c1275ece8f6c9b1478c8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c05dd77c9c641c9139e761b88ad358023c6ba4221a6854d8b0760732889d58a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:cf9e05f8cbcf5c64026e9dbb830a9731a1404bdf47a52563f61d07bd4a51bbf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1482e83688d25af51a9dbb93b52e652d95dbcd7cf4a0d9d2c9364fe0f0ff4404_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a78e4acce67f08cf4c2c48ade037c43b358ba69f5a1ef82cc5f94af99c59555c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b4d0b3d6a24b94ccd6605b1f62b2c60c208959ff5194b75d6c25d54df7137e5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f592d769515366401b273d9b22def9660e803b8a560496015f176d13371b96d3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:279b255fc3bdf326d437336ad9f8d391f02e7c934c160886339778f057df78c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7579da643df10fb9c3c5784d5e06b3c940a823158b595de9fcb964a8d69f215a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb2f77f5bf96fb99626ad02c0f963a6c862c04a7a7162a1987426c2a94ac685b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e95704530a93835413e0945bcf4e2e2473fae5e1257665f5c1ec4b30b36e81eb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4bf77f2090c7ff486b87a86cb2e619015d7e1ee3ec31e3a825c22154be80738c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6960a4e7bad45aaac838b0497a2503e83d3786ec78be154f44567770b82b3527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9438d34a83326c0fe5f167e0568349f931dfc9646f1c70da69409e350875ea53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cf4f62c2815857254a395a0034d68e3668cac219bc2e08e8a9e130034664a957_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9b3d6981af468b90d62f63f45a22d2ca13136f81282b971c3fe827a9183025eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bbce40bcd762ed1eaa08e19ca0212121a597c5c025305a552c1d5aab32c867ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:16a12b3a4a4ce3abb27fbed591e2742933d75ca5fe4a5537d82361b90918773f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2007b429c7952661629067f452b4a56c5b0b6f7b4755b5a7433c1b6faab6d419_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:957530099959a421115260f95ade7784c64b942916a287cb3546cca79763d55c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:975a1cb86ca8e2894140c93a96affde0efa449c772043420886db12339aa820c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3233a1897941a3b7f05ba46a8fdbd150a2b4c070e443db362afe2bbf7071957c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9b55075cd3a91c3f18c6c308019ff67dbd3d38f39a09c7e9a5e48608ac908b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a9bbfbf82188d91ad574b5896f305c4d7b6d8490c8920efee82d2bea49d0889d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ec5f445423fd340e1233722b53fd083b74da21c9472fa768b175cfe6781e2afd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:103ef4d88fe1cf74623a5a9cfd0de45372b032b4b12ea3a8a909754acb2431dc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a366221e21c5dc12c9df861fbdd6bfd4348a8c986bf43e38c4a085be7cac0600_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f264663a2869319733b39c90b352ce25ccb35a15e4b17461e4f74653362c4e4e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f4671b9fcceac63a6547b544d189a85c397e6aeffc6eba38d6e8b7073f258970_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2df3ecea77577d06ce7f57d8f010f3a39ebbba90e350ad9720b84ff6cb320a4d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5754bb489b38e536c93264a1c9c1b68dbafe3923cde8a748a4b9fe87b759d097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7c31e1025211affebc55acf8cd791b0d5240728bfee060914d130091a664b50b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bd7abe39caf78c2962a37b121a293ef9179c95a5b30ef531cbce7483f3dbb108_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:421e53acd2e915022755187916086964d39b2f64014deee49c2e19208f0aeb5d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:43af0818e577746ef7223ca5d75b90785078c290f5d3770d551b9965d1706c87_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4759c35a8e51c247501a7b920db373eb6bb3c22ee2a712a9030c2cbb975029e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:905a175fbbd6c3e81dbcf8c9192841984b0298f06666168a26cb27babe1e2893_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3146de9d4a8b5c98d8b9fdcc7fec4392f1591723948be440897e6ac16353b096_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b70ae04dc8f4096bc37bfbcd02bedba1a579fe133177f674607f18fbfb3128a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6f45aa19891117b7dfb96ed1d5f95025423f62669549fda2114a889b80dca8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f9d547fb14df2df02bdb68abc2153eec1eb42cccff0f706127ec01cb82d661e8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:30b8fd94ea4d909cc4fe3a4f21dfe44515b2dcfcdcb7e5989f356ba5df164c02_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:798df44d33c1acdb59938fdf4d0251cbde8cc47aa6a03cb5b3a77160344d56cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0730058c0266867ad428b19054335ae526e0d9610e68256e6e921d590b3bc66_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bcb2922c665d069fca260451b5366b8c4b04ef82bf491443496519d8f15e34b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0fca8a8cec5e7313576d38c866b7f310492fb11fd94a93d6ce8fd311ee424dfa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:494ab165f12ca1d2547a13424dc7a5cb8ab74d5f4406d46a21d944ab49425ce6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:51dbf8c399cb661c59eaf27c7fca8a08fee8b5651e1a023998f16e4c87bba3a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d7186ccfabcfb1537e42db07aacb004ffac5d893e8e20f1a909176952c4ba00d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03d45c9ce7fa066c430b348e05cd3560ad596c6fa93f7a57191f3adad9ac71f2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:17014fa590650c3e7c49820bfda285fd82f22b5037a54c6929c3d5712a516c0f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:811be7a889fec8a5f7d71c4d77e2adfb2a1928fc01fb7d4cff316460677e9dcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b694b8c876fc29c8090521e7ebc2c02be88c9c811c9c1734c79d524baaada9ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b672f5cb7e7103e1304c2826ef5270e9f47a137454e80160df8414d7e72d76e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4ba97de4f8c46097b8179e1ffa898e0c4e29c96a9abaa96f5f8fb502ff5ce692_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be6a2fbac7aef6c2b49aa03843796a2aff8f242a76ca12c8bdd97a40f3b11000_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f15701dc03ae43a7857a1a82be879c9becd99209505e5809124f62f5056475eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:41325be18bb76aa696d2826184e898f49cf7f29a7077e8c1038632988b3e438e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6f75279627dd89b244fb5fd01a630511fe1e5692502f9fa639e43315be7e3cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc31499dc776663f8a98c401ea377b4476a3dbc3de201c079b326f291117ff2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d79804455341fe8ab02a0e0b869e806821462798772e007f03f8a75959debec9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:188e2bc785e371b300756eba797b8da911bd5115f39820369abcbda1da919393_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:22ef77cc4d255f6dec6a74666990c61544d82aa4541821a1ec2db93e3473657c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4ddaeed1f2c8c64d156a91bb4bbe71f74f590d699ea260d00fa29a7d01fe1d61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4380834ef2ab3a558c8a3bd2cc77341c72c7b2ff4888be85ec6fbd444d6c7f2f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:63024eecf989e5597f5fd2495a404b364ed9b7138bf835fb3e1d851a34d41d54_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cf27951838e8fb93d4f05a8f0b1ecfd7c3222bcef49e14a3dd6a6dc63d0fc260_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2f33e8c871add512c85505c2c5c81267e7b35755653532a20028e89f4b41c2da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:96c40575ebd38e6ca166fada51246e641a7d5e9c7b00bcaa489795512bf1fb3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d26622a1d37314542981e27eb616bb5cb316d7771c3b165921ba8b1c7470db14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:057f39bde011e55246763cc5604745d80c77918154ede243554942bdf81dd068_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0aad450e7e40f1cc93ffae16856cf5de5acd1662371fa8c62dc00ebb6d4d11c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:d7b45f165d249847759289f90b18321cbe8c0a8e972b51e354f25a94fe696f25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:77bd75b7bce7a798cdb11ee0f7d6c838e59236886567b4e5148e4afae3562073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e18c9f9197b6b92497638426e8e91e450c1a3ea7b95a7dc83645c66017980c3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c199b1c123b4f5a26754f842e9fb1d046549deae99856f5f5db2f5d1195094f8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e18c5c5992f5cecfb2c300b9e7cd3cf0b4175a4e3f4e3cd216b6e6effd875cd0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3f727df52b4841d8b90ff625219d832569463bd320f49aaf94a9c2d706fa097a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9e60e00881a5e5168eace2acffa41c373b3ef02406688b03c69e4dd0656c7e66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b578298ff88e7cab48de60927a8e99f52d49791f271f08d1e5e8910520525287_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc0dafbafec45d46183b03f4a7a455fd1db3fbdd8d5ade284fc34c974647a55a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28ea872308ac7fd286f001ae55753e03dde674cc8c58df264a3a5c6a4833363d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74f6e12dd81ed0c63a8983845a8a3295213a6e153de12fea13724f6ec8ff40b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6095b8baa4b32f6915ef6ffaebcaab125acfc2bc23006d23b8be04be7442154_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d1a64b53aa700a69821c2b3ecea10d946f731831b203e4bc65b7dd7729452195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:91b2e671c9ad506297fc8d286edd908ff2277289d108a4f32c3b0202bdad7b57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cfc8e8522d3a427627afd3a583e729d822789a3f2fd68998a9fc41292df76bf5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d64450c15c629be398fc0afb54009c60c151b179ce11b43906c86cb41f5a8e07_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f10fa7d1184ad4027ebb2ca7ddf6ea2cf6da59dfadb6c38648d056d4590c9229_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:422bda8ecd8223d19a789e4816891f390083a42ff728510da58780f348ec9bae_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:82cba79925fc340a97d23710901b1b7614256b4dbabbac0593349329f24f3398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0ce3b22f42ec19f8c3a7556f86cf1d8e22db77ba5ba76a29e092e8ba7c8c7dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:82565bcb5b80c75af9ed9f0e983c8398da358cfc6205bd0f3775b04cd69c5a1b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5031301ee1ed68874731dd460ab27fbc03ff766fb23de5020d2d573ce075052b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83875dec4ba5db73fe9c2ce1ce22c955b42d016c15f9d8c731cadc17751d5aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:13b4dbf6a7b7277b63decf38cf089f68d966cd9d4cdd32022b73fbee1ce06b2f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:67cf8b8c4b55631845879ef8cc579c2e7d96a5cd4af9672c83909e31cd3c29ec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed626dc3d32cef2787174b38a232bb53dc07cf19136a7ae0beee692049b5d27b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0362f5ec213dede171befb2aaa43343740099fc8da8d3c0d1c96fccc6af03ead_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c690ed0c141b642514226223820c5465bc26a226a25ad52566859315dc17e529_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af375fdef09131e75563f66f852da9795fd5b77ef66b36c05fa7dd1353c3b34e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fbc8e638b6ea4580597d1104ae38ffc81dbf333e38afb12801bbe4a99e849a12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:54d79dd5b8b64c363a3b7e7263b7e00e377a0117e475bc2bbc48ec9f00f94b6b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6930615bcb510326426acf6954de5b732652064186ac0ed19ef7c683ce9cdea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8353b502a270943d3bdf742facdb7931589b1da1263e4fd098d64f7b4066e32f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e9cc7aa24b1901a0c41fc88621b231927a9d6e23c7f008bc1666cfefbc49df5f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2b74b78ec656cb9c991ff872d5c48ee63e08837e019bb65838b58b76325a69f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9acd8db14233af5629af6a3cce85c77fafa9edf89415b24f8a8a0cd196825645_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d3c6e9215628be3626b80edff5d736da1994ce1c3fa96d59109e3905c8f1ae45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e96b81626cf79c94fe32b32413ac35e80b7d2e402a11b7cf18eab33b494674e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25d2502817725066c052e6079e7a3b97b0c9d106f3204bd11e9acc44e23119bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a00c1175b615d99fd2bf862422a89ae4589728b88339662bf038fe263d675d2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c2029ac1677579e17850e40a0a8cfad726e04da464b85e6198d20a4baa9ebe38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d6b3bebece9fd9fe203615d5b87a840c9e89b64f3c7e7f3238fb43c52dd003d9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5ae18397305efad4a2eed774cb40ef4f58af60c0aa4e61441030e663bc34f159_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b72fa3e6f7e0196c272efd6fad1636ef1c8fac41c4aaebe29a2f2f0ac204016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:380b09da683ab9d92e2a7fed1330c5f53f5442d821b0c2539bc486e508a71936_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:eea07bb25349a5ed26392ebf22631a85ecf7dc6a1a30afafd82a52d421a4f91d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2229a186943283f30177609b442f15ff44c8ddec2362e5241ad5639ecb0572bb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3c7a5f31b3f53a411cc408e0b47aaa53ee1a94c70d11694d96a2bb1854ea3456_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36ecb641ccb0e3a8561fb9953399d0362e780bb6139d0fbf2467dd07eda4145e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d262d5f31a5c25d0ad001f403249198ff5ea015258a3d5fb68407f25996e2cf1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1391c08df70a95ec9503a304a4e8b28c72bf9c8ddd21d8f9fadbb85e225587e9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aac37ee093de1e6a0e86740c3df8c355fd5cf48bff2e01e58530b145e165221_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:600111a588134bf7ea5f6382d6c2ddaae073e755fb949d25fffa2f97f5ba33cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ede4d100369f2bd01f79b4cd86c50965d091fd6f582b48369bcc3e74110473d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce81fe3c0b36fa3a950406b93c5f1a924fab92f726da76c034c332c92f1c407_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:522b3603a3ab87dbc1f9fa4f9b25acf2e22f7a751eacb823feb18279b0024e64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:94c56243f3a0e50d1d42e0002cb84797b9dc9d23efb6a12ab33b19f1598940ab_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d60f1c7d0b30daaa9e9e8ab041c63445e7bb7b6132f50cd7f2044e538436c64c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6e358be14bac6139b40ff8611c6e3394bed8517acd5d4842784dc1bb404f52f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b32b90e8782b3a2aeda85df6970cba882f656203be6d16106a32edde563a83f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dbb674226e46dc1b62076e4b1e62fd51a82d01ad2c66c8477e7c01df44883d35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dfef9a7b3d43a60b5d6a1ef8045ecebe3131babb425a13682d5b85686433ae3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5ff979d48e835cf602e6172479b8de0623422c888c6a527302b2e8554803d2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:760e4cb453e352e233a68aeb0f1a7f814dcf593aa4b17523123c608838a3d604_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b923a9c8b7a77675531e568bcf9617ef6d4e709ab7eb7fe1ddeeb172b527b116_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e73bfa631996719e021e45e631841247eb24f980fd63290febbb80698b8ea01b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:71c003246622f555de9f8e4ca590081ad8b4447007b1f0518538cecbcefe5ace_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8c3b65caf0926ccc50f475163ca87f38ec81113d097d4a9d14da686200fd0150_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c42aa746f6c61e3ebb5a4bde91a735ae328f14e61ea04491155b16fdb9aa69de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c9141a24d2b0784aec9fa49704855f7b4088332ad525ca5f37e9f7a651431a0a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2af58b624976b9f8f829de67cd76a1f407aa556488885f8704d7f85a6467d8e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ab1fcba91468a694671f15db52706095f2cf5a8fcd055feaedc6b406bb509e02_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:d654f8552f8ff123794b2bac1423e9d172547c6759d28b02eebd9922611f909e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e3e2585f7a5216120972806732d252667c2707dfec2bba17b7d66a846218b119_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a07c9e91eab3a79552db6835a247558371446dd9c71e52316e1d8a543ab1e18_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:605c1654cc19e714bf1b8d8b983cf6cef9ef4ffcd4a5a829d1a0b2ec74923cfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:de6cc7256aba2ad13423eb60a2fe69335c316a1a35bc3ad3d583dca98168b2a3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e9e323ee37e43e7d6b07b1f250437422cdc321f204a4e891b3998b8a5a52188b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7795e52031dc780da6b331773f3a5ff89cd64027816afac3edbf0db9aebac896_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fa3c364d89aaf09867adb992c7b643a9c9e6fab34bb037456404a285e9221da2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b9ac95190e40bd81fca9fa2848a675b524edef0f3d73f469c644641e52cd1f58_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:df14ef8a3939f2e02a8052ac17ce00b844f0391563305a26a5734e7c215d40bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7c6370e5e97471e0749a7d0bb9555e8eaff2417c2601ab8d2996d4680d714175_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9ecb3b970521964eeed97e09395b6a1f23d4fb6fdbbded445579b2d3bd4061fe_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d3ebdae06c35615bd2d80a401a3cce9d162f99b37336baf5019cb280de5157a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0977ad9a02d00c98e0197f06e5fd34cba79e6195ff6608bc593149212f2cfb3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0e03292077a1e98cd0af13c4954f28b33c14f40dcbc786e76ee2166f87f5e5b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:da002c44b64d7fd7080bb830048e14b748df1086b0eeb9307c89126073dc5331_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e758035655da16fe2cae372bfdc6a4d4c911aa8b55eac8c3da83f5769d385c2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d52f333d0e066802787d1d9f56a6c3b7bc5946864c1b4a2c249a660ba12c74c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0325eddd2ec6e5cbaf79575c44dc3541da4e61e33dceead6e93d599580ffb03_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c25424f3e6fd22ac84f6fa3689b6e8055fe3d7fe64046f7772994a277141091a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f75102f7c45b6d0b6ef939c94d61901385bcf5185fb085746ecb207fa79b4af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a9eab5f451930acf14cad5c99973f88e4f4850b426e24086ac6f1e6ba03ee57_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6286c0a731f028d5b4b14aedf5e1f116eec94026c177d1a5215b96474074d404_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c96ac4a3ec4cd666a361fbe3f76fb92a601d38c566bc1303859dd20426d03825_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e2600706438da5d16471f1cd19aba4712c261bc29b5fec9dd7ba9be778add0bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5d0eca7c6e735b2cb0367543088ea9f4c12465e5adfdc6e741197de25c7f4317_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70490327ca3ed82f44d333846019b65a72d6fa276ec3973721e2e0fc2e4a3471_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a2b5fbebc3a5d756d09346cab7c2390a34f4a3595fa2acc93650233673e6d8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dad1809a993d86467d1b8a4a4bbb010e9dd50848d3d6ed1d563b74e8bac306b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4664850633066fee2671b763432ab21259df33d1ab9a883674d1ac1ea243a783_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b3754efefd2074fb65f42ecb37681ccb380e8b46e7c900884b9993cfb36c873a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d4dff0998e4a9c45c4f32d82913d1b312059d3ce7b8388a804e7b6eeeda1986f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de0d4563044c6a4bfc4377fca5c855099c80e3041dded830c6d95cd37f0bada0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:54a6ef85c2d79ef9b2e7114200d8f7d58033a115105be47d6395c3e418a59a0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7ac539d8a4f82d5f7ec8d993f69b25657a7aca5ad2b866c55379e95bc4bbd58b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e3ba22bf4740e61d59bd3abf74534d64cee3f2130dc86167b466b4f83e06ea89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f06e0348cf323b7bb502f53d3451aec038b741243c6b0ccaded2158be1170872_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31fa4df80aba35ec3c17dfe9ec6939d556219701e0545ae6decc89cd6ba79087_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dc747224fba8c54840448fc3bed0dfa7da305edb68f8ff31f32ddd65cbd9e12d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ef2dec293756ee1848196847cd567610ff13d84af98aa357438e411f8f04d0f4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f399014446508b1e62f940960422ec4c3a1945ee44c5de033bad71c69e7e2a80_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0454606b21577eb4127f7eff4c7334041f69852688c9db7660e634c2d450c754_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:552681163c7b016ba7cca547d3b32d50e27f9fcbeef793ca52e9e64137d57fad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8217f4993b4f563cad1ae65f14973e5c48b7cd3b2e1f15f1edb86af23590669d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:88c776d559c461d187cc0ab24c53849629ed75b93670cfc90657f429563c7747_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a32d5f819ce5430d5ae60a1e5544c8ce3673bcbcc55674a416c80868784b255b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cfcae1f52c6bada121cbbd1c32c9700234e450aa6ca1c5e36cc756f983deed88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d41100db39e0c48ae96ba18846464e29f0a1d708c0286161a854a8babcee4969_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f3a2a6ff9ea3270109be761e247e7f5c766c86fcb194429b01339cf8a10482df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1367691472cb18ec477e9b603d90c0f296539f9f56d1355b33e88e3870f48b38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:52481b7110d707bce4c8cac15a13c69ec49571a3c6e380baa0eefcd84e4756e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b75cbf9b9681450890755eacbccd47a50cf05084774f186f5ec9511fb768aef2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:be21ab62f23d567d9eb38613321fd1b39b1570c2679f2bf6dcfb6731a02ec7f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08bff4152f4dab00bb26cbb7fbe01c2c86cbf4fbcc9a3f9e6e7227fa77009175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5a3766c49a6f04ce3b5fb57b8d4937a1af276b02e2bfa7859ca14b440cc97980_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ed8b4195d1c0b5001fb2adf8b25c255e77e0280881f6854f971b0b9d88a2542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c6ac5b6eb2c87291f21240c30bc76cc30e924cff6ff6c091df38e25051f7c014_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1d5005be192459382a394b0b062907226fcc3766109873b5e86b8213f0e4c992_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c4eca9e6e1d1736956c4c27fa1f873e436c69cbb0a734fb154cc0ea64a71b87_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5cae0781bf6ba704a014022dd0453a29b3ea190862a3c2fe98268e3ea12d18f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:81dfef68491c3f05631779dc90d2dc3f02d6d6da0d645e65fa8df19c3cd86116_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:01ea7558b01db5a4e188bb15ba8d11842e0070f627bab87b67adafadbebcff6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29f22cabe40b913fcb175f7c4bdc4553cbb91ee14786acaa0ddfb6f87aa3aa7e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:47c4f9a6f583d6e324379fbc075dbf8888509c2d9588644e6c452837d805d071_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c636e1b9dc7345f148113f901972d3bd3cbb6149ca01ff5333667fa1914a7067_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4e752b9c1c07b3c544e0f8d051fab8a7aaedbab95505865d491afa69fdf4a469_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ae94eee7b7817c819532109a8898e5a34ce4b52bec80d1a7527c61fad88cbec9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b7f29c0dfb5fe352fd467281f0d59557b25059c7dda5ea26b21f226a3b5d47c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d67978582b629789eee711434bfa275408bb393fc47a65536879f2dc5c9bb6a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0cd4d7a036011a14099f95ed4300a8283bb57619d3418df088aa3a50578edca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:49cb012134afafdebf61c90b88577c506acfd9587f3d029c56c81bea822ad092_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e17dc26d79a7e31ceeafd02d2c54b0851d644c0e13a1a588c4974a20b1528f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:84b8d2487f35496afe73125df7e2e0e244dcebc21b797e5915c3ca460b0164d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6279c7d5365730a9d8dcb7dd229ef373d17d075246d39688d40bd25a3ac5d043_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:429aedc3a35c3243db7f678e63402922be8103239cf00ccebc43f57d86b103ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1be63c1269f8a258033c21319dc52a0b7cfc8ea7102701ccfaec733e7b910f28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9916ba13a061d49f7d2bb9798af54761714136d700bcde1b93254d7bf5fea43f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aaff58857cda41533c4dd1bbdf97a7f26958af4b0265c78ae5fe12cc406a5432_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f383dd4155ed57263e2f15f1d985d90a8de9c39eb1b337b81522e42716dda6c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b214d1a9e3e8fd6557a4d04fa3216644ae7fbe975214ad1b95cbc7067d25161_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:16784c2abae0b4b7e8c2b6cace88ec36a8275d7a19a9b12f53760d75ce2e5c57_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3a74c2cf3e046ec57ebed042c8ad221fb248857d437f87dd85b9c1a01baf1b4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7d0b0708dcd3141c39af363fa99f62c1f223b22e2c6ea41ed83bba8dc0eadbac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4cde7311de818660254df01cef2a125db9e7375857cd3b62bc23062d54c67c32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5934d8ace644ed5b06aa1517da1b289561f009bee268b33037b78ff73de3780c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9b6dda89ae954d891d2eaee580ce6f51201f5a46be9b39a9451878d37e257252_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:eca61a182d0aba2f33b8f00fe022dfc4a00ecb2c4e5871c8e3f4047ebab2dc04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8037e87c1920aa7d2b102bed37458ebcf6eb09737462fbcb2ce9a41084b3f018_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:82bc2b7b816feb327ad7ec25242423d7e29602397269e282e8f2061fdfc4d64e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9ac8720658edc3a705c28da0a04e3151fe9176392cb21a8b62958c6b381026a5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c5a9f18b32b185e292bdf42794556e6eafe2e52fae9c704a6937450d02126ad9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2b264d8951213e3018462a72292a6b30d583c8f06daf5ee241f94e16d506703c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:51114051305318867420adefd426b50dc61da07b3b8a57a7742b6c5617160203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8eb99577e0664af39d52436f332d1e39e6b2c01109fc3dadffe1a08e3024b317_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af57ecdc60cf066913e6ebf0dfef400f0a254b5f6dfd0aa31d83999265b468f8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7b119e3bafeb462483245c1ff17369a414ba505a8b79f0bd9d705570ed76560f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b033381da0d7c334e3aaf46eab74fd4e0966c86f5ed2a15619e2e272fe583ded_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bc4a300d46d76cb77e41b9b8bb114bfa4a74cc2adeae20a817f82bc51c7473f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:defee96610b0012da78daaf30570fad7c7523b2b27f7dcc92c43958888716720_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5911fcd0e272af7c840a47d04413b24139fd9c619434546b13298e5431e3ffc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:62fa04c23de9717d83f539a2173c4cc782b26a92d77bfb1ca56fd70f0a598621_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a58862a5df96016de66cc08fcb3cc26656178b6df316a209d04a6a8cc8dd3271_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c7bb30e8a7114547a17b825de02a377c767bbc8abcfb3a107b5771f566911d9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2b91597e92724f8e19b366ef98adf4a737dd38a1af3558d6c096a6a2f62f358c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4ef377dd4de22ef38524f823efb55ed5680324b20bbb6e8dc01635548c89c563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:517435307941a212c321cc125a7a065bc01c3dcca1d48d1f406eda581654eb35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:587bf89d7be7d54e962ba19e650799bb01a733899023eafdd312bda2d24aa25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:07dd1f6e2866eb81c2d5401d96cc41aa53a07332fff1f9c5957c0acb7d795d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b257ce3ac403e4b7e53cf4a0708f12823f79c4a11e20ac24a988298a46a6ef6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:442cdd9fe2eb6473a3eb42a07175ef51d189e1a4189bc3c2078dbeba46d04428_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:59d149004ac912bac883e47a58040775730b9fe35a395b66f85f11ffadff5d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:37e902dbc5732ce27e4499eb254cdbf134521950f8e28ba4c8bcc9cd1c22e66b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5de8525a5069ae5338d04c7ff67ab6ca455ff85be3653294ba0c833459af9bc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a3a995d8193b4e2292d94d3d3868860e5d189f6ad7e3b53470258b837a9e012_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b7284872aed97dd35b7b233c8033e01b6b864c4073cc80b49c4b40d6c576bb8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:40b315018e5a869a4cbd0ac9723cc224602e1996e47b8107f60beebe52d9c6a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7c35b7135bea1c52e42d9963da502b94a99491c6231badf8679f36c6ec31aa7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c3967d2858405abe1a54cfcf8f2445e45dc7aef7696c21cf96245c0bb4aa8834_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b1e956fc4592be241ff00c9a5e159b6c54c886062e20ea2d2710637addd118_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1afb07b8d4e82c4c6ae0c2aa2cbde892102c0862a41a5a1940bfa07a2aadb95f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3af69cedb03c410faf9169e26013dea148e9d8b7e5e9e9047c89a06b1913ccb3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6cd16b21890ed9fb0831ec559bae9767b4cb55f73e96a1c0c493c4de2642b1fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ade221c9b8a46412f4f2ccd96c0d4a5a9ec26e29c1475aefb83c55b3b885794a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3493f9658503d0009fecd61332bede316e2877d2f322c18580acc2d4149e1390_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3602ae83bd1fb64d4e48a111620905ae567ffd915a71fab0da841f3d92889e68_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6dc4fb0a3b2ac5a3c1bf76e1a188c829e45adb16376edb8e147744721415c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:82aa9a4bca8f2cd04b66071849c6fa0d5532e51e637ce09a08d1cb2a3a454311_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:19fc8c9512fecba33b1c4531db3d85e8263288bbfbbbbc485539a296aee55471_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3eceb25631e82da4d0914ce3e4b8f803659b84f9fe880c6c0c99a0d7e7c1b3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b5269e0b5de55c353c7b624e4c0171b10f30696953d8091eef6ef7ba7f0e9b6c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bf38932b81124a15686fe3e93f1f30fe99444765e7840983656666558c51e070_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:236d45e01e15eebcaf277611baea29a066596f9f890adcfa6f9248142e375c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:763e538fbc9aedfc84a1ead6db6342fa4fd4aa2e2f5a7689ba167a4bfa907ae6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:96a1955f94b86f41d52305cf43753dfc9977722d3a1f0f4b1be6411c9dcda2c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fca2ce6e0a8cad74aa81f2f2807df63d35ca7e9d8b28b18e33c926beb90b0377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35523b68f904b23d744cd799e7fe04b24a03bcd507b6caa657a63d2bcd8b1b16_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b39be2cc9eca4757f08033ce40237af2ceeda16ae98a918434f08c004f3927f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b45d311bc9bc8c7867bc6848e716b4594ca8f7b80f04724d0b652914e1b63a46_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cbaef1de5ca28f877a692fe4f050fe3917f35149416cae6433704085f68a4e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4fd9b39cbbe283c025a05b6343bcf2010b3ff4ee8ec7d585cd5146761d37f548_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8f7ed88b7cd7eb51f41548b1cac3236ef1d6204e08440ae7a6e20b960fcfba98_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bde243eee4e9047c42c3e27139b3d5634a1bb5ac0f4b83285e4f3e564e1de244_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ebc976489752658a1757d4b62c75abaa2607d0a67ef25dcaa93d4e826f91fc55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26081303accc6cc7348c924540a4a240c42ad01af0d7875b92962beaf88d0ad6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4b17e4141db4d6d51a2b16e42eb12aa240220d4dc9e360ff92ce8332d6314493_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6546561ae012b5e2a3fd723f76bd57e4e7f4ed893c440b218bd684ec71e2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1c51b219971216291c873c6f2272e9aa1af3e91af606a7e72ee15d84914f12d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48a53f673f4a71733d2ee26ea8ebfa9297f541e383feb5f465777e86fcf7bc6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5afbec6b9fb931f7e71df2aef8c5f2a2aa1fae14c0779ab275bb9d7a6b5ea916_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3e9aa93c4a2f1396f23300641358f2157e4fa68408f5ac50e06dc1d5ba28381_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbd85d81d9452e08efcfc7c9cd2d131045d8e33bfdf4c57687377b5f8d1da762_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:67f91ee99d0d496066c65fbcc9855fafbbc0bc8753c1ea29ec19dfb978d0131d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8013891262e80780d9914e393a8d91861d1b14a94e2d4f89affd0e299a4f5e66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:85892745b4e5f5113db96c7bcab15c11195ba53b5a059f57a08aa3830e83c975_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8efc4f72dc248944dafa1d0c1113ef28df5be90052865f32196a1dde6d13e314_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:21e210d64d9536dccb41d5179364995202933f95e0c8221af06a0f52360be4b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:949ed5dc1631298aba66a726fc3cfb6473d7203f452663786cb398a14a5f6a88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3cf0e16bc1208625607b76af54f3b80c5c7e103333a3f4b205d1c943c328266b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4134edec41e73edcd77b04ed8a539925f3b81f75661ae2b33dad08b2a0d5f2f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3986449a0b211a89c76d583c15178a75ef95caa002fd3751ab7c01122740ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4813d400a6f46477e92449d1e4908c7bb329545c578b09b519ddae10d0623d21_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c565a6990de02cc0f223060fd59bcf99ea9239a2286a4ac1212fb859f0bbc078_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d26f27237c1317f5ac5edd5895263e7809039fdd77f608395b4d11299f79b857_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f8a514769d3995332c660a668ffae9018f88ebbbb94db89109fe62a78bb6a7e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:757fd89b154f09f1115ea21b19eae895831f12afaf77491815fcf229220710ad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cca40d616806de4c1cab0a9d0e54a614d0a4bdba7b0dc49b3191d0ca6218a4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f2e12682e00bc8c041d04d4c414664eb27f6e78fd42f2c9b8caca079fb72a3c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b924a823e9f8399b040ea016bd74e7a6ce04256c662a9226676b9ad06bd18c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:747f9b6cb8aaf600bed84b80102ec5fb6e614c549c5edb07f97e4678daf60594_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ed6318e5a1e2df043166879a526549ecad1cd62159a5659ea2fe201f4abd798_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9574167a857bf207def2891974ea31a999dd5b163c0ebc9a268d261178803b73_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:45e3755a7d823d3c47cf092809aa13808b05dadeb49c2d8965ef7dcd1ecd51a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:888a7dfa28959baf2c21b20048cf69821e78230c33ed18c430940649093f60c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d36a332435642bb7099a06c8fb3c27e614a19094ad6a727493cb1524dc64c5a3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:dcaef959fe0a2f2b80577b0d2d2802fb922a48ceeb8f1b552e11ef0dadfc8efd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4aba6f6d0717910e13157b5aef43633ee8359fdc730df2af1db0796113e327a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66fec0af1793ffe236208f8922add7344361185eb6819cb2d655c6941de28d0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854d5562f0da86e02483b9b860c117fa0553058ff06204b4029b1078ed68c2cc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ef3e2714cdaf4dabc304a73d3867f6a30ed990079a7dc82935cd311b6298429e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5a47fabca2c5da103f2d450f766b523c11f2d8144dc88116dd28ab64311638ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8348dba52b0b908d04f35dbfbb45272953f59daa95da494498c89b1f13a01518_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9c4c2c65f712de6e55348896b2609f71db681e98f70dd26380c17103c168f2e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c9fb883a4258dca7dc277774721df45548564f1bf02db259d10eb28030312b5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bc60512167cd61ad02a367888bffaf9ae9ff5d38d2710f8b084ecd5fd5865ff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e189e287c6fb6d208f0c06f87f80d78dd7f0f224f1690c57212c0431ce42039_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5449039f33a2f0c68bd22b9ffb0f36629d2bd5650334c648ec6332482fc73adb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea27513cabdb48624bccf772ec7657f21f625d034ae16afd2ed87785c1e92c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:25311111c8f185636cc6c4c57fcb593a4d7f80947112d026f17b03e1cb8c5836_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:279a1f40f5daf3dfcbb6ae72d7b34e1cdea81c93b8f26934b0b75a5691768488_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:73dc60e6fcd70afd3dbbae8a5a3b0173b8aae24c262a538985f446f384305b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f83b91fd2651513053855b761ecb7123b9c8bfb283b1b05ab987563b24296ac7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3c25156b45ab456d86337e7943e2499d56ec59e9df06a9eaf6573d00c8ba99aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5eedefd980085c0d05eb99404d84da557aa1e33aa60b6f8dd617e6c51b7a0773_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6408fc9ef2d5571e6b6139e460df943926f8f61d3f02ac8e29b4ebe2ac1f987a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9f22b0754b61e971e65dadcf6b1180062d05f0512761ded6d3c72740ad4685b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93757da9f7fbf6c826f1310e9a753daa86cca4a7d0a307a7605db692d679e0c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a3b6915a30075af8ae31cf1f9537b4ff2edd806ac3b9c2aad2c3d0122db24384_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d6e27f0f7452d0ec0445608ee11904987ed62e79ae5b501c8c548b3140a72916_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db47533315f708b613985393aebd19f0f1be0553a8a84f1ca4691a6f80fe99d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5cb51b7919e67820591dc9be361dac3ce494f2ffec55dcfb4c62cf075ba9928_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ae934e2c4e03c385a8f14224992a885b0906953eab145f46f920895c1c563dce_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b0dbb59715d1fa2ad7d31b84fecd58695e3e79d1cd975c9d1ddff84f79aed5a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d387c467c14234a2edeef2ee4e1d3390b6d7f69e1e7e3ab4fb5950c0665e7e93_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:12069b4c9b06e21bceed36e3a6ac286441ef97700a121b6fce5164f3f9af5fb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8b999d1ce029714eb21675fd185e98bbc285de3dcbd34d8d78d44081101c5eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb654eb3074962421e67ae133718289b8dfcacc6969400a2cc33a253a97f1581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e4457eae686f5e2cc90f75a4fa7cf56157a53937d5cb0b33e6bda1ecb136ef23_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:57a99507c82d77541a982dcb0be5f0cdfac612ed37649d8f870098110ebf67e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f3a5550a636594f6f13f757f7cf9c13814121da51aa8e91a852643d9a4e188d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd2f3a5e7d019e00cb522644c3e1a2895b9d77e7c4510194cb954f74f6bf695e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:af0c64434c0ced75ece447da614e94dcb92d11f7fbb5dfa15a4ab17fd05d87b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24b4aae7d576407c88c4d2d6d200ec98aa762e1a032ad7a0ebcabdf63f5767fd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ad96a37c03c7af6fefc4a4e34b67f993267856ffecb586b5099abfaffff8e59f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:de86930b332a89f7d532adaca7b1f3bdf99db5f0d16c8c3cad0ed3d287442b78_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e0ed81285f6e9686d820425eb54ccacd156abb8adac762b4ebcaa41388a111a2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:233bd8980b833b554fb9c8ecd6e9fb6d603014fc61292b8a95d471a9fe6a4d10_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:56a429e6debca0139cb61b640a8cafbe02094b3a318af835549003fc7ab1aedc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6368603a00885b9bb3992ac55992580311eca99688f9f5ba729837d670235256_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9abaa144a449593156337eb1d254d7bfb668b118f70497f742bb1c72b5890af1_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1f0901c738cdffe9f323d24c85f8fbea95ad36ab31acccdccc1b7c973fa7fa62_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:42903bef3719a65b7e7fd89dd371c68baafc3b2f41b68dd972429185d3fcdb90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56db80905cdd80d7ef3ad4cb8e0620868713a31853dc797db397431af032d322_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c340f2a030c2285afa19fc9022e14a07056941bef8de59b25ae21ff4c66bb9c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a7030ae2f83595a38c507d43a11232d918988fec2a12bd7bbdd048ed1b4706e6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:acd1f4c3748eb6189d59cc41da282a81e8949be659f882e241e01acaa25cbdf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c04a807f8759be6c847c8f6abc07d398c781563b216abddd198c07ae32c3c467_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f451c542472d35f555ba7e0ca5fe6ed5cb35b9fc0d915ed32486f1a0c7b361dc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:37dad142f4de244e37a4cc2b932ea9bab8fbcf7663136b59919b8d4ed4d8888b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:77e0f36aec56da740886d70e6e9e45b5eae8a4641c11a3584f5ec96cb4c12c4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c4c865b5de7ebf517d667466f7af1c3c2323feefc9fe456fe14b994914ea45f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fc741e6ba3a635241261773e48711d1668f5da1eb435a75db33163c1c4725def_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d84050334b5b19a7ee4e59009b2847f28543e637afb7dfd6c11636c54655809_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:79366a89c1a9d454d121ff6f24a3f7c3f9fee2e1441d0d67c7c5df9d471c3057_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d6d4776004505cb4168ece720f3cd383519c76c229c53bcbff27b4f62fdfcba9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f230ae41108ff58cd2df7460ddcab73a59309e5c7c4ca0c682992e4975703b0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1ccc1d63820ee8fe6e1d60ecad3019d4fd4311d19859a5ef4ab43f50c2bbe68c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a823b2c4412366f8c9c7baa25b6dd40bfad4eb90b98e2a4b064aafec740f9924_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa8dd4b7f6289107e6bb9313a0c3dd95fed0a78a60a3bc6761ba101bf49267c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d51643c52c7f7850b787439e79e69e7e15fea01d38fcf89ede2ffd5aa8a0a6bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2271a35cbdd6e75128ea40780dca8b12acff72d89b8e5edb659df03db2847ddb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:50815dbd8eeb6bb3de2c72b3747c700314ed3ca55130ffe6bf1e0368ac55a40b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:73459be1c7c70819c0a0b7ef2e41c4f7c4772e24eec5ae382fc938a873e6f706_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:abb274b9924c701bfd460bfaf347842aa1c6e6e5ac13bb67a6e8e13aafdfa70d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:192a0a4c23acf7745a9cb39db76a8a8dc351faf385ce96a51e3789b9f51aa93a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:64dd85148fe0c37c97dea17bfde5d6bd28651e85d38dcd032ee6a6e0d564f20a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98803d660cb292a0b19a91c024bd8615bb4b6304b6d5ced3230f164b20fa5473_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f14489a778119e4a3e2d24b85887b8c732d273b06ccaa1f3c47dcbfd593f4e5f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f7da1d39bf1e91447e1e88df1c5e804567619b21d4b9b6b5bd3986ffe73eb05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7f1abf185014eba5af23da250feb4cb6ccf36627eda3f383172b4ac24866285a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9167cb67240069de0d391f33279d036aa95cd53c4e90b9bea9919c1121f69a30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:99fb48017ba08b4218d540665c8a2c5020d3dd3bb49241a56bd136e5337b9c83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1f82e411ff1946e57925f552c6dfbf1157e623ba62ccfbdf1d4e07c3c76f24ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3d76f8f385f0225bbd4c2f123a1efb80014cbdc3322eb62122579c31065f2475_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:62ccd6215d94e446e9d72670658341a4f9410005ae77541ff628ea320a3e4e0c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8ad7ab11e18a556647a001fb94a1713fc73db6342d5be586e6b9c5cd85180b1a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:6bd70b036725a8a6805ec024cca61da2b1bf3900092c9990f44064bc1ecb7835_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:788240bb55c133461df4770b2acaf706ed308e53a3ade4c5cfc264deed6446e0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a731b7a16f277bb651b12e4dbb7b91113da193f13bf82f50c7f2a2cdf35b546f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d99f2b70242f93ddf6773dc339aa1bf75bb2ed1960816ca81206831e477f59f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:07c3fb5bd910f7e81a2c2493b02e87059a8dad6920524116e16ff1d022b9dbed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:778cdcf251d8265e5678c4ee2b9d639de4bed9fa8b649b6fabee24234c5e72d0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9e25f3f39d6206b8a0775db0fa2592de5a0fb0825cf953051f434df1fd71cb39_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a753f2194d3a242aca4fd665cd0b03fe424185a4bfb4946d227f46a9b1f62852_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0af94672e9d21dc0de6cd5be9aa989fa11b702be65f1fbed7949cf0e69a253b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:215ee3722e5f0e138c17a40c1a2c72e8adf4c260ea2474cb5101d674c4b20ffd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a5325f3d088c7a6a96d9160a7d88cc3decdfd29a12cf9a5e1b622412baf189ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b7a59b159989422e6cf5363e905c310517220af021844734c6c2d30146416450_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30d9b1d57b6f99ba33574ba7a98553bf889519f65c039c5b714342839b1067cc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:360fe7f80c135a87f36e6e23a5a129d2ae6696243bf6b448efbca03996751b91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80498814b01bae249447f70402a7a1797c04e7cf9fd7ebb478e12912706440d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:acc63986c28f4ca24b2efc2eaaea748841a1cc1ea4014a807ae7e3f894dd0bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:23eb83f18d9937b0d59a12c3ca2f62aca7f0da57fe56915cb59a1fc38ec55c40_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2e60091e466faf801773066fa85d17fb808d531112d118a641526b578719d991_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2597c6e1ec452347d977bca5077f9493a32efe388f4fb57b4d7f9865cb48e7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e6e0147dbd1c1af919da7d83357bca2d804de41aed0856d056bbc9394e8e4b7c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:079e10d6f1763da07f277bd857026175527f4f4474534f57bfc2871ef4dd5010_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3e4cd5cdfc5f0a7faaccadf22a3286d853e4bb75077c363b6887d25b7e1a5118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7525f9327f18f4a078fd04a7a3adb493b2b1805dc124d24cb05d2256843f9da1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a251a8c1e77b6b5d4d8979d4f8a8de20c23363753091cd6f9cc077eafdb92185_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0ca0593d55f379ee3033f2509e1692bd3e26abff765f8293f87c104acd899566_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7fd25cd3e54c7cd19d9000549696f9bfc98b4c5d769e3b8da83a4107ea15eda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c98b64e4d0bc04f56a84cb7ce0eade14aa6cc09ace700b296d488b97b8de1006_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4580275c9fbe7e7c4f4e41d577aaf9bd51c519f29e93e9dc436ddbf34c7d266_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4d3c07d64d81e9b7ff3fdde9a57fa6549f088e5a96125e91f3007116d20337e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:557e38aa7e4a4587275c7399a87f7d71997a455af38a53cd9596026d5cb41146_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9f46b563fd306679cd8162e0c275daa4767f51c0083b1210488edb88976d8839_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dcaa5021d88e1321f1873715dcf1380ad3379fa96d222abb9450d148021b6930_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90c86b3339418a8d201444592d378962828eda5c92cfe006785a9bc635ff5ba4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:bee2aa67de35ab4635b353061b6c23bc68c86aee8cac9cd1f41135e9c066f473_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e40130b1e2a74e2b4eb451df197248f85db457c4e50fbbaf8447f8d9de18363a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f975869178496b63072dbad1b51126f9254e27549d8c9096359e1ece529febea_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b044fedc80cc4429176e21684a6143228e95cb817d49df83766ef83018a4ad56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1872c649b93c8b262e052e39292236847a4bc50c19d07b86c8644cb9faa914f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d5f19e12c21b03fefe2fb73d17784dca980061a3c0a7580ce437173f6953992c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d75092b42069f043e0f39912b1c9800afe624a0d5595ecb9a3ac390c65eec7e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:25210aa51905881e5a33178421288cc589956b0802b0d3f0fe498bcd71f6998e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:33ca83123d3de585db1facc376a72c80fa9992bb29060c8d72a62b86a5f29c4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7395ee37fc347a402d6e90de9e18f67f2abebbb71f5601a3e1325f9c0e13650f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ee71d775deba549daa69545d7e1a5beca2805fa7d2267754fec57827e06a4d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6067a2852305b2419f685df3890e2eccf5b81a5f6365ccac369bd34470a84357_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f20a4811133c41d404a1b8a8702674d55994ea03009c621a21245fbef890906_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9221ef430d8efd74430db55d41ffc96e8f03284fa4ad574674c7563040f504c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:93ca5b2c341509449380a1b9fedb6e51482955bc0ec9805e3b3aa4ad30fc1c22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0a7ccfef1c0a4082ca3fe4c3cb93e514b5649e661e26ed42bba26fe346781ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3aaf87368d239c36c222536f49e675b0a36151afbfc637017ddfd7f871e192db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4dccdace02daf6373a6f4cf4a4e83257d98557831201e7e5597825f18fece4f8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:881397c36a4332f221dcfa4eb517e9c9190329af9009391b96f0ceec74e680cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:46da5adb548c744644bcaabf6409ea53f213d9d4157c6bae8e0a3b741ac8c836_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53bacfc10ca07c660b142315c44882d77ed3f02af6405d7e2bd36fb26b165b97_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2e763fe91becf5be1cf036062030cee6510af8524107c38b14187cded57d059_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d01d3b7ebdffccbc3f0333585ef3a01fc910115a4bd77ce3fed8f85093a31e4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02f532a3c278dcd2c26b783d2cf3762b73b035f9b0d37d8c5cff066e6ece07c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:87c6caa70fa920e0a58bfc370ec7d6454c145fe367d6ce3f34ea3aee3b6d4311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d441752bee65923bde0f5d9883afe5bce6fdb0abea233ae6a4458db4309e1115_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da660562d126ed80f4baa3e45df65a91a9ee75d40eaec3f3881e7f61df17a92e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:48638fe0a5f09bcf2f59f4a02139e10dcc77714dfe8fc10b86892b9176148141_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:589754420cffd7d27505af843442b7560d9a4188f7f64ed3e9a35c086cd296b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:79e41ca79715a571526e53fc13caded867e266e74276e632d1e7c28c71d78360_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2658b6a8db6e6a7634453af2d1cb48e0078abe4d82f4957288eca0791462c0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8c923202184bf124cef516f43082ad3381f921fa1c67aa7b541ac6aeadec2d2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:97226555f60c106944d99b23bdfcdfed049ae13c0e8c97b0f4e441827720088b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:544344c2e9020efbacf4c582c67532ebe485656c36ab314de95bfb9a0047ebde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b6648aa5ad4dbddd1a0502df8da0c8230d3a8e1bf4311036e9bf8f377976d0cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:04afb17e0637c4528bc8e50caabd2cb2df9b1e50c5749e958418449faae9fe22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8379f38b7b8e488e7b1b170e290af8c604636974e0df590429440f532094cd45_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0100c82d9078fb16dbca67d3b21ff54faf56351dd684da81c4ea2c064a4413e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:99a30147f37d481ec26054624b727d9ba1076fc8b4e5779e545d2e3b7925d9f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:91b7a3ef6622e4a2fe2142c128878ec06a6fc6ab39f8090d09e99e1689b9f2a8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f3147e25f33eab3567f3dbea02e9cbca9a43597a3cea50c6fcd0f1cd79ae209e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:161b66b02d03b0595114914f20ef9449e495d4c70c8af669ddba63dbabb3a564_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ea7e766190adc6092cda41eec6fde1b64c9a85f36a2ca2d5c965e67a096d16d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:56b1eecff219fd7deef7e45cbebca688475c09815625eed92856d74f0675cc01_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fb8a038ccbb2e46ae733ffb7c86b7d8cb33292853eca765ea7a8482cfe3683e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:272e0d5cec07de889e143904a219413930f5ea3550e2af915740f059ea225862_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fed89393209bc73605a2db49ede008f547509f7714d0f8614575f117badcabaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0b7ba820b7334cbdbf02f6be0bce7bfce66c09425a3846e4dc60af1e04a16e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c70f895e7c27581cdc99c52ad2dd0c3dd83a7c18b232ce5cea4514a5f505daf1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6d123e90c3e0a4dbafaada8b1b0fb0f128cc4a70c381674b9df13ace463f88d0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:88c3c0650b52b80e7725d6b653133a5421472047c98d8f16a23b43fb0dbef67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9a66b8bde7a17514eb0b67947ed846ba8a2336621baf1a22c896496e7c6296bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cf832c31c9cfe6fea9d9bec83883bcc652e4d405adf56914baffed33c6311533_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e78f24bcfc3f52037f20e40eda5a05946e152ee98573fe960895b1ab360d9a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:93968cfcfeb07c864886de9508e5408fa56a872bbd5fadf6a20d7ca07654c880_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b6867d29acfc9d3477cd6b4b302b72073eb99a17fbeb9672581ef9e9ac2d8d26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c60bf917300f5ff059623c7a5334a1ec2d71c90d7e6ab539bc0b6ebe06f61b78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0fcc7aeed15f99c0e2b8cee46059eb76626ce1a40bc233a73569a1f9f0a1de19_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1fdd4da6fbc7a7bc64ed33e515da321b566d7fc58ca403ece5b34b3c0cc53a71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:48a1ea628f76e551b73ee773ce9fa741b60278034659dac8dc1333d9909525fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c42c69b265cf079d5546e4832c4d770bb3d78883098ad004e57b4115a5e4990a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:18f3d2ac2c667df294752336cfa5fb0d137a28349789e4cb703636318e6cb7d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:716297a34fdf6be541e34b5a5f2452418b27a6d810cba6b7e8d81e22aceea5d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:824b4a9540976d5629148192a78290f5dda3f3a84864ce49ed07c2ccc00774f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ee8b320b2047e104412603fd5ae7812c65e92fefbe23b7dea980e3a058eea63b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6be22d8f91a5efe043040370b651ec13c645627c16567eaaf58b736ec73bae3e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6c386efed5fb973e4e5cb6ea2eacc8968e2fe92f9dd7ea11e08f3cc444dcad13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaf6525182047be0049b680e4471d3b5dc518940c6d99396f3cd8922d3771a9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f0ff71e9fb5490f48e56bb355bfc883e52c5b9e97b7b3997f97e7e1e01fc6a03_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16adad4fa643e6403dfcca964ae82f52be58ada93103c99e935f0dd7f8a8ce19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16d580e98a6b03e236381fea8a3940f7f55ef5cea9dddf83f57de4f2c16d87c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7e04c03a25726e3e914f29f4106be2b38f6d91e4c4c96d2209e894ed5353f14a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9be92ffb22356b143f24c2e1f569a5a6022561cc9e3c19dfb9cb8d884b4b430f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bb8e87e8f93252c758b06275b904acbda014a05369a3a8a48304025539c2a8f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bef63b16132ecba605aa046e00966ee6ec9a37890f56fe5b00a9e12fe027121e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bff91da1e8a557dc8530731edc9101af2de09463c51c374e74e92d2c69bc3f04_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d7b6990088be37254ae2d8a02948704d766f4b8d08918c4a998a718757ee86d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18fd4650bc77f056922fa227ee075e493616df6011bb31b06498ad7aa121d13b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:372e2b2bd887a5ba12a2e7187fb666fb167d0a0c8678e78dc9e6263ebed37bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4145daf13e987912a5ee4bbac064fbf0888293cc08b114107133eeb9951204a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:56653f02f8d5d9eb484bd9157e4d6418657b2abc8e110b766553a98db41dd74a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:457ac9e201454878ce756c731623f33ec22e44c9be6e688931b5559dc3d060db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:aa23db754237cc273788c3635f4f6dc7a862c1bea9a509621e1db9cef5dee41e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e7873c9eaf9068c96b6ddd150a51dbdce7acf481fc29106def1c97b359ddaa4b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed9b1a2da0483de307ea30326c445cd0fe4dad0857d425cf9b8f3cca9b52b64a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e863b2c42d0edc7ec05bc807f2f6462b7582ef21359e218094924c936169917_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1511cbdf101329ed2a66512956ae7ce834a6ccda253bd76b99a48487e9de8fb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:41e3dc9405c521149919a24892af006bb7c06f800fba261c5efcd3f2ef461580_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b0cde443158a094812ea67d7c6523464b48c695ffa4c6d9162ab45647a119a3c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ae3d7da6672711ade9e2c9d4159b7aa327e8227bce5c87857ced4f10a4bdfda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:51887eace4c7a9d40e7cf1a509d05760340fcc9117238abb82f7541e2855396b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:52190fa0da838b24980e26ef586ade36fc1bedab5fd057c6acd5de5a84b68809_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eab6e4a898be919f8a04dc9c3003cce301f27e872c0520d1d0b634d0e3e9f461_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:509cbb1fa06b90af926955a2c724e81581d05169e3974c3e77c87ce47c53be5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6be6367bd1687fae656afb87e98ae838126089abba3dd62b1f71683fff7739af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:94599479d60ea6e70ab70389c58c21e5159ad81ddfd98b023290009be697c2fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c73ef3d57149ccb496a5c1ab10efa21d0c1ae73360323ac24d8f61f2d3b5dfec_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2ea0c42b0af0e9622c30701c2c30ed86d577ef8bf3ac8d598e9baa22adfde899_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c56bc7a31761839fa46cd50bbf90989d3313095bea4cb3bee95d074a9dc2963_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a96fd264e1b79591176e03632a3e3ff3a1f1081ea5144f188eb7089083204a6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c379e2384917355019fac9528027a71fb47ad3209665dd3d596598cc6d6ed6f6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:178f4d3b2f63adde85e32729fab326955f1043471079a0599079de31e6fc6788_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3b1fd3e8fb0c8ec48aa741493280e249f5f3648ae85f4344c4f5cb5196a068f5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b14875a6d74f24bed2a0777e9a0f12905dff8d703581283dda165b86a10017fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dde63d7b30b2e601746c2db054ad76e4a08c1fb8788df6df702580cd4a5cf791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:106d242bcf5949edbe9d5afafa2e02c7b37267e0d5a0df3c7efed1d37fb3e2dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:49bdd7999fd853e6af213b6cbcbf7443d12c55bddd8ce25846b6afe31ec01d47_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51d52f0aeea8e119cf184ac017694e1c7c09a42682343dee525d6662bb746d94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:940efe54180bd892583c762d2716022647095c7aada14c607a201d04051a2b4a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0c80e9b2df2ad98d98e49112fc9f0b7c556b95c67edb5df34763e37ac804cf73_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3a0cc43c6dfe27e407a1e8cc56fff50da88d2b950b7f113b52dae3eebf7fe9a1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5e154688fb2359c611bc8bbc7471c05d7e56717aae61b7a591e75b2f9a52cb07_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b66eafede022d39b51d22b77c6f5db46a588faeb3bf8ac2fea3539731682ac77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:044e74fedeb114239e7d1205ab558081b8c9aa521a0d4eab5519935eb9c34182_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a25239501706cccb1e4651398866d85174bcab42021c630bc4daf9a82f48f19b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ca4f075de4f6728a2f46384b835d2223dbe223db2831e2badbe182b610c7f9f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d62b98a8686e42f46984cc839841c913ac9d501d0481e56fcab28bfa673c5e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a77a38153f1160549fef7f2d4bd0ccd9289407ea9221bd45db2bfc39875b45f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:60a93e9fdd00186238831580ba6f90622ba0d11b70bdfd4dc21897a6b97d23f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a6d11ac1280e7d753db911729fae0b7676b6ab494361fa0e5ececb701e298515_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d2369278f5380f2bcc3eb360fbeb4e29892d4420bd09cfb24513ca764f91d9cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:174979a48d708dfa6665fc8466150cfff451efa6cf1951001f9cf297a1b8f5e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:55bda2c7c425ac8b1bcaa8ba8f056771fdf9f342eb6d23b15793c9693fa0d7a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8d3d2a5fc42f45482223e2ba9972ec2ed6de376692d5c566d4126a8044f1d045_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6230b6e46dcb5fb0895c84fc0dcba4a10fff465aa8bc1dae1dc5dda7cc2e567_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2676615af9bf8b1465181d2fb58dbd1efb1f8fe464675b2edbabbf041b774079_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3c22d6e7c3805642fdb145e55c7b596b71cb458ddbda51b6f709dd70cf5bb6de_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:40f5704937a01e7c28151f60d76f33e95d3b18d511893021fadbcb8e832a5e3f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:483eeb4a161ec7fed8515247219b94a2c40980ca788bde992bc5641fc1b91294_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7190599f72b2cf0663606c10830cf2759037dd4de06cb13834dae7378db980f3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:761a23b468d06cc31245270b53fca2ee9538c3f5734cbcbced6e5e43469ff76f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b4c4bf466d29b02d08346ee358980105a204f51e243c733711f88a1aac87c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c54c34360f1166a7c42ec1b181331c31d55306f5b38958826260de94c9b360ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:73eebc52df8056d5ae2bb19e2d0e2d7da83a6e47e276db71f7d26da0e50962bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9e90309a20bb143a8f579ce5fa26e36ff107ff5013f6fe2ca52d4a5dc28a543f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dbd4c3ffafa0d8a58c21a91f8c604e4ca913064e8c9050af9133c61f7f8e5831_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:efa8a7c783451835721df984e0357e521f17f3c0235408604bfbd75baa53b77d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:47093e22624d6ef420aa80ca4e934384bf59ed1471d9c083f170fcc4ff7d62d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:828b37adcffe61dec6e74ca5380f09e638ab40cc2cbaf3eb0c461902356ea7b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:911568aa124776b2b7a4dd01b5a045b9e5109634afa9510e250115cc9960652f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b046bd3e394a968b8bff756a1bbab6203b173963372097b4e9bac2f4eaa8656f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3cb35d480c31d79278f2e74d16380d75c9dc8f36e4208649f5db223492fc51a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6cbd72c2701f8256348c3c0d37c7006db128cca44105634436a9f9737afbf195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7ec2d54b5022e937803ce3012a89250b224a54384544ed01a16cb27c00d7a00a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:922abf70f2e6ad57549dbd78523d198c970ed585bfacae74f0db4f3d58a234f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5b47db66013f3bf649898ba62a0bd386e82207485bb16c1203f6870bc4bffd48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7ef973e320a796810c7ef62ece44f84d5382e158fab42980c6a3fadfa42f686f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97ee01f7cd27cc8e66e1f3da6310e668ce4e0fd8a948d956f73ba21fd81a0f6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dc8cd1c7cd4cf7a1337c485787a312a285c64489f728aa74cfa5fc380d8c6112_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4abb807bba0bd7910150a5bad5020de4077d4d4500b92cfb397ad5789d37cd68_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:57e6cc4931bb4a870db12390932db4de419bd8df05865b0d1b0b87755271d045_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b9d7af15ae74c5feebdc7f46eeadb20ea1e465804eb776d342a19a983375be88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fa90b0dea8b7c0823b9fd0ec294dae694ffb26950cc27a33ff26eacf603fa9b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30ad6a83a99ec15ebf628c009cf0cf4faec5b04c5d053fcc7ccbcced84f0d809_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:642d49376a33c6e44a7267ce47ca05ac9f48ba4b1fefb3e49ec13a47ef87f809_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b7c9a1f9c8b7307c2328846b2267b1041516b20f4b7010813eca8e7841c7cd59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:dbdb7d1b8fea71975ee17988f36976bcb1003792ec962001ae4aaef37193ed2f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:255023a42e94ac306891575c0c3f8bcc45c1ae952aa9783b6c2b8aa98f56b20b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:77012d8624e45b6f08daaac3949235e15ebdf4c09b49f6e66b79f05f36ca2cc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dae0604483279dac67d362d274de80cb3e100fa935ca50dabdc7dcc436b717ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e5b0ecb3e20dc07b357a33d1dc317c6a521389f6addee2e492bbf2bd852b8c9b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:207751efe1aacbd87aec83e9df0b4c48ae0a985deca07e32d1a8ce5a1e013a53_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48dc2ddb716560f09494b9d696053086eab77dce31bea0f89532d11074b3c6d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6e4ef72aed8a27f921e339cc899c84e094c2a710f7a00a0602ca9d03cff31e91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d78d850c77386a35341624bf3fe5eed4d92ac41a5e6a2d3f2a68db6de1a64087_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3eb650f1c43a1833ee02b2218336c075456e26190a8ed9c976680a20d83aa55f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:64353e912653770012896a153103b6fcff349ac40f746cfc36821fe11dd6259a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c6fe274aa342cf850b2ea6287c5c335e93bad4a1bd73a0cbb2a7c789eb1ef48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d7730eb1cf5ded2a07a8c93369e1558536ea5af5ba35a23f3046946c89b7368d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:03f8250466cc5d3120aefcc87f0bdd4d12012d6a116e419c382d50a21760aaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5be6fc774ba62dd4cc689d99bacc979cd181bdbee9a221f425c5266db6a62784_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aeae1b0e5fc3faad8b9ebe64d21e9e14c721323991fc76b72d39f8a7608da870_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e77c5040e44ab07a456b37ba532e9657f879dcecb7879ed9e79d8b0e2c6c8f23_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:80b208666af68ae1f11b5526ec2d4e2952a4f33ec109a054519219c0e84f4cd2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:82b5a2010b2619bfe1dc1a3763af5c642e3c8d435dd7b91713e581f267dece66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a52e866ebce2cc46c05ec89f571f02b751a98351f1c7c1475d38bd3bdb08a76e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e295ffe236c8ad5c1b4bbf7610d9a29f35534d6b66619cc341db46baf6ab4aa1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1594e9818c4dc1459eaf50fd7ecf2fca7b73ae81be70413f6fb99c143f55fc98_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:455e45f1174b4bb5db753da8b2002b40921fc0051f462c0f7cc0cb95ac564c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b74d75ec982d2c35bf2f67a22eb8cc307ce5c995134e88b0ce9513df79cb5eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e0642fed946e365d50162ffb37121be194ddde7f422e022a7afa7a45be84aa96_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:07284eb00a28180c2e4773ed2da15026446ff555b47307e0ddfb707766c9c420_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1d5764ba30e7e1058b3f2b10d1ebf9a190b6b1aebeacf774114cde8fd5b6b3fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5b2fc54522c109221ecf5f2f25b34bec50bb71eb1fb13677e79c047ff92899e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:88bbe3827720c373b01bf2fa3c3b8480099f7c9058fd6424cc57bfe74143fa9b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5dcebe96fbdfb5c6ae5d86a985c3d4c7676cfd02460196764bb1e4281b77eeb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:807f0619c241b7b86a253efd0b36b1d3dca0a19b4732139d789c5e6618b4996a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a1283298ee508e2282a0e709e2ff32c018445ef707b155f3679703da0a7b143a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:aa87e88dc29d54aa41e34a5ec81986971fa4d3c53a33d6fad86527ec422507f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:03f28b40a92d8f8abbd0d0d09fd080c5928ac9cade01e28bf2c683dd500797d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d18d242102246b6cce19529f237b536be5a9a5c2e0431eb15727b2b90e3d888_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4ad31b682a179a9f46d566301411cc64e1fad11ce7f2493d73c81c9d77e7b38a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f76b5de9e7ce8194cb453296dfbb5a26fab5e9f0367eda229ea3c466cab591fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3008aea10be9bf754a1a6e0538d1df3f6408e9eceaac2e0cea868b40c5fff12c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:53de5c7759b3b0090ea994db28ab745c4635f21f44266d5665076c5c2a553468_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6d99d80ca988aed5a3cc74e6018aeda442f0c5cee4b033d13e9e6995b65a5ad7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aafdc6bd5cefa7443745fa3d40257b3df385bc09c1874ab34796a874273a21c1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5385dd16647e876699858b01b78bda82d769195e7237003621dec0c17ea7486b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:8d82b00af857b1782bf0d0531c76b83c1d05ffc8d8b0ca1a730958226baa1455_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:93c060c1504210f495bc301a123dfa5e36ea87282b8a6d192f47c8c8484b3172_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d9207728b4fbde7442c8b4a9fad3f450b7e2c6cf0a5bd203259dcc4e94106d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:39c30a1eaedbaf0ac3ab12323d80529026bbdc878a38981bad392602cb1ba438_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4095317e942f7ccda2d3d8a5632683cdc92984606f25a90de944e47643333019_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:873761b15f7f5e975f8ca363e088b806e393ac2a78214a29050b3102cbb04df4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c92ef1fc3eb4dc56767923a43fc75ac743c13173e2eefc3c06eb762a38a08629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:723b1caa7724b4ee065ddd187e259b4eeb95ca3da87f29d5e51f532b3c29dd5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:79bff52cd5adfb2cf36c64fdaababcb0fdf4361e9bdd18b51cf4502e2413354f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:89bdc2b084964e95337d1b06b7b3e74d9070e8da7b28ad34dc53bc85ccc603c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c022d71700d942bb819bb1d489925c1532c1db71a5aaa268b855d678e8ba364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:120b1cf4552db536915c081e92372cb83aa89d21a81adcdffe09f2dd3ec5f43c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1b574dc3b519ff20706162d18bc6c2d9970b0ebddc7547a9db809aa9d3eae74e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3fad488f56b9dce6d9b6627c6deee5c2230287828dc53b96d5d5f62943b57737_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6c069eff3037f67444d6ba193d1128e064c4a335fc73b20d6342b8fd1ee05107_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:25735783825c67f2abec0695f666552f0838f10467b027fa1e475317a14dbd86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:417170e3ef223badef0bc4702874b350edb0542fc54f2d85301846ef4d48c1eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ac836331535a29128d1cdc88472143227965ce06b994072a39d407121f49e613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ec16051b9ce0b0a489a8b17bf581b0799cd5ddad84b1786ba77322cb9132d055_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:13b9c3e4c334cc245c11da77c7ecae4759986873fcc134e3a2901d1979bd97dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6926123fc26183a63626f4f33921e2a24cd8e27f6f2bf135c80f1e45a3200fb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b614ecd78191da979aa5e6de4904c4b45d71fc0820e2e9695021c468ab2d0522_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f60d781814b6cd8ef503e85c68d1745af480fc6e2d74e2b52521dff292e1748c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:40f85dd555fa6fa8934f576e5a5cc18df64c4cc264c9c44cd9b260d82e7690d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:92d1062b43e34737bdd26b9ff74d92d43b64a699f1e2c1275ece8f6c9b1478c8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c05dd77c9c641c9139e761b88ad358023c6ba4221a6854d8b0760732889d58a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:cf9e05f8cbcf5c64026e9dbb830a9731a1404bdf47a52563f61d07bd4a51bbf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1482e83688d25af51a9dbb93b52e652d95dbcd7cf4a0d9d2c9364fe0f0ff4404_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a78e4acce67f08cf4c2c48ade037c43b358ba69f5a1ef82cc5f94af99c59555c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b4d0b3d6a24b94ccd6605b1f62b2c60c208959ff5194b75d6c25d54df7137e5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f592d769515366401b273d9b22def9660e803b8a560496015f176d13371b96d3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:279b255fc3bdf326d437336ad9f8d391f02e7c934c160886339778f057df78c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7579da643df10fb9c3c5784d5e06b3c940a823158b595de9fcb964a8d69f215a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb2f77f5bf96fb99626ad02c0f963a6c862c04a7a7162a1987426c2a94ac685b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e95704530a93835413e0945bcf4e2e2473fae5e1257665f5c1ec4b30b36e81eb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4bf77f2090c7ff486b87a86cb2e619015d7e1ee3ec31e3a825c22154be80738c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6960a4e7bad45aaac838b0497a2503e83d3786ec78be154f44567770b82b3527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9438d34a83326c0fe5f167e0568349f931dfc9646f1c70da69409e350875ea53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cf4f62c2815857254a395a0034d68e3668cac219bc2e08e8a9e130034664a957_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9b3d6981af468b90d62f63f45a22d2ca13136f81282b971c3fe827a9183025eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bbce40bcd762ed1eaa08e19ca0212121a597c5c025305a552c1d5aab32c867ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:16a12b3a4a4ce3abb27fbed591e2742933d75ca5fe4a5537d82361b90918773f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2007b429c7952661629067f452b4a56c5b0b6f7b4755b5a7433c1b6faab6d419_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:957530099959a421115260f95ade7784c64b942916a287cb3546cca79763d55c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:975a1cb86ca8e2894140c93a96affde0efa449c772043420886db12339aa820c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3233a1897941a3b7f05ba46a8fdbd150a2b4c070e443db362afe2bbf7071957c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9b55075cd3a91c3f18c6c308019ff67dbd3d38f39a09c7e9a5e48608ac908b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a9bbfbf82188d91ad574b5896f305c4d7b6d8490c8920efee82d2bea49d0889d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ec5f445423fd340e1233722b53fd083b74da21c9472fa768b175cfe6781e2afd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:103ef4d88fe1cf74623a5a9cfd0de45372b032b4b12ea3a8a909754acb2431dc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a366221e21c5dc12c9df861fbdd6bfd4348a8c986bf43e38c4a085be7cac0600_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f264663a2869319733b39c90b352ce25ccb35a15e4b17461e4f74653362c4e4e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f4671b9fcceac63a6547b544d189a85c397e6aeffc6eba38d6e8b7073f258970_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2df3ecea77577d06ce7f57d8f010f3a39ebbba90e350ad9720b84ff6cb320a4d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5754bb489b38e536c93264a1c9c1b68dbafe3923cde8a748a4b9fe87b759d097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7c31e1025211affebc55acf8cd791b0d5240728bfee060914d130091a664b50b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bd7abe39caf78c2962a37b121a293ef9179c95a5b30ef531cbce7483f3dbb108_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:421e53acd2e915022755187916086964d39b2f64014deee49c2e19208f0aeb5d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:43af0818e577746ef7223ca5d75b90785078c290f5d3770d551b9965d1706c87_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4759c35a8e51c247501a7b920db373eb6bb3c22ee2a712a9030c2cbb975029e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:905a175fbbd6c3e81dbcf8c9192841984b0298f06666168a26cb27babe1e2893_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3146de9d4a8b5c98d8b9fdcc7fec4392f1591723948be440897e6ac16353b096_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b70ae04dc8f4096bc37bfbcd02bedba1a579fe133177f674607f18fbfb3128a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6f45aa19891117b7dfb96ed1d5f95025423f62669549fda2114a889b80dca8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f9d547fb14df2df02bdb68abc2153eec1eb42cccff0f706127ec01cb82d661e8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:30b8fd94ea4d909cc4fe3a4f21dfe44515b2dcfcdcb7e5989f356ba5df164c02_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:798df44d33c1acdb59938fdf4d0251cbde8cc47aa6a03cb5b3a77160344d56cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0730058c0266867ad428b19054335ae526e0d9610e68256e6e921d590b3bc66_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bcb2922c665d069fca260451b5366b8c4b04ef82bf491443496519d8f15e34b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0fca8a8cec5e7313576d38c866b7f310492fb11fd94a93d6ce8fd311ee424dfa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:494ab165f12ca1d2547a13424dc7a5cb8ab74d5f4406d46a21d944ab49425ce6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:51dbf8c399cb661c59eaf27c7fca8a08fee8b5651e1a023998f16e4c87bba3a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d7186ccfabcfb1537e42db07aacb004ffac5d893e8e20f1a909176952c4ba00d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03d45c9ce7fa066c430b348e05cd3560ad596c6fa93f7a57191f3adad9ac71f2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:17014fa590650c3e7c49820bfda285fd82f22b5037a54c6929c3d5712a516c0f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:811be7a889fec8a5f7d71c4d77e2adfb2a1928fc01fb7d4cff316460677e9dcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b694b8c876fc29c8090521e7ebc2c02be88c9c811c9c1734c79d524baaada9ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b672f5cb7e7103e1304c2826ef5270e9f47a137454e80160df8414d7e72d76e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4ba97de4f8c46097b8179e1ffa898e0c4e29c96a9abaa96f5f8fb502ff5ce692_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be6a2fbac7aef6c2b49aa03843796a2aff8f242a76ca12c8bdd97a40f3b11000_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f15701dc03ae43a7857a1a82be879c9becd99209505e5809124f62f5056475eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:41325be18bb76aa696d2826184e898f49cf7f29a7077e8c1038632988b3e438e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6f75279627dd89b244fb5fd01a630511fe1e5692502f9fa639e43315be7e3cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc31499dc776663f8a98c401ea377b4476a3dbc3de201c079b326f291117ff2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d79804455341fe8ab02a0e0b869e806821462798772e007f03f8a75959debec9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:188e2bc785e371b300756eba797b8da911bd5115f39820369abcbda1da919393_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:22ef77cc4d255f6dec6a74666990c61544d82aa4541821a1ec2db93e3473657c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4ddaeed1f2c8c64d156a91bb4bbe71f74f590d699ea260d00fa29a7d01fe1d61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4380834ef2ab3a558c8a3bd2cc77341c72c7b2ff4888be85ec6fbd444d6c7f2f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:63024eecf989e5597f5fd2495a404b364ed9b7138bf835fb3e1d851a34d41d54_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cf27951838e8fb93d4f05a8f0b1ecfd7c3222bcef49e14a3dd6a6dc63d0fc260_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2f33e8c871add512c85505c2c5c81267e7b35755653532a20028e89f4b41c2da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:96c40575ebd38e6ca166fada51246e641a7d5e9c7b00bcaa489795512bf1fb3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d26622a1d37314542981e27eb616bb5cb316d7771c3b165921ba8b1c7470db14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:057f39bde011e55246763cc5604745d80c77918154ede243554942bdf81dd068_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0aad450e7e40f1cc93ffae16856cf5de5acd1662371fa8c62dc00ebb6d4d11c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:d7b45f165d249847759289f90b18321cbe8c0a8e972b51e354f25a94fe696f25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:77bd75b7bce7a798cdb11ee0f7d6c838e59236886567b4e5148e4afae3562073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e18c9f9197b6b92497638426e8e91e450c1a3ea7b95a7dc83645c66017980c3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c199b1c123b4f5a26754f842e9fb1d046549deae99856f5f5db2f5d1195094f8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e18c5c5992f5cecfb2c300b9e7cd3cf0b4175a4e3f4e3cd216b6e6effd875cd0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3f727df52b4841d8b90ff625219d832569463bd320f49aaf94a9c2d706fa097a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9e60e00881a5e5168eace2acffa41c373b3ef02406688b03c69e4dd0656c7e66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b578298ff88e7cab48de60927a8e99f52d49791f271f08d1e5e8910520525287_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc0dafbafec45d46183b03f4a7a455fd1db3fbdd8d5ade284fc34c974647a55a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28ea872308ac7fd286f001ae55753e03dde674cc8c58df264a3a5c6a4833363d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74f6e12dd81ed0c63a8983845a8a3295213a6e153de12fea13724f6ec8ff40b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6095b8baa4b32f6915ef6ffaebcaab125acfc2bc23006d23b8be04be7442154_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d1a64b53aa700a69821c2b3ecea10d946f731831b203e4bc65b7dd7729452195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:91b2e671c9ad506297fc8d286edd908ff2277289d108a4f32c3b0202bdad7b57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cfc8e8522d3a427627afd3a583e729d822789a3f2fd68998a9fc41292df76bf5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d64450c15c629be398fc0afb54009c60c151b179ce11b43906c86cb41f5a8e07_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f10fa7d1184ad4027ebb2ca7ddf6ea2cf6da59dfadb6c38648d056d4590c9229_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:422bda8ecd8223d19a789e4816891f390083a42ff728510da58780f348ec9bae_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:82cba79925fc340a97d23710901b1b7614256b4dbabbac0593349329f24f3398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0ce3b22f42ec19f8c3a7556f86cf1d8e22db77ba5ba76a29e092e8ba7c8c7dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:82565bcb5b80c75af9ed9f0e983c8398da358cfc6205bd0f3775b04cd69c5a1b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5031301ee1ed68874731dd460ab27fbc03ff766fb23de5020d2d573ce075052b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83875dec4ba5db73fe9c2ce1ce22c955b42d016c15f9d8c731cadc17751d5aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:13b4dbf6a7b7277b63decf38cf089f68d966cd9d4cdd32022b73fbee1ce06b2f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:67cf8b8c4b55631845879ef8cc579c2e7d96a5cd4af9672c83909e31cd3c29ec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed626dc3d32cef2787174b38a232bb53dc07cf19136a7ae0beee692049b5d27b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0362f5ec213dede171befb2aaa43343740099fc8da8d3c0d1c96fccc6af03ead_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c690ed0c141b642514226223820c5465bc26a226a25ad52566859315dc17e529_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af375fdef09131e75563f66f852da9795fd5b77ef66b36c05fa7dd1353c3b34e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fbc8e638b6ea4580597d1104ae38ffc81dbf333e38afb12801bbe4a99e849a12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:54d79dd5b8b64c363a3b7e7263b7e00e377a0117e475bc2bbc48ec9f00f94b6b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6930615bcb510326426acf6954de5b732652064186ac0ed19ef7c683ce9cdea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8353b502a270943d3bdf742facdb7931589b1da1263e4fd098d64f7b4066e32f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e9cc7aa24b1901a0c41fc88621b231927a9d6e23c7f008bc1666cfefbc49df5f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2b74b78ec656cb9c991ff872d5c48ee63e08837e019bb65838b58b76325a69f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9acd8db14233af5629af6a3cce85c77fafa9edf89415b24f8a8a0cd196825645_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d3c6e9215628be3626b80edff5d736da1994ce1c3fa96d59109e3905c8f1ae45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e96b81626cf79c94fe32b32413ac35e80b7d2e402a11b7cf18eab33b494674e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25d2502817725066c052e6079e7a3b97b0c9d106f3204bd11e9acc44e23119bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a00c1175b615d99fd2bf862422a89ae4589728b88339662bf038fe263d675d2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c2029ac1677579e17850e40a0a8cfad726e04da464b85e6198d20a4baa9ebe38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d6b3bebece9fd9fe203615d5b87a840c9e89b64f3c7e7f3238fb43c52dd003d9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5ae18397305efad4a2eed774cb40ef4f58af60c0aa4e61441030e663bc34f159_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b72fa3e6f7e0196c272efd6fad1636ef1c8fac41c4aaebe29a2f2f0ac204016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:380b09da683ab9d92e2a7fed1330c5f53f5442d821b0c2539bc486e508a71936_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:eea07bb25349a5ed26392ebf22631a85ecf7dc6a1a30afafd82a52d421a4f91d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2229a186943283f30177609b442f15ff44c8ddec2362e5241ad5639ecb0572bb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3c7a5f31b3f53a411cc408e0b47aaa53ee1a94c70d11694d96a2bb1854ea3456_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36ecb641ccb0e3a8561fb9953399d0362e780bb6139d0fbf2467dd07eda4145e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d262d5f31a5c25d0ad001f403249198ff5ea015258a3d5fb68407f25996e2cf1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1391c08df70a95ec9503a304a4e8b28c72bf9c8ddd21d8f9fadbb85e225587e9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aac37ee093de1e6a0e86740c3df8c355fd5cf48bff2e01e58530b145e165221_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:600111a588134bf7ea5f6382d6c2ddaae073e755fb949d25fffa2f97f5ba33cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ede4d100369f2bd01f79b4cd86c50965d091fd6f582b48369bcc3e74110473d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce81fe3c0b36fa3a950406b93c5f1a924fab92f726da76c034c332c92f1c407_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:522b3603a3ab87dbc1f9fa4f9b25acf2e22f7a751eacb823feb18279b0024e64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:94c56243f3a0e50d1d42e0002cb84797b9dc9d23efb6a12ab33b19f1598940ab_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d60f1c7d0b30daaa9e9e8ab041c63445e7bb7b6132f50cd7f2044e538436c64c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6e358be14bac6139b40ff8611c6e3394bed8517acd5d4842784dc1bb404f52f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b32b90e8782b3a2aeda85df6970cba882f656203be6d16106a32edde563a83f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dbb674226e46dc1b62076e4b1e62fd51a82d01ad2c66c8477e7c01df44883d35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dfef9a7b3d43a60b5d6a1ef8045ecebe3131babb425a13682d5b85686433ae3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5ff979d48e835cf602e6172479b8de0623422c888c6a527302b2e8554803d2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:760e4cb453e352e233a68aeb0f1a7f814dcf593aa4b17523123c608838a3d604_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b923a9c8b7a77675531e568bcf9617ef6d4e709ab7eb7fe1ddeeb172b527b116_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e73bfa631996719e021e45e631841247eb24f980fd63290febbb80698b8ea01b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:71c003246622f555de9f8e4ca590081ad8b4447007b1f0518538cecbcefe5ace_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8c3b65caf0926ccc50f475163ca87f38ec81113d097d4a9d14da686200fd0150_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c42aa746f6c61e3ebb5a4bde91a735ae328f14e61ea04491155b16fdb9aa69de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c9141a24d2b0784aec9fa49704855f7b4088332ad525ca5f37e9f7a651431a0a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2af58b624976b9f8f829de67cd76a1f407aa556488885f8704d7f85a6467d8e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ab1fcba91468a694671f15db52706095f2cf5a8fcd055feaedc6b406bb509e02_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:d654f8552f8ff123794b2bac1423e9d172547c6759d28b02eebd9922611f909e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e3e2585f7a5216120972806732d252667c2707dfec2bba17b7d66a846218b119_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a07c9e91eab3a79552db6835a247558371446dd9c71e52316e1d8a543ab1e18_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:605c1654cc19e714bf1b8d8b983cf6cef9ef4ffcd4a5a829d1a0b2ec74923cfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:de6cc7256aba2ad13423eb60a2fe69335c316a1a35bc3ad3d583dca98168b2a3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e9e323ee37e43e7d6b07b1f250437422cdc321f204a4e891b3998b8a5a52188b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7795e52031dc780da6b331773f3a5ff89cd64027816afac3edbf0db9aebac896_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fa3c364d89aaf09867adb992c7b643a9c9e6fab34bb037456404a285e9221da2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b9ac95190e40bd81fca9fa2848a675b524edef0f3d73f469c644641e52cd1f58_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:df14ef8a3939f2e02a8052ac17ce00b844f0391563305a26a5734e7c215d40bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7c6370e5e97471e0749a7d0bb9555e8eaff2417c2601ab8d2996d4680d714175_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9ecb3b970521964eeed97e09395b6a1f23d4fb6fdbbded445579b2d3bd4061fe_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d3ebdae06c35615bd2d80a401a3cce9d162f99b37336baf5019cb280de5157a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0977ad9a02d00c98e0197f06e5fd34cba79e6195ff6608bc593149212f2cfb3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0e03292077a1e98cd0af13c4954f28b33c14f40dcbc786e76ee2166f87f5e5b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:da002c44b64d7fd7080bb830048e14b748df1086b0eeb9307c89126073dc5331_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e758035655da16fe2cae372bfdc6a4d4c911aa8b55eac8c3da83f5769d385c2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d52f333d0e066802787d1d9f56a6c3b7bc5946864c1b4a2c249a660ba12c74c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0325eddd2ec6e5cbaf79575c44dc3541da4e61e33dceead6e93d599580ffb03_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c25424f3e6fd22ac84f6fa3689b6e8055fe3d7fe64046f7772994a277141091a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f75102f7c45b6d0b6ef939c94d61901385bcf5185fb085746ecb207fa79b4af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a9eab5f451930acf14cad5c99973f88e4f4850b426e24086ac6f1e6ba03ee57_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6286c0a731f028d5b4b14aedf5e1f116eec94026c177d1a5215b96474074d404_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c96ac4a3ec4cd666a361fbe3f76fb92a601d38c566bc1303859dd20426d03825_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e2600706438da5d16471f1cd19aba4712c261bc29b5fec9dd7ba9be778add0bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5d0eca7c6e735b2cb0367543088ea9f4c12465e5adfdc6e741197de25c7f4317_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70490327ca3ed82f44d333846019b65a72d6fa276ec3973721e2e0fc2e4a3471_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a2b5fbebc3a5d756d09346cab7c2390a34f4a3595fa2acc93650233673e6d8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dad1809a993d86467d1b8a4a4bbb010e9dd50848d3d6ed1d563b74e8bac306b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4664850633066fee2671b763432ab21259df33d1ab9a883674d1ac1ea243a783_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b3754efefd2074fb65f42ecb37681ccb380e8b46e7c900884b9993cfb36c873a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d4dff0998e4a9c45c4f32d82913d1b312059d3ce7b8388a804e7b6eeeda1986f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de0d4563044c6a4bfc4377fca5c855099c80e3041dded830c6d95cd37f0bada0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:54a6ef85c2d79ef9b2e7114200d8f7d58033a115105be47d6395c3e418a59a0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7ac539d8a4f82d5f7ec8d993f69b25657a7aca5ad2b866c55379e95bc4bbd58b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e3ba22bf4740e61d59bd3abf74534d64cee3f2130dc86167b466b4f83e06ea89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f06e0348cf323b7bb502f53d3451aec038b741243c6b0ccaded2158be1170872_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31fa4df80aba35ec3c17dfe9ec6939d556219701e0545ae6decc89cd6ba79087_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dc747224fba8c54840448fc3bed0dfa7da305edb68f8ff31f32ddd65cbd9e12d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ef2dec293756ee1848196847cd567610ff13d84af98aa357438e411f8f04d0f4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f399014446508b1e62f940960422ec4c3a1945ee44c5de033bad71c69e7e2a80_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0454606b21577eb4127f7eff4c7334041f69852688c9db7660e634c2d450c754_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:552681163c7b016ba7cca547d3b32d50e27f9fcbeef793ca52e9e64137d57fad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8217f4993b4f563cad1ae65f14973e5c48b7cd3b2e1f15f1edb86af23590669d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:88c776d559c461d187cc0ab24c53849629ed75b93670cfc90657f429563c7747_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a32d5f819ce5430d5ae60a1e5544c8ce3673bcbcc55674a416c80868784b255b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cfcae1f52c6bada121cbbd1c32c9700234e450aa6ca1c5e36cc756f983deed88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d41100db39e0c48ae96ba18846464e29f0a1d708c0286161a854a8babcee4969_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f3a2a6ff9ea3270109be761e247e7f5c766c86fcb194429b01339cf8a10482df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1367691472cb18ec477e9b603d90c0f296539f9f56d1355b33e88e3870f48b38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:52481b7110d707bce4c8cac15a13c69ec49571a3c6e380baa0eefcd84e4756e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b75cbf9b9681450890755eacbccd47a50cf05084774f186f5ec9511fb768aef2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:be21ab62f23d567d9eb38613321fd1b39b1570c2679f2bf6dcfb6731a02ec7f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08bff4152f4dab00bb26cbb7fbe01c2c86cbf4fbcc9a3f9e6e7227fa77009175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5a3766c49a6f04ce3b5fb57b8d4937a1af276b02e2bfa7859ca14b440cc97980_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ed8b4195d1c0b5001fb2adf8b25c255e77e0280881f6854f971b0b9d88a2542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c6ac5b6eb2c87291f21240c30bc76cc30e924cff6ff6c091df38e25051f7c014_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1d5005be192459382a394b0b062907226fcc3766109873b5e86b8213f0e4c992_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c4eca9e6e1d1736956c4c27fa1f873e436c69cbb0a734fb154cc0ea64a71b87_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5cae0781bf6ba704a014022dd0453a29b3ea190862a3c2fe98268e3ea12d18f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:81dfef68491c3f05631779dc90d2dc3f02d6d6da0d645e65fa8df19c3cd86116_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:01ea7558b01db5a4e188bb15ba8d11842e0070f627bab87b67adafadbebcff6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29f22cabe40b913fcb175f7c4bdc4553cbb91ee14786acaa0ddfb6f87aa3aa7e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:47c4f9a6f583d6e324379fbc075dbf8888509c2d9588644e6c452837d805d071_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c636e1b9dc7345f148113f901972d3bd3cbb6149ca01ff5333667fa1914a7067_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4e752b9c1c07b3c544e0f8d051fab8a7aaedbab95505865d491afa69fdf4a469_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ae94eee7b7817c819532109a8898e5a34ce4b52bec80d1a7527c61fad88cbec9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b7f29c0dfb5fe352fd467281f0d59557b25059c7dda5ea26b21f226a3b5d47c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d67978582b629789eee711434bfa275408bb393fc47a65536879f2dc5c9bb6a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0cd4d7a036011a14099f95ed4300a8283bb57619d3418df088aa3a50578edca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:49cb012134afafdebf61c90b88577c506acfd9587f3d029c56c81bea822ad092_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e17dc26d79a7e31ceeafd02d2c54b0851d644c0e13a1a588c4974a20b1528f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:84b8d2487f35496afe73125df7e2e0e244dcebc21b797e5915c3ca460b0164d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6279c7d5365730a9d8dcb7dd229ef373d17d075246d39688d40bd25a3ac5d043_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:429aedc3a35c3243db7f678e63402922be8103239cf00ccebc43f57d86b103ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1be63c1269f8a258033c21319dc52a0b7cfc8ea7102701ccfaec733e7b910f28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9916ba13a061d49f7d2bb9798af54761714136d700bcde1b93254d7bf5fea43f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aaff58857cda41533c4dd1bbdf97a7f26958af4b0265c78ae5fe12cc406a5432_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f383dd4155ed57263e2f15f1d985d90a8de9c39eb1b337b81522e42716dda6c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b214d1a9e3e8fd6557a4d04fa3216644ae7fbe975214ad1b95cbc7067d25161_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:16784c2abae0b4b7e8c2b6cace88ec36a8275d7a19a9b12f53760d75ce2e5c57_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3a74c2cf3e046ec57ebed042c8ad221fb248857d437f87dd85b9c1a01baf1b4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7d0b0708dcd3141c39af363fa99f62c1f223b22e2c6ea41ed83bba8dc0eadbac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4cde7311de818660254df01cef2a125db9e7375857cd3b62bc23062d54c67c32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5934d8ace644ed5b06aa1517da1b289561f009bee268b33037b78ff73de3780c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9b6dda89ae954d891d2eaee580ce6f51201f5a46be9b39a9451878d37e257252_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:eca61a182d0aba2f33b8f00fe022dfc4a00ecb2c4e5871c8e3f4047ebab2dc04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8037e87c1920aa7d2b102bed37458ebcf6eb09737462fbcb2ce9a41084b3f018_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:82bc2b7b816feb327ad7ec25242423d7e29602397269e282e8f2061fdfc4d64e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9ac8720658edc3a705c28da0a04e3151fe9176392cb21a8b62958c6b381026a5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c5a9f18b32b185e292bdf42794556e6eafe2e52fae9c704a6937450d02126ad9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2b264d8951213e3018462a72292a6b30d583c8f06daf5ee241f94e16d506703c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:51114051305318867420adefd426b50dc61da07b3b8a57a7742b6c5617160203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8eb99577e0664af39d52436f332d1e39e6b2c01109fc3dadffe1a08e3024b317_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af57ecdc60cf066913e6ebf0dfef400f0a254b5f6dfd0aa31d83999265b468f8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7b119e3bafeb462483245c1ff17369a414ba505a8b79f0bd9d705570ed76560f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b033381da0d7c334e3aaf46eab74fd4e0966c86f5ed2a15619e2e272fe583ded_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bc4a300d46d76cb77e41b9b8bb114bfa4a74cc2adeae20a817f82bc51c7473f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:defee96610b0012da78daaf30570fad7c7523b2b27f7dcc92c43958888716720_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5911fcd0e272af7c840a47d04413b24139fd9c619434546b13298e5431e3ffc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:62fa04c23de9717d83f539a2173c4cc782b26a92d77bfb1ca56fd70f0a598621_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a58862a5df96016de66cc08fcb3cc26656178b6df316a209d04a6a8cc8dd3271_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c7bb30e8a7114547a17b825de02a377c767bbc8abcfb3a107b5771f566911d9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2b91597e92724f8e19b366ef98adf4a737dd38a1af3558d6c096a6a2f62f358c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4ef377dd4de22ef38524f823efb55ed5680324b20bbb6e8dc01635548c89c563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:517435307941a212c321cc125a7a065bc01c3dcca1d48d1f406eda581654eb35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:587bf89d7be7d54e962ba19e650799bb01a733899023eafdd312bda2d24aa25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:07dd1f6e2866eb81c2d5401d96cc41aa53a07332fff1f9c5957c0acb7d795d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b257ce3ac403e4b7e53cf4a0708f12823f79c4a11e20ac24a988298a46a6ef6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:442cdd9fe2eb6473a3eb42a07175ef51d189e1a4189bc3c2078dbeba46d04428_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:59d149004ac912bac883e47a58040775730b9fe35a395b66f85f11ffadff5d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:37e902dbc5732ce27e4499eb254cdbf134521950f8e28ba4c8bcc9cd1c22e66b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5de8525a5069ae5338d04c7ff67ab6ca455ff85be3653294ba0c833459af9bc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a3a995d8193b4e2292d94d3d3868860e5d189f6ad7e3b53470258b837a9e012_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b7284872aed97dd35b7b233c8033e01b6b864c4073cc80b49c4b40d6c576bb8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:40b315018e5a869a4cbd0ac9723cc224602e1996e47b8107f60beebe52d9c6a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7c35b7135bea1c52e42d9963da502b94a99491c6231badf8679f36c6ec31aa7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c3967d2858405abe1a54cfcf8f2445e45dc7aef7696c21cf96245c0bb4aa8834_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b1e956fc4592be241ff00c9a5e159b6c54c886062e20ea2d2710637addd118_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1afb07b8d4e82c4c6ae0c2aa2cbde892102c0862a41a5a1940bfa07a2aadb95f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3af69cedb03c410faf9169e26013dea148e9d8b7e5e9e9047c89a06b1913ccb3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6cd16b21890ed9fb0831ec559bae9767b4cb55f73e96a1c0c493c4de2642b1fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ade221c9b8a46412f4f2ccd96c0d4a5a9ec26e29c1475aefb83c55b3b885794a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3493f9658503d0009fecd61332bede316e2877d2f322c18580acc2d4149e1390_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3602ae83bd1fb64d4e48a111620905ae567ffd915a71fab0da841f3d92889e68_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6dc4fb0a3b2ac5a3c1bf76e1a188c829e45adb16376edb8e147744721415c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:82aa9a4bca8f2cd04b66071849c6fa0d5532e51e637ce09a08d1cb2a3a454311_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:19fc8c9512fecba33b1c4531db3d85e8263288bbfbbbbc485539a296aee55471_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3eceb25631e82da4d0914ce3e4b8f803659b84f9fe880c6c0c99a0d7e7c1b3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b5269e0b5de55c353c7b624e4c0171b10f30696953d8091eef6ef7ba7f0e9b6c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bf38932b81124a15686fe3e93f1f30fe99444765e7840983656666558c51e070_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:236d45e01e15eebcaf277611baea29a066596f9f890adcfa6f9248142e375c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:763e538fbc9aedfc84a1ead6db6342fa4fd4aa2e2f5a7689ba167a4bfa907ae6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:96a1955f94b86f41d52305cf43753dfc9977722d3a1f0f4b1be6411c9dcda2c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fca2ce6e0a8cad74aa81f2f2807df63d35ca7e9d8b28b18e33c926beb90b0377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35523b68f904b23d744cd799e7fe04b24a03bcd507b6caa657a63d2bcd8b1b16_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b39be2cc9eca4757f08033ce40237af2ceeda16ae98a918434f08c004f3927f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b45d311bc9bc8c7867bc6848e716b4594ca8f7b80f04724d0b652914e1b63a46_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cbaef1de5ca28f877a692fe4f050fe3917f35149416cae6433704085f68a4e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4fd9b39cbbe283c025a05b6343bcf2010b3ff4ee8ec7d585cd5146761d37f548_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8f7ed88b7cd7eb51f41548b1cac3236ef1d6204e08440ae7a6e20b960fcfba98_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bde243eee4e9047c42c3e27139b3d5634a1bb5ac0f4b83285e4f3e564e1de244_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ebc976489752658a1757d4b62c75abaa2607d0a67ef25dcaa93d4e826f91fc55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26081303accc6cc7348c924540a4a240c42ad01af0d7875b92962beaf88d0ad6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4b17e4141db4d6d51a2b16e42eb12aa240220d4dc9e360ff92ce8332d6314493_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6546561ae012b5e2a3fd723f76bd57e4e7f4ed893c440b218bd684ec71e2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1c51b219971216291c873c6f2272e9aa1af3e91af606a7e72ee15d84914f12d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48a53f673f4a71733d2ee26ea8ebfa9297f541e383feb5f465777e86fcf7bc6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5afbec6b9fb931f7e71df2aef8c5f2a2aa1fae14c0779ab275bb9d7a6b5ea916_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3e9aa93c4a2f1396f23300641358f2157e4fa68408f5ac50e06dc1d5ba28381_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbd85d81d9452e08efcfc7c9cd2d131045d8e33bfdf4c57687377b5f8d1da762_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:67f91ee99d0d496066c65fbcc9855fafbbc0bc8753c1ea29ec19dfb978d0131d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8013891262e80780d9914e393a8d91861d1b14a94e2d4f89affd0e299a4f5e66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:85892745b4e5f5113db96c7bcab15c11195ba53b5a059f57a08aa3830e83c975_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8efc4f72dc248944dafa1d0c1113ef28df5be90052865f32196a1dde6d13e314_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:21e210d64d9536dccb41d5179364995202933f95e0c8221af06a0f52360be4b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:949ed5dc1631298aba66a726fc3cfb6473d7203f452663786cb398a14a5f6a88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3cf0e16bc1208625607b76af54f3b80c5c7e103333a3f4b205d1c943c328266b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4134edec41e73edcd77b04ed8a539925f3b81f75661ae2b33dad08b2a0d5f2f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3986449a0b211a89c76d583c15178a75ef95caa002fd3751ab7c01122740ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4813d400a6f46477e92449d1e4908c7bb329545c578b09b519ddae10d0623d21_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c565a6990de02cc0f223060fd59bcf99ea9239a2286a4ac1212fb859f0bbc078_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d26f27237c1317f5ac5edd5895263e7809039fdd77f608395b4d11299f79b857_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f8a514769d3995332c660a668ffae9018f88ebbbb94db89109fe62a78bb6a7e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:757fd89b154f09f1115ea21b19eae895831f12afaf77491815fcf229220710ad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cca40d616806de4c1cab0a9d0e54a614d0a4bdba7b0dc49b3191d0ca6218a4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f2e12682e00bc8c041d04d4c414664eb27f6e78fd42f2c9b8caca079fb72a3c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b924a823e9f8399b040ea016bd74e7a6ce04256c662a9226676b9ad06bd18c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:747f9b6cb8aaf600bed84b80102ec5fb6e614c549c5edb07f97e4678daf60594_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ed6318e5a1e2df043166879a526549ecad1cd62159a5659ea2fe201f4abd798_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9574167a857bf207def2891974ea31a999dd5b163c0ebc9a268d261178803b73_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:45e3755a7d823d3c47cf092809aa13808b05dadeb49c2d8965ef7dcd1ecd51a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:888a7dfa28959baf2c21b20048cf69821e78230c33ed18c430940649093f60c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d36a332435642bb7099a06c8fb3c27e614a19094ad6a727493cb1524dc64c5a3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:dcaef959fe0a2f2b80577b0d2d2802fb922a48ceeb8f1b552e11ef0dadfc8efd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4aba6f6d0717910e13157b5aef43633ee8359fdc730df2af1db0796113e327a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66fec0af1793ffe236208f8922add7344361185eb6819cb2d655c6941de28d0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854d5562f0da86e02483b9b860c117fa0553058ff06204b4029b1078ed68c2cc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ef3e2714cdaf4dabc304a73d3867f6a30ed990079a7dc82935cd311b6298429e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5a47fabca2c5da103f2d450f766b523c11f2d8144dc88116dd28ab64311638ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8348dba52b0b908d04f35dbfbb45272953f59daa95da494498c89b1f13a01518_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9c4c2c65f712de6e55348896b2609f71db681e98f70dd26380c17103c168f2e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c9fb883a4258dca7dc277774721df45548564f1bf02db259d10eb28030312b5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bc60512167cd61ad02a367888bffaf9ae9ff5d38d2710f8b084ecd5fd5865ff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e189e287c6fb6d208f0c06f87f80d78dd7f0f224f1690c57212c0431ce42039_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5449039f33a2f0c68bd22b9ffb0f36629d2bd5650334c648ec6332482fc73adb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea27513cabdb48624bccf772ec7657f21f625d034ae16afd2ed87785c1e92c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:25311111c8f185636cc6c4c57fcb593a4d7f80947112d026f17b03e1cb8c5836_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:279a1f40f5daf3dfcbb6ae72d7b34e1cdea81c93b8f26934b0b75a5691768488_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:73dc60e6fcd70afd3dbbae8a5a3b0173b8aae24c262a538985f446f384305b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f83b91fd2651513053855b761ecb7123b9c8bfb283b1b05ab987563b24296ac7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3c25156b45ab456d86337e7943e2499d56ec59e9df06a9eaf6573d00c8ba99aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5eedefd980085c0d05eb99404d84da557aa1e33aa60b6f8dd617e6c51b7a0773_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6408fc9ef2d5571e6b6139e460df943926f8f61d3f02ac8e29b4ebe2ac1f987a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9f22b0754b61e971e65dadcf6b1180062d05f0512761ded6d3c72740ad4685b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93757da9f7fbf6c826f1310e9a753daa86cca4a7d0a307a7605db692d679e0c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a3b6915a30075af8ae31cf1f9537b4ff2edd806ac3b9c2aad2c3d0122db24384_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d6e27f0f7452d0ec0445608ee11904987ed62e79ae5b501c8c548b3140a72916_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db47533315f708b613985393aebd19f0f1be0553a8a84f1ca4691a6f80fe99d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5cb51b7919e67820591dc9be361dac3ce494f2ffec55dcfb4c62cf075ba9928_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ae934e2c4e03c385a8f14224992a885b0906953eab145f46f920895c1c563dce_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b0dbb59715d1fa2ad7d31b84fecd58695e3e79d1cd975c9d1ddff84f79aed5a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d387c467c14234a2edeef2ee4e1d3390b6d7f69e1e7e3ab4fb5950c0665e7e93_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:12069b4c9b06e21bceed36e3a6ac286441ef97700a121b6fce5164f3f9af5fb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8b999d1ce029714eb21675fd185e98bbc285de3dcbd34d8d78d44081101c5eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb654eb3074962421e67ae133718289b8dfcacc6969400a2cc33a253a97f1581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e4457eae686f5e2cc90f75a4fa7cf56157a53937d5cb0b33e6bda1ecb136ef23_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:57a99507c82d77541a982dcb0be5f0cdfac612ed37649d8f870098110ebf67e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f3a5550a636594f6f13f757f7cf9c13814121da51aa8e91a852643d9a4e188d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd2f3a5e7d019e00cb522644c3e1a2895b9d77e7c4510194cb954f74f6bf695e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:af0c64434c0ced75ece447da614e94dcb92d11f7fbb5dfa15a4ab17fd05d87b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24b4aae7d576407c88c4d2d6d200ec98aa762e1a032ad7a0ebcabdf63f5767fd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ad96a37c03c7af6fefc4a4e34b67f993267856ffecb586b5099abfaffff8e59f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:de86930b332a89f7d532adaca7b1f3bdf99db5f0d16c8c3cad0ed3d287442b78_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e0ed81285f6e9686d820425eb54ccacd156abb8adac762b4ebcaa41388a111a2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:233bd8980b833b554fb9c8ecd6e9fb6d603014fc61292b8a95d471a9fe6a4d10_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:56a429e6debca0139cb61b640a8cafbe02094b3a318af835549003fc7ab1aedc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6368603a00885b9bb3992ac55992580311eca99688f9f5ba729837d670235256_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9abaa144a449593156337eb1d254d7bfb668b118f70497f742bb1c72b5890af1_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T08:59:14+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:12ba901e472743bd79695772e65a451ac80ac29200cc06076471c42ed0956675\n\n (For s390x architecture)\n The image digest is sha256:33b55b92bbc4790ac37d4c7b11d1931a2240510799c38c1eca5aeb56aa7e3340\n\n (For ppc64le architecture)\n The image digest is sha256:3f3b589bf1ba5601644293d48f27ebf26cce0af703edde58001cf88f25066808\n\n (For aarch64 architecture)\n The image digest is sha256:c5b6085ebfabad3ca4a7bcf4c0a86bb7c1c2454333a3a75859eb0e7b85a609ee\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1f0901c738cdffe9f323d24c85f8fbea95ad36ab31acccdccc1b7c973fa7fa62_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:42903bef3719a65b7e7fd89dd371c68baafc3b2f41b68dd972429185d3fcdb90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56db80905cdd80d7ef3ad4cb8e0620868713a31853dc797db397431af032d322_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c340f2a030c2285afa19fc9022e14a07056941bef8de59b25ae21ff4c66bb9c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25201"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a7030ae2f83595a38c507d43a11232d918988fec2a12bd7bbdd048ed1b4706e6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:acd1f4c3748eb6189d59cc41da282a81e8949be659f882e241e01acaa25cbdf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c04a807f8759be6c847c8f6abc07d398c781563b216abddd198c07ae32c3c467_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f451c542472d35f555ba7e0ca5fe6ed5cb35b9fc0d915ed32486f1a0c7b361dc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:37dad142f4de244e37a4cc2b932ea9bab8fbcf7663136b59919b8d4ed4d8888b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:77e0f36aec56da740886d70e6e9e45b5eae8a4641c11a3584f5ec96cb4c12c4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c4c865b5de7ebf517d667466f7af1c3c2323feefc9fe456fe14b994914ea45f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fc741e6ba3a635241261773e48711d1668f5da1eb435a75db33163c1c4725def_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d84050334b5b19a7ee4e59009b2847f28543e637afb7dfd6c11636c54655809_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:79366a89c1a9d454d121ff6f24a3f7c3f9fee2e1441d0d67c7c5df9d471c3057_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d6d4776004505cb4168ece720f3cd383519c76c229c53bcbff27b4f62fdfcba9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f230ae41108ff58cd2df7460ddcab73a59309e5c7c4ca0c682992e4975703b0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1ccc1d63820ee8fe6e1d60ecad3019d4fd4311d19859a5ef4ab43f50c2bbe68c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a823b2c4412366f8c9c7baa25b6dd40bfad4eb90b98e2a4b064aafec740f9924_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa8dd4b7f6289107e6bb9313a0c3dd95fed0a78a60a3bc6761ba101bf49267c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d51643c52c7f7850b787439e79e69e7e15fea01d38fcf89ede2ffd5aa8a0a6bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2271a35cbdd6e75128ea40780dca8b12acff72d89b8e5edb659df03db2847ddb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:50815dbd8eeb6bb3de2c72b3747c700314ed3ca55130ffe6bf1e0368ac55a40b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:73459be1c7c70819c0a0b7ef2e41c4f7c4772e24eec5ae382fc938a873e6f706_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:abb274b9924c701bfd460bfaf347842aa1c6e6e5ac13bb67a6e8e13aafdfa70d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:192a0a4c23acf7745a9cb39db76a8a8dc351faf385ce96a51e3789b9f51aa93a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:64dd85148fe0c37c97dea17bfde5d6bd28651e85d38dcd032ee6a6e0d564f20a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98803d660cb292a0b19a91c024bd8615bb4b6304b6d5ced3230f164b20fa5473_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f14489a778119e4a3e2d24b85887b8c732d273b06ccaa1f3c47dcbfd593f4e5f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f7da1d39bf1e91447e1e88df1c5e804567619b21d4b9b6b5bd3986ffe73eb05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7f1abf185014eba5af23da250feb4cb6ccf36627eda3f383172b4ac24866285a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9167cb67240069de0d391f33279d036aa95cd53c4e90b9bea9919c1121f69a30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:99fb48017ba08b4218d540665c8a2c5020d3dd3bb49241a56bd136e5337b9c83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1f82e411ff1946e57925f552c6dfbf1157e623ba62ccfbdf1d4e07c3c76f24ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3d76f8f385f0225bbd4c2f123a1efb80014cbdc3322eb62122579c31065f2475_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:62ccd6215d94e446e9d72670658341a4f9410005ae77541ff628ea320a3e4e0c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8ad7ab11e18a556647a001fb94a1713fc73db6342d5be586e6b9c5cd85180b1a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:6bd70b036725a8a6805ec024cca61da2b1bf3900092c9990f44064bc1ecb7835_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:788240bb55c133461df4770b2acaf706ed308e53a3ade4c5cfc264deed6446e0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a731b7a16f277bb651b12e4dbb7b91113da193f13bf82f50c7f2a2cdf35b546f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d99f2b70242f93ddf6773dc339aa1bf75bb2ed1960816ca81206831e477f59f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:07c3fb5bd910f7e81a2c2493b02e87059a8dad6920524116e16ff1d022b9dbed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:778cdcf251d8265e5678c4ee2b9d639de4bed9fa8b649b6fabee24234c5e72d0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9e25f3f39d6206b8a0775db0fa2592de5a0fb0825cf953051f434df1fd71cb39_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a753f2194d3a242aca4fd665cd0b03fe424185a4bfb4946d227f46a9b1f62852_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0af94672e9d21dc0de6cd5be9aa989fa11b702be65f1fbed7949cf0e69a253b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:215ee3722e5f0e138c17a40c1a2c72e8adf4c260ea2474cb5101d674c4b20ffd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a5325f3d088c7a6a96d9160a7d88cc3decdfd29a12cf9a5e1b622412baf189ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b7a59b159989422e6cf5363e905c310517220af021844734c6c2d30146416450_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30d9b1d57b6f99ba33574ba7a98553bf889519f65c039c5b714342839b1067cc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:360fe7f80c135a87f36e6e23a5a129d2ae6696243bf6b448efbca03996751b91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80498814b01bae249447f70402a7a1797c04e7cf9fd7ebb478e12912706440d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:acc63986c28f4ca24b2efc2eaaea748841a1cc1ea4014a807ae7e3f894dd0bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:23eb83f18d9937b0d59a12c3ca2f62aca7f0da57fe56915cb59a1fc38ec55c40_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2e60091e466faf801773066fa85d17fb808d531112d118a641526b578719d991_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2597c6e1ec452347d977bca5077f9493a32efe388f4fb57b4d7f9865cb48e7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e6e0147dbd1c1af919da7d83357bca2d804de41aed0856d056bbc9394e8e4b7c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:079e10d6f1763da07f277bd857026175527f4f4474534f57bfc2871ef4dd5010_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3e4cd5cdfc5f0a7faaccadf22a3286d853e4bb75077c363b6887d25b7e1a5118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7525f9327f18f4a078fd04a7a3adb493b2b1805dc124d24cb05d2256843f9da1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a251a8c1e77b6b5d4d8979d4f8a8de20c23363753091cd6f9cc077eafdb92185_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0ca0593d55f379ee3033f2509e1692bd3e26abff765f8293f87c104acd899566_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7fd25cd3e54c7cd19d9000549696f9bfc98b4c5d769e3b8da83a4107ea15eda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c98b64e4d0bc04f56a84cb7ce0eade14aa6cc09ace700b296d488b97b8de1006_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4580275c9fbe7e7c4f4e41d577aaf9bd51c519f29e93e9dc436ddbf34c7d266_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4d3c07d64d81e9b7ff3fdde9a57fa6549f088e5a96125e91f3007116d20337e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:557e38aa7e4a4587275c7399a87f7d71997a455af38a53cd9596026d5cb41146_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9f46b563fd306679cd8162e0c275daa4767f51c0083b1210488edb88976d8839_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dcaa5021d88e1321f1873715dcf1380ad3379fa96d222abb9450d148021b6930_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90c86b3339418a8d201444592d378962828eda5c92cfe006785a9bc635ff5ba4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:bee2aa67de35ab4635b353061b6c23bc68c86aee8cac9cd1f41135e9c066f473_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e40130b1e2a74e2b4eb451df197248f85db457c4e50fbbaf8447f8d9de18363a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f975869178496b63072dbad1b51126f9254e27549d8c9096359e1ece529febea_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b044fedc80cc4429176e21684a6143228e95cb817d49df83766ef83018a4ad56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1872c649b93c8b262e052e39292236847a4bc50c19d07b86c8644cb9faa914f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d5f19e12c21b03fefe2fb73d17784dca980061a3c0a7580ce437173f6953992c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d75092b42069f043e0f39912b1c9800afe624a0d5595ecb9a3ac390c65eec7e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:25210aa51905881e5a33178421288cc589956b0802b0d3f0fe498bcd71f6998e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:33ca83123d3de585db1facc376a72c80fa9992bb29060c8d72a62b86a5f29c4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7395ee37fc347a402d6e90de9e18f67f2abebbb71f5601a3e1325f9c0e13650f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ee71d775deba549daa69545d7e1a5beca2805fa7d2267754fec57827e06a4d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6067a2852305b2419f685df3890e2eccf5b81a5f6365ccac369bd34470a84357_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f20a4811133c41d404a1b8a8702674d55994ea03009c621a21245fbef890906_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9221ef430d8efd74430db55d41ffc96e8f03284fa4ad574674c7563040f504c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:93ca5b2c341509449380a1b9fedb6e51482955bc0ec9805e3b3aa4ad30fc1c22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0a7ccfef1c0a4082ca3fe4c3cb93e514b5649e661e26ed42bba26fe346781ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3aaf87368d239c36c222536f49e675b0a36151afbfc637017ddfd7f871e192db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4dccdace02daf6373a6f4cf4a4e83257d98557831201e7e5597825f18fece4f8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:881397c36a4332f221dcfa4eb517e9c9190329af9009391b96f0ceec74e680cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:46da5adb548c744644bcaabf6409ea53f213d9d4157c6bae8e0a3b741ac8c836_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53bacfc10ca07c660b142315c44882d77ed3f02af6405d7e2bd36fb26b165b97_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2e763fe91becf5be1cf036062030cee6510af8524107c38b14187cded57d059_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d01d3b7ebdffccbc3f0333585ef3a01fc910115a4bd77ce3fed8f85093a31e4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02f532a3c278dcd2c26b783d2cf3762b73b035f9b0d37d8c5cff066e6ece07c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:87c6caa70fa920e0a58bfc370ec7d6454c145fe367d6ce3f34ea3aee3b6d4311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d441752bee65923bde0f5d9883afe5bce6fdb0abea233ae6a4458db4309e1115_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da660562d126ed80f4baa3e45df65a91a9ee75d40eaec3f3881e7f61df17a92e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:48638fe0a5f09bcf2f59f4a02139e10dcc77714dfe8fc10b86892b9176148141_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:589754420cffd7d27505af843442b7560d9a4188f7f64ed3e9a35c086cd296b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:79e41ca79715a571526e53fc13caded867e266e74276e632d1e7c28c71d78360_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2658b6a8db6e6a7634453af2d1cb48e0078abe4d82f4957288eca0791462c0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8c923202184bf124cef516f43082ad3381f921fa1c67aa7b541ac6aeadec2d2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:97226555f60c106944d99b23bdfcdfed049ae13c0e8c97b0f4e441827720088b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:544344c2e9020efbacf4c582c67532ebe485656c36ab314de95bfb9a0047ebde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b6648aa5ad4dbddd1a0502df8da0c8230d3a8e1bf4311036e9bf8f377976d0cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:04afb17e0637c4528bc8e50caabd2cb2df9b1e50c5749e958418449faae9fe22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8379f38b7b8e488e7b1b170e290af8c604636974e0df590429440f532094cd45_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0100c82d9078fb16dbca67d3b21ff54faf56351dd684da81c4ea2c064a4413e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:99a30147f37d481ec26054624b727d9ba1076fc8b4e5779e545d2e3b7925d9f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:91b7a3ef6622e4a2fe2142c128878ec06a6fc6ab39f8090d09e99e1689b9f2a8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f3147e25f33eab3567f3dbea02e9cbca9a43597a3cea50c6fcd0f1cd79ae209e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:161b66b02d03b0595114914f20ef9449e495d4c70c8af669ddba63dbabb3a564_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ea7e766190adc6092cda41eec6fde1b64c9a85f36a2ca2d5c965e67a096d16d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:56b1eecff219fd7deef7e45cbebca688475c09815625eed92856d74f0675cc01_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fb8a038ccbb2e46ae733ffb7c86b7d8cb33292853eca765ea7a8482cfe3683e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:272e0d5cec07de889e143904a219413930f5ea3550e2af915740f059ea225862_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fed89393209bc73605a2db49ede008f547509f7714d0f8614575f117badcabaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0b7ba820b7334cbdbf02f6be0bce7bfce66c09425a3846e4dc60af1e04a16e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c70f895e7c27581cdc99c52ad2dd0c3dd83a7c18b232ce5cea4514a5f505daf1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6d123e90c3e0a4dbafaada8b1b0fb0f128cc4a70c381674b9df13ace463f88d0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:88c3c0650b52b80e7725d6b653133a5421472047c98d8f16a23b43fb0dbef67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9a66b8bde7a17514eb0b67947ed846ba8a2336621baf1a22c896496e7c6296bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cf832c31c9cfe6fea9d9bec83883bcc652e4d405adf56914baffed33c6311533_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e78f24bcfc3f52037f20e40eda5a05946e152ee98573fe960895b1ab360d9a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:93968cfcfeb07c864886de9508e5408fa56a872bbd5fadf6a20d7ca07654c880_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b6867d29acfc9d3477cd6b4b302b72073eb99a17fbeb9672581ef9e9ac2d8d26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c60bf917300f5ff059623c7a5334a1ec2d71c90d7e6ab539bc0b6ebe06f61b78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0fcc7aeed15f99c0e2b8cee46059eb76626ce1a40bc233a73569a1f9f0a1de19_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1fdd4da6fbc7a7bc64ed33e515da321b566d7fc58ca403ece5b34b3c0cc53a71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:48a1ea628f76e551b73ee773ce9fa741b60278034659dac8dc1333d9909525fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c42c69b265cf079d5546e4832c4d770bb3d78883098ad004e57b4115a5e4990a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:18f3d2ac2c667df294752336cfa5fb0d137a28349789e4cb703636318e6cb7d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:716297a34fdf6be541e34b5a5f2452418b27a6d810cba6b7e8d81e22aceea5d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:824b4a9540976d5629148192a78290f5dda3f3a84864ce49ed07c2ccc00774f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ee8b320b2047e104412603fd5ae7812c65e92fefbe23b7dea980e3a058eea63b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6be22d8f91a5efe043040370b651ec13c645627c16567eaaf58b736ec73bae3e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6c386efed5fb973e4e5cb6ea2eacc8968e2fe92f9dd7ea11e08f3cc444dcad13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaf6525182047be0049b680e4471d3b5dc518940c6d99396f3cd8922d3771a9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f0ff71e9fb5490f48e56bb355bfc883e52c5b9e97b7b3997f97e7e1e01fc6a03_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16adad4fa643e6403dfcca964ae82f52be58ada93103c99e935f0dd7f8a8ce19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16d580e98a6b03e236381fea8a3940f7f55ef5cea9dddf83f57de4f2c16d87c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7e04c03a25726e3e914f29f4106be2b38f6d91e4c4c96d2209e894ed5353f14a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9be92ffb22356b143f24c2e1f569a5a6022561cc9e3c19dfb9cb8d884b4b430f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bb8e87e8f93252c758b06275b904acbda014a05369a3a8a48304025539c2a8f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bef63b16132ecba605aa046e00966ee6ec9a37890f56fe5b00a9e12fe027121e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bff91da1e8a557dc8530731edc9101af2de09463c51c374e74e92d2c69bc3f04_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d7b6990088be37254ae2d8a02948704d766f4b8d08918c4a998a718757ee86d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18fd4650bc77f056922fa227ee075e493616df6011bb31b06498ad7aa121d13b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:372e2b2bd887a5ba12a2e7187fb666fb167d0a0c8678e78dc9e6263ebed37bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4145daf13e987912a5ee4bbac064fbf0888293cc08b114107133eeb9951204a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:56653f02f8d5d9eb484bd9157e4d6418657b2abc8e110b766553a98db41dd74a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:457ac9e201454878ce756c731623f33ec22e44c9be6e688931b5559dc3d060db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:aa23db754237cc273788c3635f4f6dc7a862c1bea9a509621e1db9cef5dee41e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e7873c9eaf9068c96b6ddd150a51dbdce7acf481fc29106def1c97b359ddaa4b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed9b1a2da0483de307ea30326c445cd0fe4dad0857d425cf9b8f3cca9b52b64a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e863b2c42d0edc7ec05bc807f2f6462b7582ef21359e218094924c936169917_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1511cbdf101329ed2a66512956ae7ce834a6ccda253bd76b99a48487e9de8fb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:41e3dc9405c521149919a24892af006bb7c06f800fba261c5efcd3f2ef461580_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b0cde443158a094812ea67d7c6523464b48c695ffa4c6d9162ab45647a119a3c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ae3d7da6672711ade9e2c9d4159b7aa327e8227bce5c87857ced4f10a4bdfda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:51887eace4c7a9d40e7cf1a509d05760340fcc9117238abb82f7541e2855396b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:52190fa0da838b24980e26ef586ade36fc1bedab5fd057c6acd5de5a84b68809_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eab6e4a898be919f8a04dc9c3003cce301f27e872c0520d1d0b634d0e3e9f461_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:509cbb1fa06b90af926955a2c724e81581d05169e3974c3e77c87ce47c53be5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6be6367bd1687fae656afb87e98ae838126089abba3dd62b1f71683fff7739af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:94599479d60ea6e70ab70389c58c21e5159ad81ddfd98b023290009be697c2fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c73ef3d57149ccb496a5c1ab10efa21d0c1ae73360323ac24d8f61f2d3b5dfec_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2ea0c42b0af0e9622c30701c2c30ed86d577ef8bf3ac8d598e9baa22adfde899_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c56bc7a31761839fa46cd50bbf90989d3313095bea4cb3bee95d074a9dc2963_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a96fd264e1b79591176e03632a3e3ff3a1f1081ea5144f188eb7089083204a6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c379e2384917355019fac9528027a71fb47ad3209665dd3d596598cc6d6ed6f6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:178f4d3b2f63adde85e32729fab326955f1043471079a0599079de31e6fc6788_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3b1fd3e8fb0c8ec48aa741493280e249f5f3648ae85f4344c4f5cb5196a068f5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b14875a6d74f24bed2a0777e9a0f12905dff8d703581283dda165b86a10017fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dde63d7b30b2e601746c2db054ad76e4a08c1fb8788df6df702580cd4a5cf791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:106d242bcf5949edbe9d5afafa2e02c7b37267e0d5a0df3c7efed1d37fb3e2dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:49bdd7999fd853e6af213b6cbcbf7443d12c55bddd8ce25846b6afe31ec01d47_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51d52f0aeea8e119cf184ac017694e1c7c09a42682343dee525d6662bb746d94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:940efe54180bd892583c762d2716022647095c7aada14c607a201d04051a2b4a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0c80e9b2df2ad98d98e49112fc9f0b7c556b95c67edb5df34763e37ac804cf73_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3a0cc43c6dfe27e407a1e8cc56fff50da88d2b950b7f113b52dae3eebf7fe9a1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5e154688fb2359c611bc8bbc7471c05d7e56717aae61b7a591e75b2f9a52cb07_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b66eafede022d39b51d22b77c6f5db46a588faeb3bf8ac2fea3539731682ac77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:044e74fedeb114239e7d1205ab558081b8c9aa521a0d4eab5519935eb9c34182_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a25239501706cccb1e4651398866d85174bcab42021c630bc4daf9a82f48f19b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ca4f075de4f6728a2f46384b835d2223dbe223db2831e2badbe182b610c7f9f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d62b98a8686e42f46984cc839841c913ac9d501d0481e56fcab28bfa673c5e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a77a38153f1160549fef7f2d4bd0ccd9289407ea9221bd45db2bfc39875b45f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:60a93e9fdd00186238831580ba6f90622ba0d11b70bdfd4dc21897a6b97d23f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a6d11ac1280e7d753db911729fae0b7676b6ab494361fa0e5ececb701e298515_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d2369278f5380f2bcc3eb360fbeb4e29892d4420bd09cfb24513ca764f91d9cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:174979a48d708dfa6665fc8466150cfff451efa6cf1951001f9cf297a1b8f5e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:55bda2c7c425ac8b1bcaa8ba8f056771fdf9f342eb6d23b15793c9693fa0d7a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8d3d2a5fc42f45482223e2ba9972ec2ed6de376692d5c566d4126a8044f1d045_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6230b6e46dcb5fb0895c84fc0dcba4a10fff465aa8bc1dae1dc5dda7cc2e567_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2676615af9bf8b1465181d2fb58dbd1efb1f8fe464675b2edbabbf041b774079_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3c22d6e7c3805642fdb145e55c7b596b71cb458ddbda51b6f709dd70cf5bb6de_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:40f5704937a01e7c28151f60d76f33e95d3b18d511893021fadbcb8e832a5e3f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:483eeb4a161ec7fed8515247219b94a2c40980ca788bde992bc5641fc1b91294_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7190599f72b2cf0663606c10830cf2759037dd4de06cb13834dae7378db980f3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:761a23b468d06cc31245270b53fca2ee9538c3f5734cbcbced6e5e43469ff76f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b4c4bf466d29b02d08346ee358980105a204f51e243c733711f88a1aac87c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c54c34360f1166a7c42ec1b181331c31d55306f5b38958826260de94c9b360ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:73eebc52df8056d5ae2bb19e2d0e2d7da83a6e47e276db71f7d26da0e50962bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9e90309a20bb143a8f579ce5fa26e36ff107ff5013f6fe2ca52d4a5dc28a543f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dbd4c3ffafa0d8a58c21a91f8c604e4ca913064e8c9050af9133c61f7f8e5831_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:efa8a7c783451835721df984e0357e521f17f3c0235408604bfbd75baa53b77d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:47093e22624d6ef420aa80ca4e934384bf59ed1471d9c083f170fcc4ff7d62d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:828b37adcffe61dec6e74ca5380f09e638ab40cc2cbaf3eb0c461902356ea7b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:911568aa124776b2b7a4dd01b5a045b9e5109634afa9510e250115cc9960652f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b046bd3e394a968b8bff756a1bbab6203b173963372097b4e9bac2f4eaa8656f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3cb35d480c31d79278f2e74d16380d75c9dc8f36e4208649f5db223492fc51a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6cbd72c2701f8256348c3c0d37c7006db128cca44105634436a9f9737afbf195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7ec2d54b5022e937803ce3012a89250b224a54384544ed01a16cb27c00d7a00a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:922abf70f2e6ad57549dbd78523d198c970ed585bfacae74f0db4f3d58a234f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5b47db66013f3bf649898ba62a0bd386e82207485bb16c1203f6870bc4bffd48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7ef973e320a796810c7ef62ece44f84d5382e158fab42980c6a3fadfa42f686f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97ee01f7cd27cc8e66e1f3da6310e668ce4e0fd8a948d956f73ba21fd81a0f6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dc8cd1c7cd4cf7a1337c485787a312a285c64489f728aa74cfa5fc380d8c6112_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4abb807bba0bd7910150a5bad5020de4077d4d4500b92cfb397ad5789d37cd68_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:57e6cc4931bb4a870db12390932db4de419bd8df05865b0d1b0b87755271d045_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b9d7af15ae74c5feebdc7f46eeadb20ea1e465804eb776d342a19a983375be88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fa90b0dea8b7c0823b9fd0ec294dae694ffb26950cc27a33ff26eacf603fa9b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30ad6a83a99ec15ebf628c009cf0cf4faec5b04c5d053fcc7ccbcced84f0d809_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:642d49376a33c6e44a7267ce47ca05ac9f48ba4b1fefb3e49ec13a47ef87f809_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b7c9a1f9c8b7307c2328846b2267b1041516b20f4b7010813eca8e7841c7cd59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:dbdb7d1b8fea71975ee17988f36976bcb1003792ec962001ae4aaef37193ed2f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:255023a42e94ac306891575c0c3f8bcc45c1ae952aa9783b6c2b8aa98f56b20b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:77012d8624e45b6f08daaac3949235e15ebdf4c09b49f6e66b79f05f36ca2cc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dae0604483279dac67d362d274de80cb3e100fa935ca50dabdc7dcc436b717ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e5b0ecb3e20dc07b357a33d1dc317c6a521389f6addee2e492bbf2bd852b8c9b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:207751efe1aacbd87aec83e9df0b4c48ae0a985deca07e32d1a8ce5a1e013a53_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48dc2ddb716560f09494b9d696053086eab77dce31bea0f89532d11074b3c6d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6e4ef72aed8a27f921e339cc899c84e094c2a710f7a00a0602ca9d03cff31e91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d78d850c77386a35341624bf3fe5eed4d92ac41a5e6a2d3f2a68db6de1a64087_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3eb650f1c43a1833ee02b2218336c075456e26190a8ed9c976680a20d83aa55f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:64353e912653770012896a153103b6fcff349ac40f746cfc36821fe11dd6259a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c6fe274aa342cf850b2ea6287c5c335e93bad4a1bd73a0cbb2a7c789eb1ef48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d7730eb1cf5ded2a07a8c93369e1558536ea5af5ba35a23f3046946c89b7368d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:03f8250466cc5d3120aefcc87f0bdd4d12012d6a116e419c382d50a21760aaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5be6fc774ba62dd4cc689d99bacc979cd181bdbee9a221f425c5266db6a62784_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aeae1b0e5fc3faad8b9ebe64d21e9e14c721323991fc76b72d39f8a7608da870_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e77c5040e44ab07a456b37ba532e9657f879dcecb7879ed9e79d8b0e2c6c8f23_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:80b208666af68ae1f11b5526ec2d4e2952a4f33ec109a054519219c0e84f4cd2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:82b5a2010b2619bfe1dc1a3763af5c642e3c8d435dd7b91713e581f267dece66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a52e866ebce2cc46c05ec89f571f02b751a98351f1c7c1475d38bd3bdb08a76e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e295ffe236c8ad5c1b4bbf7610d9a29f35534d6b66619cc341db46baf6ab4aa1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1594e9818c4dc1459eaf50fd7ecf2fca7b73ae81be70413f6fb99c143f55fc98_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:455e45f1174b4bb5db753da8b2002b40921fc0051f462c0f7cc0cb95ac564c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b74d75ec982d2c35bf2f67a22eb8cc307ce5c995134e88b0ce9513df79cb5eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e0642fed946e365d50162ffb37121be194ddde7f422e022a7afa7a45be84aa96_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1f0901c738cdffe9f323d24c85f8fbea95ad36ab31acccdccc1b7c973fa7fa62_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:42903bef3719a65b7e7fd89dd371c68baafc3b2f41b68dd972429185d3fcdb90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56db80905cdd80d7ef3ad4cb8e0620868713a31853dc797db397431af032d322_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c340f2a030c2285afa19fc9022e14a07056941bef8de59b25ae21ff4c66bb9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:07284eb00a28180c2e4773ed2da15026446ff555b47307e0ddfb707766c9c420_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1d5764ba30e7e1058b3f2b10d1ebf9a190b6b1aebeacf774114cde8fd5b6b3fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5b2fc54522c109221ecf5f2f25b34bec50bb71eb1fb13677e79c047ff92899e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:88bbe3827720c373b01bf2fa3c3b8480099f7c9058fd6424cc57bfe74143fa9b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5dcebe96fbdfb5c6ae5d86a985c3d4c7676cfd02460196764bb1e4281b77eeb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:807f0619c241b7b86a253efd0b36b1d3dca0a19b4732139d789c5e6618b4996a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a1283298ee508e2282a0e709e2ff32c018445ef707b155f3679703da0a7b143a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:aa87e88dc29d54aa41e34a5ec81986971fa4d3c53a33d6fad86527ec422507f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:03f28b40a92d8f8abbd0d0d09fd080c5928ac9cade01e28bf2c683dd500797d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d18d242102246b6cce19529f237b536be5a9a5c2e0431eb15727b2b90e3d888_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4ad31b682a179a9f46d566301411cc64e1fad11ce7f2493d73c81c9d77e7b38a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f76b5de9e7ce8194cb453296dfbb5a26fab5e9f0367eda229ea3c466cab591fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3008aea10be9bf754a1a6e0538d1df3f6408e9eceaac2e0cea868b40c5fff12c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:53de5c7759b3b0090ea994db28ab745c4635f21f44266d5665076c5c2a553468_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6d99d80ca988aed5a3cc74e6018aeda442f0c5cee4b033d13e9e6995b65a5ad7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aafdc6bd5cefa7443745fa3d40257b3df385bc09c1874ab34796a874273a21c1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5385dd16647e876699858b01b78bda82d769195e7237003621dec0c17ea7486b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:8d82b00af857b1782bf0d0531c76b83c1d05ffc8d8b0ca1a730958226baa1455_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:93c060c1504210f495bc301a123dfa5e36ea87282b8a6d192f47c8c8484b3172_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d9207728b4fbde7442c8b4a9fad3f450b7e2c6cf0a5bd203259dcc4e94106d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:39c30a1eaedbaf0ac3ab12323d80529026bbdc878a38981bad392602cb1ba438_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4095317e942f7ccda2d3d8a5632683cdc92984606f25a90de944e47643333019_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:873761b15f7f5e975f8ca363e088b806e393ac2a78214a29050b3102cbb04df4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c92ef1fc3eb4dc56767923a43fc75ac743c13173e2eefc3c06eb762a38a08629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:723b1caa7724b4ee065ddd187e259b4eeb95ca3da87f29d5e51f532b3c29dd5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:79bff52cd5adfb2cf36c64fdaababcb0fdf4361e9bdd18b51cf4502e2413354f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:89bdc2b084964e95337d1b06b7b3e74d9070e8da7b28ad34dc53bc85ccc603c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c022d71700d942bb819bb1d489925c1532c1db71a5aaa268b855d678e8ba364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:120b1cf4552db536915c081e92372cb83aa89d21a81adcdffe09f2dd3ec5f43c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1b574dc3b519ff20706162d18bc6c2d9970b0ebddc7547a9db809aa9d3eae74e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3fad488f56b9dce6d9b6627c6deee5c2230287828dc53b96d5d5f62943b57737_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6c069eff3037f67444d6ba193d1128e064c4a335fc73b20d6342b8fd1ee05107_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:25735783825c67f2abec0695f666552f0838f10467b027fa1e475317a14dbd86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:417170e3ef223badef0bc4702874b350edb0542fc54f2d85301846ef4d48c1eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ac836331535a29128d1cdc88472143227965ce06b994072a39d407121f49e613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ec16051b9ce0b0a489a8b17bf581b0799cd5ddad84b1786ba77322cb9132d055_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:13b9c3e4c334cc245c11da77c7ecae4759986873fcc134e3a2901d1979bd97dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6926123fc26183a63626f4f33921e2a24cd8e27f6f2bf135c80f1e45a3200fb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b614ecd78191da979aa5e6de4904c4b45d71fc0820e2e9695021c468ab2d0522_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f60d781814b6cd8ef503e85c68d1745af480fc6e2d74e2b52521dff292e1748c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:40f85dd555fa6fa8934f576e5a5cc18df64c4cc264c9c44cd9b260d82e7690d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:92d1062b43e34737bdd26b9ff74d92d43b64a699f1e2c1275ece8f6c9b1478c8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c05dd77c9c641c9139e761b88ad358023c6ba4221a6854d8b0760732889d58a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:cf9e05f8cbcf5c64026e9dbb830a9731a1404bdf47a52563f61d07bd4a51bbf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1482e83688d25af51a9dbb93b52e652d95dbcd7cf4a0d9d2c9364fe0f0ff4404_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a78e4acce67f08cf4c2c48ade037c43b358ba69f5a1ef82cc5f94af99c59555c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b4d0b3d6a24b94ccd6605b1f62b2c60c208959ff5194b75d6c25d54df7137e5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f592d769515366401b273d9b22def9660e803b8a560496015f176d13371b96d3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:279b255fc3bdf326d437336ad9f8d391f02e7c934c160886339778f057df78c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7579da643df10fb9c3c5784d5e06b3c940a823158b595de9fcb964a8d69f215a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb2f77f5bf96fb99626ad02c0f963a6c862c04a7a7162a1987426c2a94ac685b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e95704530a93835413e0945bcf4e2e2473fae5e1257665f5c1ec4b30b36e81eb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4bf77f2090c7ff486b87a86cb2e619015d7e1ee3ec31e3a825c22154be80738c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6960a4e7bad45aaac838b0497a2503e83d3786ec78be154f44567770b82b3527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9438d34a83326c0fe5f167e0568349f931dfc9646f1c70da69409e350875ea53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cf4f62c2815857254a395a0034d68e3668cac219bc2e08e8a9e130034664a957_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9b3d6981af468b90d62f63f45a22d2ca13136f81282b971c3fe827a9183025eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bbce40bcd762ed1eaa08e19ca0212121a597c5c025305a552c1d5aab32c867ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:16a12b3a4a4ce3abb27fbed591e2742933d75ca5fe4a5537d82361b90918773f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2007b429c7952661629067f452b4a56c5b0b6f7b4755b5a7433c1b6faab6d419_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:957530099959a421115260f95ade7784c64b942916a287cb3546cca79763d55c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:975a1cb86ca8e2894140c93a96affde0efa449c772043420886db12339aa820c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3233a1897941a3b7f05ba46a8fdbd150a2b4c070e443db362afe2bbf7071957c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9b55075cd3a91c3f18c6c308019ff67dbd3d38f39a09c7e9a5e48608ac908b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a9bbfbf82188d91ad574b5896f305c4d7b6d8490c8920efee82d2bea49d0889d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ec5f445423fd340e1233722b53fd083b74da21c9472fa768b175cfe6781e2afd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:103ef4d88fe1cf74623a5a9cfd0de45372b032b4b12ea3a8a909754acb2431dc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a366221e21c5dc12c9df861fbdd6bfd4348a8c986bf43e38c4a085be7cac0600_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f264663a2869319733b39c90b352ce25ccb35a15e4b17461e4f74653362c4e4e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f4671b9fcceac63a6547b544d189a85c397e6aeffc6eba38d6e8b7073f258970_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2df3ecea77577d06ce7f57d8f010f3a39ebbba90e350ad9720b84ff6cb320a4d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5754bb489b38e536c93264a1c9c1b68dbafe3923cde8a748a4b9fe87b759d097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7c31e1025211affebc55acf8cd791b0d5240728bfee060914d130091a664b50b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bd7abe39caf78c2962a37b121a293ef9179c95a5b30ef531cbce7483f3dbb108_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:421e53acd2e915022755187916086964d39b2f64014deee49c2e19208f0aeb5d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:43af0818e577746ef7223ca5d75b90785078c290f5d3770d551b9965d1706c87_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4759c35a8e51c247501a7b920db373eb6bb3c22ee2a712a9030c2cbb975029e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:905a175fbbd6c3e81dbcf8c9192841984b0298f06666168a26cb27babe1e2893_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3146de9d4a8b5c98d8b9fdcc7fec4392f1591723948be440897e6ac16353b096_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b70ae04dc8f4096bc37bfbcd02bedba1a579fe133177f674607f18fbfb3128a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6f45aa19891117b7dfb96ed1d5f95025423f62669549fda2114a889b80dca8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f9d547fb14df2df02bdb68abc2153eec1eb42cccff0f706127ec01cb82d661e8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:30b8fd94ea4d909cc4fe3a4f21dfe44515b2dcfcdcb7e5989f356ba5df164c02_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:798df44d33c1acdb59938fdf4d0251cbde8cc47aa6a03cb5b3a77160344d56cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0730058c0266867ad428b19054335ae526e0d9610e68256e6e921d590b3bc66_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bcb2922c665d069fca260451b5366b8c4b04ef82bf491443496519d8f15e34b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0fca8a8cec5e7313576d38c866b7f310492fb11fd94a93d6ce8fd311ee424dfa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:494ab165f12ca1d2547a13424dc7a5cb8ab74d5f4406d46a21d944ab49425ce6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:51dbf8c399cb661c59eaf27c7fca8a08fee8b5651e1a023998f16e4c87bba3a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d7186ccfabcfb1537e42db07aacb004ffac5d893e8e20f1a909176952c4ba00d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03d45c9ce7fa066c430b348e05cd3560ad596c6fa93f7a57191f3adad9ac71f2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:17014fa590650c3e7c49820bfda285fd82f22b5037a54c6929c3d5712a516c0f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:811be7a889fec8a5f7d71c4d77e2adfb2a1928fc01fb7d4cff316460677e9dcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b694b8c876fc29c8090521e7ebc2c02be88c9c811c9c1734c79d524baaada9ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b672f5cb7e7103e1304c2826ef5270e9f47a137454e80160df8414d7e72d76e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4ba97de4f8c46097b8179e1ffa898e0c4e29c96a9abaa96f5f8fb502ff5ce692_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be6a2fbac7aef6c2b49aa03843796a2aff8f242a76ca12c8bdd97a40f3b11000_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f15701dc03ae43a7857a1a82be879c9becd99209505e5809124f62f5056475eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:41325be18bb76aa696d2826184e898f49cf7f29a7077e8c1038632988b3e438e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6f75279627dd89b244fb5fd01a630511fe1e5692502f9fa639e43315be7e3cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc31499dc776663f8a98c401ea377b4476a3dbc3de201c079b326f291117ff2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d79804455341fe8ab02a0e0b869e806821462798772e007f03f8a75959debec9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:188e2bc785e371b300756eba797b8da911bd5115f39820369abcbda1da919393_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:22ef77cc4d255f6dec6a74666990c61544d82aa4541821a1ec2db93e3473657c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4ddaeed1f2c8c64d156a91bb4bbe71f74f590d699ea260d00fa29a7d01fe1d61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4380834ef2ab3a558c8a3bd2cc77341c72c7b2ff4888be85ec6fbd444d6c7f2f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:63024eecf989e5597f5fd2495a404b364ed9b7138bf835fb3e1d851a34d41d54_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cf27951838e8fb93d4f05a8f0b1ecfd7c3222bcef49e14a3dd6a6dc63d0fc260_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2f33e8c871add512c85505c2c5c81267e7b35755653532a20028e89f4b41c2da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:96c40575ebd38e6ca166fada51246e641a7d5e9c7b00bcaa489795512bf1fb3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d26622a1d37314542981e27eb616bb5cb316d7771c3b165921ba8b1c7470db14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:057f39bde011e55246763cc5604745d80c77918154ede243554942bdf81dd068_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0aad450e7e40f1cc93ffae16856cf5de5acd1662371fa8c62dc00ebb6d4d11c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:d7b45f165d249847759289f90b18321cbe8c0a8e972b51e354f25a94fe696f25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:77bd75b7bce7a798cdb11ee0f7d6c838e59236886567b4e5148e4afae3562073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e18c9f9197b6b92497638426e8e91e450c1a3ea7b95a7dc83645c66017980c3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c199b1c123b4f5a26754f842e9fb1d046549deae99856f5f5db2f5d1195094f8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e18c5c5992f5cecfb2c300b9e7cd3cf0b4175a4e3f4e3cd216b6e6effd875cd0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3f727df52b4841d8b90ff625219d832569463bd320f49aaf94a9c2d706fa097a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9e60e00881a5e5168eace2acffa41c373b3ef02406688b03c69e4dd0656c7e66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b578298ff88e7cab48de60927a8e99f52d49791f271f08d1e5e8910520525287_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc0dafbafec45d46183b03f4a7a455fd1db3fbdd8d5ade284fc34c974647a55a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28ea872308ac7fd286f001ae55753e03dde674cc8c58df264a3a5c6a4833363d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74f6e12dd81ed0c63a8983845a8a3295213a6e153de12fea13724f6ec8ff40b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6095b8baa4b32f6915ef6ffaebcaab125acfc2bc23006d23b8be04be7442154_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d1a64b53aa700a69821c2b3ecea10d946f731831b203e4bc65b7dd7729452195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:91b2e671c9ad506297fc8d286edd908ff2277289d108a4f32c3b0202bdad7b57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cfc8e8522d3a427627afd3a583e729d822789a3f2fd68998a9fc41292df76bf5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d64450c15c629be398fc0afb54009c60c151b179ce11b43906c86cb41f5a8e07_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f10fa7d1184ad4027ebb2ca7ddf6ea2cf6da59dfadb6c38648d056d4590c9229_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:422bda8ecd8223d19a789e4816891f390083a42ff728510da58780f348ec9bae_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:82cba79925fc340a97d23710901b1b7614256b4dbabbac0593349329f24f3398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0ce3b22f42ec19f8c3a7556f86cf1d8e22db77ba5ba76a29e092e8ba7c8c7dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:82565bcb5b80c75af9ed9f0e983c8398da358cfc6205bd0f3775b04cd69c5a1b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5031301ee1ed68874731dd460ab27fbc03ff766fb23de5020d2d573ce075052b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83875dec4ba5db73fe9c2ce1ce22c955b42d016c15f9d8c731cadc17751d5aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:13b4dbf6a7b7277b63decf38cf089f68d966cd9d4cdd32022b73fbee1ce06b2f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:67cf8b8c4b55631845879ef8cc579c2e7d96a5cd4af9672c83909e31cd3c29ec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed626dc3d32cef2787174b38a232bb53dc07cf19136a7ae0beee692049b5d27b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0362f5ec213dede171befb2aaa43343740099fc8da8d3c0d1c96fccc6af03ead_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c690ed0c141b642514226223820c5465bc26a226a25ad52566859315dc17e529_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af375fdef09131e75563f66f852da9795fd5b77ef66b36c05fa7dd1353c3b34e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fbc8e638b6ea4580597d1104ae38ffc81dbf333e38afb12801bbe4a99e849a12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:54d79dd5b8b64c363a3b7e7263b7e00e377a0117e475bc2bbc48ec9f00f94b6b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6930615bcb510326426acf6954de5b732652064186ac0ed19ef7c683ce9cdea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8353b502a270943d3bdf742facdb7931589b1da1263e4fd098d64f7b4066e32f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e9cc7aa24b1901a0c41fc88621b231927a9d6e23c7f008bc1666cfefbc49df5f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2b74b78ec656cb9c991ff872d5c48ee63e08837e019bb65838b58b76325a69f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9acd8db14233af5629af6a3cce85c77fafa9edf89415b24f8a8a0cd196825645_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d3c6e9215628be3626b80edff5d736da1994ce1c3fa96d59109e3905c8f1ae45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e96b81626cf79c94fe32b32413ac35e80b7d2e402a11b7cf18eab33b494674e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25d2502817725066c052e6079e7a3b97b0c9d106f3204bd11e9acc44e23119bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a00c1175b615d99fd2bf862422a89ae4589728b88339662bf038fe263d675d2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c2029ac1677579e17850e40a0a8cfad726e04da464b85e6198d20a4baa9ebe38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d6b3bebece9fd9fe203615d5b87a840c9e89b64f3c7e7f3238fb43c52dd003d9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5ae18397305efad4a2eed774cb40ef4f58af60c0aa4e61441030e663bc34f159_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b72fa3e6f7e0196c272efd6fad1636ef1c8fac41c4aaebe29a2f2f0ac204016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:380b09da683ab9d92e2a7fed1330c5f53f5442d821b0c2539bc486e508a71936_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:eea07bb25349a5ed26392ebf22631a85ecf7dc6a1a30afafd82a52d421a4f91d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2229a186943283f30177609b442f15ff44c8ddec2362e5241ad5639ecb0572bb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3c7a5f31b3f53a411cc408e0b47aaa53ee1a94c70d11694d96a2bb1854ea3456_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36ecb641ccb0e3a8561fb9953399d0362e780bb6139d0fbf2467dd07eda4145e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d262d5f31a5c25d0ad001f403249198ff5ea015258a3d5fb68407f25996e2cf1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1391c08df70a95ec9503a304a4e8b28c72bf9c8ddd21d8f9fadbb85e225587e9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aac37ee093de1e6a0e86740c3df8c355fd5cf48bff2e01e58530b145e165221_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:600111a588134bf7ea5f6382d6c2ddaae073e755fb949d25fffa2f97f5ba33cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ede4d100369f2bd01f79b4cd86c50965d091fd6f582b48369bcc3e74110473d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce81fe3c0b36fa3a950406b93c5f1a924fab92f726da76c034c332c92f1c407_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:522b3603a3ab87dbc1f9fa4f9b25acf2e22f7a751eacb823feb18279b0024e64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:94c56243f3a0e50d1d42e0002cb84797b9dc9d23efb6a12ab33b19f1598940ab_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d60f1c7d0b30daaa9e9e8ab041c63445e7bb7b6132f50cd7f2044e538436c64c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6e358be14bac6139b40ff8611c6e3394bed8517acd5d4842784dc1bb404f52f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b32b90e8782b3a2aeda85df6970cba882f656203be6d16106a32edde563a83f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dbb674226e46dc1b62076e4b1e62fd51a82d01ad2c66c8477e7c01df44883d35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dfef9a7b3d43a60b5d6a1ef8045ecebe3131babb425a13682d5b85686433ae3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5ff979d48e835cf602e6172479b8de0623422c888c6a527302b2e8554803d2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:760e4cb453e352e233a68aeb0f1a7f814dcf593aa4b17523123c608838a3d604_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b923a9c8b7a77675531e568bcf9617ef6d4e709ab7eb7fe1ddeeb172b527b116_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e73bfa631996719e021e45e631841247eb24f980fd63290febbb80698b8ea01b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:71c003246622f555de9f8e4ca590081ad8b4447007b1f0518538cecbcefe5ace_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8c3b65caf0926ccc50f475163ca87f38ec81113d097d4a9d14da686200fd0150_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c42aa746f6c61e3ebb5a4bde91a735ae328f14e61ea04491155b16fdb9aa69de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c9141a24d2b0784aec9fa49704855f7b4088332ad525ca5f37e9f7a651431a0a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2af58b624976b9f8f829de67cd76a1f407aa556488885f8704d7f85a6467d8e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ab1fcba91468a694671f15db52706095f2cf5a8fcd055feaedc6b406bb509e02_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:d654f8552f8ff123794b2bac1423e9d172547c6759d28b02eebd9922611f909e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e3e2585f7a5216120972806732d252667c2707dfec2bba17b7d66a846218b119_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a07c9e91eab3a79552db6835a247558371446dd9c71e52316e1d8a543ab1e18_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:605c1654cc19e714bf1b8d8b983cf6cef9ef4ffcd4a5a829d1a0b2ec74923cfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:de6cc7256aba2ad13423eb60a2fe69335c316a1a35bc3ad3d583dca98168b2a3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e9e323ee37e43e7d6b07b1f250437422cdc321f204a4e891b3998b8a5a52188b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7795e52031dc780da6b331773f3a5ff89cd64027816afac3edbf0db9aebac896_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fa3c364d89aaf09867adb992c7b643a9c9e6fab34bb037456404a285e9221da2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b9ac95190e40bd81fca9fa2848a675b524edef0f3d73f469c644641e52cd1f58_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:df14ef8a3939f2e02a8052ac17ce00b844f0391563305a26a5734e7c215d40bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7c6370e5e97471e0749a7d0bb9555e8eaff2417c2601ab8d2996d4680d714175_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9ecb3b970521964eeed97e09395b6a1f23d4fb6fdbbded445579b2d3bd4061fe_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d3ebdae06c35615bd2d80a401a3cce9d162f99b37336baf5019cb280de5157a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0977ad9a02d00c98e0197f06e5fd34cba79e6195ff6608bc593149212f2cfb3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0e03292077a1e98cd0af13c4954f28b33c14f40dcbc786e76ee2166f87f5e5b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:da002c44b64d7fd7080bb830048e14b748df1086b0eeb9307c89126073dc5331_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e758035655da16fe2cae372bfdc6a4d4c911aa8b55eac8c3da83f5769d385c2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d52f333d0e066802787d1d9f56a6c3b7bc5946864c1b4a2c249a660ba12c74c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0325eddd2ec6e5cbaf79575c44dc3541da4e61e33dceead6e93d599580ffb03_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c25424f3e6fd22ac84f6fa3689b6e8055fe3d7fe64046f7772994a277141091a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f75102f7c45b6d0b6ef939c94d61901385bcf5185fb085746ecb207fa79b4af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a9eab5f451930acf14cad5c99973f88e4f4850b426e24086ac6f1e6ba03ee57_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6286c0a731f028d5b4b14aedf5e1f116eec94026c177d1a5215b96474074d404_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c96ac4a3ec4cd666a361fbe3f76fb92a601d38c566bc1303859dd20426d03825_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e2600706438da5d16471f1cd19aba4712c261bc29b5fec9dd7ba9be778add0bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5d0eca7c6e735b2cb0367543088ea9f4c12465e5adfdc6e741197de25c7f4317_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70490327ca3ed82f44d333846019b65a72d6fa276ec3973721e2e0fc2e4a3471_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a2b5fbebc3a5d756d09346cab7c2390a34f4a3595fa2acc93650233673e6d8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dad1809a993d86467d1b8a4a4bbb010e9dd50848d3d6ed1d563b74e8bac306b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4664850633066fee2671b763432ab21259df33d1ab9a883674d1ac1ea243a783_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b3754efefd2074fb65f42ecb37681ccb380e8b46e7c900884b9993cfb36c873a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d4dff0998e4a9c45c4f32d82913d1b312059d3ce7b8388a804e7b6eeeda1986f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de0d4563044c6a4bfc4377fca5c855099c80e3041dded830c6d95cd37f0bada0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:54a6ef85c2d79ef9b2e7114200d8f7d58033a115105be47d6395c3e418a59a0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7ac539d8a4f82d5f7ec8d993f69b25657a7aca5ad2b866c55379e95bc4bbd58b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e3ba22bf4740e61d59bd3abf74534d64cee3f2130dc86167b466b4f83e06ea89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f06e0348cf323b7bb502f53d3451aec038b741243c6b0ccaded2158be1170872_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31fa4df80aba35ec3c17dfe9ec6939d556219701e0545ae6decc89cd6ba79087_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dc747224fba8c54840448fc3bed0dfa7da305edb68f8ff31f32ddd65cbd9e12d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ef2dec293756ee1848196847cd567610ff13d84af98aa357438e411f8f04d0f4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f399014446508b1e62f940960422ec4c3a1945ee44c5de033bad71c69e7e2a80_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0454606b21577eb4127f7eff4c7334041f69852688c9db7660e634c2d450c754_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:552681163c7b016ba7cca547d3b32d50e27f9fcbeef793ca52e9e64137d57fad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8217f4993b4f563cad1ae65f14973e5c48b7cd3b2e1f15f1edb86af23590669d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:88c776d559c461d187cc0ab24c53849629ed75b93670cfc90657f429563c7747_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a32d5f819ce5430d5ae60a1e5544c8ce3673bcbcc55674a416c80868784b255b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cfcae1f52c6bada121cbbd1c32c9700234e450aa6ca1c5e36cc756f983deed88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d41100db39e0c48ae96ba18846464e29f0a1d708c0286161a854a8babcee4969_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f3a2a6ff9ea3270109be761e247e7f5c766c86fcb194429b01339cf8a10482df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1367691472cb18ec477e9b603d90c0f296539f9f56d1355b33e88e3870f48b38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:52481b7110d707bce4c8cac15a13c69ec49571a3c6e380baa0eefcd84e4756e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b75cbf9b9681450890755eacbccd47a50cf05084774f186f5ec9511fb768aef2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:be21ab62f23d567d9eb38613321fd1b39b1570c2679f2bf6dcfb6731a02ec7f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08bff4152f4dab00bb26cbb7fbe01c2c86cbf4fbcc9a3f9e6e7227fa77009175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5a3766c49a6f04ce3b5fb57b8d4937a1af276b02e2bfa7859ca14b440cc97980_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ed8b4195d1c0b5001fb2adf8b25c255e77e0280881f6854f971b0b9d88a2542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c6ac5b6eb2c87291f21240c30bc76cc30e924cff6ff6c091df38e25051f7c014_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1d5005be192459382a394b0b062907226fcc3766109873b5e86b8213f0e4c992_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c4eca9e6e1d1736956c4c27fa1f873e436c69cbb0a734fb154cc0ea64a71b87_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5cae0781bf6ba704a014022dd0453a29b3ea190862a3c2fe98268e3ea12d18f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:81dfef68491c3f05631779dc90d2dc3f02d6d6da0d645e65fa8df19c3cd86116_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:01ea7558b01db5a4e188bb15ba8d11842e0070f627bab87b67adafadbebcff6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29f22cabe40b913fcb175f7c4bdc4553cbb91ee14786acaa0ddfb6f87aa3aa7e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:47c4f9a6f583d6e324379fbc075dbf8888509c2d9588644e6c452837d805d071_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c636e1b9dc7345f148113f901972d3bd3cbb6149ca01ff5333667fa1914a7067_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4e752b9c1c07b3c544e0f8d051fab8a7aaedbab95505865d491afa69fdf4a469_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ae94eee7b7817c819532109a8898e5a34ce4b52bec80d1a7527c61fad88cbec9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b7f29c0dfb5fe352fd467281f0d59557b25059c7dda5ea26b21f226a3b5d47c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d67978582b629789eee711434bfa275408bb393fc47a65536879f2dc5c9bb6a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0cd4d7a036011a14099f95ed4300a8283bb57619d3418df088aa3a50578edca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:49cb012134afafdebf61c90b88577c506acfd9587f3d029c56c81bea822ad092_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e17dc26d79a7e31ceeafd02d2c54b0851d644c0e13a1a588c4974a20b1528f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:84b8d2487f35496afe73125df7e2e0e244dcebc21b797e5915c3ca460b0164d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6279c7d5365730a9d8dcb7dd229ef373d17d075246d39688d40bd25a3ac5d043_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:429aedc3a35c3243db7f678e63402922be8103239cf00ccebc43f57d86b103ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1be63c1269f8a258033c21319dc52a0b7cfc8ea7102701ccfaec733e7b910f28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9916ba13a061d49f7d2bb9798af54761714136d700bcde1b93254d7bf5fea43f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aaff58857cda41533c4dd1bbdf97a7f26958af4b0265c78ae5fe12cc406a5432_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f383dd4155ed57263e2f15f1d985d90a8de9c39eb1b337b81522e42716dda6c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b214d1a9e3e8fd6557a4d04fa3216644ae7fbe975214ad1b95cbc7067d25161_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:16784c2abae0b4b7e8c2b6cace88ec36a8275d7a19a9b12f53760d75ce2e5c57_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3a74c2cf3e046ec57ebed042c8ad221fb248857d437f87dd85b9c1a01baf1b4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7d0b0708dcd3141c39af363fa99f62c1f223b22e2c6ea41ed83bba8dc0eadbac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4cde7311de818660254df01cef2a125db9e7375857cd3b62bc23062d54c67c32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5934d8ace644ed5b06aa1517da1b289561f009bee268b33037b78ff73de3780c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9b6dda89ae954d891d2eaee580ce6f51201f5a46be9b39a9451878d37e257252_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:eca61a182d0aba2f33b8f00fe022dfc4a00ecb2c4e5871c8e3f4047ebab2dc04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8037e87c1920aa7d2b102bed37458ebcf6eb09737462fbcb2ce9a41084b3f018_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:82bc2b7b816feb327ad7ec25242423d7e29602397269e282e8f2061fdfc4d64e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9ac8720658edc3a705c28da0a04e3151fe9176392cb21a8b62958c6b381026a5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c5a9f18b32b185e292bdf42794556e6eafe2e52fae9c704a6937450d02126ad9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2b264d8951213e3018462a72292a6b30d583c8f06daf5ee241f94e16d506703c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:51114051305318867420adefd426b50dc61da07b3b8a57a7742b6c5617160203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8eb99577e0664af39d52436f332d1e39e6b2c01109fc3dadffe1a08e3024b317_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af57ecdc60cf066913e6ebf0dfef400f0a254b5f6dfd0aa31d83999265b468f8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7b119e3bafeb462483245c1ff17369a414ba505a8b79f0bd9d705570ed76560f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b033381da0d7c334e3aaf46eab74fd4e0966c86f5ed2a15619e2e272fe583ded_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bc4a300d46d76cb77e41b9b8bb114bfa4a74cc2adeae20a817f82bc51c7473f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:defee96610b0012da78daaf30570fad7c7523b2b27f7dcc92c43958888716720_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5911fcd0e272af7c840a47d04413b24139fd9c619434546b13298e5431e3ffc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:62fa04c23de9717d83f539a2173c4cc782b26a92d77bfb1ca56fd70f0a598621_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a58862a5df96016de66cc08fcb3cc26656178b6df316a209d04a6a8cc8dd3271_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c7bb30e8a7114547a17b825de02a377c767bbc8abcfb3a107b5771f566911d9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2b91597e92724f8e19b366ef98adf4a737dd38a1af3558d6c096a6a2f62f358c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4ef377dd4de22ef38524f823efb55ed5680324b20bbb6e8dc01635548c89c563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:517435307941a212c321cc125a7a065bc01c3dcca1d48d1f406eda581654eb35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:587bf89d7be7d54e962ba19e650799bb01a733899023eafdd312bda2d24aa25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:07dd1f6e2866eb81c2d5401d96cc41aa53a07332fff1f9c5957c0acb7d795d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b257ce3ac403e4b7e53cf4a0708f12823f79c4a11e20ac24a988298a46a6ef6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:442cdd9fe2eb6473a3eb42a07175ef51d189e1a4189bc3c2078dbeba46d04428_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:59d149004ac912bac883e47a58040775730b9fe35a395b66f85f11ffadff5d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:37e902dbc5732ce27e4499eb254cdbf134521950f8e28ba4c8bcc9cd1c22e66b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5de8525a5069ae5338d04c7ff67ab6ca455ff85be3653294ba0c833459af9bc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a3a995d8193b4e2292d94d3d3868860e5d189f6ad7e3b53470258b837a9e012_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b7284872aed97dd35b7b233c8033e01b6b864c4073cc80b49c4b40d6c576bb8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:40b315018e5a869a4cbd0ac9723cc224602e1996e47b8107f60beebe52d9c6a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7c35b7135bea1c52e42d9963da502b94a99491c6231badf8679f36c6ec31aa7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c3967d2858405abe1a54cfcf8f2445e45dc7aef7696c21cf96245c0bb4aa8834_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b1e956fc4592be241ff00c9a5e159b6c54c886062e20ea2d2710637addd118_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1afb07b8d4e82c4c6ae0c2aa2cbde892102c0862a41a5a1940bfa07a2aadb95f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3af69cedb03c410faf9169e26013dea148e9d8b7e5e9e9047c89a06b1913ccb3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6cd16b21890ed9fb0831ec559bae9767b4cb55f73e96a1c0c493c4de2642b1fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ade221c9b8a46412f4f2ccd96c0d4a5a9ec26e29c1475aefb83c55b3b885794a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3493f9658503d0009fecd61332bede316e2877d2f322c18580acc2d4149e1390_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3602ae83bd1fb64d4e48a111620905ae567ffd915a71fab0da841f3d92889e68_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6dc4fb0a3b2ac5a3c1bf76e1a188c829e45adb16376edb8e147744721415c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:82aa9a4bca8f2cd04b66071849c6fa0d5532e51e637ce09a08d1cb2a3a454311_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:19fc8c9512fecba33b1c4531db3d85e8263288bbfbbbbc485539a296aee55471_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3eceb25631e82da4d0914ce3e4b8f803659b84f9fe880c6c0c99a0d7e7c1b3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b5269e0b5de55c353c7b624e4c0171b10f30696953d8091eef6ef7ba7f0e9b6c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bf38932b81124a15686fe3e93f1f30fe99444765e7840983656666558c51e070_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:236d45e01e15eebcaf277611baea29a066596f9f890adcfa6f9248142e375c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:763e538fbc9aedfc84a1ead6db6342fa4fd4aa2e2f5a7689ba167a4bfa907ae6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:96a1955f94b86f41d52305cf43753dfc9977722d3a1f0f4b1be6411c9dcda2c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fca2ce6e0a8cad74aa81f2f2807df63d35ca7e9d8b28b18e33c926beb90b0377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35523b68f904b23d744cd799e7fe04b24a03bcd507b6caa657a63d2bcd8b1b16_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b39be2cc9eca4757f08033ce40237af2ceeda16ae98a918434f08c004f3927f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b45d311bc9bc8c7867bc6848e716b4594ca8f7b80f04724d0b652914e1b63a46_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cbaef1de5ca28f877a692fe4f050fe3917f35149416cae6433704085f68a4e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4fd9b39cbbe283c025a05b6343bcf2010b3ff4ee8ec7d585cd5146761d37f548_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8f7ed88b7cd7eb51f41548b1cac3236ef1d6204e08440ae7a6e20b960fcfba98_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bde243eee4e9047c42c3e27139b3d5634a1bb5ac0f4b83285e4f3e564e1de244_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ebc976489752658a1757d4b62c75abaa2607d0a67ef25dcaa93d4e826f91fc55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26081303accc6cc7348c924540a4a240c42ad01af0d7875b92962beaf88d0ad6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4b17e4141db4d6d51a2b16e42eb12aa240220d4dc9e360ff92ce8332d6314493_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6546561ae012b5e2a3fd723f76bd57e4e7f4ed893c440b218bd684ec71e2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1c51b219971216291c873c6f2272e9aa1af3e91af606a7e72ee15d84914f12d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48a53f673f4a71733d2ee26ea8ebfa9297f541e383feb5f465777e86fcf7bc6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5afbec6b9fb931f7e71df2aef8c5f2a2aa1fae14c0779ab275bb9d7a6b5ea916_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3e9aa93c4a2f1396f23300641358f2157e4fa68408f5ac50e06dc1d5ba28381_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbd85d81d9452e08efcfc7c9cd2d131045d8e33bfdf4c57687377b5f8d1da762_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:67f91ee99d0d496066c65fbcc9855fafbbc0bc8753c1ea29ec19dfb978d0131d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8013891262e80780d9914e393a8d91861d1b14a94e2d4f89affd0e299a4f5e66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:85892745b4e5f5113db96c7bcab15c11195ba53b5a059f57a08aa3830e83c975_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8efc4f72dc248944dafa1d0c1113ef28df5be90052865f32196a1dde6d13e314_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:21e210d64d9536dccb41d5179364995202933f95e0c8221af06a0f52360be4b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:949ed5dc1631298aba66a726fc3cfb6473d7203f452663786cb398a14a5f6a88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3cf0e16bc1208625607b76af54f3b80c5c7e103333a3f4b205d1c943c328266b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4134edec41e73edcd77b04ed8a539925f3b81f75661ae2b33dad08b2a0d5f2f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3986449a0b211a89c76d583c15178a75ef95caa002fd3751ab7c01122740ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4813d400a6f46477e92449d1e4908c7bb329545c578b09b519ddae10d0623d21_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c565a6990de02cc0f223060fd59bcf99ea9239a2286a4ac1212fb859f0bbc078_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d26f27237c1317f5ac5edd5895263e7809039fdd77f608395b4d11299f79b857_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f8a514769d3995332c660a668ffae9018f88ebbbb94db89109fe62a78bb6a7e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:757fd89b154f09f1115ea21b19eae895831f12afaf77491815fcf229220710ad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cca40d616806de4c1cab0a9d0e54a614d0a4bdba7b0dc49b3191d0ca6218a4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f2e12682e00bc8c041d04d4c414664eb27f6e78fd42f2c9b8caca079fb72a3c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b924a823e9f8399b040ea016bd74e7a6ce04256c662a9226676b9ad06bd18c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:747f9b6cb8aaf600bed84b80102ec5fb6e614c549c5edb07f97e4678daf60594_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ed6318e5a1e2df043166879a526549ecad1cd62159a5659ea2fe201f4abd798_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9574167a857bf207def2891974ea31a999dd5b163c0ebc9a268d261178803b73_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:45e3755a7d823d3c47cf092809aa13808b05dadeb49c2d8965ef7dcd1ecd51a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:888a7dfa28959baf2c21b20048cf69821e78230c33ed18c430940649093f60c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d36a332435642bb7099a06c8fb3c27e614a19094ad6a727493cb1524dc64c5a3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:dcaef959fe0a2f2b80577b0d2d2802fb922a48ceeb8f1b552e11ef0dadfc8efd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4aba6f6d0717910e13157b5aef43633ee8359fdc730df2af1db0796113e327a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66fec0af1793ffe236208f8922add7344361185eb6819cb2d655c6941de28d0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854d5562f0da86e02483b9b860c117fa0553058ff06204b4029b1078ed68c2cc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ef3e2714cdaf4dabc304a73d3867f6a30ed990079a7dc82935cd311b6298429e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5a47fabca2c5da103f2d450f766b523c11f2d8144dc88116dd28ab64311638ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8348dba52b0b908d04f35dbfbb45272953f59daa95da494498c89b1f13a01518_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9c4c2c65f712de6e55348896b2609f71db681e98f70dd26380c17103c168f2e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c9fb883a4258dca7dc277774721df45548564f1bf02db259d10eb28030312b5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bc60512167cd61ad02a367888bffaf9ae9ff5d38d2710f8b084ecd5fd5865ff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e189e287c6fb6d208f0c06f87f80d78dd7f0f224f1690c57212c0431ce42039_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5449039f33a2f0c68bd22b9ffb0f36629d2bd5650334c648ec6332482fc73adb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea27513cabdb48624bccf772ec7657f21f625d034ae16afd2ed87785c1e92c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:25311111c8f185636cc6c4c57fcb593a4d7f80947112d026f17b03e1cb8c5836_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:279a1f40f5daf3dfcbb6ae72d7b34e1cdea81c93b8f26934b0b75a5691768488_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:73dc60e6fcd70afd3dbbae8a5a3b0173b8aae24c262a538985f446f384305b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f83b91fd2651513053855b761ecb7123b9c8bfb283b1b05ab987563b24296ac7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3c25156b45ab456d86337e7943e2499d56ec59e9df06a9eaf6573d00c8ba99aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5eedefd980085c0d05eb99404d84da557aa1e33aa60b6f8dd617e6c51b7a0773_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6408fc9ef2d5571e6b6139e460df943926f8f61d3f02ac8e29b4ebe2ac1f987a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9f22b0754b61e971e65dadcf6b1180062d05f0512761ded6d3c72740ad4685b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93757da9f7fbf6c826f1310e9a753daa86cca4a7d0a307a7605db692d679e0c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a3b6915a30075af8ae31cf1f9537b4ff2edd806ac3b9c2aad2c3d0122db24384_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d6e27f0f7452d0ec0445608ee11904987ed62e79ae5b501c8c548b3140a72916_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db47533315f708b613985393aebd19f0f1be0553a8a84f1ca4691a6f80fe99d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5cb51b7919e67820591dc9be361dac3ce494f2ffec55dcfb4c62cf075ba9928_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ae934e2c4e03c385a8f14224992a885b0906953eab145f46f920895c1c563dce_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b0dbb59715d1fa2ad7d31b84fecd58695e3e79d1cd975c9d1ddff84f79aed5a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d387c467c14234a2edeef2ee4e1d3390b6d7f69e1e7e3ab4fb5950c0665e7e93_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:12069b4c9b06e21bceed36e3a6ac286441ef97700a121b6fce5164f3f9af5fb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8b999d1ce029714eb21675fd185e98bbc285de3dcbd34d8d78d44081101c5eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb654eb3074962421e67ae133718289b8dfcacc6969400a2cc33a253a97f1581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e4457eae686f5e2cc90f75a4fa7cf56157a53937d5cb0b33e6bda1ecb136ef23_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:57a99507c82d77541a982dcb0be5f0cdfac612ed37649d8f870098110ebf67e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f3a5550a636594f6f13f757f7cf9c13814121da51aa8e91a852643d9a4e188d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd2f3a5e7d019e00cb522644c3e1a2895b9d77e7c4510194cb954f74f6bf695e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:af0c64434c0ced75ece447da614e94dcb92d11f7fbb5dfa15a4ab17fd05d87b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24b4aae7d576407c88c4d2d6d200ec98aa762e1a032ad7a0ebcabdf63f5767fd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ad96a37c03c7af6fefc4a4e34b67f993267856ffecb586b5099abfaffff8e59f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:de86930b332a89f7d532adaca7b1f3bdf99db5f0d16c8c3cad0ed3d287442b78_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e0ed81285f6e9686d820425eb54ccacd156abb8adac762b4ebcaa41388a111a2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:233bd8980b833b554fb9c8ecd6e9fb6d603014fc61292b8a95d471a9fe6a4d10_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:56a429e6debca0139cb61b640a8cafbe02094b3a318af835549003fc7ab1aedc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6368603a00885b9bb3992ac55992580311eca99688f9f5ba729837d670235256_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9abaa144a449593156337eb1d254d7bfb668b118f70497f742bb1c72b5890af1_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a7030ae2f83595a38c507d43a11232d918988fec2a12bd7bbdd048ed1b4706e6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:acd1f4c3748eb6189d59cc41da282a81e8949be659f882e241e01acaa25cbdf3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c04a807f8759be6c847c8f6abc07d398c781563b216abddd198c07ae32c3c467_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f451c542472d35f555ba7e0ca5fe6ed5cb35b9fc0d915ed32486f1a0c7b361dc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:37dad142f4de244e37a4cc2b932ea9bab8fbcf7663136b59919b8d4ed4d8888b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:77e0f36aec56da740886d70e6e9e45b5eae8a4641c11a3584f5ec96cb4c12c4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c4c865b5de7ebf517d667466f7af1c3c2323feefc9fe456fe14b994914ea45f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fc741e6ba3a635241261773e48711d1668f5da1eb435a75db33163c1c4725def_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d84050334b5b19a7ee4e59009b2847f28543e637afb7dfd6c11636c54655809_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:79366a89c1a9d454d121ff6f24a3f7c3f9fee2e1441d0d67c7c5df9d471c3057_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d6d4776004505cb4168ece720f3cd383519c76c229c53bcbff27b4f62fdfcba9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f230ae41108ff58cd2df7460ddcab73a59309e5c7c4ca0c682992e4975703b0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1ccc1d63820ee8fe6e1d60ecad3019d4fd4311d19859a5ef4ab43f50c2bbe68c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a823b2c4412366f8c9c7baa25b6dd40bfad4eb90b98e2a4b064aafec740f9924_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa8dd4b7f6289107e6bb9313a0c3dd95fed0a78a60a3bc6761ba101bf49267c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d51643c52c7f7850b787439e79e69e7e15fea01d38fcf89ede2ffd5aa8a0a6bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2271a35cbdd6e75128ea40780dca8b12acff72d89b8e5edb659df03db2847ddb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:50815dbd8eeb6bb3de2c72b3747c700314ed3ca55130ffe6bf1e0368ac55a40b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:73459be1c7c70819c0a0b7ef2e41c4f7c4772e24eec5ae382fc938a873e6f706_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:abb274b9924c701bfd460bfaf347842aa1c6e6e5ac13bb67a6e8e13aafdfa70d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:192a0a4c23acf7745a9cb39db76a8a8dc351faf385ce96a51e3789b9f51aa93a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:64dd85148fe0c37c97dea17bfde5d6bd28651e85d38dcd032ee6a6e0d564f20a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98803d660cb292a0b19a91c024bd8615bb4b6304b6d5ced3230f164b20fa5473_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f14489a778119e4a3e2d24b85887b8c732d273b06ccaa1f3c47dcbfd593f4e5f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1f7da1d39bf1e91447e1e88df1c5e804567619b21d4b9b6b5bd3986ffe73eb05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7f1abf185014eba5af23da250feb4cb6ccf36627eda3f383172b4ac24866285a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9167cb67240069de0d391f33279d036aa95cd53c4e90b9bea9919c1121f69a30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:99fb48017ba08b4218d540665c8a2c5020d3dd3bb49241a56bd136e5337b9c83_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1f82e411ff1946e57925f552c6dfbf1157e623ba62ccfbdf1d4e07c3c76f24ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3d76f8f385f0225bbd4c2f123a1efb80014cbdc3322eb62122579c31065f2475_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:62ccd6215d94e446e9d72670658341a4f9410005ae77541ff628ea320a3e4e0c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8ad7ab11e18a556647a001fb94a1713fc73db6342d5be586e6b9c5cd85180b1a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:6bd70b036725a8a6805ec024cca61da2b1bf3900092c9990f44064bc1ecb7835_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:788240bb55c133461df4770b2acaf706ed308e53a3ade4c5cfc264deed6446e0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a731b7a16f277bb651b12e4dbb7b91113da193f13bf82f50c7f2a2cdf35b546f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:d99f2b70242f93ddf6773dc339aa1bf75bb2ed1960816ca81206831e477f59f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:07c3fb5bd910f7e81a2c2493b02e87059a8dad6920524116e16ff1d022b9dbed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:778cdcf251d8265e5678c4ee2b9d639de4bed9fa8b649b6fabee24234c5e72d0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9e25f3f39d6206b8a0775db0fa2592de5a0fb0825cf953051f434df1fd71cb39_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a753f2194d3a242aca4fd665cd0b03fe424185a4bfb4946d227f46a9b1f62852_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0af94672e9d21dc0de6cd5be9aa989fa11b702be65f1fbed7949cf0e69a253b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:215ee3722e5f0e138c17a40c1a2c72e8adf4c260ea2474cb5101d674c4b20ffd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a5325f3d088c7a6a96d9160a7d88cc3decdfd29a12cf9a5e1b622412baf189ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b7a59b159989422e6cf5363e905c310517220af021844734c6c2d30146416450_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30d9b1d57b6f99ba33574ba7a98553bf889519f65c039c5b714342839b1067cc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:360fe7f80c135a87f36e6e23a5a129d2ae6696243bf6b448efbca03996751b91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80498814b01bae249447f70402a7a1797c04e7cf9fd7ebb478e12912706440d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:acc63986c28f4ca24b2efc2eaaea748841a1cc1ea4014a807ae7e3f894dd0bfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:23eb83f18d9937b0d59a12c3ca2f62aca7f0da57fe56915cb59a1fc38ec55c40_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2e60091e466faf801773066fa85d17fb808d531112d118a641526b578719d991_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2597c6e1ec452347d977bca5077f9493a32efe388f4fb57b4d7f9865cb48e7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e6e0147dbd1c1af919da7d83357bca2d804de41aed0856d056bbc9394e8e4b7c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:079e10d6f1763da07f277bd857026175527f4f4474534f57bfc2871ef4dd5010_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3e4cd5cdfc5f0a7faaccadf22a3286d853e4bb75077c363b6887d25b7e1a5118_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7525f9327f18f4a078fd04a7a3adb493b2b1805dc124d24cb05d2256843f9da1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a251a8c1e77b6b5d4d8979d4f8a8de20c23363753091cd6f9cc077eafdb92185_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0ca0593d55f379ee3033f2509e1692bd3e26abff765f8293f87c104acd899566_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7fd25cd3e54c7cd19d9000549696f9bfc98b4c5d769e3b8da83a4107ea15eda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c98b64e4d0bc04f56a84cb7ce0eade14aa6cc09ace700b296d488b97b8de1006_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4580275c9fbe7e7c4f4e41d577aaf9bd51c519f29e93e9dc436ddbf34c7d266_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4d3c07d64d81e9b7ff3fdde9a57fa6549f088e5a96125e91f3007116d20337e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:557e38aa7e4a4587275c7399a87f7d71997a455af38a53cd9596026d5cb41146_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9f46b563fd306679cd8162e0c275daa4767f51c0083b1210488edb88976d8839_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dcaa5021d88e1321f1873715dcf1380ad3379fa96d222abb9450d148021b6930_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:90c86b3339418a8d201444592d378962828eda5c92cfe006785a9bc635ff5ba4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:bee2aa67de35ab4635b353061b6c23bc68c86aee8cac9cd1f41135e9c066f473_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:e40130b1e2a74e2b4eb451df197248f85db457c4e50fbbaf8447f8d9de18363a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f975869178496b63072dbad1b51126f9254e27549d8c9096359e1ece529febea_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b044fedc80cc4429176e21684a6143228e95cb817d49df83766ef83018a4ad56_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1872c649b93c8b262e052e39292236847a4bc50c19d07b86c8644cb9faa914f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d5f19e12c21b03fefe2fb73d17784dca980061a3c0a7580ce437173f6953992c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d75092b42069f043e0f39912b1c9800afe624a0d5595ecb9a3ac390c65eec7e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:25210aa51905881e5a33178421288cc589956b0802b0d3f0fe498bcd71f6998e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:33ca83123d3de585db1facc376a72c80fa9992bb29060c8d72a62b86a5f29c4d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7395ee37fc347a402d6e90de9e18f67f2abebbb71f5601a3e1325f9c0e13650f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8ee71d775deba549daa69545d7e1a5beca2805fa7d2267754fec57827e06a4d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6067a2852305b2419f685df3890e2eccf5b81a5f6365ccac369bd34470a84357_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f20a4811133c41d404a1b8a8702674d55994ea03009c621a21245fbef890906_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9221ef430d8efd74430db55d41ffc96e8f03284fa4ad574674c7563040f504c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:93ca5b2c341509449380a1b9fedb6e51482955bc0ec9805e3b3aa4ad30fc1c22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0a7ccfef1c0a4082ca3fe4c3cb93e514b5649e661e26ed42bba26fe346781ed2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3aaf87368d239c36c222536f49e675b0a36151afbfc637017ddfd7f871e192db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4dccdace02daf6373a6f4cf4a4e83257d98557831201e7e5597825f18fece4f8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:881397c36a4332f221dcfa4eb517e9c9190329af9009391b96f0ceec74e680cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:46da5adb548c744644bcaabf6409ea53f213d9d4157c6bae8e0a3b741ac8c836_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:53bacfc10ca07c660b142315c44882d77ed3f02af6405d7e2bd36fb26b165b97_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b2e763fe91becf5be1cf036062030cee6510af8524107c38b14187cded57d059_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d01d3b7ebdffccbc3f0333585ef3a01fc910115a4bd77ce3fed8f85093a31e4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:02f532a3c278dcd2c26b783d2cf3762b73b035f9b0d37d8c5cff066e6ece07c6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:87c6caa70fa920e0a58bfc370ec7d6454c145fe367d6ce3f34ea3aee3b6d4311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d441752bee65923bde0f5d9883afe5bce6fdb0abea233ae6a4458db4309e1115_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da660562d126ed80f4baa3e45df65a91a9ee75d40eaec3f3881e7f61df17a92e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:48638fe0a5f09bcf2f59f4a02139e10dcc77714dfe8fc10b86892b9176148141_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:589754420cffd7d27505af843442b7560d9a4188f7f64ed3e9a35c086cd296b3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:79e41ca79715a571526e53fc13caded867e266e74276e632d1e7c28c71d78360_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2658b6a8db6e6a7634453af2d1cb48e0078abe4d82f4957288eca0791462c0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8c923202184bf124cef516f43082ad3381f921fa1c67aa7b541ac6aeadec2d2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:97226555f60c106944d99b23bdfcdfed049ae13c0e8c97b0f4e441827720088b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:544344c2e9020efbacf4c582c67532ebe485656c36ab314de95bfb9a0047ebde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b6648aa5ad4dbddd1a0502df8da0c8230d3a8e1bf4311036e9bf8f377976d0cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:04afb17e0637c4528bc8e50caabd2cb2df9b1e50c5749e958418449faae9fe22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8379f38b7b8e488e7b1b170e290af8c604636974e0df590429440f532094cd45_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0100c82d9078fb16dbca67d3b21ff54faf56351dd684da81c4ea2c064a4413e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:99a30147f37d481ec26054624b727d9ba1076fc8b4e5779e545d2e3b7925d9f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:91b7a3ef6622e4a2fe2142c128878ec06a6fc6ab39f8090d09e99e1689b9f2a8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f3147e25f33eab3567f3dbea02e9cbca9a43597a3cea50c6fcd0f1cd79ae209e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:161b66b02d03b0595114914f20ef9449e495d4c70c8af669ddba63dbabb3a564_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ea7e766190adc6092cda41eec6fde1b64c9a85f36a2ca2d5c965e67a096d16d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:56b1eecff219fd7deef7e45cbebca688475c09815625eed92856d74f0675cc01_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fb8a038ccbb2e46ae733ffb7c86b7d8cb33292853eca765ea7a8482cfe3683e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:272e0d5cec07de889e143904a219413930f5ea3550e2af915740f059ea225862_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fed89393209bc73605a2db49ede008f547509f7714d0f8614575f117badcabaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0b7ba820b7334cbdbf02f6be0bce7bfce66c09425a3846e4dc60af1e04a16e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c70f895e7c27581cdc99c52ad2dd0c3dd83a7c18b232ce5cea4514a5f505daf1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6d123e90c3e0a4dbafaada8b1b0fb0f128cc4a70c381674b9df13ace463f88d0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:88c3c0650b52b80e7725d6b653133a5421472047c98d8f16a23b43fb0dbef67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:9a66b8bde7a17514eb0b67947ed846ba8a2336621baf1a22c896496e7c6296bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cf832c31c9cfe6fea9d9bec83883bcc652e4d405adf56914baffed33c6311533_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e78f24bcfc3f52037f20e40eda5a05946e152ee98573fe960895b1ab360d9a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:93968cfcfeb07c864886de9508e5408fa56a872bbd5fadf6a20d7ca07654c880_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b6867d29acfc9d3477cd6b4b302b72073eb99a17fbeb9672581ef9e9ac2d8d26_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c60bf917300f5ff059623c7a5334a1ec2d71c90d7e6ab539bc0b6ebe06f61b78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0fcc7aeed15f99c0e2b8cee46059eb76626ce1a40bc233a73569a1f9f0a1de19_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1fdd4da6fbc7a7bc64ed33e515da321b566d7fc58ca403ece5b34b3c0cc53a71_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:48a1ea628f76e551b73ee773ce9fa741b60278034659dac8dc1333d9909525fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c42c69b265cf079d5546e4832c4d770bb3d78883098ad004e57b4115a5e4990a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:18f3d2ac2c667df294752336cfa5fb0d137a28349789e4cb703636318e6cb7d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:716297a34fdf6be541e34b5a5f2452418b27a6d810cba6b7e8d81e22aceea5d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:824b4a9540976d5629148192a78290f5dda3f3a84864ce49ed07c2ccc00774f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ee8b320b2047e104412603fd5ae7812c65e92fefbe23b7dea980e3a058eea63b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6be22d8f91a5efe043040370b651ec13c645627c16567eaaf58b736ec73bae3e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6c386efed5fb973e4e5cb6ea2eacc8968e2fe92f9dd7ea11e08f3cc444dcad13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:aaf6525182047be0049b680e4471d3b5dc518940c6d99396f3cd8922d3771a9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f0ff71e9fb5490f48e56bb355bfc883e52c5b9e97b7b3997f97e7e1e01fc6a03_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16adad4fa643e6403dfcca964ae82f52be58ada93103c99e935f0dd7f8a8ce19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:16d580e98a6b03e236381fea8a3940f7f55ef5cea9dddf83f57de4f2c16d87c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7e04c03a25726e3e914f29f4106be2b38f6d91e4c4c96d2209e894ed5353f14a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9be92ffb22356b143f24c2e1f569a5a6022561cc9e3c19dfb9cb8d884b4b430f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bb8e87e8f93252c758b06275b904acbda014a05369a3a8a48304025539c2a8f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bef63b16132ecba605aa046e00966ee6ec9a37890f56fe5b00a9e12fe027121e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bff91da1e8a557dc8530731edc9101af2de09463c51c374e74e92d2c69bc3f04_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d7b6990088be37254ae2d8a02948704d766f4b8d08918c4a998a718757ee86d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18fd4650bc77f056922fa227ee075e493616df6011bb31b06498ad7aa121d13b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:372e2b2bd887a5ba12a2e7187fb666fb167d0a0c8678e78dc9e6263ebed37bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4145daf13e987912a5ee4bbac064fbf0888293cc08b114107133eeb9951204a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:56653f02f8d5d9eb484bd9157e4d6418657b2abc8e110b766553a98db41dd74a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:457ac9e201454878ce756c731623f33ec22e44c9be6e688931b5559dc3d060db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:aa23db754237cc273788c3635f4f6dc7a862c1bea9a509621e1db9cef5dee41e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:e7873c9eaf9068c96b6ddd150a51dbdce7acf481fc29106def1c97b359ddaa4b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed9b1a2da0483de307ea30326c445cd0fe4dad0857d425cf9b8f3cca9b52b64a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e863b2c42d0edc7ec05bc807f2f6462b7582ef21359e218094924c936169917_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1511cbdf101329ed2a66512956ae7ce834a6ccda253bd76b99a48487e9de8fb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:41e3dc9405c521149919a24892af006bb7c06f800fba261c5efcd3f2ef461580_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b0cde443158a094812ea67d7c6523464b48c695ffa4c6d9162ab45647a119a3c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ae3d7da6672711ade9e2c9d4159b7aa327e8227bce5c87857ced4f10a4bdfda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:51887eace4c7a9d40e7cf1a509d05760340fcc9117238abb82f7541e2855396b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:52190fa0da838b24980e26ef586ade36fc1bedab5fd057c6acd5de5a84b68809_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eab6e4a898be919f8a04dc9c3003cce301f27e872c0520d1d0b634d0e3e9f461_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:509cbb1fa06b90af926955a2c724e81581d05169e3974c3e77c87ce47c53be5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6be6367bd1687fae656afb87e98ae838126089abba3dd62b1f71683fff7739af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:94599479d60ea6e70ab70389c58c21e5159ad81ddfd98b023290009be697c2fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c73ef3d57149ccb496a5c1ab10efa21d0c1ae73360323ac24d8f61f2d3b5dfec_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2ea0c42b0af0e9622c30701c2c30ed86d577ef8bf3ac8d598e9baa22adfde899_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c56bc7a31761839fa46cd50bbf90989d3313095bea4cb3bee95d074a9dc2963_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a96fd264e1b79591176e03632a3e3ff3a1f1081ea5144f188eb7089083204a6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c379e2384917355019fac9528027a71fb47ad3209665dd3d596598cc6d6ed6f6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:178f4d3b2f63adde85e32729fab326955f1043471079a0599079de31e6fc6788_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3b1fd3e8fb0c8ec48aa741493280e249f5f3648ae85f4344c4f5cb5196a068f5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b14875a6d74f24bed2a0777e9a0f12905dff8d703581283dda165b86a10017fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dde63d7b30b2e601746c2db054ad76e4a08c1fb8788df6df702580cd4a5cf791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:106d242bcf5949edbe9d5afafa2e02c7b37267e0d5a0df3c7efed1d37fb3e2dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:49bdd7999fd853e6af213b6cbcbf7443d12c55bddd8ce25846b6afe31ec01d47_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51d52f0aeea8e119cf184ac017694e1c7c09a42682343dee525d6662bb746d94_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:940efe54180bd892583c762d2716022647095c7aada14c607a201d04051a2b4a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0c80e9b2df2ad98d98e49112fc9f0b7c556b95c67edb5df34763e37ac804cf73_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3a0cc43c6dfe27e407a1e8cc56fff50da88d2b950b7f113b52dae3eebf7fe9a1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5e154688fb2359c611bc8bbc7471c05d7e56717aae61b7a591e75b2f9a52cb07_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b66eafede022d39b51d22b77c6f5db46a588faeb3bf8ac2fea3539731682ac77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:044e74fedeb114239e7d1205ab558081b8c9aa521a0d4eab5519935eb9c34182_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a25239501706cccb1e4651398866d85174bcab42021c630bc4daf9a82f48f19b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ca4f075de4f6728a2f46384b835d2223dbe223db2831e2badbe182b610c7f9f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d62b98a8686e42f46984cc839841c913ac9d501d0481e56fcab28bfa673c5e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4a77a38153f1160549fef7f2d4bd0ccd9289407ea9221bd45db2bfc39875b45f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:60a93e9fdd00186238831580ba6f90622ba0d11b70bdfd4dc21897a6b97d23f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a6d11ac1280e7d753db911729fae0b7676b6ab494361fa0e5ececb701e298515_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d2369278f5380f2bcc3eb360fbeb4e29892d4420bd09cfb24513ca764f91d9cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:174979a48d708dfa6665fc8466150cfff451efa6cf1951001f9cf297a1b8f5e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:55bda2c7c425ac8b1bcaa8ba8f056771fdf9f342eb6d23b15793c9693fa0d7a9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8d3d2a5fc42f45482223e2ba9972ec2ed6de376692d5c566d4126a8044f1d045_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6230b6e46dcb5fb0895c84fc0dcba4a10fff465aa8bc1dae1dc5dda7cc2e567_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2676615af9bf8b1465181d2fb58dbd1efb1f8fe464675b2edbabbf041b774079_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3c22d6e7c3805642fdb145e55c7b596b71cb458ddbda51b6f709dd70cf5bb6de_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:40f5704937a01e7c28151f60d76f33e95d3b18d511893021fadbcb8e832a5e3f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:483eeb4a161ec7fed8515247219b94a2c40980ca788bde992bc5641fc1b91294_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7190599f72b2cf0663606c10830cf2759037dd4de06cb13834dae7378db980f3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:761a23b468d06cc31245270b53fca2ee9538c3f5734cbcbced6e5e43469ff76f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b4c4bf466d29b02d08346ee358980105a204f51e243c733711f88a1aac87c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c54c34360f1166a7c42ec1b181331c31d55306f5b38958826260de94c9b360ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:73eebc52df8056d5ae2bb19e2d0e2d7da83a6e47e276db71f7d26da0e50962bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9e90309a20bb143a8f579ce5fa26e36ff107ff5013f6fe2ca52d4a5dc28a543f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:dbd4c3ffafa0d8a58c21a91f8c604e4ca913064e8c9050af9133c61f7f8e5831_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:efa8a7c783451835721df984e0357e521f17f3c0235408604bfbd75baa53b77d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:47093e22624d6ef420aa80ca4e934384bf59ed1471d9c083f170fcc4ff7d62d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:828b37adcffe61dec6e74ca5380f09e638ab40cc2cbaf3eb0c461902356ea7b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:911568aa124776b2b7a4dd01b5a045b9e5109634afa9510e250115cc9960652f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b046bd3e394a968b8bff756a1bbab6203b173963372097b4e9bac2f4eaa8656f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3cb35d480c31d79278f2e74d16380d75c9dc8f36e4208649f5db223492fc51a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6cbd72c2701f8256348c3c0d37c7006db128cca44105634436a9f9737afbf195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7ec2d54b5022e937803ce3012a89250b224a54384544ed01a16cb27c00d7a00a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:922abf70f2e6ad57549dbd78523d198c970ed585bfacae74f0db4f3d58a234f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5b47db66013f3bf649898ba62a0bd386e82207485bb16c1203f6870bc4bffd48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7ef973e320a796810c7ef62ece44f84d5382e158fab42980c6a3fadfa42f686f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97ee01f7cd27cc8e66e1f3da6310e668ce4e0fd8a948d956f73ba21fd81a0f6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dc8cd1c7cd4cf7a1337c485787a312a285c64489f728aa74cfa5fc380d8c6112_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4abb807bba0bd7910150a5bad5020de4077d4d4500b92cfb397ad5789d37cd68_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:57e6cc4931bb4a870db12390932db4de419bd8df05865b0d1b0b87755271d045_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b9d7af15ae74c5feebdc7f46eeadb20ea1e465804eb776d342a19a983375be88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fa90b0dea8b7c0823b9fd0ec294dae694ffb26950cc27a33ff26eacf603fa9b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30ad6a83a99ec15ebf628c009cf0cf4faec5b04c5d053fcc7ccbcced84f0d809_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:642d49376a33c6e44a7267ce47ca05ac9f48ba4b1fefb3e49ec13a47ef87f809_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b7c9a1f9c8b7307c2328846b2267b1041516b20f4b7010813eca8e7841c7cd59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:dbdb7d1b8fea71975ee17988f36976bcb1003792ec962001ae4aaef37193ed2f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:255023a42e94ac306891575c0c3f8bcc45c1ae952aa9783b6c2b8aa98f56b20b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:77012d8624e45b6f08daaac3949235e15ebdf4c09b49f6e66b79f05f36ca2cc9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:dae0604483279dac67d362d274de80cb3e100fa935ca50dabdc7dcc436b717ce_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e5b0ecb3e20dc07b357a33d1dc317c6a521389f6addee2e492bbf2bd852b8c9b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:207751efe1aacbd87aec83e9df0b4c48ae0a985deca07e32d1a8ce5a1e013a53_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48dc2ddb716560f09494b9d696053086eab77dce31bea0f89532d11074b3c6d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6e4ef72aed8a27f921e339cc899c84e094c2a710f7a00a0602ca9d03cff31e91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d78d850c77386a35341624bf3fe5eed4d92ac41a5e6a2d3f2a68db6de1a64087_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3eb650f1c43a1833ee02b2218336c075456e26190a8ed9c976680a20d83aa55f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:64353e912653770012896a153103b6fcff349ac40f746cfc36821fe11dd6259a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c6fe274aa342cf850b2ea6287c5c335e93bad4a1bd73a0cbb2a7c789eb1ef48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d7730eb1cf5ded2a07a8c93369e1558536ea5af5ba35a23f3046946c89b7368d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:03f8250466cc5d3120aefcc87f0bdd4d12012d6a116e419c382d50a21760aaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5be6fc774ba62dd4cc689d99bacc979cd181bdbee9a221f425c5266db6a62784_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aeae1b0e5fc3faad8b9ebe64d21e9e14c721323991fc76b72d39f8a7608da870_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e77c5040e44ab07a456b37ba532e9657f879dcecb7879ed9e79d8b0e2c6c8f23_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:80b208666af68ae1f11b5526ec2d4e2952a4f33ec109a054519219c0e84f4cd2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:82b5a2010b2619bfe1dc1a3763af5c642e3c8d435dd7b91713e581f267dece66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a52e866ebce2cc46c05ec89f571f02b751a98351f1c7c1475d38bd3bdb08a76e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e295ffe236c8ad5c1b4bbf7610d9a29f35534d6b66619cc341db46baf6ab4aa1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1594e9818c4dc1459eaf50fd7ecf2fca7b73ae81be70413f6fb99c143f55fc98_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:455e45f1174b4bb5db753da8b2002b40921fc0051f462c0f7cc0cb95ac564c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b74d75ec982d2c35bf2f67a22eb8cc307ce5c995134e88b0ce9513df79cb5eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e0642fed946e365d50162ffb37121be194ddde7f422e022a7afa7a45be84aa96_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1f0901c738cdffe9f323d24c85f8fbea95ad36ab31acccdccc1b7c973fa7fa62_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:42903bef3719a65b7e7fd89dd371c68baafc3b2f41b68dd972429185d3fcdb90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56db80905cdd80d7ef3ad4cb8e0620868713a31853dc797db397431af032d322_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8c340f2a030c2285afa19fc9022e14a07056941bef8de59b25ae21ff4c66bb9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:07284eb00a28180c2e4773ed2da15026446ff555b47307e0ddfb707766c9c420_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1d5764ba30e7e1058b3f2b10d1ebf9a190b6b1aebeacf774114cde8fd5b6b3fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5b2fc54522c109221ecf5f2f25b34bec50bb71eb1fb13677e79c047ff92899e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:88bbe3827720c373b01bf2fa3c3b8480099f7c9058fd6424cc57bfe74143fa9b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5dcebe96fbdfb5c6ae5d86a985c3d4c7676cfd02460196764bb1e4281b77eeb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:807f0619c241b7b86a253efd0b36b1d3dca0a19b4732139d789c5e6618b4996a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a1283298ee508e2282a0e709e2ff32c018445ef707b155f3679703da0a7b143a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:aa87e88dc29d54aa41e34a5ec81986971fa4d3c53a33d6fad86527ec422507f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:03f28b40a92d8f8abbd0d0d09fd080c5928ac9cade01e28bf2c683dd500797d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1d18d242102246b6cce19529f237b536be5a9a5c2e0431eb15727b2b90e3d888_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4ad31b682a179a9f46d566301411cc64e1fad11ce7f2493d73c81c9d77e7b38a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f76b5de9e7ce8194cb453296dfbb5a26fab5e9f0367eda229ea3c466cab591fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3008aea10be9bf754a1a6e0538d1df3f6408e9eceaac2e0cea868b40c5fff12c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:53de5c7759b3b0090ea994db28ab745c4635f21f44266d5665076c5c2a553468_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6d99d80ca988aed5a3cc74e6018aeda442f0c5cee4b033d13e9e6995b65a5ad7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:aafdc6bd5cefa7443745fa3d40257b3df385bc09c1874ab34796a874273a21c1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5385dd16647e876699858b01b78bda82d769195e7237003621dec0c17ea7486b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:8d82b00af857b1782bf0d0531c76b83c1d05ffc8d8b0ca1a730958226baa1455_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:93c060c1504210f495bc301a123dfa5e36ea87282b8a6d192f47c8c8484b3172_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d9207728b4fbde7442c8b4a9fad3f450b7e2c6cf0a5bd203259dcc4e94106d04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:39c30a1eaedbaf0ac3ab12323d80529026bbdc878a38981bad392602cb1ba438_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4095317e942f7ccda2d3d8a5632683cdc92984606f25a90de944e47643333019_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:873761b15f7f5e975f8ca363e088b806e393ac2a78214a29050b3102cbb04df4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c92ef1fc3eb4dc56767923a43fc75ac743c13173e2eefc3c06eb762a38a08629_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:723b1caa7724b4ee065ddd187e259b4eeb95ca3da87f29d5e51f532b3c29dd5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:79bff52cd5adfb2cf36c64fdaababcb0fdf4361e9bdd18b51cf4502e2413354f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:89bdc2b084964e95337d1b06b7b3e74d9070e8da7b28ad34dc53bc85ccc603c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c022d71700d942bb819bb1d489925c1532c1db71a5aaa268b855d678e8ba364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:120b1cf4552db536915c081e92372cb83aa89d21a81adcdffe09f2dd3ec5f43c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1b574dc3b519ff20706162d18bc6c2d9970b0ebddc7547a9db809aa9d3eae74e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3fad488f56b9dce6d9b6627c6deee5c2230287828dc53b96d5d5f62943b57737_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6c069eff3037f67444d6ba193d1128e064c4a335fc73b20d6342b8fd1ee05107_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:25735783825c67f2abec0695f666552f0838f10467b027fa1e475317a14dbd86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:417170e3ef223badef0bc4702874b350edb0542fc54f2d85301846ef4d48c1eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ac836331535a29128d1cdc88472143227965ce06b994072a39d407121f49e613_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ec16051b9ce0b0a489a8b17bf581b0799cd5ddad84b1786ba77322cb9132d055_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:13b9c3e4c334cc245c11da77c7ecae4759986873fcc134e3a2901d1979bd97dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6926123fc26183a63626f4f33921e2a24cd8e27f6f2bf135c80f1e45a3200fb1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b614ecd78191da979aa5e6de4904c4b45d71fc0820e2e9695021c468ab2d0522_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f60d781814b6cd8ef503e85c68d1745af480fc6e2d74e2b52521dff292e1748c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:40f85dd555fa6fa8934f576e5a5cc18df64c4cc264c9c44cd9b260d82e7690d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:92d1062b43e34737bdd26b9ff74d92d43b64a699f1e2c1275ece8f6c9b1478c8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c05dd77c9c641c9139e761b88ad358023c6ba4221a6854d8b0760732889d58a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:cf9e05f8cbcf5c64026e9dbb830a9731a1404bdf47a52563f61d07bd4a51bbf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1482e83688d25af51a9dbb93b52e652d95dbcd7cf4a0d9d2c9364fe0f0ff4404_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a78e4acce67f08cf4c2c48ade037c43b358ba69f5a1ef82cc5f94af99c59555c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:b4d0b3d6a24b94ccd6605b1f62b2c60c208959ff5194b75d6c25d54df7137e5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f592d769515366401b273d9b22def9660e803b8a560496015f176d13371b96d3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:279b255fc3bdf326d437336ad9f8d391f02e7c934c160886339778f057df78c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7579da643df10fb9c3c5784d5e06b3c940a823158b595de9fcb964a8d69f215a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bb2f77f5bf96fb99626ad02c0f963a6c862c04a7a7162a1987426c2a94ac685b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e95704530a93835413e0945bcf4e2e2473fae5e1257665f5c1ec4b30b36e81eb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4bf77f2090c7ff486b87a86cb2e619015d7e1ee3ec31e3a825c22154be80738c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6960a4e7bad45aaac838b0497a2503e83d3786ec78be154f44567770b82b3527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9438d34a83326c0fe5f167e0568349f931dfc9646f1c70da69409e350875ea53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cf4f62c2815857254a395a0034d68e3668cac219bc2e08e8a9e130034664a957_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9b3d6981af468b90d62f63f45a22d2ca13136f81282b971c3fe827a9183025eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bbce40bcd762ed1eaa08e19ca0212121a597c5c025305a552c1d5aab32c867ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:16a12b3a4a4ce3abb27fbed591e2742933d75ca5fe4a5537d82361b90918773f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2007b429c7952661629067f452b4a56c5b0b6f7b4755b5a7433c1b6faab6d419_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:957530099959a421115260f95ade7784c64b942916a287cb3546cca79763d55c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:975a1cb86ca8e2894140c93a96affde0efa449c772043420886db12339aa820c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3233a1897941a3b7f05ba46a8fdbd150a2b4c070e443db362afe2bbf7071957c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9b55075cd3a91c3f18c6c308019ff67dbd3d38f39a09c7e9a5e48608ac908b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a9bbfbf82188d91ad574b5896f305c4d7b6d8490c8920efee82d2bea49d0889d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ec5f445423fd340e1233722b53fd083b74da21c9472fa768b175cfe6781e2afd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:103ef4d88fe1cf74623a5a9cfd0de45372b032b4b12ea3a8a909754acb2431dc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a366221e21c5dc12c9df861fbdd6bfd4348a8c986bf43e38c4a085be7cac0600_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f264663a2869319733b39c90b352ce25ccb35a15e4b17461e4f74653362c4e4e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f4671b9fcceac63a6547b544d189a85c397e6aeffc6eba38d6e8b7073f258970_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2df3ecea77577d06ce7f57d8f010f3a39ebbba90e350ad9720b84ff6cb320a4d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5754bb489b38e536c93264a1c9c1b68dbafe3923cde8a748a4b9fe87b759d097_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7c31e1025211affebc55acf8cd791b0d5240728bfee060914d130091a664b50b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:bd7abe39caf78c2962a37b121a293ef9179c95a5b30ef531cbce7483f3dbb108_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:421e53acd2e915022755187916086964d39b2f64014deee49c2e19208f0aeb5d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:43af0818e577746ef7223ca5d75b90785078c290f5d3770d551b9965d1706c87_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4759c35a8e51c247501a7b920db373eb6bb3c22ee2a712a9030c2cbb975029e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:905a175fbbd6c3e81dbcf8c9192841984b0298f06666168a26cb27babe1e2893_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3146de9d4a8b5c98d8b9fdcc7fec4392f1591723948be440897e6ac16353b096_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4b70ae04dc8f4096bc37bfbcd02bedba1a579fe133177f674607f18fbfb3128a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6f45aa19891117b7dfb96ed1d5f95025423f62669549fda2114a889b80dca8ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f9d547fb14df2df02bdb68abc2153eec1eb42cccff0f706127ec01cb82d661e8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:30b8fd94ea4d909cc4fe3a4f21dfe44515b2dcfcdcb7e5989f356ba5df164c02_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:798df44d33c1acdb59938fdf4d0251cbde8cc47aa6a03cb5b3a77160344d56cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0730058c0266867ad428b19054335ae526e0d9610e68256e6e921d590b3bc66_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bcb2922c665d069fca260451b5366b8c4b04ef82bf491443496519d8f15e34b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0fca8a8cec5e7313576d38c866b7f310492fb11fd94a93d6ce8fd311ee424dfa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:494ab165f12ca1d2547a13424dc7a5cb8ab74d5f4406d46a21d944ab49425ce6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:51dbf8c399cb661c59eaf27c7fca8a08fee8b5651e1a023998f16e4c87bba3a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d7186ccfabcfb1537e42db07aacb004ffac5d893e8e20f1a909176952c4ba00d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:03d45c9ce7fa066c430b348e05cd3560ad596c6fa93f7a57191f3adad9ac71f2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:17014fa590650c3e7c49820bfda285fd82f22b5037a54c6929c3d5712a516c0f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:811be7a889fec8a5f7d71c4d77e2adfb2a1928fc01fb7d4cff316460677e9dcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b694b8c876fc29c8090521e7ebc2c02be88c9c811c9c1734c79d524baaada9ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b672f5cb7e7103e1304c2826ef5270e9f47a137454e80160df8414d7e72d76e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4ba97de4f8c46097b8179e1ffa898e0c4e29c96a9abaa96f5f8fb502ff5ce692_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:be6a2fbac7aef6c2b49aa03843796a2aff8f242a76ca12c8bdd97a40f3b11000_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f15701dc03ae43a7857a1a82be879c9becd99209505e5809124f62f5056475eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:41325be18bb76aa696d2826184e898f49cf7f29a7077e8c1038632988b3e438e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6f75279627dd89b244fb5fd01a630511fe1e5692502f9fa639e43315be7e3cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc31499dc776663f8a98c401ea377b4476a3dbc3de201c079b326f291117ff2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d79804455341fe8ab02a0e0b869e806821462798772e007f03f8a75959debec9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:188e2bc785e371b300756eba797b8da911bd5115f39820369abcbda1da919393_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:22ef77cc4d255f6dec6a74666990c61544d82aa4541821a1ec2db93e3473657c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4ddaeed1f2c8c64d156a91bb4bbe71f74f590d699ea260d00fa29a7d01fe1d61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4380834ef2ab3a558c8a3bd2cc77341c72c7b2ff4888be85ec6fbd444d6c7f2f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:63024eecf989e5597f5fd2495a404b364ed9b7138bf835fb3e1d851a34d41d54_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cf27951838e8fb93d4f05a8f0b1ecfd7c3222bcef49e14a3dd6a6dc63d0fc260_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2f33e8c871add512c85505c2c5c81267e7b35755653532a20028e89f4b41c2da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:96c40575ebd38e6ca166fada51246e641a7d5e9c7b00bcaa489795512bf1fb3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d26622a1d37314542981e27eb616bb5cb316d7771c3b165921ba8b1c7470db14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:057f39bde011e55246763cc5604745d80c77918154ede243554942bdf81dd068_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0aad450e7e40f1cc93ffae16856cf5de5acd1662371fa8c62dc00ebb6d4d11c2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:d7b45f165d249847759289f90b18321cbe8c0a8e972b51e354f25a94fe696f25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:77bd75b7bce7a798cdb11ee0f7d6c838e59236886567b4e5148e4afae3562073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e18c9f9197b6b92497638426e8e91e450c1a3ea7b95a7dc83645c66017980c3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c199b1c123b4f5a26754f842e9fb1d046549deae99856f5f5db2f5d1195094f8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e18c5c5992f5cecfb2c300b9e7cd3cf0b4175a4e3f4e3cd216b6e6effd875cd0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3f727df52b4841d8b90ff625219d832569463bd320f49aaf94a9c2d706fa097a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:9e60e00881a5e5168eace2acffa41c373b3ef02406688b03c69e4dd0656c7e66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b578298ff88e7cab48de60927a8e99f52d49791f271f08d1e5e8910520525287_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc0dafbafec45d46183b03f4a7a455fd1db3fbdd8d5ade284fc34c974647a55a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28ea872308ac7fd286f001ae55753e03dde674cc8c58df264a3a5c6a4833363d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74f6e12dd81ed0c63a8983845a8a3295213a6e153de12fea13724f6ec8ff40b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6095b8baa4b32f6915ef6ffaebcaab125acfc2bc23006d23b8be04be7442154_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d1a64b53aa700a69821c2b3ecea10d946f731831b203e4bc65b7dd7729452195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:91b2e671c9ad506297fc8d286edd908ff2277289d108a4f32c3b0202bdad7b57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:cfc8e8522d3a427627afd3a583e729d822789a3f2fd68998a9fc41292df76bf5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d64450c15c629be398fc0afb54009c60c151b179ce11b43906c86cb41f5a8e07_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f10fa7d1184ad4027ebb2ca7ddf6ea2cf6da59dfadb6c38648d056d4590c9229_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:422bda8ecd8223d19a789e4816891f390083a42ff728510da58780f348ec9bae_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:82cba79925fc340a97d23710901b1b7614256b4dbabbac0593349329f24f3398_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0ce3b22f42ec19f8c3a7556f86cf1d8e22db77ba5ba76a29e092e8ba7c8c7dde_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:82565bcb5b80c75af9ed9f0e983c8398da358cfc6205bd0f3775b04cd69c5a1b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5031301ee1ed68874731dd460ab27fbc03ff766fb23de5020d2d573ce075052b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:83875dec4ba5db73fe9c2ce1ce22c955b42d016c15f9d8c731cadc17751d5aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:13b4dbf6a7b7277b63decf38cf089f68d966cd9d4cdd32022b73fbee1ce06b2f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:67cf8b8c4b55631845879ef8cc579c2e7d96a5cd4af9672c83909e31cd3c29ec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed626dc3d32cef2787174b38a232bb53dc07cf19136a7ae0beee692049b5d27b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:0362f5ec213dede171befb2aaa43343740099fc8da8d3c0d1c96fccc6af03ead_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c690ed0c141b642514226223820c5465bc26a226a25ad52566859315dc17e529_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af375fdef09131e75563f66f852da9795fd5b77ef66b36c05fa7dd1353c3b34e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fbc8e638b6ea4580597d1104ae38ffc81dbf333e38afb12801bbe4a99e849a12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:54d79dd5b8b64c363a3b7e7263b7e00e377a0117e475bc2bbc48ec9f00f94b6b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6930615bcb510326426acf6954de5b732652064186ac0ed19ef7c683ce9cdea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8353b502a270943d3bdf742facdb7931589b1da1263e4fd098d64f7b4066e32f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e9cc7aa24b1901a0c41fc88621b231927a9d6e23c7f008bc1666cfefbc49df5f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2b74b78ec656cb9c991ff872d5c48ee63e08837e019bb65838b58b76325a69f9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9acd8db14233af5629af6a3cce85c77fafa9edf89415b24f8a8a0cd196825645_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d3c6e9215628be3626b80edff5d736da1994ce1c3fa96d59109e3905c8f1ae45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e96b81626cf79c94fe32b32413ac35e80b7d2e402a11b7cf18eab33b494674e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:25d2502817725066c052e6079e7a3b97b0c9d106f3204bd11e9acc44e23119bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a00c1175b615d99fd2bf862422a89ae4589728b88339662bf038fe263d675d2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c2029ac1677579e17850e40a0a8cfad726e04da464b85e6198d20a4baa9ebe38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d6b3bebece9fd9fe203615d5b87a840c9e89b64f3c7e7f3238fb43c52dd003d9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5ae18397305efad4a2eed774cb40ef4f58af60c0aa4e61441030e663bc34f159_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9b72fa3e6f7e0196c272efd6fad1636ef1c8fac41c4aaebe29a2f2f0ac204016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:380b09da683ab9d92e2a7fed1330c5f53f5442d821b0c2539bc486e508a71936_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:eea07bb25349a5ed26392ebf22631a85ecf7dc6a1a30afafd82a52d421a4f91d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2229a186943283f30177609b442f15ff44c8ddec2362e5241ad5639ecb0572bb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3c7a5f31b3f53a411cc408e0b47aaa53ee1a94c70d11694d96a2bb1854ea3456_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36ecb641ccb0e3a8561fb9953399d0362e780bb6139d0fbf2467dd07eda4145e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d262d5f31a5c25d0ad001f403249198ff5ea015258a3d5fb68407f25996e2cf1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1391c08df70a95ec9503a304a4e8b28c72bf9c8ddd21d8f9fadbb85e225587e9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1aac37ee093de1e6a0e86740c3df8c355fd5cf48bff2e01e58530b145e165221_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:600111a588134bf7ea5f6382d6c2ddaae073e755fb949d25fffa2f97f5ba33cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ede4d100369f2bd01f79b4cd86c50965d091fd6f582b48369bcc3e74110473d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce81fe3c0b36fa3a950406b93c5f1a924fab92f726da76c034c332c92f1c407_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:522b3603a3ab87dbc1f9fa4f9b25acf2e22f7a751eacb823feb18279b0024e64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:94c56243f3a0e50d1d42e0002cb84797b9dc9d23efb6a12ab33b19f1598940ab_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d60f1c7d0b30daaa9e9e8ab041c63445e7bb7b6132f50cd7f2044e538436c64c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6e358be14bac6139b40ff8611c6e3394bed8517acd5d4842784dc1bb404f52f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b32b90e8782b3a2aeda85df6970cba882f656203be6d16106a32edde563a83f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dbb674226e46dc1b62076e4b1e62fd51a82d01ad2c66c8477e7c01df44883d35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dfef9a7b3d43a60b5d6a1ef8045ecebe3131babb425a13682d5b85686433ae3d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5ff979d48e835cf602e6172479b8de0623422c888c6a527302b2e8554803d2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:760e4cb453e352e233a68aeb0f1a7f814dcf593aa4b17523123c608838a3d604_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b923a9c8b7a77675531e568bcf9617ef6d4e709ab7eb7fe1ddeeb172b527b116_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e73bfa631996719e021e45e631841247eb24f980fd63290febbb80698b8ea01b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:71c003246622f555de9f8e4ca590081ad8b4447007b1f0518538cecbcefe5ace_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8c3b65caf0926ccc50f475163ca87f38ec81113d097d4a9d14da686200fd0150_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c42aa746f6c61e3ebb5a4bde91a735ae328f14e61ea04491155b16fdb9aa69de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c9141a24d2b0784aec9fa49704855f7b4088332ad525ca5f37e9f7a651431a0a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2af58b624976b9f8f829de67cd76a1f407aa556488885f8704d7f85a6467d8e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ab1fcba91468a694671f15db52706095f2cf5a8fcd055feaedc6b406bb509e02_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:d654f8552f8ff123794b2bac1423e9d172547c6759d28b02eebd9922611f909e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e3e2585f7a5216120972806732d252667c2707dfec2bba17b7d66a846218b119_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3a07c9e91eab3a79552db6835a247558371446dd9c71e52316e1d8a543ab1e18_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:605c1654cc19e714bf1b8d8b983cf6cef9ef4ffcd4a5a829d1a0b2ec74923cfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:de6cc7256aba2ad13423eb60a2fe69335c316a1a35bc3ad3d583dca98168b2a3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:e9e323ee37e43e7d6b07b1f250437422cdc321f204a4e891b3998b8a5a52188b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:7795e52031dc780da6b331773f3a5ff89cd64027816afac3edbf0db9aebac896_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fa3c364d89aaf09867adb992c7b643a9c9e6fab34bb037456404a285e9221da2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b9ac95190e40bd81fca9fa2848a675b524edef0f3d73f469c644641e52cd1f58_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:df14ef8a3939f2e02a8052ac17ce00b844f0391563305a26a5734e7c215d40bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7c6370e5e97471e0749a7d0bb9555e8eaff2417c2601ab8d2996d4680d714175_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9ecb3b970521964eeed97e09395b6a1f23d4fb6fdbbded445579b2d3bd4061fe_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d3ebdae06c35615bd2d80a401a3cce9d162f99b37336baf5019cb280de5157a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0977ad9a02d00c98e0197f06e5fd34cba79e6195ff6608bc593149212f2cfb3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:0e03292077a1e98cd0af13c4954f28b33c14f40dcbc786e76ee2166f87f5e5b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:da002c44b64d7fd7080bb830048e14b748df1086b0eeb9307c89126073dc5331_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e758035655da16fe2cae372bfdc6a4d4c911aa8b55eac8c3da83f5769d385c2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d52f333d0e066802787d1d9f56a6c3b7bc5946864c1b4a2c249a660ba12c74c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0325eddd2ec6e5cbaf79575c44dc3541da4e61e33dceead6e93d599580ffb03_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c25424f3e6fd22ac84f6fa3689b6e8055fe3d7fe64046f7772994a277141091a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f75102f7c45b6d0b6ef939c94d61901385bcf5185fb085746ecb207fa79b4af5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a9eab5f451930acf14cad5c99973f88e4f4850b426e24086ac6f1e6ba03ee57_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6286c0a731f028d5b4b14aedf5e1f116eec94026c177d1a5215b96474074d404_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c96ac4a3ec4cd666a361fbe3f76fb92a601d38c566bc1303859dd20426d03825_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e2600706438da5d16471f1cd19aba4712c261bc29b5fec9dd7ba9be778add0bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5d0eca7c6e735b2cb0367543088ea9f4c12465e5adfdc6e741197de25c7f4317_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70490327ca3ed82f44d333846019b65a72d6fa276ec3973721e2e0fc2e4a3471_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a2b5fbebc3a5d756d09346cab7c2390a34f4a3595fa2acc93650233673e6d8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dad1809a993d86467d1b8a4a4bbb010e9dd50848d3d6ed1d563b74e8bac306b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4664850633066fee2671b763432ab21259df33d1ab9a883674d1ac1ea243a783_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b3754efefd2074fb65f42ecb37681ccb380e8b46e7c900884b9993cfb36c873a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d4dff0998e4a9c45c4f32d82913d1b312059d3ce7b8388a804e7b6eeeda1986f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de0d4563044c6a4bfc4377fca5c855099c80e3041dded830c6d95cd37f0bada0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:54a6ef85c2d79ef9b2e7114200d8f7d58033a115105be47d6395c3e418a59a0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7ac539d8a4f82d5f7ec8d993f69b25657a7aca5ad2b866c55379e95bc4bbd58b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e3ba22bf4740e61d59bd3abf74534d64cee3f2130dc86167b466b4f83e06ea89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f06e0348cf323b7bb502f53d3451aec038b741243c6b0ccaded2158be1170872_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31fa4df80aba35ec3c17dfe9ec6939d556219701e0545ae6decc89cd6ba79087_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dc747224fba8c54840448fc3bed0dfa7da305edb68f8ff31f32ddd65cbd9e12d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ef2dec293756ee1848196847cd567610ff13d84af98aa357438e411f8f04d0f4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f399014446508b1e62f940960422ec4c3a1945ee44c5de033bad71c69e7e2a80_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0454606b21577eb4127f7eff4c7334041f69852688c9db7660e634c2d450c754_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:552681163c7b016ba7cca547d3b32d50e27f9fcbeef793ca52e9e64137d57fad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8217f4993b4f563cad1ae65f14973e5c48b7cd3b2e1f15f1edb86af23590669d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:88c776d559c461d187cc0ab24c53849629ed75b93670cfc90657f429563c7747_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a32d5f819ce5430d5ae60a1e5544c8ce3673bcbcc55674a416c80868784b255b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:cfcae1f52c6bada121cbbd1c32c9700234e450aa6ca1c5e36cc756f983deed88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d41100db39e0c48ae96ba18846464e29f0a1d708c0286161a854a8babcee4969_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f3a2a6ff9ea3270109be761e247e7f5c766c86fcb194429b01339cf8a10482df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1367691472cb18ec477e9b603d90c0f296539f9f56d1355b33e88e3870f48b38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:52481b7110d707bce4c8cac15a13c69ec49571a3c6e380baa0eefcd84e4756e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b75cbf9b9681450890755eacbccd47a50cf05084774f186f5ec9511fb768aef2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:be21ab62f23d567d9eb38613321fd1b39b1570c2679f2bf6dcfb6731a02ec7f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08bff4152f4dab00bb26cbb7fbe01c2c86cbf4fbcc9a3f9e6e7227fa77009175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5a3766c49a6f04ce3b5fb57b8d4937a1af276b02e2bfa7859ca14b440cc97980_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ed8b4195d1c0b5001fb2adf8b25c255e77e0280881f6854f971b0b9d88a2542_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c6ac5b6eb2c87291f21240c30bc76cc30e924cff6ff6c091df38e25051f7c014_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1d5005be192459382a394b0b062907226fcc3766109873b5e86b8213f0e4c992_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c4eca9e6e1d1736956c4c27fa1f873e436c69cbb0a734fb154cc0ea64a71b87_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5cae0781bf6ba704a014022dd0453a29b3ea190862a3c2fe98268e3ea12d18f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:81dfef68491c3f05631779dc90d2dc3f02d6d6da0d645e65fa8df19c3cd86116_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:01ea7558b01db5a4e188bb15ba8d11842e0070f627bab87b67adafadbebcff6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29f22cabe40b913fcb175f7c4bdc4553cbb91ee14786acaa0ddfb6f87aa3aa7e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:47c4f9a6f583d6e324379fbc075dbf8888509c2d9588644e6c452837d805d071_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c636e1b9dc7345f148113f901972d3bd3cbb6149ca01ff5333667fa1914a7067_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4e752b9c1c07b3c544e0f8d051fab8a7aaedbab95505865d491afa69fdf4a469_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ae94eee7b7817c819532109a8898e5a34ce4b52bec80d1a7527c61fad88cbec9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b7f29c0dfb5fe352fd467281f0d59557b25059c7dda5ea26b21f226a3b5d47c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d67978582b629789eee711434bfa275408bb393fc47a65536879f2dc5c9bb6a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0cd4d7a036011a14099f95ed4300a8283bb57619d3418df088aa3a50578edca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:49cb012134afafdebf61c90b88577c506acfd9587f3d029c56c81bea822ad092_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e17dc26d79a7e31ceeafd02d2c54b0851d644c0e13a1a588c4974a20b1528f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:84b8d2487f35496afe73125df7e2e0e244dcebc21b797e5915c3ca460b0164d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:6279c7d5365730a9d8dcb7dd229ef373d17d075246d39688d40bd25a3ac5d043_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:429aedc3a35c3243db7f678e63402922be8103239cf00ccebc43f57d86b103ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1be63c1269f8a258033c21319dc52a0b7cfc8ea7102701ccfaec733e7b910f28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9916ba13a061d49f7d2bb9798af54761714136d700bcde1b93254d7bf5fea43f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aaff58857cda41533c4dd1bbdf97a7f26958af4b0265c78ae5fe12cc406a5432_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f383dd4155ed57263e2f15f1d985d90a8de9c39eb1b337b81522e42716dda6c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b214d1a9e3e8fd6557a4d04fa3216644ae7fbe975214ad1b95cbc7067d25161_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:16784c2abae0b4b7e8c2b6cace88ec36a8275d7a19a9b12f53760d75ce2e5c57_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3a74c2cf3e046ec57ebed042c8ad221fb248857d437f87dd85b9c1a01baf1b4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7d0b0708dcd3141c39af363fa99f62c1f223b22e2c6ea41ed83bba8dc0eadbac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4cde7311de818660254df01cef2a125db9e7375857cd3b62bc23062d54c67c32_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5934d8ace644ed5b06aa1517da1b289561f009bee268b33037b78ff73de3780c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9b6dda89ae954d891d2eaee580ce6f51201f5a46be9b39a9451878d37e257252_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:eca61a182d0aba2f33b8f00fe022dfc4a00ecb2c4e5871c8e3f4047ebab2dc04_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8037e87c1920aa7d2b102bed37458ebcf6eb09737462fbcb2ce9a41084b3f018_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:82bc2b7b816feb327ad7ec25242423d7e29602397269e282e8f2061fdfc4d64e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9ac8720658edc3a705c28da0a04e3151fe9176392cb21a8b62958c6b381026a5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c5a9f18b32b185e292bdf42794556e6eafe2e52fae9c704a6937450d02126ad9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2b264d8951213e3018462a72292a6b30d583c8f06daf5ee241f94e16d506703c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:51114051305318867420adefd426b50dc61da07b3b8a57a7742b6c5617160203_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8eb99577e0664af39d52436f332d1e39e6b2c01109fc3dadffe1a08e3024b317_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:af57ecdc60cf066913e6ebf0dfef400f0a254b5f6dfd0aa31d83999265b468f8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7b119e3bafeb462483245c1ff17369a414ba505a8b79f0bd9d705570ed76560f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b033381da0d7c334e3aaf46eab74fd4e0966c86f5ed2a15619e2e272fe583ded_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bc4a300d46d76cb77e41b9b8bb114bfa4a74cc2adeae20a817f82bc51c7473f7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:defee96610b0012da78daaf30570fad7c7523b2b27f7dcc92c43958888716720_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5911fcd0e272af7c840a47d04413b24139fd9c619434546b13298e5431e3ffc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:62fa04c23de9717d83f539a2173c4cc782b26a92d77bfb1ca56fd70f0a598621_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a58862a5df96016de66cc08fcb3cc26656178b6df316a209d04a6a8cc8dd3271_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c7bb30e8a7114547a17b825de02a377c767bbc8abcfb3a107b5771f566911d9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2b91597e92724f8e19b366ef98adf4a737dd38a1af3558d6c096a6a2f62f358c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4ef377dd4de22ef38524f823efb55ed5680324b20bbb6e8dc01635548c89c563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:517435307941a212c321cc125a7a065bc01c3dcca1d48d1f406eda581654eb35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:587bf89d7be7d54e962ba19e650799bb01a733899023eafdd312bda2d24aa25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:07dd1f6e2866eb81c2d5401d96cc41aa53a07332fff1f9c5957c0acb7d795d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b257ce3ac403e4b7e53cf4a0708f12823f79c4a11e20ac24a988298a46a6ef6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:442cdd9fe2eb6473a3eb42a07175ef51d189e1a4189bc3c2078dbeba46d04428_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:59d149004ac912bac883e47a58040775730b9fe35a395b66f85f11ffadff5d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:37e902dbc5732ce27e4499eb254cdbf134521950f8e28ba4c8bcc9cd1c22e66b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:5de8525a5069ae5338d04c7ff67ab6ca455ff85be3653294ba0c833459af9bc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a3a995d8193b4e2292d94d3d3868860e5d189f6ad7e3b53470258b837a9e012_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b7284872aed97dd35b7b233c8033e01b6b864c4073cc80b49c4b40d6c576bb8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:40b315018e5a869a4cbd0ac9723cc224602e1996e47b8107f60beebe52d9c6a1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7c35b7135bea1c52e42d9963da502b94a99491c6231badf8679f36c6ec31aa7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c3967d2858405abe1a54cfcf8f2445e45dc7aef7696c21cf96245c0bb4aa8834_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b1e956fc4592be241ff00c9a5e159b6c54c886062e20ea2d2710637addd118_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1afb07b8d4e82c4c6ae0c2aa2cbde892102c0862a41a5a1940bfa07a2aadb95f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3af69cedb03c410faf9169e26013dea148e9d8b7e5e9e9047c89a06b1913ccb3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:6cd16b21890ed9fb0831ec559bae9767b4cb55f73e96a1c0c493c4de2642b1fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ade221c9b8a46412f4f2ccd96c0d4a5a9ec26e29c1475aefb83c55b3b885794a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3493f9658503d0009fecd61332bede316e2877d2f322c18580acc2d4149e1390_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3602ae83bd1fb64d4e48a111620905ae567ffd915a71fab0da841f3d92889e68_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6dc4fb0a3b2ac5a3c1bf76e1a188c829e45adb16376edb8e147744721415c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:82aa9a4bca8f2cd04b66071849c6fa0d5532e51e637ce09a08d1cb2a3a454311_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:19fc8c9512fecba33b1c4531db3d85e8263288bbfbbbbc485539a296aee55471_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3eceb25631e82da4d0914ce3e4b8f803659b84f9fe880c6c0c99a0d7e7c1b3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b5269e0b5de55c353c7b624e4c0171b10f30696953d8091eef6ef7ba7f0e9b6c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bf38932b81124a15686fe3e93f1f30fe99444765e7840983656666558c51e070_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:236d45e01e15eebcaf277611baea29a066596f9f890adcfa6f9248142e375c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:763e538fbc9aedfc84a1ead6db6342fa4fd4aa2e2f5a7689ba167a4bfa907ae6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:96a1955f94b86f41d52305cf43753dfc9977722d3a1f0f4b1be6411c9dcda2c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fca2ce6e0a8cad74aa81f2f2807df63d35ca7e9d8b28b18e33c926beb90b0377_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:35523b68f904b23d744cd799e7fe04b24a03bcd507b6caa657a63d2bcd8b1b16_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b39be2cc9eca4757f08033ce40237af2ceeda16ae98a918434f08c004f3927f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b45d311bc9bc8c7867bc6848e716b4594ca8f7b80f04724d0b652914e1b63a46_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cbaef1de5ca28f877a692fe4f050fe3917f35149416cae6433704085f68a4e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4fd9b39cbbe283c025a05b6343bcf2010b3ff4ee8ec7d585cd5146761d37f548_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8f7ed88b7cd7eb51f41548b1cac3236ef1d6204e08440ae7a6e20b960fcfba98_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:bde243eee4e9047c42c3e27139b3d5634a1bb5ac0f4b83285e4f3e564e1de244_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ebc976489752658a1757d4b62c75abaa2607d0a67ef25dcaa93d4e826f91fc55_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26081303accc6cc7348c924540a4a240c42ad01af0d7875b92962beaf88d0ad6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4b17e4141db4d6d51a2b16e42eb12aa240220d4dc9e360ff92ce8332d6314493_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a6546561ae012b5e2a3fd723f76bd57e4e7f4ed893c440b218bd684ec71e2cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1c51b219971216291c873c6f2272e9aa1af3e91af606a7e72ee15d84914f12d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48a53f673f4a71733d2ee26ea8ebfa9297f541e383feb5f465777e86fcf7bc6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5afbec6b9fb931f7e71df2aef8c5f2a2aa1fae14c0779ab275bb9d7a6b5ea916_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3e9aa93c4a2f1396f23300641358f2157e4fa68408f5ac50e06dc1d5ba28381_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbd85d81d9452e08efcfc7c9cd2d131045d8e33bfdf4c57687377b5f8d1da762_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:67f91ee99d0d496066c65fbcc9855fafbbc0bc8753c1ea29ec19dfb978d0131d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8013891262e80780d9914e393a8d91861d1b14a94e2d4f89affd0e299a4f5e66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:85892745b4e5f5113db96c7bcab15c11195ba53b5a059f57a08aa3830e83c975_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8efc4f72dc248944dafa1d0c1113ef28df5be90052865f32196a1dde6d13e314_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:21e210d64d9536dccb41d5179364995202933f95e0c8221af06a0f52360be4b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:949ed5dc1631298aba66a726fc3cfb6473d7203f452663786cb398a14a5f6a88_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3cf0e16bc1208625607b76af54f3b80c5c7e103333a3f4b205d1c943c328266b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4134edec41e73edcd77b04ed8a539925f3b81f75661ae2b33dad08b2a0d5f2f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3986449a0b211a89c76d583c15178a75ef95caa002fd3751ab7c01122740ebe6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4813d400a6f46477e92449d1e4908c7bb329545c578b09b519ddae10d0623d21_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c565a6990de02cc0f223060fd59bcf99ea9239a2286a4ac1212fb859f0bbc078_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d26f27237c1317f5ac5edd5895263e7809039fdd77f608395b4d11299f79b857_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3f8a514769d3995332c660a668ffae9018f88ebbbb94db89109fe62a78bb6a7e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:757fd89b154f09f1115ea21b19eae895831f12afaf77491815fcf229220710ad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:cca40d616806de4c1cab0a9d0e54a614d0a4bdba7b0dc49b3191d0ca6218a4f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f2e12682e00bc8c041d04d4c414664eb27f6e78fd42f2c9b8caca079fb72a3c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b924a823e9f8399b040ea016bd74e7a6ce04256c662a9226676b9ad06bd18c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:747f9b6cb8aaf600bed84b80102ec5fb6e614c549c5edb07f97e4678daf60594_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ed6318e5a1e2df043166879a526549ecad1cd62159a5659ea2fe201f4abd798_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9574167a857bf207def2891974ea31a999dd5b163c0ebc9a268d261178803b73_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:45e3755a7d823d3c47cf092809aa13808b05dadeb49c2d8965ef7dcd1ecd51a9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:888a7dfa28959baf2c21b20048cf69821e78230c33ed18c430940649093f60c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d36a332435642bb7099a06c8fb3c27e614a19094ad6a727493cb1524dc64c5a3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:dcaef959fe0a2f2b80577b0d2d2802fb922a48ceeb8f1b552e11ef0dadfc8efd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4aba6f6d0717910e13157b5aef43633ee8359fdc730df2af1db0796113e327a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66fec0af1793ffe236208f8922add7344361185eb6819cb2d655c6941de28d0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:854d5562f0da86e02483b9b860c117fa0553058ff06204b4029b1078ed68c2cc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ef3e2714cdaf4dabc304a73d3867f6a30ed990079a7dc82935cd311b6298429e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5a47fabca2c5da103f2d450f766b523c11f2d8144dc88116dd28ab64311638ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8348dba52b0b908d04f35dbfbb45272953f59daa95da494498c89b1f13a01518_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:9c4c2c65f712de6e55348896b2609f71db681e98f70dd26380c17103c168f2e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c9fb883a4258dca7dc277774721df45548564f1bf02db259d10eb28030312b5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bc60512167cd61ad02a367888bffaf9ae9ff5d38d2710f8b084ecd5fd5865ff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e189e287c6fb6d208f0c06f87f80d78dd7f0f224f1690c57212c0431ce42039_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5449039f33a2f0c68bd22b9ffb0f36629d2bd5650334c648ec6332482fc73adb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ea27513cabdb48624bccf772ec7657f21f625d034ae16afd2ed87785c1e92c6d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:25311111c8f185636cc6c4c57fcb593a4d7f80947112d026f17b03e1cb8c5836_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:279a1f40f5daf3dfcbb6ae72d7b34e1cdea81c93b8f26934b0b75a5691768488_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:73dc60e6fcd70afd3dbbae8a5a3b0173b8aae24c262a538985f446f384305b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f83b91fd2651513053855b761ecb7123b9c8bfb283b1b05ab987563b24296ac7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3c25156b45ab456d86337e7943e2499d56ec59e9df06a9eaf6573d00c8ba99aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5eedefd980085c0d05eb99404d84da557aa1e33aa60b6f8dd617e6c51b7a0773_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6408fc9ef2d5571e6b6139e460df943926f8f61d3f02ac8e29b4ebe2ac1f987a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9f22b0754b61e971e65dadcf6b1180062d05f0512761ded6d3c72740ad4685b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93757da9f7fbf6c826f1310e9a753daa86cca4a7d0a307a7605db692d679e0c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a3b6915a30075af8ae31cf1f9537b4ff2edd806ac3b9c2aad2c3d0122db24384_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d6e27f0f7452d0ec0445608ee11904987ed62e79ae5b501c8c548b3140a72916_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:db47533315f708b613985393aebd19f0f1be0553a8a84f1ca4691a6f80fe99d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a5cb51b7919e67820591dc9be361dac3ce494f2ffec55dcfb4c62cf075ba9928_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ae934e2c4e03c385a8f14224992a885b0906953eab145f46f920895c1c563dce_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b0dbb59715d1fa2ad7d31b84fecd58695e3e79d1cd975c9d1ddff84f79aed5a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d387c467c14234a2edeef2ee4e1d3390b6d7f69e1e7e3ab4fb5950c0665e7e93_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:12069b4c9b06e21bceed36e3a6ac286441ef97700a121b6fce5164f3f9af5fb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8b999d1ce029714eb21675fd185e98bbc285de3dcbd34d8d78d44081101c5eab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb654eb3074962421e67ae133718289b8dfcacc6969400a2cc33a253a97f1581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e4457eae686f5e2cc90f75a4fa7cf56157a53937d5cb0b33e6bda1ecb136ef23_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:57a99507c82d77541a982dcb0be5f0cdfac612ed37649d8f870098110ebf67e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8f3a5550a636594f6f13f757f7cf9c13814121da51aa8e91a852643d9a4e188d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:3abe794167d9e85bc1b991a218f8cc431d7f26967da3a6950e59d70e46b127f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:4df3447b97b0bb2a30d5cd80a44b18d49814281a18069892a67d9dcf1f960ac5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:bd2f3a5e7d019e00cb522644c3e1a2895b9d77e7c4510194cb954f74f6bf695e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:af0c64434c0ced75ece447da614e94dcb92d11f7fbb5dfa15a4ab17fd05d87b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24b4aae7d576407c88c4d2d6d200ec98aa762e1a032ad7a0ebcabdf63f5767fd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ad96a37c03c7af6fefc4a4e34b67f993267856ffecb586b5099abfaffff8e59f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:de86930b332a89f7d532adaca7b1f3bdf99db5f0d16c8c3cad0ed3d287442b78_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e0ed81285f6e9686d820425eb54ccacd156abb8adac762b4ebcaa41388a111a2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:233bd8980b833b554fb9c8ecd6e9fb6d603014fc61292b8a95d471a9fe6a4d10_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:56a429e6debca0139cb61b640a8cafbe02094b3a318af835549003fc7ab1aedc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6368603a00885b9bb3992ac55992580311eca99688f9f5ba729837d670235256_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9abaa144a449593156337eb1d254d7bfb668b118f70497f742bb1c72b5890af1_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
}
]
}
RHSA-2026:25207
Vulnerability from csaf_redhat - Published: 2026-06-16 07:39 - Updated: 2026-06-24 08:59A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:6d827df3c41add7c6c42214676ca05e987e1f42fff4240c33b27738fed0fab03_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:94d92c08c03afe1cec1c6dd66deb9fb19c58c0db5063e57cfc8ee3ec27206ae9_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5ab8609083046c1d5be2f3e73131d386d87992467eeac04d87842e49a1ba0b22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5dddc8c0a9a4de9db1df180cf8ca80219921241bd01e76020680827b87aa8938_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ce3207a92d7ef805f287d12df9458f876955a18fde0d188c30700e8460720669_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e5b450b342a189408b8ad34899c06b45712ce07244bdc95d1d53bead5927edea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:45b212a24acf851081ac2cfbb88aa56b602a588101ab9b9dc2e395d4b7f169c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:52907659049a5659b2c227f1fcdd7d4445ee629ce1c90710225ba8926c793f24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:a37f8e2841fc3481ff196beea3c783ee3d62c6317ce1d82f9da72ebeda496b08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:be1531215047054fcb9f87417a22723613ac67c32cd9f3e82c710fd30c0c467e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:19035149e280dfa4f9f696d0253b1feb7cd1b04ab763bbc7a6936703a5c0259e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7c6136911f59a98fc84eaa27b59b9033a96f2b8e15573cdfb35790642e896860_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e3b5eb683d4921bc2cfd134ef25f8c351a86ca94291fb0bcce4c9dbd5b13522d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e749029d025ed2a8d9ca6ce0b8e0cae3ff1af732140fea7811d4f64c8547d87d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:8b5247bc7b3ecb070b3cfb3c31ce503c0544ccfbf539bace4477b77ca7b85527_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b4e68798446163c04dc4f45652dbf8a8ac412074a125504b89d4aee8d89acd5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c22b23da98ed27a42c1439652cc8b007d018fe1b0f29f08a4ce5a16b1292cbcf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d9be9f52ccb15560b0df359168bb1a757ab872e80e243dfce6eb5511024b95cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fde263b9d1de5205f11b7a949d39f6be4c0be1dfe8c35a8d5686291eeef3cdd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7ea14b495167ed56bb422076184a8701d9aa73424a8762092e66febcf00368cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:bf8ad58d28c6c4a7956dfe37eaf2cade2d8e9116351367860def2c4ada3b464c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c1cd63e6dd2e650ee43aca5adf0dc50a590ccdb58498ff28d413e54348bcdc99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:3eefb6d276796591377c9217ddb902b3f263ef747238a79dedcfd3b9773717e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:65bf99075054650bbf3a54cc15e6aa32452d15182ad022f8e2bfadcdf4fb1898_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:822f615c96543b10b185db60ee9e8c222c978fd6e207c032ecc68299669ac773_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:898d74891e2fb42c1da53c30fd7428db40a4392c2d1adf15a033ff8b8b90390b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3f8f8ae5b5fd64e3d9c18ce16395537e5c158fb088828b2dae232918b7f60318_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5f16101778249011027eb6f6b8a0ed0efa895bc3467c35dcd55fb06dd4ed0558_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:97d58d95e34ddf900e7a9abd32b85d034e0843e422cdb69d6e2f0b17050569df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b56d8ac1c2eb568a75e51643babd747cf9815e736185fb97f96d9a56dd9930e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c3c122caa93cd6cc13e9d15f80721f4e6b8d5ebb0607ca8caea17253982c95d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6d7d16fffa5f50f493f09505303a53b959be1b0fbee59c326b6731064496a90d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b10f8e4dd065430ebf8a79bd6f1f32f0c6eb7e7beddd00d677b53397c1d6d74c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ff318b5a60fdf45840bdb88fd693a84abedfc54260385527e66fa882bd954879_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:179f4959ebbd235dc4941f99a2dac09f77e68c67e7d9f6488cbb065da92d647d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6ebaf936c3b5cbcb1922597630d5889fd4464e3530739827b1964652a509bb36_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:3e360b4d5e1b0dc5c40659ae813c43a9b1cb60ce87bd8e5799c4dba1437a2523_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:915dbbce38d24359501222ed6f41602b881dee8702ebb25f4e658234a2d2f020_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b9141160dce8628b7a65d1e756b07c8220e8bb3f74288edfdd4956836b956361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a46c761b009deaffc219eb783ab183803b41f322a9906c4c9dec9c499f88c7f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:aa14a1b4d78d7fbf477bffb743ae21a4f84c838b589c1c67baf52007b46b25f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b18e85615972be444c812ac4215dfb922d9a9976c4fc6978bf18bcf07080c248_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:e090d9e80243426f912ac79fa92fa07a73a46f2b8c9cebf0c005306156f90619_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2cd4a1952ab3d47e8f6454c443e04c4fc5456d1ab689bea69ef8f5660b552125_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:84370289fc8050e65d2a3c219ab5725a44cab38952477cc36771c716566ae459_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:bc773c6baa7714354c0744a893edb1a8b0af2807f7564983f6d5292a17a51d2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cf09bf6dcbb019950b68c6e734930a0d787339aa7af375fbca65ef6bbdf90b4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3bef27dba12ac3691e62aeb97a1baec4e1de9678be2d7dd3c1e5d73a3b1aeab3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:918518b629d3b1f4ce08af0a103ade97f684355ed44f8b896911ae75e5ace535_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:af30d6599b057e494202608bf8db3920e8c6b7369c379859e89382301269c477_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:eb9f56b057647f966a88442ba04d3542be2506f4bee1717ecb78a0da13d29964_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0b4bfbf778d85914fae6c5a20752ed13e75f3b46e0b802bbfd278dad93bb6f7e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:171b8861cd916eb4ca087820aecb863a3639c4d8ab42f85dc16d29dd12bf32a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9762edd7ba0c341f17117d72221dfed21ae608fc0fafd3c8aeba1bad649b63ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d5be635abf314615622dea4b3528fbe4b66adbc5aa4c024629fd26b630a91208_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:8b0591dae306ad2d318f9b620534cb72570431c69b1c635c7ef16ed50b157336_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9d77c981d4ede434489951a0cc25ec36e7e5cada6195de1b383a0e27b54cb6bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9f79cc6d80e30329be5dd19eb30d895618a55676af43b9b0ad81b007a08433a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e46f5c6adc471fe9024d976ba8dcfd8cd8811a5ca197616b54e556e5c6dba87d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:0b755355deb1d08458bc2e8d0c6e7d413f23a4d6eb58ed9bf9bde290c06be943_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:47c98ef7169d491aa0e30a59ecf7fbb4b8091522997539c5b2484f76be4283cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:820e5317c226967df3977f3fc965a3dcc741d6f7b8d45362fb9c5109a1163dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:8cf6cb4853827b52dea258e8c8e89d47f7a1a793f241345c52753b7c632094a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:b6f20e0862d5f1523512ee11410e8d9c8648b543a884845f8cec5b3cbc80a952_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ee71f817e95b61653d50a6b0e9ee073f41e3eb08477619d2e0efa5b0eb6775de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:02fae7934dd14a52d5d37d219203527a52a192a1856f35d7b122935d1689de6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:e1f245b14a888bd3edc45a16f8ec61c53b981e259250c85e24428111f8b5a524_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:252f5d3839683ba43abfa6140ca317e07b9ad5908c1df188575ef9af6ffbcb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:aab739565eba21e1dc12402cc22a7eeed2cb9577c6397f27ddfe5e8af88f949f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:34104cf7ed6d27de8218030fce79b86397ad924393f31ee562fa5ad73cc4848a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:ef283578a8ef2223b0c1952e42aa4e3881c35b80da58d9f4c43726f108afa97b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:1da7769baf0b5ec6fd85659bdb96ddb77c4e5700cfd89b666bb5b1ca6aa32dfc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:9ac27ecd1d71eb918b6b7154303d50fdd351f825a7d6d977cf92ab7c517e22be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:f9de8b5824ac00bd0ec33db2102efb524d96bbe400cba96ef0729bda70a5e2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fe370abb0aa7de926b168ee17a06ade8c4f4aed2e265d982f5a01176e89b01c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1a1c714f3aec863e2eba9a65e5387bda0e409a1daab35b2ca0ececafdfdc4692_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:3fe142d48be14b417a1da02ce57e9791744af1347e7e29fb3d2ddee135b348b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5140e0e5e33891a679ae93e59c31acca18acf3e89636827094604d60835edad3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:69e21d9e962f4a3e8c711f570dff52e62d440d3014fba9b9631dc7cdf87c20e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4f812eb0000f6cc5ad9a2bd912be92b387c06d98edd4f987a501c03b68077635_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d70a47f49d8831cbe69283bc684733cb28e627260527b69e48cb338e7d5a87e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:aaece8eb13c71a1a86f9a418e6a54d09bcd4eccf1764d0ac2e063bab14f2af79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:13252d5de042d39b2294e43ee122d1d833e8bdfb5b91fbb6e9d0feb22b5fcd2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b9f03cdee3d411fb73914c5a5645983d9d7f247f784a98192312ae78259c959a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:df71e3f08022e1b0331709a089409abbf014a33227f7cf22094f431c7ca51718_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:320d5818c2a6e179e7b3b1736080b1194f2c6104e100e1f8f428553069cfa494_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:49048fc4286fdfe1acca1a5d391da520dfcea410b8cb9ee543d5b2e41df79b7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5aee14c73f25de6923b592989e914a76aa393a453a7c64e1de7efa7e9dc063ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e8c468997057f84cd38f7e4bd45441c46fcb3850789fb610b8f84b980d465386_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4008da40b44f6f3a7e11696c86725bfe095d657d80bf817cf98944dda643b432_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:50b2d07a42fb4ab79a61529526004012ca3798480c0990ea49deecf63f92d6df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6bc2dcf6feef66711c3338a30b8a7ac6141e5a4746dd18b1c697c679319b381d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c738eb71711c0d2b2e70bb889e35a14f99769af322452807e37c77b1cdf64104_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7a9bbb1da5fb4be7fd581ebdc379622055b1fdbc69da73d1d61e2fe3fa074778_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:86704cadbd20e1d04079ee7bf61f70664f1d15c057dd4bcfa433d7ad4e913944_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9341c4c31808f677353948b87c80813fa32e40642b0f036b5d02320843098203_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d235c6036dfd44bc4d2936d6ce4c2ee8a847c0af98be9240abda7f2d736a93fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:04f87778acdc839c6e6c4d1a4323d302cf6fe7ece7e8089adab73dc4e8cfbc74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c3b1f79dada5425dd5bdd44aa84976c71f3c574440a33b9675cc20ee8711b347_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ce8bd417dbf1624aee1b8d6dea0adbaef7160c5844f7e14c98b7107403f46354_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e2aae9c4b5e227d1f0f44e4a2623a2da24ae92274e7e6529a5851ca5e194239c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0283ddb599a8b61dad0b01e03ce28df9588fdc02cd64c740173ae27c08427b10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:189edc8baa6f14397cb0802b14e1dd4b7eab9f6c7d65e403802fc7eb074f8a15_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:24ffc44f223bf050cd040634b2cbf915fdf3209c490af7541064ef62ecd387ca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:70cc29b1a6b953e67e6bc3977d09504fe5f6782c1ce65976916ee89a43d1db03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1cc561c6a56fae238a1e4d11fe178cca228126c195339edd8988d2f83c6e3bf9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:2f85de600b2262725b7e17cb8d66eea8c87e015abaff76942f628b3e4dafd37f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6227c35f433005ba8411d370eb82476d29c3caab1d0b640d5657de438c2627b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ff48f314b66321ccdc3a6fa3b88681c8fbfb0aa0277cfc88981cb3887bb7cfce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1d48afb19e99915abf33c03532a4c8ff3d913cd35f67f9f46d1afc4b0ea972bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a54f8ffa7c748a57a5b492ae36afba55c033e717c43f9cce1fed2484f65e5105_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:d20ebff0c71faa4a54b2ccb8d24e04e3fff725fb6ceae78687a1026e912df9d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2199eae6baca25637fd5dc4ab9872b7b4b672affb12268c23cd581d8d08f7041_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1e2c7db0718c465f63379869bd3ff6a673456a69fa335ab80d4ebe654719d9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e3f2fbd2f20175d2b620d2ae04f5de5f1d07a17e43c7ae7ba6eb54ffe113f94a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:589c3293503e156412faebe0d5d495ee97361796d7819abfc7b715d2191c76e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7674c77ddc6b7b9f9787f09fb093ec8041e1f14b506addee71e0f45158ef47c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7ca1d29d100e64da8644145af61612ee551d943d699c184f9cf2ce4fa57118e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ee05311e93eb8378940862cba1db22a949bb539bbe64013ae7d376fbc540f637_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5d643e2aa04de67b81cd89e8540d20e3090ee550897ecde957b88507dc614c7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:88f8c133c1d79bef546308f6e73692723e8790bd36be86ae0b1e72a9191f2b3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a69cdbdbeba73ad19fae48c8b48897dffd9002a96ed0ee3965e761c1274cb94a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:b4dbace063e5b16883d33f3e5595935b07b0888286715eb1b774a2e068ed90cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10115c4d9763403713974bba0ffb6bfb5da3c8d4bc0e03e5f0fe2227e2ae9b01_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:5ed76352d2c577ed6016a5d615d23c5ee2d776165897b45c178f2e7a013caa5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:dc691fb6e589786dfac6d84748b1802d9282b7288f86677dc9dd53e5328ed20d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e7fe9434c06b75f26df85472ed345acf1d35c56411c457f7b06ca56dcbef39d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:14a49d7f8f220816c56a368434fadbb302e00f01cc4a16fa916504b02bea315a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6ba8bdc4fcf6db0e46ea291f3079d092224b2dd4764acff27a068cb59bbdf456_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f613e6a2a007352708fdf0f7a1bd4956a45f6a2d3683296b8996082d86e8e65_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a06dc9395bd70c7c65681ad827317ebee1b1892e49fc90a98da926750e36ca21_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:399a2fa3fb2d2aff8ec28782d27515e528b92a4d549b84509a0ff66aac3c99e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4349274439e8cba5910b46289db20a567cb2ea52f5bbc3232bc4339079de7d70_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:babebccb80dc000f1a68df702c7f64910476318dbe0f6c06016ebda0ec500463_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f323d7b4353c7e956dd5eab125f687c0c06b1f691f9a0752525e1f64d80f3f9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:309b89d4b0475ef75fa140ca16b6023e751f6f5d3f181b1d7f56199dfdd70332_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:64c6751bda736736cfd51b16ee61813fe928d56586032e1c654e7cf26a12152a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:acf7229ccaf91eb7e8b4d7be82a5a2fabc0907e07b20faddddcc0c3ddde64480_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e143c282e626918c9820e5ce736d859e935777e1a6f4e2df8bc497d314220172_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:154b14b14a0d5617bf918b383a93ee69cdb1346d5cb85a4b15b1d3cb9d4cf918_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4473fb55fb493e5ffc27057177384b554191751d4a8b2e4ef5f129a5b4c95e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:78f99cc5e69e89b24bd6c822735bf1d5aa3fd53fe2c79c46a58a2e564220826d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c607291d0531ebee9a2d91e0ca00d4bc604cc2c6e8fce7c8d814cb14eb3e69a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2b02af5f405a14074ade1872d29216d385cc413ec4ce344ad5f74263d193db88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:48dbf20959dd563ae2254c330f7ae7c0c1c0ba31cd851168a156157d8ee5a703_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7828c6964eaf8a69a1374c9426181f488b25cd4bc11048c621c63f07856a1e1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e198f90cb52c92eb39be0605eb74a765799e85dcdc09a2f5d8ca7e7436e7d668_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:00a2b7d991b9f3938df7e8fd11b58041eb237f3425c1ba2bfc85366d15356ef5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3e206f28c919167ed364f05f9650ca914c0ca8ff8dc602ef39365353fe37be32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:83f1927190c8a8df7041e700e9f58703d9f5c99b7044f529a027ba65f85ee6bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0687498c6c631db240cb84282482c87af390d0f1cbf9c1600dcf4c23e8c03cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:390ad3e667b0ed64f21af6bea1068af7d0b74da4013e44bda44e5458f983d9c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:574833604cd70628d237f262d5b1edc7c1eb7c16e7da91f0bd19098c0add3fcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:7fbc24f1bbd318dda8fc2c5af214396c1175056371abac1c864726deba30bf86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d5e7cba492b53b893ccbf5a72b4f4721927079cefb94ad21b411abfe92d34f60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2720e26874199abe16142532a115de806a5c240989c18239ac18a5075d197d45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ad7f273610830d0df35f17bcb5d721574e17b968791695a904c80ef7329389d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b2835a1c2bfdb0f18561adce14ff5bb1109c808f91410b06ce9ddd20d6a8da6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca1d94b817670302256ed68278ab64134bd86dabe0a54b43878305b94e73bbc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1c5913adcf49d0c9c361ea99a96d85892ff973f61d3c146d6c0833b8616e74b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9c9a3c9ca664b8ddcf81cac9a5521e1f005efdd7bbfba94860e8759ccc22e5ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:c72ff60a9558898ae17cc07fed6999b731c0e253cd16f6c494fb22ae634ab5f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:e43603614f899f138d95e9ba8fea73f8f026d49be897fe71bc9afeeed68f6354_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:341c78280fc47ad01e3f211ea85dbee2adf202a8d18688927ff6d8b4938b39ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:556a48cc409611d4a8f9e2e5ca8aec5f64318e1df7db047d93218c8ee05a8f9c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:79b271f1259078851ea5bf1ac54005ccbeb2423d62ebd9dbe747dbb0b36baccb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d12c1c2b96df26ba116009f80895bd51dc0a19d57ba4c8d46ab1f1391b1d62fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:1088c2c35caf03590def63c8d79c7bbddbf020146865652a3fda5f915a75a7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:4e12904ef8babd900567030ee2cb9b89757406ede843003df08e1b424c6d5f12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5a80b96374ff89668fb0dced24337b4d2a6ee30dece18f5f5780494f7d194588_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d39c6a97e4d75dc97b0f1d8b74c74ece330cc560e0ae9cfe86c6880d850b3fd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:33e021b61b2251fb8260cb1fc4bfd7e269cb6a40f3e0dda46f6441399c38da21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b54b80a75d06f88fdc2c16d5cef1875ff5dc9a7f80475f4349399837f99a6997_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba272c849177416b7f41dc7c8967d010b406aa858204f276e7af201d7b705d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f2ae9c78c6cf8020521f63a51dfc0f1400cc82f9bcfb90598283602adeb6a862_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:676c3b72a5cc5f31082c6963ab70ba75242ae1890f1fd73ac4f7ad1ca783412b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7231bb08de437c83e9189f578ddd7ca192209e338e5a0d4726e65b53fced5558_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7e6aa76b61ef030c83c3a02fdd9becf12284d52a213eafa6204240bf9f32cbb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f52e90a78b5842549ab887fb728bf1e36b319507acccd674db783def5e9e43cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:03335aac6193e5ff3d9a704524cda05d40eb578b4d9780e0d17b753ff458532d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7ee72127ffdddf1a77cc471b3bb8ddd9fb5a2191dcd69ad1753a057ac25262ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:88fb617ce6d6389bd1000eb9268a8e67c6eabb40ec4c7389dd23c268e881c2c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:aa5de21cf5dc3327b186d36e06515efaba592fc395336bf56c72fc893444799b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0dfc2f18869dd15e27d018b23923acee274f09e888fc72c173472579556e810d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:264d2cef5c71dc140450a3440e0e8311db64224a5aa886b893ffc27606e056b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:63b4d6fe3649fbc3a190378054c1bbea20ee77e91dc3095ab39f3c5d723a8576_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:7d56cd57df406cc634d8d037c737e020e28e10a7387805a772a795bb2c90d36a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1a5c4f5c620ff90c182cca131ee158084a2cec7b9abff5bf7ba23a053454d670_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3e076768bfa0f474f72b67b2df1a2344e9008bc52a61154d7bd9d40b2926a30b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4353a1cb5a281e5f628ff5d1bf00a13eba9e5cabe644dc162464781bb92a15ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8a2ca4b9dfb4143799a959b987d36f150d87bcf037c7578c208861ec12afe927_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:91d6cbee96f739ec4cfd9fd620eebb3863e8ad3860540860818142f3c3b023eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:b7ac56cc1456efb2dc285714c6874ffe0a5c64139476ec463a117bc266566f6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f7cac50a547dcdaeb05da6fc480e7f2c052a39d2f8e09e6784763e44ad7922ac_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.22.1 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.22.\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 RPM packages for Red Hat OpenShift Container Platform 4.22.1. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:25206\n\nSecurity Fix(es):\n\n* Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code (CVE-2026-35469)\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.22 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.22/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:25207",
"url": "https://access.redhat.com/errata/RHSA-2026:25207"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"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_25207.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.22.1 security and extras update",
"tracking": {
"current_release_date": "2026-06-24T08:59:46+00:00",
"generator": {
"date": "2026-06-24T08:59:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:25207",
"initial_release_date": "2026-06-16T07:39:56+00:00",
"revision_history": [
{
"date": "2026-06-16T07:39:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-16T07:40:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T08:59:46+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.22",
"product": {
"name": "Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.22::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b9141160dce8628b7a65d1e756b07c8220e8bb3f74288edfdd4956836b956361_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b9141160dce8628b7a65d1e756b07c8220e8bb3f74288edfdd4956836b956361_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b9141160dce8628b7a65d1e756b07c8220e8bb3f74288edfdd4956836b956361_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3Ab9141160dce8628b7a65d1e756b07c8220e8bb3f74288edfdd4956836b956361?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1780920162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2cd4a1952ab3d47e8f6454c443e04c4fc5456d1ab689bea69ef8f5660b552125_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2cd4a1952ab3d47e8f6454c443e04c4fc5456d1ab689bea69ef8f5660b552125_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2cd4a1952ab3d47e8f6454c443e04c4fc5456d1ab689bea69ef8f5660b552125_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A2cd4a1952ab3d47e8f6454c443e04c4fc5456d1ab689bea69ef8f5660b552125?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1781103505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:171b8861cd916eb4ca087820aecb863a3639c4d8ab42f85dc16d29dd12bf32a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:171b8861cd916eb4ca087820aecb863a3639c4d8ab42f85dc16d29dd12bf32a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:171b8861cd916eb4ca087820aecb863a3639c4d8ab42f85dc16d29dd12bf32a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A171b8861cd916eb4ca087820aecb863a3639c4d8ab42f85dc16d29dd12bf32a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1780920480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:af30d6599b057e494202608bf8db3920e8c6b7369c379859e89382301269c477_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:af30d6599b057e494202608bf8db3920e8c6b7369c379859e89382301269c477_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:af30d6599b057e494202608bf8db3920e8c6b7369c379859e89382301269c477_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Aaf30d6599b057e494202608bf8db3920e8c6b7369c379859e89382301269c477?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1780921796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:8b0591dae306ad2d318f9b620534cb72570431c69b1c635c7ef16ed50b157336_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:8b0591dae306ad2d318f9b620534cb72570431c69b1c635c7ef16ed50b157336_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:8b0591dae306ad2d318f9b620534cb72570431c69b1c635c7ef16ed50b157336_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3A8b0591dae306ad2d318f9b620534cb72570431c69b1c635c7ef16ed50b157336?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1780920825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:820e5317c226967df3977f3fc965a3dcc741d6f7b8d45362fb9c5109a1163dbe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:820e5317c226967df3977f3fc965a3dcc741d6f7b8d45362fb9c5109a1163dbe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:820e5317c226967df3977f3fc965a3dcc741d6f7b8d45362fb9c5109a1163dbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A820e5317c226967df3977f3fc965a3dcc741d6f7b8d45362fb9c5109a1163dbe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1780920291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ee71f817e95b61653d50a6b0e9ee073f41e3eb08477619d2e0efa5b0eb6775de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ee71f817e95b61653d50a6b0e9ee073f41e3eb08477619d2e0efa5b0eb6775de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ee71f817e95b61653d50a6b0e9ee073f41e3eb08477619d2e0efa5b0eb6775de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-ipu-p4sdk-rhel9@sha256%3Aee71f817e95b61653d50a6b0e9ee073f41e3eb08477619d2e0efa5b0eb6775de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9\u0026tag=1780940143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:e1f245b14a888bd3edc45a16f8ec61c53b981e259250c85e24428111f8b5a524_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:e1f245b14a888bd3edc45a16f8ec61c53b981e259250c85e24428111f8b5a524_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:e1f245b14a888bd3edc45a16f8ec61c53b981e259250c85e24428111f8b5a524_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-ipu-vsp-rhel9@sha256%3Ae1f245b14a888bd3edc45a16f8ec61c53b981e259250c85e24428111f8b5a524?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9\u0026tag=1780920434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:aab739565eba21e1dc12402cc22a7eeed2cb9577c6397f27ddfe5e8af88f949f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:aab739565eba21e1dc12402cc22a7eeed2cb9577c6397f27ddfe5e8af88f949f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:aab739565eba21e1dc12402cc22a7eeed2cb9577c6397f27ddfe5e8af88f949f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-netsec-vsp-rhel9@sha256%3Aaab739565eba21e1dc12402cc22a7eeed2cb9577c6397f27ddfe5e8af88f949f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9\u0026tag=1780920243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:34104cf7ed6d27de8218030fce79b86397ad924393f31ee562fa5ad73cc4848a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:34104cf7ed6d27de8218030fce79b86397ad924393f31ee562fa5ad73cc4848a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:34104cf7ed6d27de8218030fce79b86397ad924393f31ee562fa5ad73cc4848a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-marvell-cp-agent-rhel9@sha256%3A34104cf7ed6d27de8218030fce79b86397ad924393f31ee562fa5ad73cc4848a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9\u0026tag=1780920371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:9ac27ecd1d71eb918b6b7154303d50fdd351f825a7d6d977cf92ab7c517e22be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:9ac27ecd1d71eb918b6b7154303d50fdd351f825a7d6d977cf92ab7c517e22be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:9ac27ecd1d71eb918b6b7154303d50fdd351f825a7d6d977cf92ab7c517e22be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-marvell-vsp-rhel9@sha256%3A9ac27ecd1d71eb918b6b7154303d50fdd351f825a7d6d977cf92ab7c517e22be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9\u0026tag=1780920349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:f9de8b5824ac00bd0ec33db2102efb524d96bbe400cba96ef0729bda70a5e2f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:f9de8b5824ac00bd0ec33db2102efb524d96bbe400cba96ef0729bda70a5e2f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:f9de8b5824ac00bd0ec33db2102efb524d96bbe400cba96ef0729bda70a5e2f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-network-resources-injector-rhel9@sha256%3Af9de8b5824ac00bd0ec33db2102efb524d96bbe400cba96ef0729bda70a5e2f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9\u0026tag=1780920326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5140e0e5e33891a679ae93e59c31acca18acf3e89636827094604d60835edad3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5140e0e5e33891a679ae93e59c31acca18acf3e89636827094604d60835edad3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5140e0e5e33891a679ae93e59c31acca18acf3e89636827094604d60835edad3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A5140e0e5e33891a679ae93e59c31acca18acf3e89636827094604d60835edad3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1780944000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c607291d0531ebee9a2d91e0ca00d4bc604cc2c6e8fce7c8d814cb14eb3e69a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c607291d0531ebee9a2d91e0ca00d4bc604cc2c6e8fce7c8d814cb14eb3e69a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c607291d0531ebee9a2d91e0ca00d4bc604cc2c6e8fce7c8d814cb14eb3e69a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3Ac607291d0531ebee9a2d91e0ca00d4bc604cc2c6e8fce7c8d814cb14eb3e69a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1780920749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:a37f8e2841fc3481ff196beea3c783ee3d62c6317ce1d82f9da72ebeda496b08_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:a37f8e2841fc3481ff196beea3c783ee3d62c6317ce1d82f9da72ebeda496b08_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:a37f8e2841fc3481ff196beea3c783ee3d62c6317ce1d82f9da72ebeda496b08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3Aa37f8e2841fc3481ff196beea3c783ee3d62c6317ce1d82f9da72ebeda496b08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1780920355"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5ab8609083046c1d5be2f3e73131d386d87992467eeac04d87842e49a1ba0b22_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5ab8609083046c1d5be2f3e73131d386d87992467eeac04d87842e49a1ba0b22_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5ab8609083046c1d5be2f3e73131d386d87992467eeac04d87842e49a1ba0b22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A5ab8609083046c1d5be2f3e73131d386d87992467eeac04d87842e49a1ba0b22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1780920345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e3b5eb683d4921bc2cfd134ef25f8c351a86ca94291fb0bcce4c9dbd5b13522d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e3b5eb683d4921bc2cfd134ef25f8c351a86ca94291fb0bcce4c9dbd5b13522d_amd64",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e3b5eb683d4921bc2cfd134ef25f8c351a86ca94291fb0bcce4c9dbd5b13522d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3Ae3b5eb683d4921bc2cfd134ef25f8c351a86ca94291fb0bcce4c9dbd5b13522d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1780953249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1e2c7db0718c465f63379869bd3ff6a673456a69fa335ab80d4ebe654719d9f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1e2c7db0718c465f63379869bd3ff6a673456a69fa335ab80d4ebe654719d9f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1e2c7db0718c465f63379869bd3ff6a673456a69fa335ab80d4ebe654719d9f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3Ab1e2c7db0718c465f63379869bd3ff6a673456a69fa335ab80d4ebe654719d9f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1781020289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d235c6036dfd44bc4d2936d6ce4c2ee8a847c0af98be9240abda7f2d736a93fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d235c6036dfd44bc4d2936d6ce4c2ee8a847c0af98be9240abda7f2d736a93fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d235c6036dfd44bc4d2936d6ce4c2ee8a847c0af98be9240abda7f2d736a93fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3Ad235c6036dfd44bc4d2936d6ce4c2ee8a847c0af98be9240abda7f2d736a93fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1780920196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e2aae9c4b5e227d1f0f44e4a2623a2da24ae92274e7e6529a5851ca5e194239c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e2aae9c4b5e227d1f0f44e4a2623a2da24ae92274e7e6529a5851ca5e194239c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e2aae9c4b5e227d1f0f44e4a2623a2da24ae92274e7e6529a5851ca5e194239c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Ae2aae9c4b5e227d1f0f44e4a2623a2da24ae92274e7e6529a5851ca5e194239c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1780943302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0283ddb599a8b61dad0b01e03ce28df9588fdc02cd64c740173ae27c08427b10_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0283ddb599a8b61dad0b01e03ce28df9588fdc02cd64c740173ae27c08427b10_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0283ddb599a8b61dad0b01e03ce28df9588fdc02cd64c740173ae27c08427b10_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A0283ddb599a8b61dad0b01e03ce28df9588fdc02cd64c740173ae27c08427b10?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1780941137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5f16101778249011027eb6f6b8a0ed0efa895bc3467c35dcd55fb06dd4ed0558_amd64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5f16101778249011027eb6f6b8a0ed0efa895bc3467c35dcd55fb06dd4ed0558_amd64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5f16101778249011027eb6f6b8a0ed0efa895bc3467c35dcd55fb06dd4ed0558_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A5f16101778249011027eb6f6b8a0ed0efa895bc3467c35dcd55fb06dd4ed0558?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1781095631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ff48f314b66321ccdc3a6fa3b88681c8fbfb0aa0277cfc88981cb3887bb7cfce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ff48f314b66321ccdc3a6fa3b88681c8fbfb0aa0277cfc88981cb3887bb7cfce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ff48f314b66321ccdc3a6fa3b88681c8fbfb0aa0277cfc88981cb3887bb7cfce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3Aff48f314b66321ccdc3a6fa3b88681c8fbfb0aa0277cfc88981cb3887bb7cfce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1780920870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c3c122caa93cd6cc13e9d15f80721f4e6b8d5ebb0607ca8caea17253982c95d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c3c122caa93cd6cc13e9d15f80721f4e6b8d5ebb0607ca8caea17253982c95d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c3c122caa93cd6cc13e9d15f80721f4e6b8d5ebb0607ca8caea17253982c95d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A1c3c122caa93cd6cc13e9d15f80721f4e6b8d5ebb0607ca8caea17253982c95d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1781094492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:e090d9e80243426f912ac79fa92fa07a73a46f2b8c9cebf0c005306156f90619_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:e090d9e80243426f912ac79fa92fa07a73a46f2b8c9cebf0c005306156f90619_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:e090d9e80243426f912ac79fa92fa07a73a46f2b8c9cebf0c005306156f90619_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3Ae090d9e80243426f912ac79fa92fa07a73a46f2b8c9cebf0c005306156f90619?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1780943957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:320d5818c2a6e179e7b3b1736080b1194f2c6104e100e1f8f428553069cfa494_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:320d5818c2a6e179e7b3b1736080b1194f2c6104e100e1f8f428553069cfa494_amd64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:320d5818c2a6e179e7b3b1736080b1194f2c6104e100e1f8f428553069cfa494_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A320d5818c2a6e179e7b3b1736080b1194f2c6104e100e1f8f428553069cfa494?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1780920247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4008da40b44f6f3a7e11696c86725bfe095d657d80bf817cf98944dda643b432_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4008da40b44f6f3a7e11696c86725bfe095d657d80bf817cf98944dda643b432_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4008da40b44f6f3a7e11696c86725bfe095d657d80bf817cf98944dda643b432_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A4008da40b44f6f3a7e11696c86725bfe095d657d80bf817cf98944dda643b432?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1780920441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c22b23da98ed27a42c1439652cc8b007d018fe1b0f29f08a4ce5a16b1292cbcf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c22b23da98ed27a42c1439652cc8b007d018fe1b0f29f08a4ce5a16b1292cbcf_amd64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c22b23da98ed27a42c1439652cc8b007d018fe1b0f29f08a4ce5a16b1292cbcf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3Ac22b23da98ed27a42c1439652cc8b007d018fe1b0f29f08a4ce5a16b1292cbcf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1781094425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:6d827df3c41add7c6c42214676ca05e987e1f42fff4240c33b27738fed0fab03_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:6d827df3c41add7c6c42214676ca05e987e1f42fff4240c33b27738fed0fab03_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:6d827df3c41add7c6c42214676ca05e987e1f42fff4240c33b27738fed0fab03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel9@sha256%3A6d827df3c41add7c6c42214676ca05e987e1f42fff4240c33b27738fed0fab03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=1781103659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6ebaf936c3b5cbcb1922597630d5889fd4464e3530739827b1964652a509bb36_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6ebaf936c3b5cbcb1922597630d5889fd4464e3530739827b1964652a509bb36_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6ebaf936c3b5cbcb1922597630d5889fd4464e3530739827b1964652a509bb36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel9-operator@sha256%3A6ebaf936c3b5cbcb1922597630d5889fd4464e3530739827b1964652a509bb36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=1781103660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b9f03cdee3d411fb73914c5a5645983d9d7f247f784a98192312ae78259c959a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b9f03cdee3d411fb73914c5a5645983d9d7f247f784a98192312ae78259c959a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b9f03cdee3d411fb73914c5a5645983d9d7f247f784a98192312ae78259c959a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3Ab9f03cdee3d411fb73914c5a5645983d9d7f247f784a98192312ae78259c959a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1780920188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d70a47f49d8831cbe69283bc684733cb28e627260527b69e48cb338e7d5a87e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d70a47f49d8831cbe69283bc684733cb28e627260527b69e48cb338e7d5a87e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d70a47f49d8831cbe69283bc684733cb28e627260527b69e48cb338e7d5a87e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A9d70a47f49d8831cbe69283bc684733cb28e627260527b69e48cb338e7d5a87e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1780920159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:898d74891e2fb42c1da53c30fd7428db40a4392c2d1adf15a033ff8b8b90390b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:898d74891e2fb42c1da53c30fd7428db40a4392c2d1adf15a033ff8b8b90390b_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:898d74891e2fb42c1da53c30fd7428db40a4392c2d1adf15a033ff8b8b90390b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A898d74891e2fb42c1da53c30fd7428db40a4392c2d1adf15a033ff8b8b90390b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1780920715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c1cd63e6dd2e650ee43aca5adf0dc50a590ccdb58498ff28d413e54348bcdc99_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c1cd63e6dd2e650ee43aca5adf0dc50a590ccdb58498ff28d413e54348bcdc99_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c1cd63e6dd2e650ee43aca5adf0dc50a590ccdb58498ff28d413e54348bcdc99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3Ac1cd63e6dd2e650ee43aca5adf0dc50a590ccdb58498ff28d413e54348bcdc99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1781103515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a69cdbdbeba73ad19fae48c8b48897dffd9002a96ed0ee3965e761c1274cb94a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a69cdbdbeba73ad19fae48c8b48897dffd9002a96ed0ee3965e761c1274cb94a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a69cdbdbeba73ad19fae48c8b48897dffd9002a96ed0ee3965e761c1274cb94a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3Aa69cdbdbeba73ad19fae48c8b48897dffd9002a96ed0ee3965e761c1274cb94a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1780920688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7674c77ddc6b7b9f9787f09fb093ec8041e1f14b506addee71e0f45158ef47c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7674c77ddc6b7b9f9787f09fb093ec8041e1f14b506addee71e0f45158ef47c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7674c77ddc6b7b9f9787f09fb093ec8041e1f14b506addee71e0f45158ef47c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A7674c77ddc6b7b9f9787f09fb093ec8041e1f14b506addee71e0f45158ef47c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1780943755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e7fe9434c06b75f26df85472ed345acf1d35c56411c457f7b06ca56dcbef39d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e7fe9434c06b75f26df85472ed345acf1d35c56411c457f7b06ca56dcbef39d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e7fe9434c06b75f26df85472ed345acf1d35c56411c457f7b06ca56dcbef39d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3Ae7fe9434c06b75f26df85472ed345acf1d35c56411c457f7b06ca56dcbef39d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1780943275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:399a2fa3fb2d2aff8ec28782d27515e528b92a4d549b84509a0ff66aac3c99e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:399a2fa3fb2d2aff8ec28782d27515e528b92a4d549b84509a0ff66aac3c99e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:399a2fa3fb2d2aff8ec28782d27515e528b92a4d549b84509a0ff66aac3c99e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A399a2fa3fb2d2aff8ec28782d27515e528b92a4d549b84509a0ff66aac3c99e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1781094494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:14a49d7f8f220816c56a368434fadbb302e00f01cc4a16fa916504b02bea315a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:14a49d7f8f220816c56a368434fadbb302e00f01cc4a16fa916504b02bea315a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:14a49d7f8f220816c56a368434fadbb302e00f01cc4a16fa916504b02bea315a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A14a49d7f8f220816c56a368434fadbb302e00f01cc4a16fa916504b02bea315a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1781094440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:390ad3e667b0ed64f21af6bea1068af7d0b74da4013e44bda44e5458f983d9c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:390ad3e667b0ed64f21af6bea1068af7d0b74da4013e44bda44e5458f983d9c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:390ad3e667b0ed64f21af6bea1068af7d0b74da4013e44bda44e5458f983d9c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A390ad3e667b0ed64f21af6bea1068af7d0b74da4013e44bda44e5458f983d9c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1780920752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:341c78280fc47ad01e3f211ea85dbee2adf202a8d18688927ff6d8b4938b39ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:341c78280fc47ad01e3f211ea85dbee2adf202a8d18688927ff6d8b4938b39ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:341c78280fc47ad01e3f211ea85dbee2adf202a8d18688927ff6d8b4938b39ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3A341c78280fc47ad01e3f211ea85dbee2adf202a8d18688927ff6d8b4938b39ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1780920287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:4e12904ef8babd900567030ee2cb9b89757406ede843003df08e1b424c6d5f12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:4e12904ef8babd900567030ee2cb9b89757406ede843003df08e1b424c6d5f12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:4e12904ef8babd900567030ee2cb9b89757406ede843003df08e1b424c6d5f12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3A4e12904ef8babd900567030ee2cb9b89757406ede843003df08e1b424c6d5f12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1780942667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:63b4d6fe3649fbc3a190378054c1bbea20ee77e91dc3095ab39f3c5d723a8576_amd64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:63b4d6fe3649fbc3a190378054c1bbea20ee77e91dc3095ab39f3c5d723a8576_amd64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:63b4d6fe3649fbc3a190378054c1bbea20ee77e91dc3095ab39f3c5d723a8576_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3A63b4d6fe3649fbc3a190378054c1bbea20ee77e91dc3095ab39f3c5d723a8576?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1780920615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:03335aac6193e5ff3d9a704524cda05d40eb578b4d9780e0d17b753ff458532d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:03335aac6193e5ff3d9a704524cda05d40eb578b4d9780e0d17b753ff458532d_amd64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:03335aac6193e5ff3d9a704524cda05d40eb578b4d9780e0d17b753ff458532d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A03335aac6193e5ff3d9a704524cda05d40eb578b4d9780e0d17b753ff458532d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1780922146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a54f8ffa7c748a57a5b492ae36afba55c033e717c43f9cce1fed2484f65e5105_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a54f8ffa7c748a57a5b492ae36afba55c033e717c43f9cce1fed2484f65e5105_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a54f8ffa7c748a57a5b492ae36afba55c033e717c43f9cce1fed2484f65e5105_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3Aa54f8ffa7c748a57a5b492ae36afba55c033e717c43f9cce1fed2484f65e5105?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1781020269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3e076768bfa0f474f72b67b2df1a2344e9008bc52a61154d7bd9d40b2926a30b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3e076768bfa0f474f72b67b2df1a2344e9008bc52a61154d7bd9d40b2926a30b_amd64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3e076768bfa0f474f72b67b2df1a2344e9008bc52a61154d7bd9d40b2926a30b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3A3e076768bfa0f474f72b67b2df1a2344e9008bc52a61154d7bd9d40b2926a30b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1780942934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f7cac50a547dcdaeb05da6fc480e7f2c052a39d2f8e09e6784763e44ad7922ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f7cac50a547dcdaeb05da6fc480e7f2c052a39d2f8e09e6784763e44ad7922ac_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f7cac50a547dcdaeb05da6fc480e7f2c052a39d2f8e09e6784763e44ad7922ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3Af7cac50a547dcdaeb05da6fc480e7f2c052a39d2f8e09e6784763e44ad7922ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1780920621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:309b89d4b0475ef75fa140ca16b6023e751f6f5d3f181b1d7f56199dfdd70332_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:309b89d4b0475ef75fa140ca16b6023e751f6f5d3f181b1d7f56199dfdd70332_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:309b89d4b0475ef75fa140ca16b6023e751f6f5d3f181b1d7f56199dfdd70332_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A309b89d4b0475ef75fa140ca16b6023e751f6f5d3f181b1d7f56199dfdd70332?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1780920125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7828c6964eaf8a69a1374c9426181f488b25cd4bc11048c621c63f07856a1e1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7828c6964eaf8a69a1374c9426181f488b25cd4bc11048c621c63f07856a1e1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7828c6964eaf8a69a1374c9426181f488b25cd4bc11048c621c63f07856a1e1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A7828c6964eaf8a69a1374c9426181f488b25cd4bc11048c621c63f07856a1e1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1780920541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3e206f28c919167ed364f05f9650ca914c0ca8ff8dc602ef39365353fe37be32_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3e206f28c919167ed364f05f9650ca914c0ca8ff8dc602ef39365353fe37be32_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3e206f28c919167ed364f05f9650ca914c0ca8ff8dc602ef39365353fe37be32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A3e206f28c919167ed364f05f9650ca914c0ca8ff8dc602ef39365353fe37be32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1780920436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2720e26874199abe16142532a115de806a5c240989c18239ac18a5075d197d45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2720e26874199abe16142532a115de806a5c240989c18239ac18a5075d197d45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2720e26874199abe16142532a115de806a5c240989c18239ac18a5075d197d45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A2720e26874199abe16142532a115de806a5c240989c18239ac18a5075d197d45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1780921078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:c72ff60a9558898ae17cc07fed6999b731c0e253cd16f6c494fb22ae634ab5f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:c72ff60a9558898ae17cc07fed6999b731c0e253cd16f6c494fb22ae634ab5f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:c72ff60a9558898ae17cc07fed6999b731c0e253cd16f6c494fb22ae634ab5f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3Ac72ff60a9558898ae17cc07fed6999b731c0e253cd16f6c494fb22ae634ab5f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1780920946"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f52e90a78b5842549ab887fb728bf1e36b319507acccd674db783def5e9e43cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f52e90a78b5842549ab887fb728bf1e36b319507acccd674db783def5e9e43cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f52e90a78b5842549ab887fb728bf1e36b319507acccd674db783def5e9e43cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3Af52e90a78b5842549ab887fb728bf1e36b319507acccd674db783def5e9e43cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1780920308"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b54b80a75d06f88fdc2c16d5cef1875ff5dc9a7f80475f4349399837f99a6997_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b54b80a75d06f88fdc2c16d5cef1875ff5dc9a7f80475f4349399837f99a6997_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b54b80a75d06f88fdc2c16d5cef1875ff5dc9a7f80475f4349399837f99a6997_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Ab54b80a75d06f88fdc2c16d5cef1875ff5dc9a7f80475f4349399837f99a6997?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1780922492"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:915dbbce38d24359501222ed6f41602b881dee8702ebb25f4e658234a2d2f020_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:915dbbce38d24359501222ed6f41602b881dee8702ebb25f4e658234a2d2f020_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:915dbbce38d24359501222ed6f41602b881dee8702ebb25f4e658234a2d2f020_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3A915dbbce38d24359501222ed6f41602b881dee8702ebb25f4e658234a2d2f020?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1780920162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cf09bf6dcbb019950b68c6e734930a0d787339aa7af375fbca65ef6bbdf90b4f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cf09bf6dcbb019950b68c6e734930a0d787339aa7af375fbca65ef6bbdf90b4f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cf09bf6dcbb019950b68c6e734930a0d787339aa7af375fbca65ef6bbdf90b4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3Acf09bf6dcbb019950b68c6e734930a0d787339aa7af375fbca65ef6bbdf90b4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1781103505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0b4bfbf778d85914fae6c5a20752ed13e75f3b46e0b802bbfd278dad93bb6f7e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0b4bfbf778d85914fae6c5a20752ed13e75f3b46e0b802bbfd278dad93bb6f7e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0b4bfbf778d85914fae6c5a20752ed13e75f3b46e0b802bbfd278dad93bb6f7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A0b4bfbf778d85914fae6c5a20752ed13e75f3b46e0b802bbfd278dad93bb6f7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1780920480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:918518b629d3b1f4ce08af0a103ade97f684355ed44f8b896911ae75e5ace535_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:918518b629d3b1f4ce08af0a103ade97f684355ed44f8b896911ae75e5ace535_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:918518b629d3b1f4ce08af0a103ade97f684355ed44f8b896911ae75e5ace535_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A918518b629d3b1f4ce08af0a103ade97f684355ed44f8b896911ae75e5ace535?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1780921796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9f79cc6d80e30329be5dd19eb30d895618a55676af43b9b0ad81b007a08433a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9f79cc6d80e30329be5dd19eb30d895618a55676af43b9b0ad81b007a08433a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9f79cc6d80e30329be5dd19eb30d895618a55676af43b9b0ad81b007a08433a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3A9f79cc6d80e30329be5dd19eb30d895618a55676af43b9b0ad81b007a08433a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1780920825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:8cf6cb4853827b52dea258e8c8e89d47f7a1a793f241345c52753b7c632094a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:8cf6cb4853827b52dea258e8c8e89d47f7a1a793f241345c52753b7c632094a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:8cf6cb4853827b52dea258e8c8e89d47f7a1a793f241345c52753b7c632094a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A8cf6cb4853827b52dea258e8c8e89d47f7a1a793f241345c52753b7c632094a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1780920291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:b6f20e0862d5f1523512ee11410e8d9c8648b543a884845f8cec5b3cbc80a952_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:b6f20e0862d5f1523512ee11410e8d9c8648b543a884845f8cec5b3cbc80a952_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:b6f20e0862d5f1523512ee11410e8d9c8648b543a884845f8cec5b3cbc80a952_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-ipu-p4sdk-rhel9@sha256%3Ab6f20e0862d5f1523512ee11410e8d9c8648b543a884845f8cec5b3cbc80a952?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9\u0026tag=1780940143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:02fae7934dd14a52d5d37d219203527a52a192a1856f35d7b122935d1689de6a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:02fae7934dd14a52d5d37d219203527a52a192a1856f35d7b122935d1689de6a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:02fae7934dd14a52d5d37d219203527a52a192a1856f35d7b122935d1689de6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-ipu-vsp-rhel9@sha256%3A02fae7934dd14a52d5d37d219203527a52a192a1856f35d7b122935d1689de6a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9\u0026tag=1780920434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:252f5d3839683ba43abfa6140ca317e07b9ad5908c1df188575ef9af6ffbcb3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:252f5d3839683ba43abfa6140ca317e07b9ad5908c1df188575ef9af6ffbcb3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:252f5d3839683ba43abfa6140ca317e07b9ad5908c1df188575ef9af6ffbcb3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-netsec-vsp-rhel9@sha256%3A252f5d3839683ba43abfa6140ca317e07b9ad5908c1df188575ef9af6ffbcb3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9\u0026tag=1780920243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:ef283578a8ef2223b0c1952e42aa4e3881c35b80da58d9f4c43726f108afa97b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:ef283578a8ef2223b0c1952e42aa4e3881c35b80da58d9f4c43726f108afa97b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:ef283578a8ef2223b0c1952e42aa4e3881c35b80da58d9f4c43726f108afa97b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-marvell-cp-agent-rhel9@sha256%3Aef283578a8ef2223b0c1952e42aa4e3881c35b80da58d9f4c43726f108afa97b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9\u0026tag=1780920371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:1da7769baf0b5ec6fd85659bdb96ddb77c4e5700cfd89b666bb5b1ca6aa32dfc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:1da7769baf0b5ec6fd85659bdb96ddb77c4e5700cfd89b666bb5b1ca6aa32dfc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:1da7769baf0b5ec6fd85659bdb96ddb77c4e5700cfd89b666bb5b1ca6aa32dfc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-marvell-vsp-rhel9@sha256%3A1da7769baf0b5ec6fd85659bdb96ddb77c4e5700cfd89b666bb5b1ca6aa32dfc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9\u0026tag=1780920349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fe370abb0aa7de926b168ee17a06ade8c4f4aed2e265d982f5a01176e89b01c1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fe370abb0aa7de926b168ee17a06ade8c4f4aed2e265d982f5a01176e89b01c1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fe370abb0aa7de926b168ee17a06ade8c4f4aed2e265d982f5a01176e89b01c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-network-resources-injector-rhel9@sha256%3Afe370abb0aa7de926b168ee17a06ade8c4f4aed2e265d982f5a01176e89b01c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9\u0026tag=1780920326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:69e21d9e962f4a3e8c711f570dff52e62d440d3014fba9b9631dc7cdf87c20e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:69e21d9e962f4a3e8c711f570dff52e62d440d3014fba9b9631dc7cdf87c20e8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:69e21d9e962f4a3e8c711f570dff52e62d440d3014fba9b9631dc7cdf87c20e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A69e21d9e962f4a3e8c711f570dff52e62d440d3014fba9b9631dc7cdf87c20e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1780944000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:78f99cc5e69e89b24bd6c822735bf1d5aa3fd53fe2c79c46a58a2e564220826d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:78f99cc5e69e89b24bd6c822735bf1d5aa3fd53fe2c79c46a58a2e564220826d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:78f99cc5e69e89b24bd6c822735bf1d5aa3fd53fe2c79c46a58a2e564220826d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A78f99cc5e69e89b24bd6c822735bf1d5aa3fd53fe2c79c46a58a2e564220826d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1780920749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:52907659049a5659b2c227f1fcdd7d4445ee629ce1c90710225ba8926c793f24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:52907659049a5659b2c227f1fcdd7d4445ee629ce1c90710225ba8926c793f24_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:52907659049a5659b2c227f1fcdd7d4445ee629ce1c90710225ba8926c793f24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A52907659049a5659b2c227f1fcdd7d4445ee629ce1c90710225ba8926c793f24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1780920355"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5dddc8c0a9a4de9db1df180cf8ca80219921241bd01e76020680827b87aa8938_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5dddc8c0a9a4de9db1df180cf8ca80219921241bd01e76020680827b87aa8938_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5dddc8c0a9a4de9db1df180cf8ca80219921241bd01e76020680827b87aa8938_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A5dddc8c0a9a4de9db1df180cf8ca80219921241bd01e76020680827b87aa8938?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1780920345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:19035149e280dfa4f9f696d0253b1feb7cd1b04ab763bbc7a6936703a5c0259e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:19035149e280dfa4f9f696d0253b1feb7cd1b04ab763bbc7a6936703a5c0259e_arm64",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:19035149e280dfa4f9f696d0253b1feb7cd1b04ab763bbc7a6936703a5c0259e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3A19035149e280dfa4f9f696d0253b1feb7cd1b04ab763bbc7a6936703a5c0259e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1780953249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2199eae6baca25637fd5dc4ab9872b7b4b672affb12268c23cd581d8d08f7041_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2199eae6baca25637fd5dc4ab9872b7b4b672affb12268c23cd581d8d08f7041_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2199eae6baca25637fd5dc4ab9872b7b4b672affb12268c23cd581d8d08f7041_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A2199eae6baca25637fd5dc4ab9872b7b4b672affb12268c23cd581d8d08f7041?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1781020289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:86704cadbd20e1d04079ee7bf61f70664f1d15c057dd4bcfa433d7ad4e913944_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:86704cadbd20e1d04079ee7bf61f70664f1d15c057dd4bcfa433d7ad4e913944_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:86704cadbd20e1d04079ee7bf61f70664f1d15c057dd4bcfa433d7ad4e913944_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A86704cadbd20e1d04079ee7bf61f70664f1d15c057dd4bcfa433d7ad4e913944?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1780920196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:04f87778acdc839c6e6c4d1a4323d302cf6fe7ece7e8089adab73dc4e8cfbc74_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:04f87778acdc839c6e6c4d1a4323d302cf6fe7ece7e8089adab73dc4e8cfbc74_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:04f87778acdc839c6e6c4d1a4323d302cf6fe7ece7e8089adab73dc4e8cfbc74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A04f87778acdc839c6e6c4d1a4323d302cf6fe7ece7e8089adab73dc4e8cfbc74?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1780943302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:70cc29b1a6b953e67e6bc3977d09504fe5f6782c1ce65976916ee89a43d1db03_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:70cc29b1a6b953e67e6bc3977d09504fe5f6782c1ce65976916ee89a43d1db03_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:70cc29b1a6b953e67e6bc3977d09504fe5f6782c1ce65976916ee89a43d1db03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A70cc29b1a6b953e67e6bc3977d09504fe5f6782c1ce65976916ee89a43d1db03?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1780941137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:97d58d95e34ddf900e7a9abd32b85d034e0843e422cdb69d6e2f0b17050569df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:97d58d95e34ddf900e7a9abd32b85d034e0843e422cdb69d6e2f0b17050569df_arm64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:97d58d95e34ddf900e7a9abd32b85d034e0843e422cdb69d6e2f0b17050569df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A97d58d95e34ddf900e7a9abd32b85d034e0843e422cdb69d6e2f0b17050569df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1781095631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1cc561c6a56fae238a1e4d11fe178cca228126c195339edd8988d2f83c6e3bf9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1cc561c6a56fae238a1e4d11fe178cca228126c195339edd8988d2f83c6e3bf9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1cc561c6a56fae238a1e4d11fe178cca228126c195339edd8988d2f83c6e3bf9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A1cc561c6a56fae238a1e4d11fe178cca228126c195339edd8988d2f83c6e3bf9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1780920870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b10f8e4dd065430ebf8a79bd6f1f32f0c6eb7e7beddd00d677b53397c1d6d74c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b10f8e4dd065430ebf8a79bd6f1f32f0c6eb7e7beddd00d677b53397c1d6d74c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b10f8e4dd065430ebf8a79bd6f1f32f0c6eb7e7beddd00d677b53397c1d6d74c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3Ab10f8e4dd065430ebf8a79bd6f1f32f0c6eb7e7beddd00d677b53397c1d6d74c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1781094492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b18e85615972be444c812ac4215dfb922d9a9976c4fc6978bf18bcf07080c248_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b18e85615972be444c812ac4215dfb922d9a9976c4fc6978bf18bcf07080c248_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b18e85615972be444c812ac4215dfb922d9a9976c4fc6978bf18bcf07080c248_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3Ab18e85615972be444c812ac4215dfb922d9a9976c4fc6978bf18bcf07080c248?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1780943957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e8c468997057f84cd38f7e4bd45441c46fcb3850789fb610b8f84b980d465386_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e8c468997057f84cd38f7e4bd45441c46fcb3850789fb610b8f84b980d465386_arm64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e8c468997057f84cd38f7e4bd45441c46fcb3850789fb610b8f84b980d465386_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3Ae8c468997057f84cd38f7e4bd45441c46fcb3850789fb610b8f84b980d465386?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1780920247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c738eb71711c0d2b2e70bb889e35a14f99769af322452807e37c77b1cdf64104_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c738eb71711c0d2b2e70bb889e35a14f99769af322452807e37c77b1cdf64104_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c738eb71711c0d2b2e70bb889e35a14f99769af322452807e37c77b1cdf64104_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3Ac738eb71711c0d2b2e70bb889e35a14f99769af322452807e37c77b1cdf64104?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1780920441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:8b5247bc7b3ecb070b3cfb3c31ce503c0544ccfbf539bace4477b77ca7b85527_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:8b5247bc7b3ecb070b3cfb3c31ce503c0544ccfbf539bace4477b77ca7b85527_arm64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:8b5247bc7b3ecb070b3cfb3c31ce503c0544ccfbf539bace4477b77ca7b85527_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A8b5247bc7b3ecb070b3cfb3c31ce503c0544ccfbf539bace4477b77ca7b85527?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1781094425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:94d92c08c03afe1cec1c6dd66deb9fb19c58c0db5063e57cfc8ee3ec27206ae9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:94d92c08c03afe1cec1c6dd66deb9fb19c58c0db5063e57cfc8ee3ec27206ae9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:94d92c08c03afe1cec1c6dd66deb9fb19c58c0db5063e57cfc8ee3ec27206ae9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel9@sha256%3A94d92c08c03afe1cec1c6dd66deb9fb19c58c0db5063e57cfc8ee3ec27206ae9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=1781103659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:179f4959ebbd235dc4941f99a2dac09f77e68c67e7d9f6488cbb065da92d647d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:179f4959ebbd235dc4941f99a2dac09f77e68c67e7d9f6488cbb065da92d647d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:179f4959ebbd235dc4941f99a2dac09f77e68c67e7d9f6488cbb065da92d647d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel9-operator@sha256%3A179f4959ebbd235dc4941f99a2dac09f77e68c67e7d9f6488cbb065da92d647d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=1781103660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:df71e3f08022e1b0331709a089409abbf014a33227f7cf22094f431c7ca51718_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:df71e3f08022e1b0331709a089409abbf014a33227f7cf22094f431c7ca51718_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:df71e3f08022e1b0331709a089409abbf014a33227f7cf22094f431c7ca51718_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3Adf71e3f08022e1b0331709a089409abbf014a33227f7cf22094f431c7ca51718?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1780920188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:aaece8eb13c71a1a86f9a418e6a54d09bcd4eccf1764d0ac2e063bab14f2af79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:aaece8eb13c71a1a86f9a418e6a54d09bcd4eccf1764d0ac2e063bab14f2af79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:aaece8eb13c71a1a86f9a418e6a54d09bcd4eccf1764d0ac2e063bab14f2af79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3Aaaece8eb13c71a1a86f9a418e6a54d09bcd4eccf1764d0ac2e063bab14f2af79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1780920159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3eefb6d276796591377c9217ddb902b3f263ef747238a79dedcfd3b9773717e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3eefb6d276796591377c9217ddb902b3f263ef747238a79dedcfd3b9773717e0_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3eefb6d276796591377c9217ddb902b3f263ef747238a79dedcfd3b9773717e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A3eefb6d276796591377c9217ddb902b3f263ef747238a79dedcfd3b9773717e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1780920715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fde263b9d1de5205f11b7a949d39f6be4c0be1dfe8c35a8d5686291eeef3cdd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fde263b9d1de5205f11b7a949d39f6be4c0be1dfe8c35a8d5686291eeef3cdd_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fde263b9d1de5205f11b7a949d39f6be4c0be1dfe8c35a8d5686291eeef3cdd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A1fde263b9d1de5205f11b7a949d39f6be4c0be1dfe8c35a8d5686291eeef3cdd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1781103515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:88f8c133c1d79bef546308f6e73692723e8790bd36be86ae0b1e72a9191f2b3d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:88f8c133c1d79bef546308f6e73692723e8790bd36be86ae0b1e72a9191f2b3d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:88f8c133c1d79bef546308f6e73692723e8790bd36be86ae0b1e72a9191f2b3d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A88f8c133c1d79bef546308f6e73692723e8790bd36be86ae0b1e72a9191f2b3d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1780920688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7ca1d29d100e64da8644145af61612ee551d943d699c184f9cf2ce4fa57118e9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7ca1d29d100e64da8644145af61612ee551d943d699c184f9cf2ce4fa57118e9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7ca1d29d100e64da8644145af61612ee551d943d699c184f9cf2ce4fa57118e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A7ca1d29d100e64da8644145af61612ee551d943d699c184f9cf2ce4fa57118e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1780943755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10115c4d9763403713974bba0ffb6bfb5da3c8d4bc0e03e5f0fe2227e2ae9b01_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10115c4d9763403713974bba0ffb6bfb5da3c8d4bc0e03e5f0fe2227e2ae9b01_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10115c4d9763403713974bba0ffb6bfb5da3c8d4bc0e03e5f0fe2227e2ae9b01_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A10115c4d9763403713974bba0ffb6bfb5da3c8d4bc0e03e5f0fe2227e2ae9b01?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1780943275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f323d7b4353c7e956dd5eab125f687c0c06b1f691f9a0752525e1f64d80f3f9f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f323d7b4353c7e956dd5eab125f687c0c06b1f691f9a0752525e1f64d80f3f9f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f323d7b4353c7e956dd5eab125f687c0c06b1f691f9a0752525e1f64d80f3f9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3Af323d7b4353c7e956dd5eab125f687c0c06b1f691f9a0752525e1f64d80f3f9f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1781094494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f613e6a2a007352708fdf0f7a1bd4956a45f6a2d3683296b8996082d86e8e65_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f613e6a2a007352708fdf0f7a1bd4956a45f6a2d3683296b8996082d86e8e65_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f613e6a2a007352708fdf0f7a1bd4956a45f6a2d3683296b8996082d86e8e65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A9f613e6a2a007352708fdf0f7a1bd4956a45f6a2d3683296b8996082d86e8e65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1781094440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d5e7cba492b53b893ccbf5a72b4f4721927079cefb94ad21b411abfe92d34f60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d5e7cba492b53b893ccbf5a72b4f4721927079cefb94ad21b411abfe92d34f60_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d5e7cba492b53b893ccbf5a72b4f4721927079cefb94ad21b411abfe92d34f60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3Ad5e7cba492b53b893ccbf5a72b4f4721927079cefb94ad21b411abfe92d34f60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1780920752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d12c1c2b96df26ba116009f80895bd51dc0a19d57ba4c8d46ab1f1391b1d62fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d12c1c2b96df26ba116009f80895bd51dc0a19d57ba4c8d46ab1f1391b1d62fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d12c1c2b96df26ba116009f80895bd51dc0a19d57ba4c8d46ab1f1391b1d62fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3Ad12c1c2b96df26ba116009f80895bd51dc0a19d57ba4c8d46ab1f1391b1d62fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1780920287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5a80b96374ff89668fb0dced24337b4d2a6ee30dece18f5f5780494f7d194588_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5a80b96374ff89668fb0dced24337b4d2a6ee30dece18f5f5780494f7d194588_arm64",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5a80b96374ff89668fb0dced24337b4d2a6ee30dece18f5f5780494f7d194588_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3A5a80b96374ff89668fb0dced24337b4d2a6ee30dece18f5f5780494f7d194588?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1780942667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:264d2cef5c71dc140450a3440e0e8311db64224a5aa886b893ffc27606e056b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:264d2cef5c71dc140450a3440e0e8311db64224a5aa886b893ffc27606e056b3_arm64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:264d2cef5c71dc140450a3440e0e8311db64224a5aa886b893ffc27606e056b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3A264d2cef5c71dc140450a3440e0e8311db64224a5aa886b893ffc27606e056b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1780920615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:aa5de21cf5dc3327b186d36e06515efaba592fc395336bf56c72fc893444799b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:aa5de21cf5dc3327b186d36e06515efaba592fc395336bf56c72fc893444799b_arm64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:aa5de21cf5dc3327b186d36e06515efaba592fc395336bf56c72fc893444799b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3Aaa5de21cf5dc3327b186d36e06515efaba592fc395336bf56c72fc893444799b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1780922146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:d20ebff0c71faa4a54b2ccb8d24e04e3fff725fb6ceae78687a1026e912df9d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:d20ebff0c71faa4a54b2ccb8d24e04e3fff725fb6ceae78687a1026e912df9d7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:d20ebff0c71faa4a54b2ccb8d24e04e3fff725fb6ceae78687a1026e912df9d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3Ad20ebff0c71faa4a54b2ccb8d24e04e3fff725fb6ceae78687a1026e912df9d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1781020269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1a5c4f5c620ff90c182cca131ee158084a2cec7b9abff5bf7ba23a053454d670_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1a5c4f5c620ff90c182cca131ee158084a2cec7b9abff5bf7ba23a053454d670_arm64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1a5c4f5c620ff90c182cca131ee158084a2cec7b9abff5bf7ba23a053454d670_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3A1a5c4f5c620ff90c182cca131ee158084a2cec7b9abff5bf7ba23a053454d670?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1780942934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8a2ca4b9dfb4143799a959b987d36f150d87bcf037c7578c208861ec12afe927_arm64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8a2ca4b9dfb4143799a959b987d36f150d87bcf037c7578c208861ec12afe927_arm64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8a2ca4b9dfb4143799a959b987d36f150d87bcf037c7578c208861ec12afe927_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A8a2ca4b9dfb4143799a959b987d36f150d87bcf037c7578c208861ec12afe927?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1780920621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:64c6751bda736736cfd51b16ee61813fe928d56586032e1c654e7cf26a12152a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:64c6751bda736736cfd51b16ee61813fe928d56586032e1c654e7cf26a12152a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:64c6751bda736736cfd51b16ee61813fe928d56586032e1c654e7cf26a12152a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A64c6751bda736736cfd51b16ee61813fe928d56586032e1c654e7cf26a12152a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1780920125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2b02af5f405a14074ade1872d29216d385cc413ec4ce344ad5f74263d193db88_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2b02af5f405a14074ade1872d29216d385cc413ec4ce344ad5f74263d193db88_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2b02af5f405a14074ade1872d29216d385cc413ec4ce344ad5f74263d193db88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A2b02af5f405a14074ade1872d29216d385cc413ec4ce344ad5f74263d193db88?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1780920541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0687498c6c631db240cb84282482c87af390d0f1cbf9c1600dcf4c23e8c03cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0687498c6c631db240cb84282482c87af390d0f1cbf9c1600dcf4c23e8c03cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0687498c6c631db240cb84282482c87af390d0f1cbf9c1600dcf4c23e8c03cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3Ab0687498c6c631db240cb84282482c87af390d0f1cbf9c1600dcf4c23e8c03cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1780920436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b2835a1c2bfdb0f18561adce14ff5bb1109c808f91410b06ce9ddd20d6a8da6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b2835a1c2bfdb0f18561adce14ff5bb1109c808f91410b06ce9ddd20d6a8da6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b2835a1c2bfdb0f18561adce14ff5bb1109c808f91410b06ce9ddd20d6a8da6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3Ab2835a1c2bfdb0f18561adce14ff5bb1109c808f91410b06ce9ddd20d6a8da6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1780921078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1c5913adcf49d0c9c361ea99a96d85892ff973f61d3c146d6c0833b8616e74b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1c5913adcf49d0c9c361ea99a96d85892ff973f61d3c146d6c0833b8616e74b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1c5913adcf49d0c9c361ea99a96d85892ff973f61d3c146d6c0833b8616e74b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3A1c5913adcf49d0c9c361ea99a96d85892ff973f61d3c146d6c0833b8616e74b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1780920946"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:676c3b72a5cc5f31082c6963ab70ba75242ae1890f1fd73ac4f7ad1ca783412b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:676c3b72a5cc5f31082c6963ab70ba75242ae1890f1fd73ac4f7ad1ca783412b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:676c3b72a5cc5f31082c6963ab70ba75242ae1890f1fd73ac4f7ad1ca783412b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A676c3b72a5cc5f31082c6963ab70ba75242ae1890f1fd73ac4f7ad1ca783412b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1780920308"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:33e021b61b2251fb8260cb1fc4bfd7e269cb6a40f3e0dda46f6441399c38da21_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:33e021b61b2251fb8260cb1fc4bfd7e269cb6a40f3e0dda46f6441399c38da21_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:33e021b61b2251fb8260cb1fc4bfd7e269cb6a40f3e0dda46f6441399c38da21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A33e021b61b2251fb8260cb1fc4bfd7e269cb6a40f3e0dda46f6441399c38da21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1780922492"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:3e360b4d5e1b0dc5c40659ae813c43a9b1cb60ce87bd8e5799c4dba1437a2523_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:3e360b4d5e1b0dc5c40659ae813c43a9b1cb60ce87bd8e5799c4dba1437a2523_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:3e360b4d5e1b0dc5c40659ae813c43a9b1cb60ce87bd8e5799c4dba1437a2523_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3A3e360b4d5e1b0dc5c40659ae813c43a9b1cb60ce87bd8e5799c4dba1437a2523?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1780920162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:84370289fc8050e65d2a3c219ab5725a44cab38952477cc36771c716566ae459_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:84370289fc8050e65d2a3c219ab5725a44cab38952477cc36771c716566ae459_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:84370289fc8050e65d2a3c219ab5725a44cab38952477cc36771c716566ae459_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A84370289fc8050e65d2a3c219ab5725a44cab38952477cc36771c716566ae459?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1781103505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d5be635abf314615622dea4b3528fbe4b66adbc5aa4c024629fd26b630a91208_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d5be635abf314615622dea4b3528fbe4b66adbc5aa4c024629fd26b630a91208_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d5be635abf314615622dea4b3528fbe4b66adbc5aa4c024629fd26b630a91208_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Ad5be635abf314615622dea4b3528fbe4b66adbc5aa4c024629fd26b630a91208?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1780920480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:eb9f56b057647f966a88442ba04d3542be2506f4bee1717ecb78a0da13d29964_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:eb9f56b057647f966a88442ba04d3542be2506f4bee1717ecb78a0da13d29964_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:eb9f56b057647f966a88442ba04d3542be2506f4bee1717ecb78a0da13d29964_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Aeb9f56b057647f966a88442ba04d3542be2506f4bee1717ecb78a0da13d29964?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1780921796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9d77c981d4ede434489951a0cc25ec36e7e5cada6195de1b383a0e27b54cb6bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9d77c981d4ede434489951a0cc25ec36e7e5cada6195de1b383a0e27b54cb6bd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9d77c981d4ede434489951a0cc25ec36e7e5cada6195de1b383a0e27b54cb6bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3A9d77c981d4ede434489951a0cc25ec36e7e5cada6195de1b383a0e27b54cb6bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1780920825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:47c98ef7169d491aa0e30a59ecf7fbb4b8091522997539c5b2484f76be4283cb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:47c98ef7169d491aa0e30a59ecf7fbb4b8091522997539c5b2484f76be4283cb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:47c98ef7169d491aa0e30a59ecf7fbb4b8091522997539c5b2484f76be4283cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A47c98ef7169d491aa0e30a59ecf7fbb4b8091522997539c5b2484f76be4283cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1780920291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:3fe142d48be14b417a1da02ce57e9791744af1347e7e29fb3d2ddee135b348b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:3fe142d48be14b417a1da02ce57e9791744af1347e7e29fb3d2ddee135b348b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:3fe142d48be14b417a1da02ce57e9791744af1347e7e29fb3d2ddee135b348b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A3fe142d48be14b417a1da02ce57e9791744af1347e7e29fb3d2ddee135b348b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1780944000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:154b14b14a0d5617bf918b383a93ee69cdb1346d5cb85a4b15b1d3cb9d4cf918_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:154b14b14a0d5617bf918b383a93ee69cdb1346d5cb85a4b15b1d3cb9d4cf918_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:154b14b14a0d5617bf918b383a93ee69cdb1346d5cb85a4b15b1d3cb9d4cf918_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A154b14b14a0d5617bf918b383a93ee69cdb1346d5cb85a4b15b1d3cb9d4cf918?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1780920749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:45b212a24acf851081ac2cfbb88aa56b602a588101ab9b9dc2e395d4b7f169c0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:45b212a24acf851081ac2cfbb88aa56b602a588101ab9b9dc2e395d4b7f169c0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:45b212a24acf851081ac2cfbb88aa56b602a588101ab9b9dc2e395d4b7f169c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A45b212a24acf851081ac2cfbb88aa56b602a588101ab9b9dc2e395d4b7f169c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1780920355"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ce3207a92d7ef805f287d12df9458f876955a18fde0d188c30700e8460720669_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ce3207a92d7ef805f287d12df9458f876955a18fde0d188c30700e8460720669_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ce3207a92d7ef805f287d12df9458f876955a18fde0d188c30700e8460720669_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3Ace3207a92d7ef805f287d12df9458f876955a18fde0d188c30700e8460720669?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1780920345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7c6136911f59a98fc84eaa27b59b9033a96f2b8e15573cdfb35790642e896860_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7c6136911f59a98fc84eaa27b59b9033a96f2b8e15573cdfb35790642e896860_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7c6136911f59a98fc84eaa27b59b9033a96f2b8e15573cdfb35790642e896860_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3A7c6136911f59a98fc84eaa27b59b9033a96f2b8e15573cdfb35790642e896860?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1780953249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e3f2fbd2f20175d2b620d2ae04f5de5f1d07a17e43c7ae7ba6eb54ffe113f94a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e3f2fbd2f20175d2b620d2ae04f5de5f1d07a17e43c7ae7ba6eb54ffe113f94a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e3f2fbd2f20175d2b620d2ae04f5de5f1d07a17e43c7ae7ba6eb54ffe113f94a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3Ae3f2fbd2f20175d2b620d2ae04f5de5f1d07a17e43c7ae7ba6eb54ffe113f94a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1781020289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7a9bbb1da5fb4be7fd581ebdc379622055b1fdbc69da73d1d61e2fe3fa074778_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7a9bbb1da5fb4be7fd581ebdc379622055b1fdbc69da73d1d61e2fe3fa074778_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7a9bbb1da5fb4be7fd581ebdc379622055b1fdbc69da73d1d61e2fe3fa074778_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A7a9bbb1da5fb4be7fd581ebdc379622055b1fdbc69da73d1d61e2fe3fa074778?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1780920196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c3b1f79dada5425dd5bdd44aa84976c71f3c574440a33b9675cc20ee8711b347_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c3b1f79dada5425dd5bdd44aa84976c71f3c574440a33b9675cc20ee8711b347_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c3b1f79dada5425dd5bdd44aa84976c71f3c574440a33b9675cc20ee8711b347_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Ac3b1f79dada5425dd5bdd44aa84976c71f3c574440a33b9675cc20ee8711b347?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1780943302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:189edc8baa6f14397cb0802b14e1dd4b7eab9f6c7d65e403802fc7eb074f8a15_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:189edc8baa6f14397cb0802b14e1dd4b7eab9f6c7d65e403802fc7eb074f8a15_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:189edc8baa6f14397cb0802b14e1dd4b7eab9f6c7d65e403802fc7eb074f8a15_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A189edc8baa6f14397cb0802b14e1dd4b7eab9f6c7d65e403802fc7eb074f8a15?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1780941137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3f8f8ae5b5fd64e3d9c18ce16395537e5c158fb088828b2dae232918b7f60318_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3f8f8ae5b5fd64e3d9c18ce16395537e5c158fb088828b2dae232918b7f60318_ppc64le",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3f8f8ae5b5fd64e3d9c18ce16395537e5c158fb088828b2dae232918b7f60318_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A3f8f8ae5b5fd64e3d9c18ce16395537e5c158fb088828b2dae232918b7f60318?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1781095631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:2f85de600b2262725b7e17cb8d66eea8c87e015abaff76942f628b3e4dafd37f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:2f85de600b2262725b7e17cb8d66eea8c87e015abaff76942f628b3e4dafd37f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:2f85de600b2262725b7e17cb8d66eea8c87e015abaff76942f628b3e4dafd37f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A2f85de600b2262725b7e17cb8d66eea8c87e015abaff76942f628b3e4dafd37f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1780920870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ff318b5a60fdf45840bdb88fd693a84abedfc54260385527e66fa882bd954879_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ff318b5a60fdf45840bdb88fd693a84abedfc54260385527e66fa882bd954879_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ff318b5a60fdf45840bdb88fd693a84abedfc54260385527e66fa882bd954879_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3Aff318b5a60fdf45840bdb88fd693a84abedfc54260385527e66fa882bd954879?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1781094492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:aa14a1b4d78d7fbf477bffb743ae21a4f84c838b589c1c67baf52007b46b25f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:aa14a1b4d78d7fbf477bffb743ae21a4f84c838b589c1c67baf52007b46b25f0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:aa14a1b4d78d7fbf477bffb743ae21a4f84c838b589c1c67baf52007b46b25f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3Aaa14a1b4d78d7fbf477bffb743ae21a4f84c838b589c1c67baf52007b46b25f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1780943957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5aee14c73f25de6923b592989e914a76aa393a453a7c64e1de7efa7e9dc063ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5aee14c73f25de6923b592989e914a76aa393a453a7c64e1de7efa7e9dc063ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5aee14c73f25de6923b592989e914a76aa393a453a7c64e1de7efa7e9dc063ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A5aee14c73f25de6923b592989e914a76aa393a453a7c64e1de7efa7e9dc063ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1780920247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6bc2dcf6feef66711c3338a30b8a7ac6141e5a4746dd18b1c697c679319b381d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6bc2dcf6feef66711c3338a30b8a7ac6141e5a4746dd18b1c697c679319b381d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6bc2dcf6feef66711c3338a30b8a7ac6141e5a4746dd18b1c697c679319b381d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A6bc2dcf6feef66711c3338a30b8a7ac6141e5a4746dd18b1c697c679319b381d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1780920441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b4e68798446163c04dc4f45652dbf8a8ac412074a125504b89d4aee8d89acd5b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b4e68798446163c04dc4f45652dbf8a8ac412074a125504b89d4aee8d89acd5b_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b4e68798446163c04dc4f45652dbf8a8ac412074a125504b89d4aee8d89acd5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3Ab4e68798446163c04dc4f45652dbf8a8ac412074a125504b89d4aee8d89acd5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1781094425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:13252d5de042d39b2294e43ee122d1d833e8bdfb5b91fbb6e9d0feb22b5fcd2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:13252d5de042d39b2294e43ee122d1d833e8bdfb5b91fbb6e9d0feb22b5fcd2c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:13252d5de042d39b2294e43ee122d1d833e8bdfb5b91fbb6e9d0feb22b5fcd2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3A13252d5de042d39b2294e43ee122d1d833e8bdfb5b91fbb6e9d0feb22b5fcd2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1780920188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4f812eb0000f6cc5ad9a2bd912be92b387c06d98edd4f987a501c03b68077635_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4f812eb0000f6cc5ad9a2bd912be92b387c06d98edd4f987a501c03b68077635_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4f812eb0000f6cc5ad9a2bd912be92b387c06d98edd4f987a501c03b68077635_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A4f812eb0000f6cc5ad9a2bd912be92b387c06d98edd4f987a501c03b68077635?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1780920159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:822f615c96543b10b185db60ee9e8c222c978fd6e207c032ecc68299669ac773_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:822f615c96543b10b185db60ee9e8c222c978fd6e207c032ecc68299669ac773_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:822f615c96543b10b185db60ee9e8c222c978fd6e207c032ecc68299669ac773_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A822f615c96543b10b185db60ee9e8c222c978fd6e207c032ecc68299669ac773?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1780920715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7ea14b495167ed56bb422076184a8701d9aa73424a8762092e66febcf00368cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7ea14b495167ed56bb422076184a8701d9aa73424a8762092e66febcf00368cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7ea14b495167ed56bb422076184a8701d9aa73424a8762092e66febcf00368cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A7ea14b495167ed56bb422076184a8701d9aa73424a8762092e66febcf00368cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1781103515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:b4dbace063e5b16883d33f3e5595935b07b0888286715eb1b774a2e068ed90cc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:b4dbace063e5b16883d33f3e5595935b07b0888286715eb1b774a2e068ed90cc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:b4dbace063e5b16883d33f3e5595935b07b0888286715eb1b774a2e068ed90cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3Ab4dbace063e5b16883d33f3e5595935b07b0888286715eb1b774a2e068ed90cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1780920688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:589c3293503e156412faebe0d5d495ee97361796d7819abfc7b715d2191c76e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:589c3293503e156412faebe0d5d495ee97361796d7819abfc7b715d2191c76e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:589c3293503e156412faebe0d5d495ee97361796d7819abfc7b715d2191c76e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A589c3293503e156412faebe0d5d495ee97361796d7819abfc7b715d2191c76e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1780943755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:dc691fb6e589786dfac6d84748b1802d9282b7288f86677dc9dd53e5328ed20d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:dc691fb6e589786dfac6d84748b1802d9282b7288f86677dc9dd53e5328ed20d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:dc691fb6e589786dfac6d84748b1802d9282b7288f86677dc9dd53e5328ed20d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3Adc691fb6e589786dfac6d84748b1802d9282b7288f86677dc9dd53e5328ed20d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1780943275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:babebccb80dc000f1a68df702c7f64910476318dbe0f6c06016ebda0ec500463_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:babebccb80dc000f1a68df702c7f64910476318dbe0f6c06016ebda0ec500463_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:babebccb80dc000f1a68df702c7f64910476318dbe0f6c06016ebda0ec500463_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3Ababebccb80dc000f1a68df702c7f64910476318dbe0f6c06016ebda0ec500463?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1781094494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a06dc9395bd70c7c65681ad827317ebee1b1892e49fc90a98da926750e36ca21_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a06dc9395bd70c7c65681ad827317ebee1b1892e49fc90a98da926750e36ca21_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a06dc9395bd70c7c65681ad827317ebee1b1892e49fc90a98da926750e36ca21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3Aa06dc9395bd70c7c65681ad827317ebee1b1892e49fc90a98da926750e36ca21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1781094440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:574833604cd70628d237f262d5b1edc7c1eb7c16e7da91f0bd19098c0add3fcb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:574833604cd70628d237f262d5b1edc7c1eb7c16e7da91f0bd19098c0add3fcb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:574833604cd70628d237f262d5b1edc7c1eb7c16e7da91f0bd19098c0add3fcb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A574833604cd70628d237f262d5b1edc7c1eb7c16e7da91f0bd19098c0add3fcb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1780920752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:556a48cc409611d4a8f9e2e5ca8aec5f64318e1df7db047d93218c8ee05a8f9c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:556a48cc409611d4a8f9e2e5ca8aec5f64318e1df7db047d93218c8ee05a8f9c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:556a48cc409611d4a8f9e2e5ca8aec5f64318e1df7db047d93218c8ee05a8f9c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3A556a48cc409611d4a8f9e2e5ca8aec5f64318e1df7db047d93218c8ee05a8f9c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1780920287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:1088c2c35caf03590def63c8d79c7bbddbf020146865652a3fda5f915a75a7ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:1088c2c35caf03590def63c8d79c7bbddbf020146865652a3fda5f915a75a7ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:1088c2c35caf03590def63c8d79c7bbddbf020146865652a3fda5f915a75a7ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3A1088c2c35caf03590def63c8d79c7bbddbf020146865652a3fda5f915a75a7ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1780942667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0dfc2f18869dd15e27d018b23923acee274f09e888fc72c173472579556e810d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0dfc2f18869dd15e27d018b23923acee274f09e888fc72c173472579556e810d_ppc64le",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0dfc2f18869dd15e27d018b23923acee274f09e888fc72c173472579556e810d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3A0dfc2f18869dd15e27d018b23923acee274f09e888fc72c173472579556e810d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1780920615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:88fb617ce6d6389bd1000eb9268a8e67c6eabb40ec4c7389dd23c268e881c2c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:88fb617ce6d6389bd1000eb9268a8e67c6eabb40ec4c7389dd23c268e881c2c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:88fb617ce6d6389bd1000eb9268a8e67c6eabb40ec4c7389dd23c268e881c2c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A88fb617ce6d6389bd1000eb9268a8e67c6eabb40ec4c7389dd23c268e881c2c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1780922146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1d48afb19e99915abf33c03532a4c8ff3d913cd35f67f9f46d1afc4b0ea972bc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1d48afb19e99915abf33c03532a4c8ff3d913cd35f67f9f46d1afc4b0ea972bc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1d48afb19e99915abf33c03532a4c8ff3d913cd35f67f9f46d1afc4b0ea972bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A1d48afb19e99915abf33c03532a4c8ff3d913cd35f67f9f46d1afc4b0ea972bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1781020269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4353a1cb5a281e5f628ff5d1bf00a13eba9e5cabe644dc162464781bb92a15ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4353a1cb5a281e5f628ff5d1bf00a13eba9e5cabe644dc162464781bb92a15ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4353a1cb5a281e5f628ff5d1bf00a13eba9e5cabe644dc162464781bb92a15ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3A4353a1cb5a281e5f628ff5d1bf00a13eba9e5cabe644dc162464781bb92a15ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1780942934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:b7ac56cc1456efb2dc285714c6874ffe0a5c64139476ec463a117bc266566f6a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:b7ac56cc1456efb2dc285714c6874ffe0a5c64139476ec463a117bc266566f6a_ppc64le",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:b7ac56cc1456efb2dc285714c6874ffe0a5c64139476ec463a117bc266566f6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3Ab7ac56cc1456efb2dc285714c6874ffe0a5c64139476ec463a117bc266566f6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1780920621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:acf7229ccaf91eb7e8b4d7be82a5a2fabc0907e07b20faddddcc0c3ddde64480_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:acf7229ccaf91eb7e8b4d7be82a5a2fabc0907e07b20faddddcc0c3ddde64480_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:acf7229ccaf91eb7e8b4d7be82a5a2fabc0907e07b20faddddcc0c3ddde64480_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3Aacf7229ccaf91eb7e8b4d7be82a5a2fabc0907e07b20faddddcc0c3ddde64480?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1780920125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e198f90cb52c92eb39be0605eb74a765799e85dcdc09a2f5d8ca7e7436e7d668_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e198f90cb52c92eb39be0605eb74a765799e85dcdc09a2f5d8ca7e7436e7d668_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e198f90cb52c92eb39be0605eb74a765799e85dcdc09a2f5d8ca7e7436e7d668_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3Ae198f90cb52c92eb39be0605eb74a765799e85dcdc09a2f5d8ca7e7436e7d668?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1780920541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:00a2b7d991b9f3938df7e8fd11b58041eb237f3425c1ba2bfc85366d15356ef5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:00a2b7d991b9f3938df7e8fd11b58041eb237f3425c1ba2bfc85366d15356ef5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:00a2b7d991b9f3938df7e8fd11b58041eb237f3425c1ba2bfc85366d15356ef5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A00a2b7d991b9f3938df7e8fd11b58041eb237f3425c1ba2bfc85366d15356ef5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1780920436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca1d94b817670302256ed68278ab64134bd86dabe0a54b43878305b94e73bbc6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca1d94b817670302256ed68278ab64134bd86dabe0a54b43878305b94e73bbc6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca1d94b817670302256ed68278ab64134bd86dabe0a54b43878305b94e73bbc6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3Aca1d94b817670302256ed68278ab64134bd86dabe0a54b43878305b94e73bbc6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1780921078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9c9a3c9ca664b8ddcf81cac9a5521e1f005efdd7bbfba94860e8759ccc22e5ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9c9a3c9ca664b8ddcf81cac9a5521e1f005efdd7bbfba94860e8759ccc22e5ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9c9a3c9ca664b8ddcf81cac9a5521e1f005efdd7bbfba94860e8759ccc22e5ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3A9c9a3c9ca664b8ddcf81cac9a5521e1f005efdd7bbfba94860e8759ccc22e5ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1780920946"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7231bb08de437c83e9189f578ddd7ca192209e338e5a0d4726e65b53fced5558_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7231bb08de437c83e9189f578ddd7ca192209e338e5a0d4726e65b53fced5558_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7231bb08de437c83e9189f578ddd7ca192209e338e5a0d4726e65b53fced5558_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A7231bb08de437c83e9189f578ddd7ca192209e338e5a0d4726e65b53fced5558?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1780920308"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f2ae9c78c6cf8020521f63a51dfc0f1400cc82f9bcfb90598283602adeb6a862_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f2ae9c78c6cf8020521f63a51dfc0f1400cc82f9bcfb90598283602adeb6a862_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f2ae9c78c6cf8020521f63a51dfc0f1400cc82f9bcfb90598283602adeb6a862_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Af2ae9c78c6cf8020521f63a51dfc0f1400cc82f9bcfb90598283602adeb6a862?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1780922492"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:bc773c6baa7714354c0744a893edb1a8b0af2807f7564983f6d5292a17a51d2a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:bc773c6baa7714354c0744a893edb1a8b0af2807f7564983f6d5292a17a51d2a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:bc773c6baa7714354c0744a893edb1a8b0af2807f7564983f6d5292a17a51d2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3Abc773c6baa7714354c0744a893edb1a8b0af2807f7564983f6d5292a17a51d2a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1781103505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9762edd7ba0c341f17117d72221dfed21ae608fc0fafd3c8aeba1bad649b63ff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9762edd7ba0c341f17117d72221dfed21ae608fc0fafd3c8aeba1bad649b63ff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9762edd7ba0c341f17117d72221dfed21ae608fc0fafd3c8aeba1bad649b63ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A9762edd7ba0c341f17117d72221dfed21ae608fc0fafd3c8aeba1bad649b63ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1780920480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3bef27dba12ac3691e62aeb97a1baec4e1de9678be2d7dd3c1e5d73a3b1aeab3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3bef27dba12ac3691e62aeb97a1baec4e1de9678be2d7dd3c1e5d73a3b1aeab3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3bef27dba12ac3691e62aeb97a1baec4e1de9678be2d7dd3c1e5d73a3b1aeab3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A3bef27dba12ac3691e62aeb97a1baec4e1de9678be2d7dd3c1e5d73a3b1aeab3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1780921796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e46f5c6adc471fe9024d976ba8dcfd8cd8811a5ca197616b54e556e5c6dba87d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e46f5c6adc471fe9024d976ba8dcfd8cd8811a5ca197616b54e556e5c6dba87d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e46f5c6adc471fe9024d976ba8dcfd8cd8811a5ca197616b54e556e5c6dba87d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3Ae46f5c6adc471fe9024d976ba8dcfd8cd8811a5ca197616b54e556e5c6dba87d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1780920825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:0b755355deb1d08458bc2e8d0c6e7d413f23a4d6eb58ed9bf9bde290c06be943_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:0b755355deb1d08458bc2e8d0c6e7d413f23a4d6eb58ed9bf9bde290c06be943_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:0b755355deb1d08458bc2e8d0c6e7d413f23a4d6eb58ed9bf9bde290c06be943_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A0b755355deb1d08458bc2e8d0c6e7d413f23a4d6eb58ed9bf9bde290c06be943?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1780920291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1a1c714f3aec863e2eba9a65e5387bda0e409a1daab35b2ca0ececafdfdc4692_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1a1c714f3aec863e2eba9a65e5387bda0e409a1daab35b2ca0ececafdfdc4692_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1a1c714f3aec863e2eba9a65e5387bda0e409a1daab35b2ca0ececafdfdc4692_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A1a1c714f3aec863e2eba9a65e5387bda0e409a1daab35b2ca0ececafdfdc4692?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1780944000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4473fb55fb493e5ffc27057177384b554191751d4a8b2e4ef5f129a5b4c95e9c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4473fb55fb493e5ffc27057177384b554191751d4a8b2e4ef5f129a5b4c95e9c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4473fb55fb493e5ffc27057177384b554191751d4a8b2e4ef5f129a5b4c95e9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A4473fb55fb493e5ffc27057177384b554191751d4a8b2e4ef5f129a5b4c95e9c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1780920749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:be1531215047054fcb9f87417a22723613ac67c32cd9f3e82c710fd30c0c467e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:be1531215047054fcb9f87417a22723613ac67c32cd9f3e82c710fd30c0c467e_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:be1531215047054fcb9f87417a22723613ac67c32cd9f3e82c710fd30c0c467e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3Abe1531215047054fcb9f87417a22723613ac67c32cd9f3e82c710fd30c0c467e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1780920355"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e5b450b342a189408b8ad34899c06b45712ce07244bdc95d1d53bead5927edea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e5b450b342a189408b8ad34899c06b45712ce07244bdc95d1d53bead5927edea_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e5b450b342a189408b8ad34899c06b45712ce07244bdc95d1d53bead5927edea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3Ae5b450b342a189408b8ad34899c06b45712ce07244bdc95d1d53bead5927edea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1780920345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e749029d025ed2a8d9ca6ce0b8e0cae3ff1af732140fea7811d4f64c8547d87d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e749029d025ed2a8d9ca6ce0b8e0cae3ff1af732140fea7811d4f64c8547d87d_s390x",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e749029d025ed2a8d9ca6ce0b8e0cae3ff1af732140fea7811d4f64c8547d87d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3Ae749029d025ed2a8d9ca6ce0b8e0cae3ff1af732140fea7811d4f64c8547d87d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1780953249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9341c4c31808f677353948b87c80813fa32e40642b0f036b5d02320843098203_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9341c4c31808f677353948b87c80813fa32e40642b0f036b5d02320843098203_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9341c4c31808f677353948b87c80813fa32e40642b0f036b5d02320843098203_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A9341c4c31808f677353948b87c80813fa32e40642b0f036b5d02320843098203?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1780920196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ce8bd417dbf1624aee1b8d6dea0adbaef7160c5844f7e14c98b7107403f46354_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ce8bd417dbf1624aee1b8d6dea0adbaef7160c5844f7e14c98b7107403f46354_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ce8bd417dbf1624aee1b8d6dea0adbaef7160c5844f7e14c98b7107403f46354_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Ace8bd417dbf1624aee1b8d6dea0adbaef7160c5844f7e14c98b7107403f46354?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1780943302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:24ffc44f223bf050cd040634b2cbf915fdf3209c490af7541064ef62ecd387ca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:24ffc44f223bf050cd040634b2cbf915fdf3209c490af7541064ef62ecd387ca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:24ffc44f223bf050cd040634b2cbf915fdf3209c490af7541064ef62ecd387ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A24ffc44f223bf050cd040634b2cbf915fdf3209c490af7541064ef62ecd387ca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1780941137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b56d8ac1c2eb568a75e51643babd747cf9815e736185fb97f96d9a56dd9930e4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b56d8ac1c2eb568a75e51643babd747cf9815e736185fb97f96d9a56dd9930e4_s390x",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b56d8ac1c2eb568a75e51643babd747cf9815e736185fb97f96d9a56dd9930e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3Ab56d8ac1c2eb568a75e51643babd747cf9815e736185fb97f96d9a56dd9930e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1781095631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6227c35f433005ba8411d370eb82476d29c3caab1d0b640d5657de438c2627b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6227c35f433005ba8411d370eb82476d29c3caab1d0b640d5657de438c2627b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6227c35f433005ba8411d370eb82476d29c3caab1d0b640d5657de438c2627b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A6227c35f433005ba8411d370eb82476d29c3caab1d0b640d5657de438c2627b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1780920870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6d7d16fffa5f50f493f09505303a53b959be1b0fbee59c326b6731064496a90d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6d7d16fffa5f50f493f09505303a53b959be1b0fbee59c326b6731064496a90d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6d7d16fffa5f50f493f09505303a53b959be1b0fbee59c326b6731064496a90d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A6d7d16fffa5f50f493f09505303a53b959be1b0fbee59c326b6731064496a90d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1781094492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a46c761b009deaffc219eb783ab183803b41f322a9906c4c9dec9c499f88c7f5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a46c761b009deaffc219eb783ab183803b41f322a9906c4c9dec9c499f88c7f5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a46c761b009deaffc219eb783ab183803b41f322a9906c4c9dec9c499f88c7f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3Aa46c761b009deaffc219eb783ab183803b41f322a9906c4c9dec9c499f88c7f5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1780943957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:49048fc4286fdfe1acca1a5d391da520dfcea410b8cb9ee543d5b2e41df79b7c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:49048fc4286fdfe1acca1a5d391da520dfcea410b8cb9ee543d5b2e41df79b7c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:49048fc4286fdfe1acca1a5d391da520dfcea410b8cb9ee543d5b2e41df79b7c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A49048fc4286fdfe1acca1a5d391da520dfcea410b8cb9ee543d5b2e41df79b7c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1780920247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:50b2d07a42fb4ab79a61529526004012ca3798480c0990ea49deecf63f92d6df_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:50b2d07a42fb4ab79a61529526004012ca3798480c0990ea49deecf63f92d6df_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:50b2d07a42fb4ab79a61529526004012ca3798480c0990ea49deecf63f92d6df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A50b2d07a42fb4ab79a61529526004012ca3798480c0990ea49deecf63f92d6df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1780920441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d9be9f52ccb15560b0df359168bb1a757ab872e80e243dfce6eb5511024b95cc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d9be9f52ccb15560b0df359168bb1a757ab872e80e243dfce6eb5511024b95cc_s390x",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d9be9f52ccb15560b0df359168bb1a757ab872e80e243dfce6eb5511024b95cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3Ad9be9f52ccb15560b0df359168bb1a757ab872e80e243dfce6eb5511024b95cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1781094425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:65bf99075054650bbf3a54cc15e6aa32452d15182ad022f8e2bfadcdf4fb1898_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:65bf99075054650bbf3a54cc15e6aa32452d15182ad022f8e2bfadcdf4fb1898_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:65bf99075054650bbf3a54cc15e6aa32452d15182ad022f8e2bfadcdf4fb1898_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A65bf99075054650bbf3a54cc15e6aa32452d15182ad022f8e2bfadcdf4fb1898?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1780920715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:bf8ad58d28c6c4a7956dfe37eaf2cade2d8e9116351367860def2c4ada3b464c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:bf8ad58d28c6c4a7956dfe37eaf2cade2d8e9116351367860def2c4ada3b464c_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:bf8ad58d28c6c4a7956dfe37eaf2cade2d8e9116351367860def2c4ada3b464c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3Abf8ad58d28c6c4a7956dfe37eaf2cade2d8e9116351367860def2c4ada3b464c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1781103515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5d643e2aa04de67b81cd89e8540d20e3090ee550897ecde957b88507dc614c7d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5d643e2aa04de67b81cd89e8540d20e3090ee550897ecde957b88507dc614c7d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5d643e2aa04de67b81cd89e8540d20e3090ee550897ecde957b88507dc614c7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A5d643e2aa04de67b81cd89e8540d20e3090ee550897ecde957b88507dc614c7d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1780920688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ee05311e93eb8378940862cba1db22a949bb539bbe64013ae7d376fbc540f637_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ee05311e93eb8378940862cba1db22a949bb539bbe64013ae7d376fbc540f637_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ee05311e93eb8378940862cba1db22a949bb539bbe64013ae7d376fbc540f637_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3Aee05311e93eb8378940862cba1db22a949bb539bbe64013ae7d376fbc540f637?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1780943755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:5ed76352d2c577ed6016a5d615d23c5ee2d776165897b45c178f2e7a013caa5c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:5ed76352d2c577ed6016a5d615d23c5ee2d776165897b45c178f2e7a013caa5c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:5ed76352d2c577ed6016a5d615d23c5ee2d776165897b45c178f2e7a013caa5c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A5ed76352d2c577ed6016a5d615d23c5ee2d776165897b45c178f2e7a013caa5c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1780943275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4349274439e8cba5910b46289db20a567cb2ea52f5bbc3232bc4339079de7d70_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4349274439e8cba5910b46289db20a567cb2ea52f5bbc3232bc4339079de7d70_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4349274439e8cba5910b46289db20a567cb2ea52f5bbc3232bc4339079de7d70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A4349274439e8cba5910b46289db20a567cb2ea52f5bbc3232bc4339079de7d70?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1781094494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6ba8bdc4fcf6db0e46ea291f3079d092224b2dd4764acff27a068cb59bbdf456_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6ba8bdc4fcf6db0e46ea291f3079d092224b2dd4764acff27a068cb59bbdf456_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6ba8bdc4fcf6db0e46ea291f3079d092224b2dd4764acff27a068cb59bbdf456_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A6ba8bdc4fcf6db0e46ea291f3079d092224b2dd4764acff27a068cb59bbdf456?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1781094440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:7fbc24f1bbd318dda8fc2c5af214396c1175056371abac1c864726deba30bf86_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:7fbc24f1bbd318dda8fc2c5af214396c1175056371abac1c864726deba30bf86_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:7fbc24f1bbd318dda8fc2c5af214396c1175056371abac1c864726deba30bf86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A7fbc24f1bbd318dda8fc2c5af214396c1175056371abac1c864726deba30bf86?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1780920752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:79b271f1259078851ea5bf1ac54005ccbeb2423d62ebd9dbe747dbb0b36baccb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:79b271f1259078851ea5bf1ac54005ccbeb2423d62ebd9dbe747dbb0b36baccb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:79b271f1259078851ea5bf1ac54005ccbeb2423d62ebd9dbe747dbb0b36baccb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3A79b271f1259078851ea5bf1ac54005ccbeb2423d62ebd9dbe747dbb0b36baccb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1780920287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d39c6a97e4d75dc97b0f1d8b74c74ece330cc560e0ae9cfe86c6880d850b3fd1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d39c6a97e4d75dc97b0f1d8b74c74ece330cc560e0ae9cfe86c6880d850b3fd1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d39c6a97e4d75dc97b0f1d8b74c74ece330cc560e0ae9cfe86c6880d850b3fd1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3Ad39c6a97e4d75dc97b0f1d8b74c74ece330cc560e0ae9cfe86c6880d850b3fd1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1780942667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:7d56cd57df406cc634d8d037c737e020e28e10a7387805a772a795bb2c90d36a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:7d56cd57df406cc634d8d037c737e020e28e10a7387805a772a795bb2c90d36a_s390x",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:7d56cd57df406cc634d8d037c737e020e28e10a7387805a772a795bb2c90d36a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3A7d56cd57df406cc634d8d037c737e020e28e10a7387805a772a795bb2c90d36a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1780920615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7ee72127ffdddf1a77cc471b3bb8ddd9fb5a2191dcd69ad1753a057ac25262ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7ee72127ffdddf1a77cc471b3bb8ddd9fb5a2191dcd69ad1753a057ac25262ed_s390x",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7ee72127ffdddf1a77cc471b3bb8ddd9fb5a2191dcd69ad1753a057ac25262ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A7ee72127ffdddf1a77cc471b3bb8ddd9fb5a2191dcd69ad1753a057ac25262ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1780922146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:91d6cbee96f739ec4cfd9fd620eebb3863e8ad3860540860818142f3c3b023eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:91d6cbee96f739ec4cfd9fd620eebb3863e8ad3860540860818142f3c3b023eb_s390x",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:91d6cbee96f739ec4cfd9fd620eebb3863e8ad3860540860818142f3c3b023eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A91d6cbee96f739ec4cfd9fd620eebb3863e8ad3860540860818142f3c3b023eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1780920621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e143c282e626918c9820e5ce736d859e935777e1a6f4e2df8bc497d314220172_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e143c282e626918c9820e5ce736d859e935777e1a6f4e2df8bc497d314220172_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e143c282e626918c9820e5ce736d859e935777e1a6f4e2df8bc497d314220172_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3Ae143c282e626918c9820e5ce736d859e935777e1a6f4e2df8bc497d314220172?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1780920125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:48dbf20959dd563ae2254c330f7ae7c0c1c0ba31cd851168a156157d8ee5a703_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:48dbf20959dd563ae2254c330f7ae7c0c1c0ba31cd851168a156157d8ee5a703_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:48dbf20959dd563ae2254c330f7ae7c0c1c0ba31cd851168a156157d8ee5a703_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A48dbf20959dd563ae2254c330f7ae7c0c1c0ba31cd851168a156157d8ee5a703?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1780920541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:83f1927190c8a8df7041e700e9f58703d9f5c99b7044f529a027ba65f85ee6bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:83f1927190c8a8df7041e700e9f58703d9f5c99b7044f529a027ba65f85ee6bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:83f1927190c8a8df7041e700e9f58703d9f5c99b7044f529a027ba65f85ee6bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A83f1927190c8a8df7041e700e9f58703d9f5c99b7044f529a027ba65f85ee6bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1780920436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ad7f273610830d0df35f17bcb5d721574e17b968791695a904c80ef7329389d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ad7f273610830d0df35f17bcb5d721574e17b968791695a904c80ef7329389d4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ad7f273610830d0df35f17bcb5d721574e17b968791695a904c80ef7329389d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3Aad7f273610830d0df35f17bcb5d721574e17b968791695a904c80ef7329389d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1780921078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:e43603614f899f138d95e9ba8fea73f8f026d49be897fe71bc9afeeed68f6354_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:e43603614f899f138d95e9ba8fea73f8f026d49be897fe71bc9afeeed68f6354_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:e43603614f899f138d95e9ba8fea73f8f026d49be897fe71bc9afeeed68f6354_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3Ae43603614f899f138d95e9ba8fea73f8f026d49be897fe71bc9afeeed68f6354?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1780920946"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7e6aa76b61ef030c83c3a02fdd9becf12284d52a213eafa6204240bf9f32cbb8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7e6aa76b61ef030c83c3a02fdd9becf12284d52a213eafa6204240bf9f32cbb8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7e6aa76b61ef030c83c3a02fdd9becf12284d52a213eafa6204240bf9f32cbb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A7e6aa76b61ef030c83c3a02fdd9becf12284d52a213eafa6204240bf9f32cbb8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1780920308"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba272c849177416b7f41dc7c8967d010b406aa858204f276e7af201d7b705d88_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba272c849177416b7f41dc7c8967d010b406aa858204f276e7af201d7b705d88_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba272c849177416b7f41dc7c8967d010b406aa858204f276e7af201d7b705d88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Aba272c849177416b7f41dc7c8967d010b406aa858204f276e7af201d7b705d88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1780922492"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5ab8609083046c1d5be2f3e73131d386d87992467eeac04d87842e49a1ba0b22_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5ab8609083046c1d5be2f3e73131d386d87992467eeac04d87842e49a1ba0b22_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5ab8609083046c1d5be2f3e73131d386d87992467eeac04d87842e49a1ba0b22_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5dddc8c0a9a4de9db1df180cf8ca80219921241bd01e76020680827b87aa8938_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5dddc8c0a9a4de9db1df180cf8ca80219921241bd01e76020680827b87aa8938_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5dddc8c0a9a4de9db1df180cf8ca80219921241bd01e76020680827b87aa8938_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ce3207a92d7ef805f287d12df9458f876955a18fde0d188c30700e8460720669_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ce3207a92d7ef805f287d12df9458f876955a18fde0d188c30700e8460720669_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ce3207a92d7ef805f287d12df9458f876955a18fde0d188c30700e8460720669_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e5b450b342a189408b8ad34899c06b45712ce07244bdc95d1d53bead5927edea_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e5b450b342a189408b8ad34899c06b45712ce07244bdc95d1d53bead5927edea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e5b450b342a189408b8ad34899c06b45712ce07244bdc95d1d53bead5927edea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:45b212a24acf851081ac2cfbb88aa56b602a588101ab9b9dc2e395d4b7f169c0_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:45b212a24acf851081ac2cfbb88aa56b602a588101ab9b9dc2e395d4b7f169c0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:45b212a24acf851081ac2cfbb88aa56b602a588101ab9b9dc2e395d4b7f169c0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:52907659049a5659b2c227f1fcdd7d4445ee629ce1c90710225ba8926c793f24_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:52907659049a5659b2c227f1fcdd7d4445ee629ce1c90710225ba8926c793f24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:52907659049a5659b2c227f1fcdd7d4445ee629ce1c90710225ba8926c793f24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:a37f8e2841fc3481ff196beea3c783ee3d62c6317ce1d82f9da72ebeda496b08_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:a37f8e2841fc3481ff196beea3c783ee3d62c6317ce1d82f9da72ebeda496b08_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:a37f8e2841fc3481ff196beea3c783ee3d62c6317ce1d82f9da72ebeda496b08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:be1531215047054fcb9f87417a22723613ac67c32cd9f3e82c710fd30c0c467e_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:be1531215047054fcb9f87417a22723613ac67c32cd9f3e82c710fd30c0c467e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:be1531215047054fcb9f87417a22723613ac67c32cd9f3e82c710fd30c0c467e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:19035149e280dfa4f9f696d0253b1feb7cd1b04ab763bbc7a6936703a5c0259e_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:19035149e280dfa4f9f696d0253b1feb7cd1b04ab763bbc7a6936703a5c0259e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:19035149e280dfa4f9f696d0253b1feb7cd1b04ab763bbc7a6936703a5c0259e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7c6136911f59a98fc84eaa27b59b9033a96f2b8e15573cdfb35790642e896860_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7c6136911f59a98fc84eaa27b59b9033a96f2b8e15573cdfb35790642e896860_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7c6136911f59a98fc84eaa27b59b9033a96f2b8e15573cdfb35790642e896860_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e3b5eb683d4921bc2cfd134ef25f8c351a86ca94291fb0bcce4c9dbd5b13522d_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e3b5eb683d4921bc2cfd134ef25f8c351a86ca94291fb0bcce4c9dbd5b13522d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e3b5eb683d4921bc2cfd134ef25f8c351a86ca94291fb0bcce4c9dbd5b13522d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e749029d025ed2a8d9ca6ce0b8e0cae3ff1af732140fea7811d4f64c8547d87d_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e749029d025ed2a8d9ca6ce0b8e0cae3ff1af732140fea7811d4f64c8547d87d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e749029d025ed2a8d9ca6ce0b8e0cae3ff1af732140fea7811d4f64c8547d87d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:8b5247bc7b3ecb070b3cfb3c31ce503c0544ccfbf539bace4477b77ca7b85527_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:8b5247bc7b3ecb070b3cfb3c31ce503c0544ccfbf539bace4477b77ca7b85527_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:8b5247bc7b3ecb070b3cfb3c31ce503c0544ccfbf539bace4477b77ca7b85527_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b4e68798446163c04dc4f45652dbf8a8ac412074a125504b89d4aee8d89acd5b_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b4e68798446163c04dc4f45652dbf8a8ac412074a125504b89d4aee8d89acd5b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b4e68798446163c04dc4f45652dbf8a8ac412074a125504b89d4aee8d89acd5b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c22b23da98ed27a42c1439652cc8b007d018fe1b0f29f08a4ce5a16b1292cbcf_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c22b23da98ed27a42c1439652cc8b007d018fe1b0f29f08a4ce5a16b1292cbcf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c22b23da98ed27a42c1439652cc8b007d018fe1b0f29f08a4ce5a16b1292cbcf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d9be9f52ccb15560b0df359168bb1a757ab872e80e243dfce6eb5511024b95cc_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d9be9f52ccb15560b0df359168bb1a757ab872e80e243dfce6eb5511024b95cc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d9be9f52ccb15560b0df359168bb1a757ab872e80e243dfce6eb5511024b95cc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fde263b9d1de5205f11b7a949d39f6be4c0be1dfe8c35a8d5686291eeef3cdd_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fde263b9d1de5205f11b7a949d39f6be4c0be1dfe8c35a8d5686291eeef3cdd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fde263b9d1de5205f11b7a949d39f6be4c0be1dfe8c35a8d5686291eeef3cdd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7ea14b495167ed56bb422076184a8701d9aa73424a8762092e66febcf00368cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7ea14b495167ed56bb422076184a8701d9aa73424a8762092e66febcf00368cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7ea14b495167ed56bb422076184a8701d9aa73424a8762092e66febcf00368cf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:bf8ad58d28c6c4a7956dfe37eaf2cade2d8e9116351367860def2c4ada3b464c_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:bf8ad58d28c6c4a7956dfe37eaf2cade2d8e9116351367860def2c4ada3b464c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:bf8ad58d28c6c4a7956dfe37eaf2cade2d8e9116351367860def2c4ada3b464c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c1cd63e6dd2e650ee43aca5adf0dc50a590ccdb58498ff28d413e54348bcdc99_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c1cd63e6dd2e650ee43aca5adf0dc50a590ccdb58498ff28d413e54348bcdc99_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c1cd63e6dd2e650ee43aca5adf0dc50a590ccdb58498ff28d413e54348bcdc99_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3eefb6d276796591377c9217ddb902b3f263ef747238a79dedcfd3b9773717e0_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:3eefb6d276796591377c9217ddb902b3f263ef747238a79dedcfd3b9773717e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3eefb6d276796591377c9217ddb902b3f263ef747238a79dedcfd3b9773717e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:65bf99075054650bbf3a54cc15e6aa32452d15182ad022f8e2bfadcdf4fb1898_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:65bf99075054650bbf3a54cc15e6aa32452d15182ad022f8e2bfadcdf4fb1898_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:65bf99075054650bbf3a54cc15e6aa32452d15182ad022f8e2bfadcdf4fb1898_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:822f615c96543b10b185db60ee9e8c222c978fd6e207c032ecc68299669ac773_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:822f615c96543b10b185db60ee9e8c222c978fd6e207c032ecc68299669ac773_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:822f615c96543b10b185db60ee9e8c222c978fd6e207c032ecc68299669ac773_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:898d74891e2fb42c1da53c30fd7428db40a4392c2d1adf15a033ff8b8b90390b_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:898d74891e2fb42c1da53c30fd7428db40a4392c2d1adf15a033ff8b8b90390b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:898d74891e2fb42c1da53c30fd7428db40a4392c2d1adf15a033ff8b8b90390b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3f8f8ae5b5fd64e3d9c18ce16395537e5c158fb088828b2dae232918b7f60318_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3f8f8ae5b5fd64e3d9c18ce16395537e5c158fb088828b2dae232918b7f60318_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3f8f8ae5b5fd64e3d9c18ce16395537e5c158fb088828b2dae232918b7f60318_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5f16101778249011027eb6f6b8a0ed0efa895bc3467c35dcd55fb06dd4ed0558_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5f16101778249011027eb6f6b8a0ed0efa895bc3467c35dcd55fb06dd4ed0558_amd64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5f16101778249011027eb6f6b8a0ed0efa895bc3467c35dcd55fb06dd4ed0558_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:97d58d95e34ddf900e7a9abd32b85d034e0843e422cdb69d6e2f0b17050569df_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:97d58d95e34ddf900e7a9abd32b85d034e0843e422cdb69d6e2f0b17050569df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:97d58d95e34ddf900e7a9abd32b85d034e0843e422cdb69d6e2f0b17050569df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b56d8ac1c2eb568a75e51643babd747cf9815e736185fb97f96d9a56dd9930e4_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b56d8ac1c2eb568a75e51643babd747cf9815e736185fb97f96d9a56dd9930e4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b56d8ac1c2eb568a75e51643babd747cf9815e736185fb97f96d9a56dd9930e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c3c122caa93cd6cc13e9d15f80721f4e6b8d5ebb0607ca8caea17253982c95d_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c3c122caa93cd6cc13e9d15f80721f4e6b8d5ebb0607ca8caea17253982c95d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c3c122caa93cd6cc13e9d15f80721f4e6b8d5ebb0607ca8caea17253982c95d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6d7d16fffa5f50f493f09505303a53b959be1b0fbee59c326b6731064496a90d_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6d7d16fffa5f50f493f09505303a53b959be1b0fbee59c326b6731064496a90d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6d7d16fffa5f50f493f09505303a53b959be1b0fbee59c326b6731064496a90d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b10f8e4dd065430ebf8a79bd6f1f32f0c6eb7e7beddd00d677b53397c1d6d74c_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b10f8e4dd065430ebf8a79bd6f1f32f0c6eb7e7beddd00d677b53397c1d6d74c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b10f8e4dd065430ebf8a79bd6f1f32f0c6eb7e7beddd00d677b53397c1d6d74c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ff318b5a60fdf45840bdb88fd693a84abedfc54260385527e66fa882bd954879_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ff318b5a60fdf45840bdb88fd693a84abedfc54260385527e66fa882bd954879_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ff318b5a60fdf45840bdb88fd693a84abedfc54260385527e66fa882bd954879_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:6d827df3c41add7c6c42214676ca05e987e1f42fff4240c33b27738fed0fab03_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:6d827df3c41add7c6c42214676ca05e987e1f42fff4240c33b27738fed0fab03_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:6d827df3c41add7c6c42214676ca05e987e1f42fff4240c33b27738fed0fab03_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:94d92c08c03afe1cec1c6dd66deb9fb19c58c0db5063e57cfc8ee3ec27206ae9_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:94d92c08c03afe1cec1c6dd66deb9fb19c58c0db5063e57cfc8ee3ec27206ae9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:94d92c08c03afe1cec1c6dd66deb9fb19c58c0db5063e57cfc8ee3ec27206ae9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:179f4959ebbd235dc4941f99a2dac09f77e68c67e7d9f6488cbb065da92d647d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:179f4959ebbd235dc4941f99a2dac09f77e68c67e7d9f6488cbb065da92d647d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:179f4959ebbd235dc4941f99a2dac09f77e68c67e7d9f6488cbb065da92d647d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6ebaf936c3b5cbcb1922597630d5889fd4464e3530739827b1964652a509bb36_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6ebaf936c3b5cbcb1922597630d5889fd4464e3530739827b1964652a509bb36_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6ebaf936c3b5cbcb1922597630d5889fd4464e3530739827b1964652a509bb36_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:3e360b4d5e1b0dc5c40659ae813c43a9b1cb60ce87bd8e5799c4dba1437a2523_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:3e360b4d5e1b0dc5c40659ae813c43a9b1cb60ce87bd8e5799c4dba1437a2523_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:3e360b4d5e1b0dc5c40659ae813c43a9b1cb60ce87bd8e5799c4dba1437a2523_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:915dbbce38d24359501222ed6f41602b881dee8702ebb25f4e658234a2d2f020_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:915dbbce38d24359501222ed6f41602b881dee8702ebb25f4e658234a2d2f020_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:915dbbce38d24359501222ed6f41602b881dee8702ebb25f4e658234a2d2f020_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b9141160dce8628b7a65d1e756b07c8220e8bb3f74288edfdd4956836b956361_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b9141160dce8628b7a65d1e756b07c8220e8bb3f74288edfdd4956836b956361_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b9141160dce8628b7a65d1e756b07c8220e8bb3f74288edfdd4956836b956361_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a46c761b009deaffc219eb783ab183803b41f322a9906c4c9dec9c499f88c7f5_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a46c761b009deaffc219eb783ab183803b41f322a9906c4c9dec9c499f88c7f5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a46c761b009deaffc219eb783ab183803b41f322a9906c4c9dec9c499f88c7f5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:aa14a1b4d78d7fbf477bffb743ae21a4f84c838b589c1c67baf52007b46b25f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:aa14a1b4d78d7fbf477bffb743ae21a4f84c838b589c1c67baf52007b46b25f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:aa14a1b4d78d7fbf477bffb743ae21a4f84c838b589c1c67baf52007b46b25f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b18e85615972be444c812ac4215dfb922d9a9976c4fc6978bf18bcf07080c248_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b18e85615972be444c812ac4215dfb922d9a9976c4fc6978bf18bcf07080c248_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b18e85615972be444c812ac4215dfb922d9a9976c4fc6978bf18bcf07080c248_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:e090d9e80243426f912ac79fa92fa07a73a46f2b8c9cebf0c005306156f90619_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:e090d9e80243426f912ac79fa92fa07a73a46f2b8c9cebf0c005306156f90619_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:e090d9e80243426f912ac79fa92fa07a73a46f2b8c9cebf0c005306156f90619_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2cd4a1952ab3d47e8f6454c443e04c4fc5456d1ab689bea69ef8f5660b552125_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2cd4a1952ab3d47e8f6454c443e04c4fc5456d1ab689bea69ef8f5660b552125_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2cd4a1952ab3d47e8f6454c443e04c4fc5456d1ab689bea69ef8f5660b552125_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:84370289fc8050e65d2a3c219ab5725a44cab38952477cc36771c716566ae459_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:84370289fc8050e65d2a3c219ab5725a44cab38952477cc36771c716566ae459_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:84370289fc8050e65d2a3c219ab5725a44cab38952477cc36771c716566ae459_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:bc773c6baa7714354c0744a893edb1a8b0af2807f7564983f6d5292a17a51d2a_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:bc773c6baa7714354c0744a893edb1a8b0af2807f7564983f6d5292a17a51d2a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:bc773c6baa7714354c0744a893edb1a8b0af2807f7564983f6d5292a17a51d2a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cf09bf6dcbb019950b68c6e734930a0d787339aa7af375fbca65ef6bbdf90b4f_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cf09bf6dcbb019950b68c6e734930a0d787339aa7af375fbca65ef6bbdf90b4f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cf09bf6dcbb019950b68c6e734930a0d787339aa7af375fbca65ef6bbdf90b4f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3bef27dba12ac3691e62aeb97a1baec4e1de9678be2d7dd3c1e5d73a3b1aeab3_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3bef27dba12ac3691e62aeb97a1baec4e1de9678be2d7dd3c1e5d73a3b1aeab3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3bef27dba12ac3691e62aeb97a1baec4e1de9678be2d7dd3c1e5d73a3b1aeab3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:918518b629d3b1f4ce08af0a103ade97f684355ed44f8b896911ae75e5ace535_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:918518b629d3b1f4ce08af0a103ade97f684355ed44f8b896911ae75e5ace535_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:918518b629d3b1f4ce08af0a103ade97f684355ed44f8b896911ae75e5ace535_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:af30d6599b057e494202608bf8db3920e8c6b7369c379859e89382301269c477_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:af30d6599b057e494202608bf8db3920e8c6b7369c379859e89382301269c477_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:af30d6599b057e494202608bf8db3920e8c6b7369c379859e89382301269c477_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:eb9f56b057647f966a88442ba04d3542be2506f4bee1717ecb78a0da13d29964_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:eb9f56b057647f966a88442ba04d3542be2506f4bee1717ecb78a0da13d29964_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:eb9f56b057647f966a88442ba04d3542be2506f4bee1717ecb78a0da13d29964_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0b4bfbf778d85914fae6c5a20752ed13e75f3b46e0b802bbfd278dad93bb6f7e_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0b4bfbf778d85914fae6c5a20752ed13e75f3b46e0b802bbfd278dad93bb6f7e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0b4bfbf778d85914fae6c5a20752ed13e75f3b46e0b802bbfd278dad93bb6f7e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:171b8861cd916eb4ca087820aecb863a3639c4d8ab42f85dc16d29dd12bf32a2_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:171b8861cd916eb4ca087820aecb863a3639c4d8ab42f85dc16d29dd12bf32a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:171b8861cd916eb4ca087820aecb863a3639c4d8ab42f85dc16d29dd12bf32a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9762edd7ba0c341f17117d72221dfed21ae608fc0fafd3c8aeba1bad649b63ff_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9762edd7ba0c341f17117d72221dfed21ae608fc0fafd3c8aeba1bad649b63ff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9762edd7ba0c341f17117d72221dfed21ae608fc0fafd3c8aeba1bad649b63ff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d5be635abf314615622dea4b3528fbe4b66adbc5aa4c024629fd26b630a91208_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d5be635abf314615622dea4b3528fbe4b66adbc5aa4c024629fd26b630a91208_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d5be635abf314615622dea4b3528fbe4b66adbc5aa4c024629fd26b630a91208_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:8b0591dae306ad2d318f9b620534cb72570431c69b1c635c7ef16ed50b157336_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:8b0591dae306ad2d318f9b620534cb72570431c69b1c635c7ef16ed50b157336_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:8b0591dae306ad2d318f9b620534cb72570431c69b1c635c7ef16ed50b157336_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9d77c981d4ede434489951a0cc25ec36e7e5cada6195de1b383a0e27b54cb6bd_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9d77c981d4ede434489951a0cc25ec36e7e5cada6195de1b383a0e27b54cb6bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9d77c981d4ede434489951a0cc25ec36e7e5cada6195de1b383a0e27b54cb6bd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9f79cc6d80e30329be5dd19eb30d895618a55676af43b9b0ad81b007a08433a9_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9f79cc6d80e30329be5dd19eb30d895618a55676af43b9b0ad81b007a08433a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9f79cc6d80e30329be5dd19eb30d895618a55676af43b9b0ad81b007a08433a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e46f5c6adc471fe9024d976ba8dcfd8cd8811a5ca197616b54e556e5c6dba87d_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e46f5c6adc471fe9024d976ba8dcfd8cd8811a5ca197616b54e556e5c6dba87d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e46f5c6adc471fe9024d976ba8dcfd8cd8811a5ca197616b54e556e5c6dba87d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:0b755355deb1d08458bc2e8d0c6e7d413f23a4d6eb58ed9bf9bde290c06be943_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:0b755355deb1d08458bc2e8d0c6e7d413f23a4d6eb58ed9bf9bde290c06be943_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:0b755355deb1d08458bc2e8d0c6e7d413f23a4d6eb58ed9bf9bde290c06be943_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:47c98ef7169d491aa0e30a59ecf7fbb4b8091522997539c5b2484f76be4283cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:47c98ef7169d491aa0e30a59ecf7fbb4b8091522997539c5b2484f76be4283cb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:47c98ef7169d491aa0e30a59ecf7fbb4b8091522997539c5b2484f76be4283cb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:820e5317c226967df3977f3fc965a3dcc741d6f7b8d45362fb9c5109a1163dbe_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:820e5317c226967df3977f3fc965a3dcc741d6f7b8d45362fb9c5109a1163dbe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:820e5317c226967df3977f3fc965a3dcc741d6f7b8d45362fb9c5109a1163dbe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:8cf6cb4853827b52dea258e8c8e89d47f7a1a793f241345c52753b7c632094a2_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:8cf6cb4853827b52dea258e8c8e89d47f7a1a793f241345c52753b7c632094a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:8cf6cb4853827b52dea258e8c8e89d47f7a1a793f241345c52753b7c632094a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:b6f20e0862d5f1523512ee11410e8d9c8648b543a884845f8cec5b3cbc80a952_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:b6f20e0862d5f1523512ee11410e8d9c8648b543a884845f8cec5b3cbc80a952_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:b6f20e0862d5f1523512ee11410e8d9c8648b543a884845f8cec5b3cbc80a952_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ee71f817e95b61653d50a6b0e9ee073f41e3eb08477619d2e0efa5b0eb6775de_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ee71f817e95b61653d50a6b0e9ee073f41e3eb08477619d2e0efa5b0eb6775de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ee71f817e95b61653d50a6b0e9ee073f41e3eb08477619d2e0efa5b0eb6775de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:02fae7934dd14a52d5d37d219203527a52a192a1856f35d7b122935d1689de6a_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:02fae7934dd14a52d5d37d219203527a52a192a1856f35d7b122935d1689de6a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:02fae7934dd14a52d5d37d219203527a52a192a1856f35d7b122935d1689de6a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:e1f245b14a888bd3edc45a16f8ec61c53b981e259250c85e24428111f8b5a524_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:e1f245b14a888bd3edc45a16f8ec61c53b981e259250c85e24428111f8b5a524_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:e1f245b14a888bd3edc45a16f8ec61c53b981e259250c85e24428111f8b5a524_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:252f5d3839683ba43abfa6140ca317e07b9ad5908c1df188575ef9af6ffbcb3e_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:252f5d3839683ba43abfa6140ca317e07b9ad5908c1df188575ef9af6ffbcb3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:252f5d3839683ba43abfa6140ca317e07b9ad5908c1df188575ef9af6ffbcb3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:aab739565eba21e1dc12402cc22a7eeed2cb9577c6397f27ddfe5e8af88f949f_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:aab739565eba21e1dc12402cc22a7eeed2cb9577c6397f27ddfe5e8af88f949f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:aab739565eba21e1dc12402cc22a7eeed2cb9577c6397f27ddfe5e8af88f949f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:34104cf7ed6d27de8218030fce79b86397ad924393f31ee562fa5ad73cc4848a_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:34104cf7ed6d27de8218030fce79b86397ad924393f31ee562fa5ad73cc4848a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:34104cf7ed6d27de8218030fce79b86397ad924393f31ee562fa5ad73cc4848a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:ef283578a8ef2223b0c1952e42aa4e3881c35b80da58d9f4c43726f108afa97b_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:ef283578a8ef2223b0c1952e42aa4e3881c35b80da58d9f4c43726f108afa97b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:ef283578a8ef2223b0c1952e42aa4e3881c35b80da58d9f4c43726f108afa97b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:1da7769baf0b5ec6fd85659bdb96ddb77c4e5700cfd89b666bb5b1ca6aa32dfc_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:1da7769baf0b5ec6fd85659bdb96ddb77c4e5700cfd89b666bb5b1ca6aa32dfc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:1da7769baf0b5ec6fd85659bdb96ddb77c4e5700cfd89b666bb5b1ca6aa32dfc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:9ac27ecd1d71eb918b6b7154303d50fdd351f825a7d6d977cf92ab7c517e22be_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:9ac27ecd1d71eb918b6b7154303d50fdd351f825a7d6d977cf92ab7c517e22be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:9ac27ecd1d71eb918b6b7154303d50fdd351f825a7d6d977cf92ab7c517e22be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:f9de8b5824ac00bd0ec33db2102efb524d96bbe400cba96ef0729bda70a5e2f7_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:f9de8b5824ac00bd0ec33db2102efb524d96bbe400cba96ef0729bda70a5e2f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:f9de8b5824ac00bd0ec33db2102efb524d96bbe400cba96ef0729bda70a5e2f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fe370abb0aa7de926b168ee17a06ade8c4f4aed2e265d982f5a01176e89b01c1_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fe370abb0aa7de926b168ee17a06ade8c4f4aed2e265d982f5a01176e89b01c1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fe370abb0aa7de926b168ee17a06ade8c4f4aed2e265d982f5a01176e89b01c1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1a1c714f3aec863e2eba9a65e5387bda0e409a1daab35b2ca0ececafdfdc4692_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1a1c714f3aec863e2eba9a65e5387bda0e409a1daab35b2ca0ececafdfdc4692_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1a1c714f3aec863e2eba9a65e5387bda0e409a1daab35b2ca0ececafdfdc4692_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:3fe142d48be14b417a1da02ce57e9791744af1347e7e29fb3d2ddee135b348b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:3fe142d48be14b417a1da02ce57e9791744af1347e7e29fb3d2ddee135b348b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:3fe142d48be14b417a1da02ce57e9791744af1347e7e29fb3d2ddee135b348b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5140e0e5e33891a679ae93e59c31acca18acf3e89636827094604d60835edad3_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5140e0e5e33891a679ae93e59c31acca18acf3e89636827094604d60835edad3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5140e0e5e33891a679ae93e59c31acca18acf3e89636827094604d60835edad3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:69e21d9e962f4a3e8c711f570dff52e62d440d3014fba9b9631dc7cdf87c20e8_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:69e21d9e962f4a3e8c711f570dff52e62d440d3014fba9b9631dc7cdf87c20e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:69e21d9e962f4a3e8c711f570dff52e62d440d3014fba9b9631dc7cdf87c20e8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4f812eb0000f6cc5ad9a2bd912be92b387c06d98edd4f987a501c03b68077635_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4f812eb0000f6cc5ad9a2bd912be92b387c06d98edd4f987a501c03b68077635_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4f812eb0000f6cc5ad9a2bd912be92b387c06d98edd4f987a501c03b68077635_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d70a47f49d8831cbe69283bc684733cb28e627260527b69e48cb338e7d5a87e_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d70a47f49d8831cbe69283bc684733cb28e627260527b69e48cb338e7d5a87e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d70a47f49d8831cbe69283bc684733cb28e627260527b69e48cb338e7d5a87e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:aaece8eb13c71a1a86f9a418e6a54d09bcd4eccf1764d0ac2e063bab14f2af79_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:aaece8eb13c71a1a86f9a418e6a54d09bcd4eccf1764d0ac2e063bab14f2af79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:aaece8eb13c71a1a86f9a418e6a54d09bcd4eccf1764d0ac2e063bab14f2af79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:13252d5de042d39b2294e43ee122d1d833e8bdfb5b91fbb6e9d0feb22b5fcd2c_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:13252d5de042d39b2294e43ee122d1d833e8bdfb5b91fbb6e9d0feb22b5fcd2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:13252d5de042d39b2294e43ee122d1d833e8bdfb5b91fbb6e9d0feb22b5fcd2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b9f03cdee3d411fb73914c5a5645983d9d7f247f784a98192312ae78259c959a_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b9f03cdee3d411fb73914c5a5645983d9d7f247f784a98192312ae78259c959a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b9f03cdee3d411fb73914c5a5645983d9d7f247f784a98192312ae78259c959a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:df71e3f08022e1b0331709a089409abbf014a33227f7cf22094f431c7ca51718_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:df71e3f08022e1b0331709a089409abbf014a33227f7cf22094f431c7ca51718_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:df71e3f08022e1b0331709a089409abbf014a33227f7cf22094f431c7ca51718_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:320d5818c2a6e179e7b3b1736080b1194f2c6104e100e1f8f428553069cfa494_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:320d5818c2a6e179e7b3b1736080b1194f2c6104e100e1f8f428553069cfa494_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:320d5818c2a6e179e7b3b1736080b1194f2c6104e100e1f8f428553069cfa494_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:49048fc4286fdfe1acca1a5d391da520dfcea410b8cb9ee543d5b2e41df79b7c_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:49048fc4286fdfe1acca1a5d391da520dfcea410b8cb9ee543d5b2e41df79b7c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:49048fc4286fdfe1acca1a5d391da520dfcea410b8cb9ee543d5b2e41df79b7c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5aee14c73f25de6923b592989e914a76aa393a453a7c64e1de7efa7e9dc063ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5aee14c73f25de6923b592989e914a76aa393a453a7c64e1de7efa7e9dc063ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5aee14c73f25de6923b592989e914a76aa393a453a7c64e1de7efa7e9dc063ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e8c468997057f84cd38f7e4bd45441c46fcb3850789fb610b8f84b980d465386_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e8c468997057f84cd38f7e4bd45441c46fcb3850789fb610b8f84b980d465386_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e8c468997057f84cd38f7e4bd45441c46fcb3850789fb610b8f84b980d465386_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4008da40b44f6f3a7e11696c86725bfe095d657d80bf817cf98944dda643b432_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4008da40b44f6f3a7e11696c86725bfe095d657d80bf817cf98944dda643b432_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4008da40b44f6f3a7e11696c86725bfe095d657d80bf817cf98944dda643b432_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:50b2d07a42fb4ab79a61529526004012ca3798480c0990ea49deecf63f92d6df_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:50b2d07a42fb4ab79a61529526004012ca3798480c0990ea49deecf63f92d6df_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:50b2d07a42fb4ab79a61529526004012ca3798480c0990ea49deecf63f92d6df_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6bc2dcf6feef66711c3338a30b8a7ac6141e5a4746dd18b1c697c679319b381d_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6bc2dcf6feef66711c3338a30b8a7ac6141e5a4746dd18b1c697c679319b381d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6bc2dcf6feef66711c3338a30b8a7ac6141e5a4746dd18b1c697c679319b381d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c738eb71711c0d2b2e70bb889e35a14f99769af322452807e37c77b1cdf64104_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c738eb71711c0d2b2e70bb889e35a14f99769af322452807e37c77b1cdf64104_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c738eb71711c0d2b2e70bb889e35a14f99769af322452807e37c77b1cdf64104_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7a9bbb1da5fb4be7fd581ebdc379622055b1fdbc69da73d1d61e2fe3fa074778_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7a9bbb1da5fb4be7fd581ebdc379622055b1fdbc69da73d1d61e2fe3fa074778_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7a9bbb1da5fb4be7fd581ebdc379622055b1fdbc69da73d1d61e2fe3fa074778_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:86704cadbd20e1d04079ee7bf61f70664f1d15c057dd4bcfa433d7ad4e913944_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:86704cadbd20e1d04079ee7bf61f70664f1d15c057dd4bcfa433d7ad4e913944_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:86704cadbd20e1d04079ee7bf61f70664f1d15c057dd4bcfa433d7ad4e913944_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9341c4c31808f677353948b87c80813fa32e40642b0f036b5d02320843098203_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9341c4c31808f677353948b87c80813fa32e40642b0f036b5d02320843098203_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9341c4c31808f677353948b87c80813fa32e40642b0f036b5d02320843098203_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d235c6036dfd44bc4d2936d6ce4c2ee8a847c0af98be9240abda7f2d736a93fc_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d235c6036dfd44bc4d2936d6ce4c2ee8a847c0af98be9240abda7f2d736a93fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d235c6036dfd44bc4d2936d6ce4c2ee8a847c0af98be9240abda7f2d736a93fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:04f87778acdc839c6e6c4d1a4323d302cf6fe7ece7e8089adab73dc4e8cfbc74_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:04f87778acdc839c6e6c4d1a4323d302cf6fe7ece7e8089adab73dc4e8cfbc74_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:04f87778acdc839c6e6c4d1a4323d302cf6fe7ece7e8089adab73dc4e8cfbc74_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c3b1f79dada5425dd5bdd44aa84976c71f3c574440a33b9675cc20ee8711b347_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c3b1f79dada5425dd5bdd44aa84976c71f3c574440a33b9675cc20ee8711b347_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c3b1f79dada5425dd5bdd44aa84976c71f3c574440a33b9675cc20ee8711b347_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ce8bd417dbf1624aee1b8d6dea0adbaef7160c5844f7e14c98b7107403f46354_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ce8bd417dbf1624aee1b8d6dea0adbaef7160c5844f7e14c98b7107403f46354_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ce8bd417dbf1624aee1b8d6dea0adbaef7160c5844f7e14c98b7107403f46354_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e2aae9c4b5e227d1f0f44e4a2623a2da24ae92274e7e6529a5851ca5e194239c_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e2aae9c4b5e227d1f0f44e4a2623a2da24ae92274e7e6529a5851ca5e194239c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e2aae9c4b5e227d1f0f44e4a2623a2da24ae92274e7e6529a5851ca5e194239c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0283ddb599a8b61dad0b01e03ce28df9588fdc02cd64c740173ae27c08427b10_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0283ddb599a8b61dad0b01e03ce28df9588fdc02cd64c740173ae27c08427b10_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0283ddb599a8b61dad0b01e03ce28df9588fdc02cd64c740173ae27c08427b10_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:189edc8baa6f14397cb0802b14e1dd4b7eab9f6c7d65e403802fc7eb074f8a15_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:189edc8baa6f14397cb0802b14e1dd4b7eab9f6c7d65e403802fc7eb074f8a15_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:189edc8baa6f14397cb0802b14e1dd4b7eab9f6c7d65e403802fc7eb074f8a15_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:24ffc44f223bf050cd040634b2cbf915fdf3209c490af7541064ef62ecd387ca_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:24ffc44f223bf050cd040634b2cbf915fdf3209c490af7541064ef62ecd387ca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:24ffc44f223bf050cd040634b2cbf915fdf3209c490af7541064ef62ecd387ca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:70cc29b1a6b953e67e6bc3977d09504fe5f6782c1ce65976916ee89a43d1db03_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:70cc29b1a6b953e67e6bc3977d09504fe5f6782c1ce65976916ee89a43d1db03_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:70cc29b1a6b953e67e6bc3977d09504fe5f6782c1ce65976916ee89a43d1db03_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1cc561c6a56fae238a1e4d11fe178cca228126c195339edd8988d2f83c6e3bf9_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1cc561c6a56fae238a1e4d11fe178cca228126c195339edd8988d2f83c6e3bf9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1cc561c6a56fae238a1e4d11fe178cca228126c195339edd8988d2f83c6e3bf9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:2f85de600b2262725b7e17cb8d66eea8c87e015abaff76942f628b3e4dafd37f_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:2f85de600b2262725b7e17cb8d66eea8c87e015abaff76942f628b3e4dafd37f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:2f85de600b2262725b7e17cb8d66eea8c87e015abaff76942f628b3e4dafd37f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6227c35f433005ba8411d370eb82476d29c3caab1d0b640d5657de438c2627b4_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6227c35f433005ba8411d370eb82476d29c3caab1d0b640d5657de438c2627b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6227c35f433005ba8411d370eb82476d29c3caab1d0b640d5657de438c2627b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ff48f314b66321ccdc3a6fa3b88681c8fbfb0aa0277cfc88981cb3887bb7cfce_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ff48f314b66321ccdc3a6fa3b88681c8fbfb0aa0277cfc88981cb3887bb7cfce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ff48f314b66321ccdc3a6fa3b88681c8fbfb0aa0277cfc88981cb3887bb7cfce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1d48afb19e99915abf33c03532a4c8ff3d913cd35f67f9f46d1afc4b0ea972bc_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1d48afb19e99915abf33c03532a4c8ff3d913cd35f67f9f46d1afc4b0ea972bc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1d48afb19e99915abf33c03532a4c8ff3d913cd35f67f9f46d1afc4b0ea972bc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a54f8ffa7c748a57a5b492ae36afba55c033e717c43f9cce1fed2484f65e5105_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a54f8ffa7c748a57a5b492ae36afba55c033e717c43f9cce1fed2484f65e5105_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a54f8ffa7c748a57a5b492ae36afba55c033e717c43f9cce1fed2484f65e5105_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:d20ebff0c71faa4a54b2ccb8d24e04e3fff725fb6ceae78687a1026e912df9d7_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:d20ebff0c71faa4a54b2ccb8d24e04e3fff725fb6ceae78687a1026e912df9d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:d20ebff0c71faa4a54b2ccb8d24e04e3fff725fb6ceae78687a1026e912df9d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2199eae6baca25637fd5dc4ab9872b7b4b672affb12268c23cd581d8d08f7041_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2199eae6baca25637fd5dc4ab9872b7b4b672affb12268c23cd581d8d08f7041_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2199eae6baca25637fd5dc4ab9872b7b4b672affb12268c23cd581d8d08f7041_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1e2c7db0718c465f63379869bd3ff6a673456a69fa335ab80d4ebe654719d9f_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1e2c7db0718c465f63379869bd3ff6a673456a69fa335ab80d4ebe654719d9f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1e2c7db0718c465f63379869bd3ff6a673456a69fa335ab80d4ebe654719d9f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e3f2fbd2f20175d2b620d2ae04f5de5f1d07a17e43c7ae7ba6eb54ffe113f94a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e3f2fbd2f20175d2b620d2ae04f5de5f1d07a17e43c7ae7ba6eb54ffe113f94a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e3f2fbd2f20175d2b620d2ae04f5de5f1d07a17e43c7ae7ba6eb54ffe113f94a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:589c3293503e156412faebe0d5d495ee97361796d7819abfc7b715d2191c76e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:589c3293503e156412faebe0d5d495ee97361796d7819abfc7b715d2191c76e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:589c3293503e156412faebe0d5d495ee97361796d7819abfc7b715d2191c76e4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7674c77ddc6b7b9f9787f09fb093ec8041e1f14b506addee71e0f45158ef47c9_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7674c77ddc6b7b9f9787f09fb093ec8041e1f14b506addee71e0f45158ef47c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7674c77ddc6b7b9f9787f09fb093ec8041e1f14b506addee71e0f45158ef47c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7ca1d29d100e64da8644145af61612ee551d943d699c184f9cf2ce4fa57118e9_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7ca1d29d100e64da8644145af61612ee551d943d699c184f9cf2ce4fa57118e9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7ca1d29d100e64da8644145af61612ee551d943d699c184f9cf2ce4fa57118e9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ee05311e93eb8378940862cba1db22a949bb539bbe64013ae7d376fbc540f637_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ee05311e93eb8378940862cba1db22a949bb539bbe64013ae7d376fbc540f637_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ee05311e93eb8378940862cba1db22a949bb539bbe64013ae7d376fbc540f637_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5d643e2aa04de67b81cd89e8540d20e3090ee550897ecde957b88507dc614c7d_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5d643e2aa04de67b81cd89e8540d20e3090ee550897ecde957b88507dc614c7d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5d643e2aa04de67b81cd89e8540d20e3090ee550897ecde957b88507dc614c7d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:88f8c133c1d79bef546308f6e73692723e8790bd36be86ae0b1e72a9191f2b3d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:88f8c133c1d79bef546308f6e73692723e8790bd36be86ae0b1e72a9191f2b3d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:88f8c133c1d79bef546308f6e73692723e8790bd36be86ae0b1e72a9191f2b3d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a69cdbdbeba73ad19fae48c8b48897dffd9002a96ed0ee3965e761c1274cb94a_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a69cdbdbeba73ad19fae48c8b48897dffd9002a96ed0ee3965e761c1274cb94a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a69cdbdbeba73ad19fae48c8b48897dffd9002a96ed0ee3965e761c1274cb94a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:b4dbace063e5b16883d33f3e5595935b07b0888286715eb1b774a2e068ed90cc_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:b4dbace063e5b16883d33f3e5595935b07b0888286715eb1b774a2e068ed90cc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:b4dbace063e5b16883d33f3e5595935b07b0888286715eb1b774a2e068ed90cc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10115c4d9763403713974bba0ffb6bfb5da3c8d4bc0e03e5f0fe2227e2ae9b01_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10115c4d9763403713974bba0ffb6bfb5da3c8d4bc0e03e5f0fe2227e2ae9b01_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10115c4d9763403713974bba0ffb6bfb5da3c8d4bc0e03e5f0fe2227e2ae9b01_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:5ed76352d2c577ed6016a5d615d23c5ee2d776165897b45c178f2e7a013caa5c_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:5ed76352d2c577ed6016a5d615d23c5ee2d776165897b45c178f2e7a013caa5c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:5ed76352d2c577ed6016a5d615d23c5ee2d776165897b45c178f2e7a013caa5c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:dc691fb6e589786dfac6d84748b1802d9282b7288f86677dc9dd53e5328ed20d_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:dc691fb6e589786dfac6d84748b1802d9282b7288f86677dc9dd53e5328ed20d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:dc691fb6e589786dfac6d84748b1802d9282b7288f86677dc9dd53e5328ed20d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e7fe9434c06b75f26df85472ed345acf1d35c56411c457f7b06ca56dcbef39d8_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e7fe9434c06b75f26df85472ed345acf1d35c56411c457f7b06ca56dcbef39d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e7fe9434c06b75f26df85472ed345acf1d35c56411c457f7b06ca56dcbef39d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:14a49d7f8f220816c56a368434fadbb302e00f01cc4a16fa916504b02bea315a_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:14a49d7f8f220816c56a368434fadbb302e00f01cc4a16fa916504b02bea315a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:14a49d7f8f220816c56a368434fadbb302e00f01cc4a16fa916504b02bea315a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6ba8bdc4fcf6db0e46ea291f3079d092224b2dd4764acff27a068cb59bbdf456_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6ba8bdc4fcf6db0e46ea291f3079d092224b2dd4764acff27a068cb59bbdf456_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6ba8bdc4fcf6db0e46ea291f3079d092224b2dd4764acff27a068cb59bbdf456_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f613e6a2a007352708fdf0f7a1bd4956a45f6a2d3683296b8996082d86e8e65_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f613e6a2a007352708fdf0f7a1bd4956a45f6a2d3683296b8996082d86e8e65_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f613e6a2a007352708fdf0f7a1bd4956a45f6a2d3683296b8996082d86e8e65_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a06dc9395bd70c7c65681ad827317ebee1b1892e49fc90a98da926750e36ca21_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a06dc9395bd70c7c65681ad827317ebee1b1892e49fc90a98da926750e36ca21_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a06dc9395bd70c7c65681ad827317ebee1b1892e49fc90a98da926750e36ca21_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:399a2fa3fb2d2aff8ec28782d27515e528b92a4d549b84509a0ff66aac3c99e9_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:399a2fa3fb2d2aff8ec28782d27515e528b92a4d549b84509a0ff66aac3c99e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:399a2fa3fb2d2aff8ec28782d27515e528b92a4d549b84509a0ff66aac3c99e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4349274439e8cba5910b46289db20a567cb2ea52f5bbc3232bc4339079de7d70_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4349274439e8cba5910b46289db20a567cb2ea52f5bbc3232bc4339079de7d70_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4349274439e8cba5910b46289db20a567cb2ea52f5bbc3232bc4339079de7d70_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:babebccb80dc000f1a68df702c7f64910476318dbe0f6c06016ebda0ec500463_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:babebccb80dc000f1a68df702c7f64910476318dbe0f6c06016ebda0ec500463_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:babebccb80dc000f1a68df702c7f64910476318dbe0f6c06016ebda0ec500463_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f323d7b4353c7e956dd5eab125f687c0c06b1f691f9a0752525e1f64d80f3f9f_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f323d7b4353c7e956dd5eab125f687c0c06b1f691f9a0752525e1f64d80f3f9f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f323d7b4353c7e956dd5eab125f687c0c06b1f691f9a0752525e1f64d80f3f9f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:309b89d4b0475ef75fa140ca16b6023e751f6f5d3f181b1d7f56199dfdd70332_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:309b89d4b0475ef75fa140ca16b6023e751f6f5d3f181b1d7f56199dfdd70332_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:309b89d4b0475ef75fa140ca16b6023e751f6f5d3f181b1d7f56199dfdd70332_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:64c6751bda736736cfd51b16ee61813fe928d56586032e1c654e7cf26a12152a_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:64c6751bda736736cfd51b16ee61813fe928d56586032e1c654e7cf26a12152a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:64c6751bda736736cfd51b16ee61813fe928d56586032e1c654e7cf26a12152a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:acf7229ccaf91eb7e8b4d7be82a5a2fabc0907e07b20faddddcc0c3ddde64480_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:acf7229ccaf91eb7e8b4d7be82a5a2fabc0907e07b20faddddcc0c3ddde64480_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:acf7229ccaf91eb7e8b4d7be82a5a2fabc0907e07b20faddddcc0c3ddde64480_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e143c282e626918c9820e5ce736d859e935777e1a6f4e2df8bc497d314220172_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e143c282e626918c9820e5ce736d859e935777e1a6f4e2df8bc497d314220172_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e143c282e626918c9820e5ce736d859e935777e1a6f4e2df8bc497d314220172_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:154b14b14a0d5617bf918b383a93ee69cdb1346d5cb85a4b15b1d3cb9d4cf918_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:154b14b14a0d5617bf918b383a93ee69cdb1346d5cb85a4b15b1d3cb9d4cf918_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:154b14b14a0d5617bf918b383a93ee69cdb1346d5cb85a4b15b1d3cb9d4cf918_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4473fb55fb493e5ffc27057177384b554191751d4a8b2e4ef5f129a5b4c95e9c_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4473fb55fb493e5ffc27057177384b554191751d4a8b2e4ef5f129a5b4c95e9c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4473fb55fb493e5ffc27057177384b554191751d4a8b2e4ef5f129a5b4c95e9c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:78f99cc5e69e89b24bd6c822735bf1d5aa3fd53fe2c79c46a58a2e564220826d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:78f99cc5e69e89b24bd6c822735bf1d5aa3fd53fe2c79c46a58a2e564220826d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:78f99cc5e69e89b24bd6c822735bf1d5aa3fd53fe2c79c46a58a2e564220826d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c607291d0531ebee9a2d91e0ca00d4bc604cc2c6e8fce7c8d814cb14eb3e69a6_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c607291d0531ebee9a2d91e0ca00d4bc604cc2c6e8fce7c8d814cb14eb3e69a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c607291d0531ebee9a2d91e0ca00d4bc604cc2c6e8fce7c8d814cb14eb3e69a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2b02af5f405a14074ade1872d29216d385cc413ec4ce344ad5f74263d193db88_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2b02af5f405a14074ade1872d29216d385cc413ec4ce344ad5f74263d193db88_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2b02af5f405a14074ade1872d29216d385cc413ec4ce344ad5f74263d193db88_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:48dbf20959dd563ae2254c330f7ae7c0c1c0ba31cd851168a156157d8ee5a703_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:48dbf20959dd563ae2254c330f7ae7c0c1c0ba31cd851168a156157d8ee5a703_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:48dbf20959dd563ae2254c330f7ae7c0c1c0ba31cd851168a156157d8ee5a703_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7828c6964eaf8a69a1374c9426181f488b25cd4bc11048c621c63f07856a1e1a_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7828c6964eaf8a69a1374c9426181f488b25cd4bc11048c621c63f07856a1e1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7828c6964eaf8a69a1374c9426181f488b25cd4bc11048c621c63f07856a1e1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e198f90cb52c92eb39be0605eb74a765799e85dcdc09a2f5d8ca7e7436e7d668_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e198f90cb52c92eb39be0605eb74a765799e85dcdc09a2f5d8ca7e7436e7d668_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e198f90cb52c92eb39be0605eb74a765799e85dcdc09a2f5d8ca7e7436e7d668_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:00a2b7d991b9f3938df7e8fd11b58041eb237f3425c1ba2bfc85366d15356ef5_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:00a2b7d991b9f3938df7e8fd11b58041eb237f3425c1ba2bfc85366d15356ef5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:00a2b7d991b9f3938df7e8fd11b58041eb237f3425c1ba2bfc85366d15356ef5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3e206f28c919167ed364f05f9650ca914c0ca8ff8dc602ef39365353fe37be32_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3e206f28c919167ed364f05f9650ca914c0ca8ff8dc602ef39365353fe37be32_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3e206f28c919167ed364f05f9650ca914c0ca8ff8dc602ef39365353fe37be32_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:83f1927190c8a8df7041e700e9f58703d9f5c99b7044f529a027ba65f85ee6bf_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:83f1927190c8a8df7041e700e9f58703d9f5c99b7044f529a027ba65f85ee6bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:83f1927190c8a8df7041e700e9f58703d9f5c99b7044f529a027ba65f85ee6bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0687498c6c631db240cb84282482c87af390d0f1cbf9c1600dcf4c23e8c03cc_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0687498c6c631db240cb84282482c87af390d0f1cbf9c1600dcf4c23e8c03cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0687498c6c631db240cb84282482c87af390d0f1cbf9c1600dcf4c23e8c03cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:390ad3e667b0ed64f21af6bea1068af7d0b74da4013e44bda44e5458f983d9c9_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:390ad3e667b0ed64f21af6bea1068af7d0b74da4013e44bda44e5458f983d9c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:390ad3e667b0ed64f21af6bea1068af7d0b74da4013e44bda44e5458f983d9c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:574833604cd70628d237f262d5b1edc7c1eb7c16e7da91f0bd19098c0add3fcb_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:574833604cd70628d237f262d5b1edc7c1eb7c16e7da91f0bd19098c0add3fcb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:574833604cd70628d237f262d5b1edc7c1eb7c16e7da91f0bd19098c0add3fcb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:7fbc24f1bbd318dda8fc2c5af214396c1175056371abac1c864726deba30bf86_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:7fbc24f1bbd318dda8fc2c5af214396c1175056371abac1c864726deba30bf86_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:7fbc24f1bbd318dda8fc2c5af214396c1175056371abac1c864726deba30bf86_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d5e7cba492b53b893ccbf5a72b4f4721927079cefb94ad21b411abfe92d34f60_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d5e7cba492b53b893ccbf5a72b4f4721927079cefb94ad21b411abfe92d34f60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d5e7cba492b53b893ccbf5a72b4f4721927079cefb94ad21b411abfe92d34f60_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2720e26874199abe16142532a115de806a5c240989c18239ac18a5075d197d45_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2720e26874199abe16142532a115de806a5c240989c18239ac18a5075d197d45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2720e26874199abe16142532a115de806a5c240989c18239ac18a5075d197d45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ad7f273610830d0df35f17bcb5d721574e17b968791695a904c80ef7329389d4_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ad7f273610830d0df35f17bcb5d721574e17b968791695a904c80ef7329389d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ad7f273610830d0df35f17bcb5d721574e17b968791695a904c80ef7329389d4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b2835a1c2bfdb0f18561adce14ff5bb1109c808f91410b06ce9ddd20d6a8da6c_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b2835a1c2bfdb0f18561adce14ff5bb1109c808f91410b06ce9ddd20d6a8da6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b2835a1c2bfdb0f18561adce14ff5bb1109c808f91410b06ce9ddd20d6a8da6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca1d94b817670302256ed68278ab64134bd86dabe0a54b43878305b94e73bbc6_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca1d94b817670302256ed68278ab64134bd86dabe0a54b43878305b94e73bbc6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca1d94b817670302256ed68278ab64134bd86dabe0a54b43878305b94e73bbc6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1c5913adcf49d0c9c361ea99a96d85892ff973f61d3c146d6c0833b8616e74b1_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1c5913adcf49d0c9c361ea99a96d85892ff973f61d3c146d6c0833b8616e74b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1c5913adcf49d0c9c361ea99a96d85892ff973f61d3c146d6c0833b8616e74b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9c9a3c9ca664b8ddcf81cac9a5521e1f005efdd7bbfba94860e8759ccc22e5ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9c9a3c9ca664b8ddcf81cac9a5521e1f005efdd7bbfba94860e8759ccc22e5ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9c9a3c9ca664b8ddcf81cac9a5521e1f005efdd7bbfba94860e8759ccc22e5ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:c72ff60a9558898ae17cc07fed6999b731c0e253cd16f6c494fb22ae634ab5f0_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:c72ff60a9558898ae17cc07fed6999b731c0e253cd16f6c494fb22ae634ab5f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:c72ff60a9558898ae17cc07fed6999b731c0e253cd16f6c494fb22ae634ab5f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:e43603614f899f138d95e9ba8fea73f8f026d49be897fe71bc9afeeed68f6354_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:e43603614f899f138d95e9ba8fea73f8f026d49be897fe71bc9afeeed68f6354_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:e43603614f899f138d95e9ba8fea73f8f026d49be897fe71bc9afeeed68f6354_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:341c78280fc47ad01e3f211ea85dbee2adf202a8d18688927ff6d8b4938b39ba_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:341c78280fc47ad01e3f211ea85dbee2adf202a8d18688927ff6d8b4938b39ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:341c78280fc47ad01e3f211ea85dbee2adf202a8d18688927ff6d8b4938b39ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:556a48cc409611d4a8f9e2e5ca8aec5f64318e1df7db047d93218c8ee05a8f9c_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:556a48cc409611d4a8f9e2e5ca8aec5f64318e1df7db047d93218c8ee05a8f9c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:556a48cc409611d4a8f9e2e5ca8aec5f64318e1df7db047d93218c8ee05a8f9c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:79b271f1259078851ea5bf1ac54005ccbeb2423d62ebd9dbe747dbb0b36baccb_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:79b271f1259078851ea5bf1ac54005ccbeb2423d62ebd9dbe747dbb0b36baccb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:79b271f1259078851ea5bf1ac54005ccbeb2423d62ebd9dbe747dbb0b36baccb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d12c1c2b96df26ba116009f80895bd51dc0a19d57ba4c8d46ab1f1391b1d62fe_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d12c1c2b96df26ba116009f80895bd51dc0a19d57ba4c8d46ab1f1391b1d62fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d12c1c2b96df26ba116009f80895bd51dc0a19d57ba4c8d46ab1f1391b1d62fe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:1088c2c35caf03590def63c8d79c7bbddbf020146865652a3fda5f915a75a7ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:1088c2c35caf03590def63c8d79c7bbddbf020146865652a3fda5f915a75a7ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:1088c2c35caf03590def63c8d79c7bbddbf020146865652a3fda5f915a75a7ed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:4e12904ef8babd900567030ee2cb9b89757406ede843003df08e1b424c6d5f12_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:4e12904ef8babd900567030ee2cb9b89757406ede843003df08e1b424c6d5f12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:4e12904ef8babd900567030ee2cb9b89757406ede843003df08e1b424c6d5f12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5a80b96374ff89668fb0dced24337b4d2a6ee30dece18f5f5780494f7d194588_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5a80b96374ff89668fb0dced24337b4d2a6ee30dece18f5f5780494f7d194588_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5a80b96374ff89668fb0dced24337b4d2a6ee30dece18f5f5780494f7d194588_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d39c6a97e4d75dc97b0f1d8b74c74ece330cc560e0ae9cfe86c6880d850b3fd1_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d39c6a97e4d75dc97b0f1d8b74c74ece330cc560e0ae9cfe86c6880d850b3fd1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d39c6a97e4d75dc97b0f1d8b74c74ece330cc560e0ae9cfe86c6880d850b3fd1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:33e021b61b2251fb8260cb1fc4bfd7e269cb6a40f3e0dda46f6441399c38da21_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:33e021b61b2251fb8260cb1fc4bfd7e269cb6a40f3e0dda46f6441399c38da21_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:33e021b61b2251fb8260cb1fc4bfd7e269cb6a40f3e0dda46f6441399c38da21_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b54b80a75d06f88fdc2c16d5cef1875ff5dc9a7f80475f4349399837f99a6997_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b54b80a75d06f88fdc2c16d5cef1875ff5dc9a7f80475f4349399837f99a6997_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b54b80a75d06f88fdc2c16d5cef1875ff5dc9a7f80475f4349399837f99a6997_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba272c849177416b7f41dc7c8967d010b406aa858204f276e7af201d7b705d88_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba272c849177416b7f41dc7c8967d010b406aa858204f276e7af201d7b705d88_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba272c849177416b7f41dc7c8967d010b406aa858204f276e7af201d7b705d88_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f2ae9c78c6cf8020521f63a51dfc0f1400cc82f9bcfb90598283602adeb6a862_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f2ae9c78c6cf8020521f63a51dfc0f1400cc82f9bcfb90598283602adeb6a862_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f2ae9c78c6cf8020521f63a51dfc0f1400cc82f9bcfb90598283602adeb6a862_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:676c3b72a5cc5f31082c6963ab70ba75242ae1890f1fd73ac4f7ad1ca783412b_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:676c3b72a5cc5f31082c6963ab70ba75242ae1890f1fd73ac4f7ad1ca783412b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:676c3b72a5cc5f31082c6963ab70ba75242ae1890f1fd73ac4f7ad1ca783412b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7231bb08de437c83e9189f578ddd7ca192209e338e5a0d4726e65b53fced5558_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7231bb08de437c83e9189f578ddd7ca192209e338e5a0d4726e65b53fced5558_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7231bb08de437c83e9189f578ddd7ca192209e338e5a0d4726e65b53fced5558_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7e6aa76b61ef030c83c3a02fdd9becf12284d52a213eafa6204240bf9f32cbb8_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7e6aa76b61ef030c83c3a02fdd9becf12284d52a213eafa6204240bf9f32cbb8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7e6aa76b61ef030c83c3a02fdd9becf12284d52a213eafa6204240bf9f32cbb8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f52e90a78b5842549ab887fb728bf1e36b319507acccd674db783def5e9e43cf_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f52e90a78b5842549ab887fb728bf1e36b319507acccd674db783def5e9e43cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f52e90a78b5842549ab887fb728bf1e36b319507acccd674db783def5e9e43cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:03335aac6193e5ff3d9a704524cda05d40eb578b4d9780e0d17b753ff458532d_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:03335aac6193e5ff3d9a704524cda05d40eb578b4d9780e0d17b753ff458532d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:03335aac6193e5ff3d9a704524cda05d40eb578b4d9780e0d17b753ff458532d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7ee72127ffdddf1a77cc471b3bb8ddd9fb5a2191dcd69ad1753a057ac25262ed_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7ee72127ffdddf1a77cc471b3bb8ddd9fb5a2191dcd69ad1753a057ac25262ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7ee72127ffdddf1a77cc471b3bb8ddd9fb5a2191dcd69ad1753a057ac25262ed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:88fb617ce6d6389bd1000eb9268a8e67c6eabb40ec4c7389dd23c268e881c2c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:88fb617ce6d6389bd1000eb9268a8e67c6eabb40ec4c7389dd23c268e881c2c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:88fb617ce6d6389bd1000eb9268a8e67c6eabb40ec4c7389dd23c268e881c2c8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:aa5de21cf5dc3327b186d36e06515efaba592fc395336bf56c72fc893444799b_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:aa5de21cf5dc3327b186d36e06515efaba592fc395336bf56c72fc893444799b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:aa5de21cf5dc3327b186d36e06515efaba592fc395336bf56c72fc893444799b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0dfc2f18869dd15e27d018b23923acee274f09e888fc72c173472579556e810d_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0dfc2f18869dd15e27d018b23923acee274f09e888fc72c173472579556e810d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0dfc2f18869dd15e27d018b23923acee274f09e888fc72c173472579556e810d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:264d2cef5c71dc140450a3440e0e8311db64224a5aa886b893ffc27606e056b3_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:264d2cef5c71dc140450a3440e0e8311db64224a5aa886b893ffc27606e056b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:264d2cef5c71dc140450a3440e0e8311db64224a5aa886b893ffc27606e056b3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:63b4d6fe3649fbc3a190378054c1bbea20ee77e91dc3095ab39f3c5d723a8576_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:63b4d6fe3649fbc3a190378054c1bbea20ee77e91dc3095ab39f3c5d723a8576_amd64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:63b4d6fe3649fbc3a190378054c1bbea20ee77e91dc3095ab39f3c5d723a8576_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:7d56cd57df406cc634d8d037c737e020e28e10a7387805a772a795bb2c90d36a_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:7d56cd57df406cc634d8d037c737e020e28e10a7387805a772a795bb2c90d36a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:7d56cd57df406cc634d8d037c737e020e28e10a7387805a772a795bb2c90d36a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1a5c4f5c620ff90c182cca131ee158084a2cec7b9abff5bf7ba23a053454d670_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1a5c4f5c620ff90c182cca131ee158084a2cec7b9abff5bf7ba23a053454d670_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1a5c4f5c620ff90c182cca131ee158084a2cec7b9abff5bf7ba23a053454d670_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3e076768bfa0f474f72b67b2df1a2344e9008bc52a61154d7bd9d40b2926a30b_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3e076768bfa0f474f72b67b2df1a2344e9008bc52a61154d7bd9d40b2926a30b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3e076768bfa0f474f72b67b2df1a2344e9008bc52a61154d7bd9d40b2926a30b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4353a1cb5a281e5f628ff5d1bf00a13eba9e5cabe644dc162464781bb92a15ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4353a1cb5a281e5f628ff5d1bf00a13eba9e5cabe644dc162464781bb92a15ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4353a1cb5a281e5f628ff5d1bf00a13eba9e5cabe644dc162464781bb92a15ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8a2ca4b9dfb4143799a959b987d36f150d87bcf037c7578c208861ec12afe927_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8a2ca4b9dfb4143799a959b987d36f150d87bcf037c7578c208861ec12afe927_arm64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8a2ca4b9dfb4143799a959b987d36f150d87bcf037c7578c208861ec12afe927_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:91d6cbee96f739ec4cfd9fd620eebb3863e8ad3860540860818142f3c3b023eb_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:91d6cbee96f739ec4cfd9fd620eebb3863e8ad3860540860818142f3c3b023eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:91d6cbee96f739ec4cfd9fd620eebb3863e8ad3860540860818142f3c3b023eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:b7ac56cc1456efb2dc285714c6874ffe0a5c64139476ec463a117bc266566f6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:b7ac56cc1456efb2dc285714c6874ffe0a5c64139476ec463a117bc266566f6a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:b7ac56cc1456efb2dc285714c6874ffe0a5c64139476ec463a117bc266566f6a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f7cac50a547dcdaeb05da6fc480e7f2c052a39d2f8e09e6784763e44ad7922ac_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f7cac50a547dcdaeb05da6fc480e7f2c052a39d2f8e09e6784763e44ad7922ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f7cac50a547dcdaeb05da6fc480e7f2c052a39d2f8e09e6784763e44ad7922ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5ab8609083046c1d5be2f3e73131d386d87992467eeac04d87842e49a1ba0b22_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5dddc8c0a9a4de9db1df180cf8ca80219921241bd01e76020680827b87aa8938_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ce3207a92d7ef805f287d12df9458f876955a18fde0d188c30700e8460720669_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e5b450b342a189408b8ad34899c06b45712ce07244bdc95d1d53bead5927edea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:45b212a24acf851081ac2cfbb88aa56b602a588101ab9b9dc2e395d4b7f169c0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:52907659049a5659b2c227f1fcdd7d4445ee629ce1c90710225ba8926c793f24_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:a37f8e2841fc3481ff196beea3c783ee3d62c6317ce1d82f9da72ebeda496b08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:be1531215047054fcb9f87417a22723613ac67c32cd9f3e82c710fd30c0c467e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:19035149e280dfa4f9f696d0253b1feb7cd1b04ab763bbc7a6936703a5c0259e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7c6136911f59a98fc84eaa27b59b9033a96f2b8e15573cdfb35790642e896860_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e3b5eb683d4921bc2cfd134ef25f8c351a86ca94291fb0bcce4c9dbd5b13522d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e749029d025ed2a8d9ca6ce0b8e0cae3ff1af732140fea7811d4f64c8547d87d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:8b5247bc7b3ecb070b3cfb3c31ce503c0544ccfbf539bace4477b77ca7b85527_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b4e68798446163c04dc4f45652dbf8a8ac412074a125504b89d4aee8d89acd5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c22b23da98ed27a42c1439652cc8b007d018fe1b0f29f08a4ce5a16b1292cbcf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d9be9f52ccb15560b0df359168bb1a757ab872e80e243dfce6eb5511024b95cc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fde263b9d1de5205f11b7a949d39f6be4c0be1dfe8c35a8d5686291eeef3cdd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7ea14b495167ed56bb422076184a8701d9aa73424a8762092e66febcf00368cf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:bf8ad58d28c6c4a7956dfe37eaf2cade2d8e9116351367860def2c4ada3b464c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c1cd63e6dd2e650ee43aca5adf0dc50a590ccdb58498ff28d413e54348bcdc99_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:3eefb6d276796591377c9217ddb902b3f263ef747238a79dedcfd3b9773717e0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:65bf99075054650bbf3a54cc15e6aa32452d15182ad022f8e2bfadcdf4fb1898_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:822f615c96543b10b185db60ee9e8c222c978fd6e207c032ecc68299669ac773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:898d74891e2fb42c1da53c30fd7428db40a4392c2d1adf15a033ff8b8b90390b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3f8f8ae5b5fd64e3d9c18ce16395537e5c158fb088828b2dae232918b7f60318_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5f16101778249011027eb6f6b8a0ed0efa895bc3467c35dcd55fb06dd4ed0558_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:97d58d95e34ddf900e7a9abd32b85d034e0843e422cdb69d6e2f0b17050569df_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b56d8ac1c2eb568a75e51643babd747cf9815e736185fb97f96d9a56dd9930e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c3c122caa93cd6cc13e9d15f80721f4e6b8d5ebb0607ca8caea17253982c95d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6d7d16fffa5f50f493f09505303a53b959be1b0fbee59c326b6731064496a90d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b10f8e4dd065430ebf8a79bd6f1f32f0c6eb7e7beddd00d677b53397c1d6d74c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ff318b5a60fdf45840bdb88fd693a84abedfc54260385527e66fa882bd954879_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:179f4959ebbd235dc4941f99a2dac09f77e68c67e7d9f6488cbb065da92d647d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6ebaf936c3b5cbcb1922597630d5889fd4464e3530739827b1964652a509bb36_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:3e360b4d5e1b0dc5c40659ae813c43a9b1cb60ce87bd8e5799c4dba1437a2523_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:915dbbce38d24359501222ed6f41602b881dee8702ebb25f4e658234a2d2f020_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b9141160dce8628b7a65d1e756b07c8220e8bb3f74288edfdd4956836b956361_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a46c761b009deaffc219eb783ab183803b41f322a9906c4c9dec9c499f88c7f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:aa14a1b4d78d7fbf477bffb743ae21a4f84c838b589c1c67baf52007b46b25f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b18e85615972be444c812ac4215dfb922d9a9976c4fc6978bf18bcf07080c248_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:e090d9e80243426f912ac79fa92fa07a73a46f2b8c9cebf0c005306156f90619_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2cd4a1952ab3d47e8f6454c443e04c4fc5456d1ab689bea69ef8f5660b552125_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:84370289fc8050e65d2a3c219ab5725a44cab38952477cc36771c716566ae459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:bc773c6baa7714354c0744a893edb1a8b0af2807f7564983f6d5292a17a51d2a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cf09bf6dcbb019950b68c6e734930a0d787339aa7af375fbca65ef6bbdf90b4f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3bef27dba12ac3691e62aeb97a1baec4e1de9678be2d7dd3c1e5d73a3b1aeab3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:918518b629d3b1f4ce08af0a103ade97f684355ed44f8b896911ae75e5ace535_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:af30d6599b057e494202608bf8db3920e8c6b7369c379859e89382301269c477_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:eb9f56b057647f966a88442ba04d3542be2506f4bee1717ecb78a0da13d29964_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0b4bfbf778d85914fae6c5a20752ed13e75f3b46e0b802bbfd278dad93bb6f7e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:171b8861cd916eb4ca087820aecb863a3639c4d8ab42f85dc16d29dd12bf32a2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9762edd7ba0c341f17117d72221dfed21ae608fc0fafd3c8aeba1bad649b63ff_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d5be635abf314615622dea4b3528fbe4b66adbc5aa4c024629fd26b630a91208_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:8b0591dae306ad2d318f9b620534cb72570431c69b1c635c7ef16ed50b157336_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9d77c981d4ede434489951a0cc25ec36e7e5cada6195de1b383a0e27b54cb6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9f79cc6d80e30329be5dd19eb30d895618a55676af43b9b0ad81b007a08433a9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e46f5c6adc471fe9024d976ba8dcfd8cd8811a5ca197616b54e556e5c6dba87d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:0b755355deb1d08458bc2e8d0c6e7d413f23a4d6eb58ed9bf9bde290c06be943_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:47c98ef7169d491aa0e30a59ecf7fbb4b8091522997539c5b2484f76be4283cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:820e5317c226967df3977f3fc965a3dcc741d6f7b8d45362fb9c5109a1163dbe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:8cf6cb4853827b52dea258e8c8e89d47f7a1a793f241345c52753b7c632094a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:b6f20e0862d5f1523512ee11410e8d9c8648b543a884845f8cec5b3cbc80a952_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ee71f817e95b61653d50a6b0e9ee073f41e3eb08477619d2e0efa5b0eb6775de_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:02fae7934dd14a52d5d37d219203527a52a192a1856f35d7b122935d1689de6a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:e1f245b14a888bd3edc45a16f8ec61c53b981e259250c85e24428111f8b5a524_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:252f5d3839683ba43abfa6140ca317e07b9ad5908c1df188575ef9af6ffbcb3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:aab739565eba21e1dc12402cc22a7eeed2cb9577c6397f27ddfe5e8af88f949f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:34104cf7ed6d27de8218030fce79b86397ad924393f31ee562fa5ad73cc4848a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:ef283578a8ef2223b0c1952e42aa4e3881c35b80da58d9f4c43726f108afa97b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:1da7769baf0b5ec6fd85659bdb96ddb77c4e5700cfd89b666bb5b1ca6aa32dfc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:9ac27ecd1d71eb918b6b7154303d50fdd351f825a7d6d977cf92ab7c517e22be_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:f9de8b5824ac00bd0ec33db2102efb524d96bbe400cba96ef0729bda70a5e2f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fe370abb0aa7de926b168ee17a06ade8c4f4aed2e265d982f5a01176e89b01c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1a1c714f3aec863e2eba9a65e5387bda0e409a1daab35b2ca0ececafdfdc4692_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:3fe142d48be14b417a1da02ce57e9791744af1347e7e29fb3d2ddee135b348b9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5140e0e5e33891a679ae93e59c31acca18acf3e89636827094604d60835edad3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:69e21d9e962f4a3e8c711f570dff52e62d440d3014fba9b9631dc7cdf87c20e8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4f812eb0000f6cc5ad9a2bd912be92b387c06d98edd4f987a501c03b68077635_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d70a47f49d8831cbe69283bc684733cb28e627260527b69e48cb338e7d5a87e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:aaece8eb13c71a1a86f9a418e6a54d09bcd4eccf1764d0ac2e063bab14f2af79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:13252d5de042d39b2294e43ee122d1d833e8bdfb5b91fbb6e9d0feb22b5fcd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b9f03cdee3d411fb73914c5a5645983d9d7f247f784a98192312ae78259c959a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:df71e3f08022e1b0331709a089409abbf014a33227f7cf22094f431c7ca51718_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:320d5818c2a6e179e7b3b1736080b1194f2c6104e100e1f8f428553069cfa494_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:49048fc4286fdfe1acca1a5d391da520dfcea410b8cb9ee543d5b2e41df79b7c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5aee14c73f25de6923b592989e914a76aa393a453a7c64e1de7efa7e9dc063ab_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e8c468997057f84cd38f7e4bd45441c46fcb3850789fb610b8f84b980d465386_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4008da40b44f6f3a7e11696c86725bfe095d657d80bf817cf98944dda643b432_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:50b2d07a42fb4ab79a61529526004012ca3798480c0990ea49deecf63f92d6df_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6bc2dcf6feef66711c3338a30b8a7ac6141e5a4746dd18b1c697c679319b381d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c738eb71711c0d2b2e70bb889e35a14f99769af322452807e37c77b1cdf64104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7a9bbb1da5fb4be7fd581ebdc379622055b1fdbc69da73d1d61e2fe3fa074778_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:86704cadbd20e1d04079ee7bf61f70664f1d15c057dd4bcfa433d7ad4e913944_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9341c4c31808f677353948b87c80813fa32e40642b0f036b5d02320843098203_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d235c6036dfd44bc4d2936d6ce4c2ee8a847c0af98be9240abda7f2d736a93fc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:04f87778acdc839c6e6c4d1a4323d302cf6fe7ece7e8089adab73dc4e8cfbc74_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c3b1f79dada5425dd5bdd44aa84976c71f3c574440a33b9675cc20ee8711b347_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ce8bd417dbf1624aee1b8d6dea0adbaef7160c5844f7e14c98b7107403f46354_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e2aae9c4b5e227d1f0f44e4a2623a2da24ae92274e7e6529a5851ca5e194239c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0283ddb599a8b61dad0b01e03ce28df9588fdc02cd64c740173ae27c08427b10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:189edc8baa6f14397cb0802b14e1dd4b7eab9f6c7d65e403802fc7eb074f8a15_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:24ffc44f223bf050cd040634b2cbf915fdf3209c490af7541064ef62ecd387ca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:70cc29b1a6b953e67e6bc3977d09504fe5f6782c1ce65976916ee89a43d1db03_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1cc561c6a56fae238a1e4d11fe178cca228126c195339edd8988d2f83c6e3bf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:2f85de600b2262725b7e17cb8d66eea8c87e015abaff76942f628b3e4dafd37f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6227c35f433005ba8411d370eb82476d29c3caab1d0b640d5657de438c2627b4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ff48f314b66321ccdc3a6fa3b88681c8fbfb0aa0277cfc88981cb3887bb7cfce_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1d48afb19e99915abf33c03532a4c8ff3d913cd35f67f9f46d1afc4b0ea972bc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a54f8ffa7c748a57a5b492ae36afba55c033e717c43f9cce1fed2484f65e5105_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:d20ebff0c71faa4a54b2ccb8d24e04e3fff725fb6ceae78687a1026e912df9d7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2199eae6baca25637fd5dc4ab9872b7b4b672affb12268c23cd581d8d08f7041_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1e2c7db0718c465f63379869bd3ff6a673456a69fa335ab80d4ebe654719d9f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e3f2fbd2f20175d2b620d2ae04f5de5f1d07a17e43c7ae7ba6eb54ffe113f94a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:589c3293503e156412faebe0d5d495ee97361796d7819abfc7b715d2191c76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7674c77ddc6b7b9f9787f09fb093ec8041e1f14b506addee71e0f45158ef47c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7ca1d29d100e64da8644145af61612ee551d943d699c184f9cf2ce4fa57118e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ee05311e93eb8378940862cba1db22a949bb539bbe64013ae7d376fbc540f637_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5d643e2aa04de67b81cd89e8540d20e3090ee550897ecde957b88507dc614c7d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:88f8c133c1d79bef546308f6e73692723e8790bd36be86ae0b1e72a9191f2b3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a69cdbdbeba73ad19fae48c8b48897dffd9002a96ed0ee3965e761c1274cb94a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:b4dbace063e5b16883d33f3e5595935b07b0888286715eb1b774a2e068ed90cc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10115c4d9763403713974bba0ffb6bfb5da3c8d4bc0e03e5f0fe2227e2ae9b01_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:5ed76352d2c577ed6016a5d615d23c5ee2d776165897b45c178f2e7a013caa5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:dc691fb6e589786dfac6d84748b1802d9282b7288f86677dc9dd53e5328ed20d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e7fe9434c06b75f26df85472ed345acf1d35c56411c457f7b06ca56dcbef39d8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:14a49d7f8f220816c56a368434fadbb302e00f01cc4a16fa916504b02bea315a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6ba8bdc4fcf6db0e46ea291f3079d092224b2dd4764acff27a068cb59bbdf456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f613e6a2a007352708fdf0f7a1bd4956a45f6a2d3683296b8996082d86e8e65_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a06dc9395bd70c7c65681ad827317ebee1b1892e49fc90a98da926750e36ca21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:399a2fa3fb2d2aff8ec28782d27515e528b92a4d549b84509a0ff66aac3c99e9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4349274439e8cba5910b46289db20a567cb2ea52f5bbc3232bc4339079de7d70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:babebccb80dc000f1a68df702c7f64910476318dbe0f6c06016ebda0ec500463_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f323d7b4353c7e956dd5eab125f687c0c06b1f691f9a0752525e1f64d80f3f9f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:309b89d4b0475ef75fa140ca16b6023e751f6f5d3f181b1d7f56199dfdd70332_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:64c6751bda736736cfd51b16ee61813fe928d56586032e1c654e7cf26a12152a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:acf7229ccaf91eb7e8b4d7be82a5a2fabc0907e07b20faddddcc0c3ddde64480_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e143c282e626918c9820e5ce736d859e935777e1a6f4e2df8bc497d314220172_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:154b14b14a0d5617bf918b383a93ee69cdb1346d5cb85a4b15b1d3cb9d4cf918_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4473fb55fb493e5ffc27057177384b554191751d4a8b2e4ef5f129a5b4c95e9c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:78f99cc5e69e89b24bd6c822735bf1d5aa3fd53fe2c79c46a58a2e564220826d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c607291d0531ebee9a2d91e0ca00d4bc604cc2c6e8fce7c8d814cb14eb3e69a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2b02af5f405a14074ade1872d29216d385cc413ec4ce344ad5f74263d193db88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:48dbf20959dd563ae2254c330f7ae7c0c1c0ba31cd851168a156157d8ee5a703_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7828c6964eaf8a69a1374c9426181f488b25cd4bc11048c621c63f07856a1e1a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e198f90cb52c92eb39be0605eb74a765799e85dcdc09a2f5d8ca7e7436e7d668_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:00a2b7d991b9f3938df7e8fd11b58041eb237f3425c1ba2bfc85366d15356ef5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3e206f28c919167ed364f05f9650ca914c0ca8ff8dc602ef39365353fe37be32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:83f1927190c8a8df7041e700e9f58703d9f5c99b7044f529a027ba65f85ee6bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0687498c6c631db240cb84282482c87af390d0f1cbf9c1600dcf4c23e8c03cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:390ad3e667b0ed64f21af6bea1068af7d0b74da4013e44bda44e5458f983d9c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:574833604cd70628d237f262d5b1edc7c1eb7c16e7da91f0bd19098c0add3fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:7fbc24f1bbd318dda8fc2c5af214396c1175056371abac1c864726deba30bf86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d5e7cba492b53b893ccbf5a72b4f4721927079cefb94ad21b411abfe92d34f60_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2720e26874199abe16142532a115de806a5c240989c18239ac18a5075d197d45_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ad7f273610830d0df35f17bcb5d721574e17b968791695a904c80ef7329389d4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b2835a1c2bfdb0f18561adce14ff5bb1109c808f91410b06ce9ddd20d6a8da6c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca1d94b817670302256ed68278ab64134bd86dabe0a54b43878305b94e73bbc6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1c5913adcf49d0c9c361ea99a96d85892ff973f61d3c146d6c0833b8616e74b1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9c9a3c9ca664b8ddcf81cac9a5521e1f005efdd7bbfba94860e8759ccc22e5ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:c72ff60a9558898ae17cc07fed6999b731c0e253cd16f6c494fb22ae634ab5f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:e43603614f899f138d95e9ba8fea73f8f026d49be897fe71bc9afeeed68f6354_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:341c78280fc47ad01e3f211ea85dbee2adf202a8d18688927ff6d8b4938b39ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:556a48cc409611d4a8f9e2e5ca8aec5f64318e1df7db047d93218c8ee05a8f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:79b271f1259078851ea5bf1ac54005ccbeb2423d62ebd9dbe747dbb0b36baccb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d12c1c2b96df26ba116009f80895bd51dc0a19d57ba4c8d46ab1f1391b1d62fe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:1088c2c35caf03590def63c8d79c7bbddbf020146865652a3fda5f915a75a7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:4e12904ef8babd900567030ee2cb9b89757406ede843003df08e1b424c6d5f12_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5a80b96374ff89668fb0dced24337b4d2a6ee30dece18f5f5780494f7d194588_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d39c6a97e4d75dc97b0f1d8b74c74ece330cc560e0ae9cfe86c6880d850b3fd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:33e021b61b2251fb8260cb1fc4bfd7e269cb6a40f3e0dda46f6441399c38da21_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b54b80a75d06f88fdc2c16d5cef1875ff5dc9a7f80475f4349399837f99a6997_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba272c849177416b7f41dc7c8967d010b406aa858204f276e7af201d7b705d88_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f2ae9c78c6cf8020521f63a51dfc0f1400cc82f9bcfb90598283602adeb6a862_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:676c3b72a5cc5f31082c6963ab70ba75242ae1890f1fd73ac4f7ad1ca783412b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7231bb08de437c83e9189f578ddd7ca192209e338e5a0d4726e65b53fced5558_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7e6aa76b61ef030c83c3a02fdd9becf12284d52a213eafa6204240bf9f32cbb8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f52e90a78b5842549ab887fb728bf1e36b319507acccd674db783def5e9e43cf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:03335aac6193e5ff3d9a704524cda05d40eb578b4d9780e0d17b753ff458532d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7ee72127ffdddf1a77cc471b3bb8ddd9fb5a2191dcd69ad1753a057ac25262ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:88fb617ce6d6389bd1000eb9268a8e67c6eabb40ec4c7389dd23c268e881c2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:aa5de21cf5dc3327b186d36e06515efaba592fc395336bf56c72fc893444799b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0dfc2f18869dd15e27d018b23923acee274f09e888fc72c173472579556e810d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:264d2cef5c71dc140450a3440e0e8311db64224a5aa886b893ffc27606e056b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:63b4d6fe3649fbc3a190378054c1bbea20ee77e91dc3095ab39f3c5d723a8576_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:7d56cd57df406cc634d8d037c737e020e28e10a7387805a772a795bb2c90d36a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1a5c4f5c620ff90c182cca131ee158084a2cec7b9abff5bf7ba23a053454d670_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3e076768bfa0f474f72b67b2df1a2344e9008bc52a61154d7bd9d40b2926a30b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4353a1cb5a281e5f628ff5d1bf00a13eba9e5cabe644dc162464781bb92a15ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8a2ca4b9dfb4143799a959b987d36f150d87bcf037c7578c208861ec12afe927_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:91d6cbee96f739ec4cfd9fd620eebb3863e8ad3860540860818142f3c3b023eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:b7ac56cc1456efb2dc285714c6874ffe0a5c64139476ec463a117bc266566f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f7cac50a547dcdaeb05da6fc480e7f2c052a39d2f8e09e6784763e44ad7922ac_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"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.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:6d827df3c41add7c6c42214676ca05e987e1f42fff4240c33b27738fed0fab03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:94d92c08c03afe1cec1c6dd66deb9fb19c58c0db5063e57cfc8ee3ec27206ae9_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5ab8609083046c1d5be2f3e73131d386d87992467eeac04d87842e49a1ba0b22_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5dddc8c0a9a4de9db1df180cf8ca80219921241bd01e76020680827b87aa8938_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ce3207a92d7ef805f287d12df9458f876955a18fde0d188c30700e8460720669_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e5b450b342a189408b8ad34899c06b45712ce07244bdc95d1d53bead5927edea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:45b212a24acf851081ac2cfbb88aa56b602a588101ab9b9dc2e395d4b7f169c0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:52907659049a5659b2c227f1fcdd7d4445ee629ce1c90710225ba8926c793f24_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:a37f8e2841fc3481ff196beea3c783ee3d62c6317ce1d82f9da72ebeda496b08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:be1531215047054fcb9f87417a22723613ac67c32cd9f3e82c710fd30c0c467e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:19035149e280dfa4f9f696d0253b1feb7cd1b04ab763bbc7a6936703a5c0259e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7c6136911f59a98fc84eaa27b59b9033a96f2b8e15573cdfb35790642e896860_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e3b5eb683d4921bc2cfd134ef25f8c351a86ca94291fb0bcce4c9dbd5b13522d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e749029d025ed2a8d9ca6ce0b8e0cae3ff1af732140fea7811d4f64c8547d87d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:8b5247bc7b3ecb070b3cfb3c31ce503c0544ccfbf539bace4477b77ca7b85527_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b4e68798446163c04dc4f45652dbf8a8ac412074a125504b89d4aee8d89acd5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c22b23da98ed27a42c1439652cc8b007d018fe1b0f29f08a4ce5a16b1292cbcf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d9be9f52ccb15560b0df359168bb1a757ab872e80e243dfce6eb5511024b95cc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fde263b9d1de5205f11b7a949d39f6be4c0be1dfe8c35a8d5686291eeef3cdd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7ea14b495167ed56bb422076184a8701d9aa73424a8762092e66febcf00368cf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:bf8ad58d28c6c4a7956dfe37eaf2cade2d8e9116351367860def2c4ada3b464c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c1cd63e6dd2e650ee43aca5adf0dc50a590ccdb58498ff28d413e54348bcdc99_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:3eefb6d276796591377c9217ddb902b3f263ef747238a79dedcfd3b9773717e0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:65bf99075054650bbf3a54cc15e6aa32452d15182ad022f8e2bfadcdf4fb1898_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:822f615c96543b10b185db60ee9e8c222c978fd6e207c032ecc68299669ac773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:898d74891e2fb42c1da53c30fd7428db40a4392c2d1adf15a033ff8b8b90390b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3f8f8ae5b5fd64e3d9c18ce16395537e5c158fb088828b2dae232918b7f60318_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5f16101778249011027eb6f6b8a0ed0efa895bc3467c35dcd55fb06dd4ed0558_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:97d58d95e34ddf900e7a9abd32b85d034e0843e422cdb69d6e2f0b17050569df_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b56d8ac1c2eb568a75e51643babd747cf9815e736185fb97f96d9a56dd9930e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c3c122caa93cd6cc13e9d15f80721f4e6b8d5ebb0607ca8caea17253982c95d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6d7d16fffa5f50f493f09505303a53b959be1b0fbee59c326b6731064496a90d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b10f8e4dd065430ebf8a79bd6f1f32f0c6eb7e7beddd00d677b53397c1d6d74c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ff318b5a60fdf45840bdb88fd693a84abedfc54260385527e66fa882bd954879_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:179f4959ebbd235dc4941f99a2dac09f77e68c67e7d9f6488cbb065da92d647d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6ebaf936c3b5cbcb1922597630d5889fd4464e3530739827b1964652a509bb36_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:3e360b4d5e1b0dc5c40659ae813c43a9b1cb60ce87bd8e5799c4dba1437a2523_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:915dbbce38d24359501222ed6f41602b881dee8702ebb25f4e658234a2d2f020_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b9141160dce8628b7a65d1e756b07c8220e8bb3f74288edfdd4956836b956361_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a46c761b009deaffc219eb783ab183803b41f322a9906c4c9dec9c499f88c7f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:aa14a1b4d78d7fbf477bffb743ae21a4f84c838b589c1c67baf52007b46b25f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b18e85615972be444c812ac4215dfb922d9a9976c4fc6978bf18bcf07080c248_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:e090d9e80243426f912ac79fa92fa07a73a46f2b8c9cebf0c005306156f90619_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2cd4a1952ab3d47e8f6454c443e04c4fc5456d1ab689bea69ef8f5660b552125_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:84370289fc8050e65d2a3c219ab5725a44cab38952477cc36771c716566ae459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:bc773c6baa7714354c0744a893edb1a8b0af2807f7564983f6d5292a17a51d2a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cf09bf6dcbb019950b68c6e734930a0d787339aa7af375fbca65ef6bbdf90b4f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3bef27dba12ac3691e62aeb97a1baec4e1de9678be2d7dd3c1e5d73a3b1aeab3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:918518b629d3b1f4ce08af0a103ade97f684355ed44f8b896911ae75e5ace535_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:af30d6599b057e494202608bf8db3920e8c6b7369c379859e89382301269c477_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:eb9f56b057647f966a88442ba04d3542be2506f4bee1717ecb78a0da13d29964_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0b4bfbf778d85914fae6c5a20752ed13e75f3b46e0b802bbfd278dad93bb6f7e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:171b8861cd916eb4ca087820aecb863a3639c4d8ab42f85dc16d29dd12bf32a2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9762edd7ba0c341f17117d72221dfed21ae608fc0fafd3c8aeba1bad649b63ff_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d5be635abf314615622dea4b3528fbe4b66adbc5aa4c024629fd26b630a91208_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:8b0591dae306ad2d318f9b620534cb72570431c69b1c635c7ef16ed50b157336_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9d77c981d4ede434489951a0cc25ec36e7e5cada6195de1b383a0e27b54cb6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9f79cc6d80e30329be5dd19eb30d895618a55676af43b9b0ad81b007a08433a9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e46f5c6adc471fe9024d976ba8dcfd8cd8811a5ca197616b54e556e5c6dba87d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:0b755355deb1d08458bc2e8d0c6e7d413f23a4d6eb58ed9bf9bde290c06be943_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:47c98ef7169d491aa0e30a59ecf7fbb4b8091522997539c5b2484f76be4283cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:820e5317c226967df3977f3fc965a3dcc741d6f7b8d45362fb9c5109a1163dbe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:8cf6cb4853827b52dea258e8c8e89d47f7a1a793f241345c52753b7c632094a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:b6f20e0862d5f1523512ee11410e8d9c8648b543a884845f8cec5b3cbc80a952_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ee71f817e95b61653d50a6b0e9ee073f41e3eb08477619d2e0efa5b0eb6775de_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:02fae7934dd14a52d5d37d219203527a52a192a1856f35d7b122935d1689de6a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:e1f245b14a888bd3edc45a16f8ec61c53b981e259250c85e24428111f8b5a524_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:252f5d3839683ba43abfa6140ca317e07b9ad5908c1df188575ef9af6ffbcb3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:aab739565eba21e1dc12402cc22a7eeed2cb9577c6397f27ddfe5e8af88f949f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:34104cf7ed6d27de8218030fce79b86397ad924393f31ee562fa5ad73cc4848a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:ef283578a8ef2223b0c1952e42aa4e3881c35b80da58d9f4c43726f108afa97b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:1da7769baf0b5ec6fd85659bdb96ddb77c4e5700cfd89b666bb5b1ca6aa32dfc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:9ac27ecd1d71eb918b6b7154303d50fdd351f825a7d6d977cf92ab7c517e22be_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:f9de8b5824ac00bd0ec33db2102efb524d96bbe400cba96ef0729bda70a5e2f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fe370abb0aa7de926b168ee17a06ade8c4f4aed2e265d982f5a01176e89b01c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1a1c714f3aec863e2eba9a65e5387bda0e409a1daab35b2ca0ececafdfdc4692_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:3fe142d48be14b417a1da02ce57e9791744af1347e7e29fb3d2ddee135b348b9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5140e0e5e33891a679ae93e59c31acca18acf3e89636827094604d60835edad3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:69e21d9e962f4a3e8c711f570dff52e62d440d3014fba9b9631dc7cdf87c20e8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4f812eb0000f6cc5ad9a2bd912be92b387c06d98edd4f987a501c03b68077635_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d70a47f49d8831cbe69283bc684733cb28e627260527b69e48cb338e7d5a87e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:aaece8eb13c71a1a86f9a418e6a54d09bcd4eccf1764d0ac2e063bab14f2af79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:13252d5de042d39b2294e43ee122d1d833e8bdfb5b91fbb6e9d0feb22b5fcd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b9f03cdee3d411fb73914c5a5645983d9d7f247f784a98192312ae78259c959a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:df71e3f08022e1b0331709a089409abbf014a33227f7cf22094f431c7ca51718_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:320d5818c2a6e179e7b3b1736080b1194f2c6104e100e1f8f428553069cfa494_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:49048fc4286fdfe1acca1a5d391da520dfcea410b8cb9ee543d5b2e41df79b7c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5aee14c73f25de6923b592989e914a76aa393a453a7c64e1de7efa7e9dc063ab_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e8c468997057f84cd38f7e4bd45441c46fcb3850789fb610b8f84b980d465386_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4008da40b44f6f3a7e11696c86725bfe095d657d80bf817cf98944dda643b432_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:50b2d07a42fb4ab79a61529526004012ca3798480c0990ea49deecf63f92d6df_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6bc2dcf6feef66711c3338a30b8a7ac6141e5a4746dd18b1c697c679319b381d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c738eb71711c0d2b2e70bb889e35a14f99769af322452807e37c77b1cdf64104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7a9bbb1da5fb4be7fd581ebdc379622055b1fdbc69da73d1d61e2fe3fa074778_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:86704cadbd20e1d04079ee7bf61f70664f1d15c057dd4bcfa433d7ad4e913944_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9341c4c31808f677353948b87c80813fa32e40642b0f036b5d02320843098203_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d235c6036dfd44bc4d2936d6ce4c2ee8a847c0af98be9240abda7f2d736a93fc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:04f87778acdc839c6e6c4d1a4323d302cf6fe7ece7e8089adab73dc4e8cfbc74_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c3b1f79dada5425dd5bdd44aa84976c71f3c574440a33b9675cc20ee8711b347_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ce8bd417dbf1624aee1b8d6dea0adbaef7160c5844f7e14c98b7107403f46354_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e2aae9c4b5e227d1f0f44e4a2623a2da24ae92274e7e6529a5851ca5e194239c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0283ddb599a8b61dad0b01e03ce28df9588fdc02cd64c740173ae27c08427b10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:189edc8baa6f14397cb0802b14e1dd4b7eab9f6c7d65e403802fc7eb074f8a15_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:24ffc44f223bf050cd040634b2cbf915fdf3209c490af7541064ef62ecd387ca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:70cc29b1a6b953e67e6bc3977d09504fe5f6782c1ce65976916ee89a43d1db03_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1cc561c6a56fae238a1e4d11fe178cca228126c195339edd8988d2f83c6e3bf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:2f85de600b2262725b7e17cb8d66eea8c87e015abaff76942f628b3e4dafd37f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6227c35f433005ba8411d370eb82476d29c3caab1d0b640d5657de438c2627b4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ff48f314b66321ccdc3a6fa3b88681c8fbfb0aa0277cfc88981cb3887bb7cfce_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1d48afb19e99915abf33c03532a4c8ff3d913cd35f67f9f46d1afc4b0ea972bc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a54f8ffa7c748a57a5b492ae36afba55c033e717c43f9cce1fed2484f65e5105_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:d20ebff0c71faa4a54b2ccb8d24e04e3fff725fb6ceae78687a1026e912df9d7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2199eae6baca25637fd5dc4ab9872b7b4b672affb12268c23cd581d8d08f7041_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1e2c7db0718c465f63379869bd3ff6a673456a69fa335ab80d4ebe654719d9f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e3f2fbd2f20175d2b620d2ae04f5de5f1d07a17e43c7ae7ba6eb54ffe113f94a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:589c3293503e156412faebe0d5d495ee97361796d7819abfc7b715d2191c76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7674c77ddc6b7b9f9787f09fb093ec8041e1f14b506addee71e0f45158ef47c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7ca1d29d100e64da8644145af61612ee551d943d699c184f9cf2ce4fa57118e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ee05311e93eb8378940862cba1db22a949bb539bbe64013ae7d376fbc540f637_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5d643e2aa04de67b81cd89e8540d20e3090ee550897ecde957b88507dc614c7d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:88f8c133c1d79bef546308f6e73692723e8790bd36be86ae0b1e72a9191f2b3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a69cdbdbeba73ad19fae48c8b48897dffd9002a96ed0ee3965e761c1274cb94a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:b4dbace063e5b16883d33f3e5595935b07b0888286715eb1b774a2e068ed90cc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10115c4d9763403713974bba0ffb6bfb5da3c8d4bc0e03e5f0fe2227e2ae9b01_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:5ed76352d2c577ed6016a5d615d23c5ee2d776165897b45c178f2e7a013caa5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:dc691fb6e589786dfac6d84748b1802d9282b7288f86677dc9dd53e5328ed20d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e7fe9434c06b75f26df85472ed345acf1d35c56411c457f7b06ca56dcbef39d8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:14a49d7f8f220816c56a368434fadbb302e00f01cc4a16fa916504b02bea315a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6ba8bdc4fcf6db0e46ea291f3079d092224b2dd4764acff27a068cb59bbdf456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f613e6a2a007352708fdf0f7a1bd4956a45f6a2d3683296b8996082d86e8e65_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a06dc9395bd70c7c65681ad827317ebee1b1892e49fc90a98da926750e36ca21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:399a2fa3fb2d2aff8ec28782d27515e528b92a4d549b84509a0ff66aac3c99e9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4349274439e8cba5910b46289db20a567cb2ea52f5bbc3232bc4339079de7d70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:babebccb80dc000f1a68df702c7f64910476318dbe0f6c06016ebda0ec500463_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f323d7b4353c7e956dd5eab125f687c0c06b1f691f9a0752525e1f64d80f3f9f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:309b89d4b0475ef75fa140ca16b6023e751f6f5d3f181b1d7f56199dfdd70332_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:64c6751bda736736cfd51b16ee61813fe928d56586032e1c654e7cf26a12152a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:acf7229ccaf91eb7e8b4d7be82a5a2fabc0907e07b20faddddcc0c3ddde64480_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e143c282e626918c9820e5ce736d859e935777e1a6f4e2df8bc497d314220172_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:154b14b14a0d5617bf918b383a93ee69cdb1346d5cb85a4b15b1d3cb9d4cf918_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4473fb55fb493e5ffc27057177384b554191751d4a8b2e4ef5f129a5b4c95e9c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:78f99cc5e69e89b24bd6c822735bf1d5aa3fd53fe2c79c46a58a2e564220826d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c607291d0531ebee9a2d91e0ca00d4bc604cc2c6e8fce7c8d814cb14eb3e69a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2b02af5f405a14074ade1872d29216d385cc413ec4ce344ad5f74263d193db88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:48dbf20959dd563ae2254c330f7ae7c0c1c0ba31cd851168a156157d8ee5a703_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7828c6964eaf8a69a1374c9426181f488b25cd4bc11048c621c63f07856a1e1a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e198f90cb52c92eb39be0605eb74a765799e85dcdc09a2f5d8ca7e7436e7d668_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:00a2b7d991b9f3938df7e8fd11b58041eb237f3425c1ba2bfc85366d15356ef5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3e206f28c919167ed364f05f9650ca914c0ca8ff8dc602ef39365353fe37be32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:83f1927190c8a8df7041e700e9f58703d9f5c99b7044f529a027ba65f85ee6bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0687498c6c631db240cb84282482c87af390d0f1cbf9c1600dcf4c23e8c03cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:390ad3e667b0ed64f21af6bea1068af7d0b74da4013e44bda44e5458f983d9c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:574833604cd70628d237f262d5b1edc7c1eb7c16e7da91f0bd19098c0add3fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:7fbc24f1bbd318dda8fc2c5af214396c1175056371abac1c864726deba30bf86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d5e7cba492b53b893ccbf5a72b4f4721927079cefb94ad21b411abfe92d34f60_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2720e26874199abe16142532a115de806a5c240989c18239ac18a5075d197d45_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ad7f273610830d0df35f17bcb5d721574e17b968791695a904c80ef7329389d4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b2835a1c2bfdb0f18561adce14ff5bb1109c808f91410b06ce9ddd20d6a8da6c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca1d94b817670302256ed68278ab64134bd86dabe0a54b43878305b94e73bbc6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1c5913adcf49d0c9c361ea99a96d85892ff973f61d3c146d6c0833b8616e74b1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9c9a3c9ca664b8ddcf81cac9a5521e1f005efdd7bbfba94860e8759ccc22e5ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:c72ff60a9558898ae17cc07fed6999b731c0e253cd16f6c494fb22ae634ab5f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:e43603614f899f138d95e9ba8fea73f8f026d49be897fe71bc9afeeed68f6354_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:341c78280fc47ad01e3f211ea85dbee2adf202a8d18688927ff6d8b4938b39ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:556a48cc409611d4a8f9e2e5ca8aec5f64318e1df7db047d93218c8ee05a8f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:79b271f1259078851ea5bf1ac54005ccbeb2423d62ebd9dbe747dbb0b36baccb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d12c1c2b96df26ba116009f80895bd51dc0a19d57ba4c8d46ab1f1391b1d62fe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:1088c2c35caf03590def63c8d79c7bbddbf020146865652a3fda5f915a75a7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:4e12904ef8babd900567030ee2cb9b89757406ede843003df08e1b424c6d5f12_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5a80b96374ff89668fb0dced24337b4d2a6ee30dece18f5f5780494f7d194588_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d39c6a97e4d75dc97b0f1d8b74c74ece330cc560e0ae9cfe86c6880d850b3fd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:33e021b61b2251fb8260cb1fc4bfd7e269cb6a40f3e0dda46f6441399c38da21_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b54b80a75d06f88fdc2c16d5cef1875ff5dc9a7f80475f4349399837f99a6997_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba272c849177416b7f41dc7c8967d010b406aa858204f276e7af201d7b705d88_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f2ae9c78c6cf8020521f63a51dfc0f1400cc82f9bcfb90598283602adeb6a862_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:676c3b72a5cc5f31082c6963ab70ba75242ae1890f1fd73ac4f7ad1ca783412b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7231bb08de437c83e9189f578ddd7ca192209e338e5a0d4726e65b53fced5558_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7e6aa76b61ef030c83c3a02fdd9becf12284d52a213eafa6204240bf9f32cbb8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f52e90a78b5842549ab887fb728bf1e36b319507acccd674db783def5e9e43cf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:03335aac6193e5ff3d9a704524cda05d40eb578b4d9780e0d17b753ff458532d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7ee72127ffdddf1a77cc471b3bb8ddd9fb5a2191dcd69ad1753a057ac25262ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:88fb617ce6d6389bd1000eb9268a8e67c6eabb40ec4c7389dd23c268e881c2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:aa5de21cf5dc3327b186d36e06515efaba592fc395336bf56c72fc893444799b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0dfc2f18869dd15e27d018b23923acee274f09e888fc72c173472579556e810d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:264d2cef5c71dc140450a3440e0e8311db64224a5aa886b893ffc27606e056b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:63b4d6fe3649fbc3a190378054c1bbea20ee77e91dc3095ab39f3c5d723a8576_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:7d56cd57df406cc634d8d037c737e020e28e10a7387805a772a795bb2c90d36a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1a5c4f5c620ff90c182cca131ee158084a2cec7b9abff5bf7ba23a053454d670_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3e076768bfa0f474f72b67b2df1a2344e9008bc52a61154d7bd9d40b2926a30b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4353a1cb5a281e5f628ff5d1bf00a13eba9e5cabe644dc162464781bb92a15ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8a2ca4b9dfb4143799a959b987d36f150d87bcf037c7578c208861ec12afe927_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:91d6cbee96f739ec4cfd9fd620eebb3863e8ad3860540860818142f3c3b023eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:b7ac56cc1456efb2dc285714c6874ffe0a5c64139476ec463a117bc266566f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f7cac50a547dcdaeb05da6fc480e7f2c052a39d2f8e09e6784763e44ad7922ac_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-16T07:39:56+00:00",
"details": "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.22/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.22/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:6d827df3c41add7c6c42214676ca05e987e1f42fff4240c33b27738fed0fab03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:94d92c08c03afe1cec1c6dd66deb9fb19c58c0db5063e57cfc8ee3ec27206ae9_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25207"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5ab8609083046c1d5be2f3e73131d386d87992467eeac04d87842e49a1ba0b22_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5dddc8c0a9a4de9db1df180cf8ca80219921241bd01e76020680827b87aa8938_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ce3207a92d7ef805f287d12df9458f876955a18fde0d188c30700e8460720669_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e5b450b342a189408b8ad34899c06b45712ce07244bdc95d1d53bead5927edea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:45b212a24acf851081ac2cfbb88aa56b602a588101ab9b9dc2e395d4b7f169c0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:52907659049a5659b2c227f1fcdd7d4445ee629ce1c90710225ba8926c793f24_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:a37f8e2841fc3481ff196beea3c783ee3d62c6317ce1d82f9da72ebeda496b08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:be1531215047054fcb9f87417a22723613ac67c32cd9f3e82c710fd30c0c467e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:19035149e280dfa4f9f696d0253b1feb7cd1b04ab763bbc7a6936703a5c0259e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7c6136911f59a98fc84eaa27b59b9033a96f2b8e15573cdfb35790642e896860_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e3b5eb683d4921bc2cfd134ef25f8c351a86ca94291fb0bcce4c9dbd5b13522d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e749029d025ed2a8d9ca6ce0b8e0cae3ff1af732140fea7811d4f64c8547d87d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:8b5247bc7b3ecb070b3cfb3c31ce503c0544ccfbf539bace4477b77ca7b85527_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b4e68798446163c04dc4f45652dbf8a8ac412074a125504b89d4aee8d89acd5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c22b23da98ed27a42c1439652cc8b007d018fe1b0f29f08a4ce5a16b1292cbcf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d9be9f52ccb15560b0df359168bb1a757ab872e80e243dfce6eb5511024b95cc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fde263b9d1de5205f11b7a949d39f6be4c0be1dfe8c35a8d5686291eeef3cdd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7ea14b495167ed56bb422076184a8701d9aa73424a8762092e66febcf00368cf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:bf8ad58d28c6c4a7956dfe37eaf2cade2d8e9116351367860def2c4ada3b464c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c1cd63e6dd2e650ee43aca5adf0dc50a590ccdb58498ff28d413e54348bcdc99_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:3eefb6d276796591377c9217ddb902b3f263ef747238a79dedcfd3b9773717e0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:65bf99075054650bbf3a54cc15e6aa32452d15182ad022f8e2bfadcdf4fb1898_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:822f615c96543b10b185db60ee9e8c222c978fd6e207c032ecc68299669ac773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:898d74891e2fb42c1da53c30fd7428db40a4392c2d1adf15a033ff8b8b90390b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3f8f8ae5b5fd64e3d9c18ce16395537e5c158fb088828b2dae232918b7f60318_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5f16101778249011027eb6f6b8a0ed0efa895bc3467c35dcd55fb06dd4ed0558_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:97d58d95e34ddf900e7a9abd32b85d034e0843e422cdb69d6e2f0b17050569df_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b56d8ac1c2eb568a75e51643babd747cf9815e736185fb97f96d9a56dd9930e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c3c122caa93cd6cc13e9d15f80721f4e6b8d5ebb0607ca8caea17253982c95d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6d7d16fffa5f50f493f09505303a53b959be1b0fbee59c326b6731064496a90d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b10f8e4dd065430ebf8a79bd6f1f32f0c6eb7e7beddd00d677b53397c1d6d74c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ff318b5a60fdf45840bdb88fd693a84abedfc54260385527e66fa882bd954879_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:6d827df3c41add7c6c42214676ca05e987e1f42fff4240c33b27738fed0fab03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:94d92c08c03afe1cec1c6dd66deb9fb19c58c0db5063e57cfc8ee3ec27206ae9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:179f4959ebbd235dc4941f99a2dac09f77e68c67e7d9f6488cbb065da92d647d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6ebaf936c3b5cbcb1922597630d5889fd4464e3530739827b1964652a509bb36_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:3e360b4d5e1b0dc5c40659ae813c43a9b1cb60ce87bd8e5799c4dba1437a2523_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:915dbbce38d24359501222ed6f41602b881dee8702ebb25f4e658234a2d2f020_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b9141160dce8628b7a65d1e756b07c8220e8bb3f74288edfdd4956836b956361_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a46c761b009deaffc219eb783ab183803b41f322a9906c4c9dec9c499f88c7f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:aa14a1b4d78d7fbf477bffb743ae21a4f84c838b589c1c67baf52007b46b25f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b18e85615972be444c812ac4215dfb922d9a9976c4fc6978bf18bcf07080c248_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:e090d9e80243426f912ac79fa92fa07a73a46f2b8c9cebf0c005306156f90619_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2cd4a1952ab3d47e8f6454c443e04c4fc5456d1ab689bea69ef8f5660b552125_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:84370289fc8050e65d2a3c219ab5725a44cab38952477cc36771c716566ae459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:bc773c6baa7714354c0744a893edb1a8b0af2807f7564983f6d5292a17a51d2a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cf09bf6dcbb019950b68c6e734930a0d787339aa7af375fbca65ef6bbdf90b4f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3bef27dba12ac3691e62aeb97a1baec4e1de9678be2d7dd3c1e5d73a3b1aeab3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:918518b629d3b1f4ce08af0a103ade97f684355ed44f8b896911ae75e5ace535_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:af30d6599b057e494202608bf8db3920e8c6b7369c379859e89382301269c477_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:eb9f56b057647f966a88442ba04d3542be2506f4bee1717ecb78a0da13d29964_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0b4bfbf778d85914fae6c5a20752ed13e75f3b46e0b802bbfd278dad93bb6f7e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:171b8861cd916eb4ca087820aecb863a3639c4d8ab42f85dc16d29dd12bf32a2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9762edd7ba0c341f17117d72221dfed21ae608fc0fafd3c8aeba1bad649b63ff_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d5be635abf314615622dea4b3528fbe4b66adbc5aa4c024629fd26b630a91208_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:8b0591dae306ad2d318f9b620534cb72570431c69b1c635c7ef16ed50b157336_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9d77c981d4ede434489951a0cc25ec36e7e5cada6195de1b383a0e27b54cb6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9f79cc6d80e30329be5dd19eb30d895618a55676af43b9b0ad81b007a08433a9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e46f5c6adc471fe9024d976ba8dcfd8cd8811a5ca197616b54e556e5c6dba87d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:0b755355deb1d08458bc2e8d0c6e7d413f23a4d6eb58ed9bf9bde290c06be943_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:47c98ef7169d491aa0e30a59ecf7fbb4b8091522997539c5b2484f76be4283cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:820e5317c226967df3977f3fc965a3dcc741d6f7b8d45362fb9c5109a1163dbe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:8cf6cb4853827b52dea258e8c8e89d47f7a1a793f241345c52753b7c632094a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:b6f20e0862d5f1523512ee11410e8d9c8648b543a884845f8cec5b3cbc80a952_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ee71f817e95b61653d50a6b0e9ee073f41e3eb08477619d2e0efa5b0eb6775de_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:02fae7934dd14a52d5d37d219203527a52a192a1856f35d7b122935d1689de6a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:e1f245b14a888bd3edc45a16f8ec61c53b981e259250c85e24428111f8b5a524_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:252f5d3839683ba43abfa6140ca317e07b9ad5908c1df188575ef9af6ffbcb3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:aab739565eba21e1dc12402cc22a7eeed2cb9577c6397f27ddfe5e8af88f949f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:34104cf7ed6d27de8218030fce79b86397ad924393f31ee562fa5ad73cc4848a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:ef283578a8ef2223b0c1952e42aa4e3881c35b80da58d9f4c43726f108afa97b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:1da7769baf0b5ec6fd85659bdb96ddb77c4e5700cfd89b666bb5b1ca6aa32dfc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:9ac27ecd1d71eb918b6b7154303d50fdd351f825a7d6d977cf92ab7c517e22be_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:f9de8b5824ac00bd0ec33db2102efb524d96bbe400cba96ef0729bda70a5e2f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fe370abb0aa7de926b168ee17a06ade8c4f4aed2e265d982f5a01176e89b01c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1a1c714f3aec863e2eba9a65e5387bda0e409a1daab35b2ca0ececafdfdc4692_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:3fe142d48be14b417a1da02ce57e9791744af1347e7e29fb3d2ddee135b348b9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5140e0e5e33891a679ae93e59c31acca18acf3e89636827094604d60835edad3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:69e21d9e962f4a3e8c711f570dff52e62d440d3014fba9b9631dc7cdf87c20e8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4f812eb0000f6cc5ad9a2bd912be92b387c06d98edd4f987a501c03b68077635_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d70a47f49d8831cbe69283bc684733cb28e627260527b69e48cb338e7d5a87e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:aaece8eb13c71a1a86f9a418e6a54d09bcd4eccf1764d0ac2e063bab14f2af79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:13252d5de042d39b2294e43ee122d1d833e8bdfb5b91fbb6e9d0feb22b5fcd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b9f03cdee3d411fb73914c5a5645983d9d7f247f784a98192312ae78259c959a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:df71e3f08022e1b0331709a089409abbf014a33227f7cf22094f431c7ca51718_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:320d5818c2a6e179e7b3b1736080b1194f2c6104e100e1f8f428553069cfa494_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:49048fc4286fdfe1acca1a5d391da520dfcea410b8cb9ee543d5b2e41df79b7c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5aee14c73f25de6923b592989e914a76aa393a453a7c64e1de7efa7e9dc063ab_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e8c468997057f84cd38f7e4bd45441c46fcb3850789fb610b8f84b980d465386_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4008da40b44f6f3a7e11696c86725bfe095d657d80bf817cf98944dda643b432_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:50b2d07a42fb4ab79a61529526004012ca3798480c0990ea49deecf63f92d6df_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6bc2dcf6feef66711c3338a30b8a7ac6141e5a4746dd18b1c697c679319b381d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c738eb71711c0d2b2e70bb889e35a14f99769af322452807e37c77b1cdf64104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7a9bbb1da5fb4be7fd581ebdc379622055b1fdbc69da73d1d61e2fe3fa074778_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:86704cadbd20e1d04079ee7bf61f70664f1d15c057dd4bcfa433d7ad4e913944_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9341c4c31808f677353948b87c80813fa32e40642b0f036b5d02320843098203_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d235c6036dfd44bc4d2936d6ce4c2ee8a847c0af98be9240abda7f2d736a93fc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:04f87778acdc839c6e6c4d1a4323d302cf6fe7ece7e8089adab73dc4e8cfbc74_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c3b1f79dada5425dd5bdd44aa84976c71f3c574440a33b9675cc20ee8711b347_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ce8bd417dbf1624aee1b8d6dea0adbaef7160c5844f7e14c98b7107403f46354_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e2aae9c4b5e227d1f0f44e4a2623a2da24ae92274e7e6529a5851ca5e194239c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0283ddb599a8b61dad0b01e03ce28df9588fdc02cd64c740173ae27c08427b10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:189edc8baa6f14397cb0802b14e1dd4b7eab9f6c7d65e403802fc7eb074f8a15_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:24ffc44f223bf050cd040634b2cbf915fdf3209c490af7541064ef62ecd387ca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:70cc29b1a6b953e67e6bc3977d09504fe5f6782c1ce65976916ee89a43d1db03_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1cc561c6a56fae238a1e4d11fe178cca228126c195339edd8988d2f83c6e3bf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:2f85de600b2262725b7e17cb8d66eea8c87e015abaff76942f628b3e4dafd37f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6227c35f433005ba8411d370eb82476d29c3caab1d0b640d5657de438c2627b4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ff48f314b66321ccdc3a6fa3b88681c8fbfb0aa0277cfc88981cb3887bb7cfce_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1d48afb19e99915abf33c03532a4c8ff3d913cd35f67f9f46d1afc4b0ea972bc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a54f8ffa7c748a57a5b492ae36afba55c033e717c43f9cce1fed2484f65e5105_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:d20ebff0c71faa4a54b2ccb8d24e04e3fff725fb6ceae78687a1026e912df9d7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2199eae6baca25637fd5dc4ab9872b7b4b672affb12268c23cd581d8d08f7041_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1e2c7db0718c465f63379869bd3ff6a673456a69fa335ab80d4ebe654719d9f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e3f2fbd2f20175d2b620d2ae04f5de5f1d07a17e43c7ae7ba6eb54ffe113f94a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:589c3293503e156412faebe0d5d495ee97361796d7819abfc7b715d2191c76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7674c77ddc6b7b9f9787f09fb093ec8041e1f14b506addee71e0f45158ef47c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7ca1d29d100e64da8644145af61612ee551d943d699c184f9cf2ce4fa57118e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ee05311e93eb8378940862cba1db22a949bb539bbe64013ae7d376fbc540f637_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5d643e2aa04de67b81cd89e8540d20e3090ee550897ecde957b88507dc614c7d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:88f8c133c1d79bef546308f6e73692723e8790bd36be86ae0b1e72a9191f2b3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a69cdbdbeba73ad19fae48c8b48897dffd9002a96ed0ee3965e761c1274cb94a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:b4dbace063e5b16883d33f3e5595935b07b0888286715eb1b774a2e068ed90cc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10115c4d9763403713974bba0ffb6bfb5da3c8d4bc0e03e5f0fe2227e2ae9b01_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:5ed76352d2c577ed6016a5d615d23c5ee2d776165897b45c178f2e7a013caa5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:dc691fb6e589786dfac6d84748b1802d9282b7288f86677dc9dd53e5328ed20d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e7fe9434c06b75f26df85472ed345acf1d35c56411c457f7b06ca56dcbef39d8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:14a49d7f8f220816c56a368434fadbb302e00f01cc4a16fa916504b02bea315a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6ba8bdc4fcf6db0e46ea291f3079d092224b2dd4764acff27a068cb59bbdf456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f613e6a2a007352708fdf0f7a1bd4956a45f6a2d3683296b8996082d86e8e65_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a06dc9395bd70c7c65681ad827317ebee1b1892e49fc90a98da926750e36ca21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:399a2fa3fb2d2aff8ec28782d27515e528b92a4d549b84509a0ff66aac3c99e9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4349274439e8cba5910b46289db20a567cb2ea52f5bbc3232bc4339079de7d70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:babebccb80dc000f1a68df702c7f64910476318dbe0f6c06016ebda0ec500463_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f323d7b4353c7e956dd5eab125f687c0c06b1f691f9a0752525e1f64d80f3f9f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:309b89d4b0475ef75fa140ca16b6023e751f6f5d3f181b1d7f56199dfdd70332_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:64c6751bda736736cfd51b16ee61813fe928d56586032e1c654e7cf26a12152a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:acf7229ccaf91eb7e8b4d7be82a5a2fabc0907e07b20faddddcc0c3ddde64480_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e143c282e626918c9820e5ce736d859e935777e1a6f4e2df8bc497d314220172_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:154b14b14a0d5617bf918b383a93ee69cdb1346d5cb85a4b15b1d3cb9d4cf918_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4473fb55fb493e5ffc27057177384b554191751d4a8b2e4ef5f129a5b4c95e9c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:78f99cc5e69e89b24bd6c822735bf1d5aa3fd53fe2c79c46a58a2e564220826d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c607291d0531ebee9a2d91e0ca00d4bc604cc2c6e8fce7c8d814cb14eb3e69a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2b02af5f405a14074ade1872d29216d385cc413ec4ce344ad5f74263d193db88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:48dbf20959dd563ae2254c330f7ae7c0c1c0ba31cd851168a156157d8ee5a703_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7828c6964eaf8a69a1374c9426181f488b25cd4bc11048c621c63f07856a1e1a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e198f90cb52c92eb39be0605eb74a765799e85dcdc09a2f5d8ca7e7436e7d668_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:00a2b7d991b9f3938df7e8fd11b58041eb237f3425c1ba2bfc85366d15356ef5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3e206f28c919167ed364f05f9650ca914c0ca8ff8dc602ef39365353fe37be32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:83f1927190c8a8df7041e700e9f58703d9f5c99b7044f529a027ba65f85ee6bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0687498c6c631db240cb84282482c87af390d0f1cbf9c1600dcf4c23e8c03cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:390ad3e667b0ed64f21af6bea1068af7d0b74da4013e44bda44e5458f983d9c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:574833604cd70628d237f262d5b1edc7c1eb7c16e7da91f0bd19098c0add3fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:7fbc24f1bbd318dda8fc2c5af214396c1175056371abac1c864726deba30bf86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d5e7cba492b53b893ccbf5a72b4f4721927079cefb94ad21b411abfe92d34f60_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2720e26874199abe16142532a115de806a5c240989c18239ac18a5075d197d45_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ad7f273610830d0df35f17bcb5d721574e17b968791695a904c80ef7329389d4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b2835a1c2bfdb0f18561adce14ff5bb1109c808f91410b06ce9ddd20d6a8da6c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca1d94b817670302256ed68278ab64134bd86dabe0a54b43878305b94e73bbc6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1c5913adcf49d0c9c361ea99a96d85892ff973f61d3c146d6c0833b8616e74b1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9c9a3c9ca664b8ddcf81cac9a5521e1f005efdd7bbfba94860e8759ccc22e5ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:c72ff60a9558898ae17cc07fed6999b731c0e253cd16f6c494fb22ae634ab5f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:e43603614f899f138d95e9ba8fea73f8f026d49be897fe71bc9afeeed68f6354_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:341c78280fc47ad01e3f211ea85dbee2adf202a8d18688927ff6d8b4938b39ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:556a48cc409611d4a8f9e2e5ca8aec5f64318e1df7db047d93218c8ee05a8f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:79b271f1259078851ea5bf1ac54005ccbeb2423d62ebd9dbe747dbb0b36baccb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d12c1c2b96df26ba116009f80895bd51dc0a19d57ba4c8d46ab1f1391b1d62fe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:1088c2c35caf03590def63c8d79c7bbddbf020146865652a3fda5f915a75a7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:4e12904ef8babd900567030ee2cb9b89757406ede843003df08e1b424c6d5f12_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5a80b96374ff89668fb0dced24337b4d2a6ee30dece18f5f5780494f7d194588_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d39c6a97e4d75dc97b0f1d8b74c74ece330cc560e0ae9cfe86c6880d850b3fd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:33e021b61b2251fb8260cb1fc4bfd7e269cb6a40f3e0dda46f6441399c38da21_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b54b80a75d06f88fdc2c16d5cef1875ff5dc9a7f80475f4349399837f99a6997_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba272c849177416b7f41dc7c8967d010b406aa858204f276e7af201d7b705d88_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f2ae9c78c6cf8020521f63a51dfc0f1400cc82f9bcfb90598283602adeb6a862_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:676c3b72a5cc5f31082c6963ab70ba75242ae1890f1fd73ac4f7ad1ca783412b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7231bb08de437c83e9189f578ddd7ca192209e338e5a0d4726e65b53fced5558_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7e6aa76b61ef030c83c3a02fdd9becf12284d52a213eafa6204240bf9f32cbb8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f52e90a78b5842549ab887fb728bf1e36b319507acccd674db783def5e9e43cf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:03335aac6193e5ff3d9a704524cda05d40eb578b4d9780e0d17b753ff458532d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7ee72127ffdddf1a77cc471b3bb8ddd9fb5a2191dcd69ad1753a057ac25262ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:88fb617ce6d6389bd1000eb9268a8e67c6eabb40ec4c7389dd23c268e881c2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:aa5de21cf5dc3327b186d36e06515efaba592fc395336bf56c72fc893444799b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0dfc2f18869dd15e27d018b23923acee274f09e888fc72c173472579556e810d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:264d2cef5c71dc140450a3440e0e8311db64224a5aa886b893ffc27606e056b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:63b4d6fe3649fbc3a190378054c1bbea20ee77e91dc3095ab39f3c5d723a8576_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:7d56cd57df406cc634d8d037c737e020e28e10a7387805a772a795bb2c90d36a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1a5c4f5c620ff90c182cca131ee158084a2cec7b9abff5bf7ba23a053454d670_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3e076768bfa0f474f72b67b2df1a2344e9008bc52a61154d7bd9d40b2926a30b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4353a1cb5a281e5f628ff5d1bf00a13eba9e5cabe644dc162464781bb92a15ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8a2ca4b9dfb4143799a959b987d36f150d87bcf037c7578c208861ec12afe927_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:91d6cbee96f739ec4cfd9fd620eebb3863e8ad3860540860818142f3c3b023eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:b7ac56cc1456efb2dc285714c6874ffe0a5c64139476ec463a117bc266566f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f7cac50a547dcdaeb05da6fc480e7f2c052a39d2f8e09e6784763e44ad7922ac_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5ab8609083046c1d5be2f3e73131d386d87992467eeac04d87842e49a1ba0b22_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:5dddc8c0a9a4de9db1df180cf8ca80219921241bd01e76020680827b87aa8938_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ce3207a92d7ef805f287d12df9458f876955a18fde0d188c30700e8460720669_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e5b450b342a189408b8ad34899c06b45712ce07244bdc95d1d53bead5927edea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:45b212a24acf851081ac2cfbb88aa56b602a588101ab9b9dc2e395d4b7f169c0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:52907659049a5659b2c227f1fcdd7d4445ee629ce1c90710225ba8926c793f24_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:a37f8e2841fc3481ff196beea3c783ee3d62c6317ce1d82f9da72ebeda496b08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:be1531215047054fcb9f87417a22723613ac67c32cd9f3e82c710fd30c0c467e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:19035149e280dfa4f9f696d0253b1feb7cd1b04ab763bbc7a6936703a5c0259e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7c6136911f59a98fc84eaa27b59b9033a96f2b8e15573cdfb35790642e896860_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e3b5eb683d4921bc2cfd134ef25f8c351a86ca94291fb0bcce4c9dbd5b13522d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:e749029d025ed2a8d9ca6ce0b8e0cae3ff1af732140fea7811d4f64c8547d87d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:8b5247bc7b3ecb070b3cfb3c31ce503c0544ccfbf539bace4477b77ca7b85527_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:b4e68798446163c04dc4f45652dbf8a8ac412074a125504b89d4aee8d89acd5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c22b23da98ed27a42c1439652cc8b007d018fe1b0f29f08a4ce5a16b1292cbcf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d9be9f52ccb15560b0df359168bb1a757ab872e80e243dfce6eb5511024b95cc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fde263b9d1de5205f11b7a949d39f6be4c0be1dfe8c35a8d5686291eeef3cdd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7ea14b495167ed56bb422076184a8701d9aa73424a8762092e66febcf00368cf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:bf8ad58d28c6c4a7956dfe37eaf2cade2d8e9116351367860def2c4ada3b464c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c1cd63e6dd2e650ee43aca5adf0dc50a590ccdb58498ff28d413e54348bcdc99_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:3eefb6d276796591377c9217ddb902b3f263ef747238a79dedcfd3b9773717e0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:65bf99075054650bbf3a54cc15e6aa32452d15182ad022f8e2bfadcdf4fb1898_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:822f615c96543b10b185db60ee9e8c222c978fd6e207c032ecc68299669ac773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:898d74891e2fb42c1da53c30fd7428db40a4392c2d1adf15a033ff8b8b90390b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:3f8f8ae5b5fd64e3d9c18ce16395537e5c158fb088828b2dae232918b7f60318_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5f16101778249011027eb6f6b8a0ed0efa895bc3467c35dcd55fb06dd4ed0558_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:97d58d95e34ddf900e7a9abd32b85d034e0843e422cdb69d6e2f0b17050569df_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b56d8ac1c2eb568a75e51643babd747cf9815e736185fb97f96d9a56dd9930e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c3c122caa93cd6cc13e9d15f80721f4e6b8d5ebb0607ca8caea17253982c95d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6d7d16fffa5f50f493f09505303a53b959be1b0fbee59c326b6731064496a90d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:b10f8e4dd065430ebf8a79bd6f1f32f0c6eb7e7beddd00d677b53397c1d6d74c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:ff318b5a60fdf45840bdb88fd693a84abedfc54260385527e66fa882bd954879_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:6d827df3c41add7c6c42214676ca05e987e1f42fff4240c33b27738fed0fab03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:94d92c08c03afe1cec1c6dd66deb9fb19c58c0db5063e57cfc8ee3ec27206ae9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:179f4959ebbd235dc4941f99a2dac09f77e68c67e7d9f6488cbb065da92d647d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6ebaf936c3b5cbcb1922597630d5889fd4464e3530739827b1964652a509bb36_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:3e360b4d5e1b0dc5c40659ae813c43a9b1cb60ce87bd8e5799c4dba1437a2523_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:915dbbce38d24359501222ed6f41602b881dee8702ebb25f4e658234a2d2f020_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:b9141160dce8628b7a65d1e756b07c8220e8bb3f74288edfdd4956836b956361_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a46c761b009deaffc219eb783ab183803b41f322a9906c4c9dec9c499f88c7f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:aa14a1b4d78d7fbf477bffb743ae21a4f84c838b589c1c67baf52007b46b25f0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:b18e85615972be444c812ac4215dfb922d9a9976c4fc6978bf18bcf07080c248_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:e090d9e80243426f912ac79fa92fa07a73a46f2b8c9cebf0c005306156f90619_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2cd4a1952ab3d47e8f6454c443e04c4fc5456d1ab689bea69ef8f5660b552125_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:84370289fc8050e65d2a3c219ab5725a44cab38952477cc36771c716566ae459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:bc773c6baa7714354c0744a893edb1a8b0af2807f7564983f6d5292a17a51d2a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:cf09bf6dcbb019950b68c6e734930a0d787339aa7af375fbca65ef6bbdf90b4f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3bef27dba12ac3691e62aeb97a1baec4e1de9678be2d7dd3c1e5d73a3b1aeab3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:918518b629d3b1f4ce08af0a103ade97f684355ed44f8b896911ae75e5ace535_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:af30d6599b057e494202608bf8db3920e8c6b7369c379859e89382301269c477_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:eb9f56b057647f966a88442ba04d3542be2506f4bee1717ecb78a0da13d29964_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:0b4bfbf778d85914fae6c5a20752ed13e75f3b46e0b802bbfd278dad93bb6f7e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:171b8861cd916eb4ca087820aecb863a3639c4d8ab42f85dc16d29dd12bf32a2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9762edd7ba0c341f17117d72221dfed21ae608fc0fafd3c8aeba1bad649b63ff_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d5be635abf314615622dea4b3528fbe4b66adbc5aa4c024629fd26b630a91208_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:8b0591dae306ad2d318f9b620534cb72570431c69b1c635c7ef16ed50b157336_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9d77c981d4ede434489951a0cc25ec36e7e5cada6195de1b383a0e27b54cb6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9f79cc6d80e30329be5dd19eb30d895618a55676af43b9b0ad81b007a08433a9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e46f5c6adc471fe9024d976ba8dcfd8cd8811a5ca197616b54e556e5c6dba87d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:0b755355deb1d08458bc2e8d0c6e7d413f23a4d6eb58ed9bf9bde290c06be943_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:47c98ef7169d491aa0e30a59ecf7fbb4b8091522997539c5b2484f76be4283cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:820e5317c226967df3977f3fc965a3dcc741d6f7b8d45362fb9c5109a1163dbe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:8cf6cb4853827b52dea258e8c8e89d47f7a1a793f241345c52753b7c632094a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:b6f20e0862d5f1523512ee11410e8d9c8648b543a884845f8cec5b3cbc80a952_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:ee71f817e95b61653d50a6b0e9ee073f41e3eb08477619d2e0efa5b0eb6775de_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:02fae7934dd14a52d5d37d219203527a52a192a1856f35d7b122935d1689de6a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:e1f245b14a888bd3edc45a16f8ec61c53b981e259250c85e24428111f8b5a524_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:252f5d3839683ba43abfa6140ca317e07b9ad5908c1df188575ef9af6ffbcb3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:aab739565eba21e1dc12402cc22a7eeed2cb9577c6397f27ddfe5e8af88f949f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:34104cf7ed6d27de8218030fce79b86397ad924393f31ee562fa5ad73cc4848a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:ef283578a8ef2223b0c1952e42aa4e3881c35b80da58d9f4c43726f108afa97b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:1da7769baf0b5ec6fd85659bdb96ddb77c4e5700cfd89b666bb5b1ca6aa32dfc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:9ac27ecd1d71eb918b6b7154303d50fdd351f825a7d6d977cf92ab7c517e22be_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:f9de8b5824ac00bd0ec33db2102efb524d96bbe400cba96ef0729bda70a5e2f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fe370abb0aa7de926b168ee17a06ade8c4f4aed2e265d982f5a01176e89b01c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1a1c714f3aec863e2eba9a65e5387bda0e409a1daab35b2ca0ececafdfdc4692_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:3fe142d48be14b417a1da02ce57e9791744af1347e7e29fb3d2ddee135b348b9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:5140e0e5e33891a679ae93e59c31acca18acf3e89636827094604d60835edad3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:69e21d9e962f4a3e8c711f570dff52e62d440d3014fba9b9631dc7cdf87c20e8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:4f812eb0000f6cc5ad9a2bd912be92b387c06d98edd4f987a501c03b68077635_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d70a47f49d8831cbe69283bc684733cb28e627260527b69e48cb338e7d5a87e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:aaece8eb13c71a1a86f9a418e6a54d09bcd4eccf1764d0ac2e063bab14f2af79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:13252d5de042d39b2294e43ee122d1d833e8bdfb5b91fbb6e9d0feb22b5fcd2c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:b9f03cdee3d411fb73914c5a5645983d9d7f247f784a98192312ae78259c959a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:df71e3f08022e1b0331709a089409abbf014a33227f7cf22094f431c7ca51718_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:320d5818c2a6e179e7b3b1736080b1194f2c6104e100e1f8f428553069cfa494_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:49048fc4286fdfe1acca1a5d391da520dfcea410b8cb9ee543d5b2e41df79b7c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5aee14c73f25de6923b592989e914a76aa393a453a7c64e1de7efa7e9dc063ab_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e8c468997057f84cd38f7e4bd45441c46fcb3850789fb610b8f84b980d465386_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4008da40b44f6f3a7e11696c86725bfe095d657d80bf817cf98944dda643b432_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:50b2d07a42fb4ab79a61529526004012ca3798480c0990ea49deecf63f92d6df_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6bc2dcf6feef66711c3338a30b8a7ac6141e5a4746dd18b1c697c679319b381d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c738eb71711c0d2b2e70bb889e35a14f99769af322452807e37c77b1cdf64104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:7a9bbb1da5fb4be7fd581ebdc379622055b1fdbc69da73d1d61e2fe3fa074778_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:86704cadbd20e1d04079ee7bf61f70664f1d15c057dd4bcfa433d7ad4e913944_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9341c4c31808f677353948b87c80813fa32e40642b0f036b5d02320843098203_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d235c6036dfd44bc4d2936d6ce4c2ee8a847c0af98be9240abda7f2d736a93fc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:04f87778acdc839c6e6c4d1a4323d302cf6fe7ece7e8089adab73dc4e8cfbc74_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:c3b1f79dada5425dd5bdd44aa84976c71f3c574440a33b9675cc20ee8711b347_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:ce8bd417dbf1624aee1b8d6dea0adbaef7160c5844f7e14c98b7107403f46354_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e2aae9c4b5e227d1f0f44e4a2623a2da24ae92274e7e6529a5851ca5e194239c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:0283ddb599a8b61dad0b01e03ce28df9588fdc02cd64c740173ae27c08427b10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:189edc8baa6f14397cb0802b14e1dd4b7eab9f6c7d65e403802fc7eb074f8a15_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:24ffc44f223bf050cd040634b2cbf915fdf3209c490af7541064ef62ecd387ca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:70cc29b1a6b953e67e6bc3977d09504fe5f6782c1ce65976916ee89a43d1db03_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:1cc561c6a56fae238a1e4d11fe178cca228126c195339edd8988d2f83c6e3bf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:2f85de600b2262725b7e17cb8d66eea8c87e015abaff76942f628b3e4dafd37f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6227c35f433005ba8411d370eb82476d29c3caab1d0b640d5657de438c2627b4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:ff48f314b66321ccdc3a6fa3b88681c8fbfb0aa0277cfc88981cb3887bb7cfce_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1d48afb19e99915abf33c03532a4c8ff3d913cd35f67f9f46d1afc4b0ea972bc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:a54f8ffa7c748a57a5b492ae36afba55c033e717c43f9cce1fed2484f65e5105_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:d20ebff0c71faa4a54b2ccb8d24e04e3fff725fb6ceae78687a1026e912df9d7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2199eae6baca25637fd5dc4ab9872b7b4b672affb12268c23cd581d8d08f7041_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1e2c7db0718c465f63379869bd3ff6a673456a69fa335ab80d4ebe654719d9f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:e3f2fbd2f20175d2b620d2ae04f5de5f1d07a17e43c7ae7ba6eb54ffe113f94a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:589c3293503e156412faebe0d5d495ee97361796d7819abfc7b715d2191c76e4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7674c77ddc6b7b9f9787f09fb093ec8041e1f14b506addee71e0f45158ef47c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7ca1d29d100e64da8644145af61612ee551d943d699c184f9cf2ce4fa57118e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:ee05311e93eb8378940862cba1db22a949bb539bbe64013ae7d376fbc540f637_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5d643e2aa04de67b81cd89e8540d20e3090ee550897ecde957b88507dc614c7d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:88f8c133c1d79bef546308f6e73692723e8790bd36be86ae0b1e72a9191f2b3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a69cdbdbeba73ad19fae48c8b48897dffd9002a96ed0ee3965e761c1274cb94a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:b4dbace063e5b16883d33f3e5595935b07b0888286715eb1b774a2e068ed90cc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:10115c4d9763403713974bba0ffb6bfb5da3c8d4bc0e03e5f0fe2227e2ae9b01_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:5ed76352d2c577ed6016a5d615d23c5ee2d776165897b45c178f2e7a013caa5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:dc691fb6e589786dfac6d84748b1802d9282b7288f86677dc9dd53e5328ed20d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e7fe9434c06b75f26df85472ed345acf1d35c56411c457f7b06ca56dcbef39d8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:14a49d7f8f220816c56a368434fadbb302e00f01cc4a16fa916504b02bea315a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6ba8bdc4fcf6db0e46ea291f3079d092224b2dd4764acff27a068cb59bbdf456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f613e6a2a007352708fdf0f7a1bd4956a45f6a2d3683296b8996082d86e8e65_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a06dc9395bd70c7c65681ad827317ebee1b1892e49fc90a98da926750e36ca21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:399a2fa3fb2d2aff8ec28782d27515e528b92a4d549b84509a0ff66aac3c99e9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4349274439e8cba5910b46289db20a567cb2ea52f5bbc3232bc4339079de7d70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:babebccb80dc000f1a68df702c7f64910476318dbe0f6c06016ebda0ec500463_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f323d7b4353c7e956dd5eab125f687c0c06b1f691f9a0752525e1f64d80f3f9f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:309b89d4b0475ef75fa140ca16b6023e751f6f5d3f181b1d7f56199dfdd70332_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:64c6751bda736736cfd51b16ee61813fe928d56586032e1c654e7cf26a12152a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:acf7229ccaf91eb7e8b4d7be82a5a2fabc0907e07b20faddddcc0c3ddde64480_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e143c282e626918c9820e5ce736d859e935777e1a6f4e2df8bc497d314220172_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:154b14b14a0d5617bf918b383a93ee69cdb1346d5cb85a4b15b1d3cb9d4cf918_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:4473fb55fb493e5ffc27057177384b554191751d4a8b2e4ef5f129a5b4c95e9c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:78f99cc5e69e89b24bd6c822735bf1d5aa3fd53fe2c79c46a58a2e564220826d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c607291d0531ebee9a2d91e0ca00d4bc604cc2c6e8fce7c8d814cb14eb3e69a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2b02af5f405a14074ade1872d29216d385cc413ec4ce344ad5f74263d193db88_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:48dbf20959dd563ae2254c330f7ae7c0c1c0ba31cd851168a156157d8ee5a703_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7828c6964eaf8a69a1374c9426181f488b25cd4bc11048c621c63f07856a1e1a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:e198f90cb52c92eb39be0605eb74a765799e85dcdc09a2f5d8ca7e7436e7d668_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:00a2b7d991b9f3938df7e8fd11b58041eb237f3425c1ba2bfc85366d15356ef5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3e206f28c919167ed364f05f9650ca914c0ca8ff8dc602ef39365353fe37be32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:83f1927190c8a8df7041e700e9f58703d9f5c99b7044f529a027ba65f85ee6bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0687498c6c631db240cb84282482c87af390d0f1cbf9c1600dcf4c23e8c03cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:390ad3e667b0ed64f21af6bea1068af7d0b74da4013e44bda44e5458f983d9c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:574833604cd70628d237f262d5b1edc7c1eb7c16e7da91f0bd19098c0add3fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:7fbc24f1bbd318dda8fc2c5af214396c1175056371abac1c864726deba30bf86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:d5e7cba492b53b893ccbf5a72b4f4721927079cefb94ad21b411abfe92d34f60_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2720e26874199abe16142532a115de806a5c240989c18239ac18a5075d197d45_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ad7f273610830d0df35f17bcb5d721574e17b968791695a904c80ef7329389d4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:b2835a1c2bfdb0f18561adce14ff5bb1109c808f91410b06ce9ddd20d6a8da6c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca1d94b817670302256ed68278ab64134bd86dabe0a54b43878305b94e73bbc6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1c5913adcf49d0c9c361ea99a96d85892ff973f61d3c146d6c0833b8616e74b1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:9c9a3c9ca664b8ddcf81cac9a5521e1f005efdd7bbfba94860e8759ccc22e5ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:c72ff60a9558898ae17cc07fed6999b731c0e253cd16f6c494fb22ae634ab5f0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:e43603614f899f138d95e9ba8fea73f8f026d49be897fe71bc9afeeed68f6354_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:341c78280fc47ad01e3f211ea85dbee2adf202a8d18688927ff6d8b4938b39ba_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:556a48cc409611d4a8f9e2e5ca8aec5f64318e1df7db047d93218c8ee05a8f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:79b271f1259078851ea5bf1ac54005ccbeb2423d62ebd9dbe747dbb0b36baccb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d12c1c2b96df26ba116009f80895bd51dc0a19d57ba4c8d46ab1f1391b1d62fe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:1088c2c35caf03590def63c8d79c7bbddbf020146865652a3fda5f915a75a7ed_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:4e12904ef8babd900567030ee2cb9b89757406ede843003df08e1b424c6d5f12_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5a80b96374ff89668fb0dced24337b4d2a6ee30dece18f5f5780494f7d194588_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d39c6a97e4d75dc97b0f1d8b74c74ece330cc560e0ae9cfe86c6880d850b3fd1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:33e021b61b2251fb8260cb1fc4bfd7e269cb6a40f3e0dda46f6441399c38da21_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:b54b80a75d06f88fdc2c16d5cef1875ff5dc9a7f80475f4349399837f99a6997_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba272c849177416b7f41dc7c8967d010b406aa858204f276e7af201d7b705d88_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f2ae9c78c6cf8020521f63a51dfc0f1400cc82f9bcfb90598283602adeb6a862_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:676c3b72a5cc5f31082c6963ab70ba75242ae1890f1fd73ac4f7ad1ca783412b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7231bb08de437c83e9189f578ddd7ca192209e338e5a0d4726e65b53fced5558_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:7e6aa76b61ef030c83c3a02fdd9becf12284d52a213eafa6204240bf9f32cbb8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:f52e90a78b5842549ab887fb728bf1e36b319507acccd674db783def5e9e43cf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:03335aac6193e5ff3d9a704524cda05d40eb578b4d9780e0d17b753ff458532d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7ee72127ffdddf1a77cc471b3bb8ddd9fb5a2191dcd69ad1753a057ac25262ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:88fb617ce6d6389bd1000eb9268a8e67c6eabb40ec4c7389dd23c268e881c2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:aa5de21cf5dc3327b186d36e06515efaba592fc395336bf56c72fc893444799b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0dfc2f18869dd15e27d018b23923acee274f09e888fc72c173472579556e810d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:264d2cef5c71dc140450a3440e0e8311db64224a5aa886b893ffc27606e056b3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:63b4d6fe3649fbc3a190378054c1bbea20ee77e91dc3095ab39f3c5d723a8576_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:7d56cd57df406cc634d8d037c737e020e28e10a7387805a772a795bb2c90d36a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1a5c4f5c620ff90c182cca131ee158084a2cec7b9abff5bf7ba23a053454d670_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:3e076768bfa0f474f72b67b2df1a2344e9008bc52a61154d7bd9d40b2926a30b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4353a1cb5a281e5f628ff5d1bf00a13eba9e5cabe644dc162464781bb92a15ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8a2ca4b9dfb4143799a959b987d36f150d87bcf037c7578c208861ec12afe927_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:91d6cbee96f739ec4cfd9fd620eebb3863e8ad3860540860818142f3c3b023eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:b7ac56cc1456efb2dc285714c6874ffe0a5c64139476ec463a117bc266566f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f7cac50a547dcdaeb05da6fc480e7f2c052a39d2f8e09e6784763e44ad7922ac_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
}
]
}
RHSA-2026:27004
Vulnerability from csaf_redhat - Published: 2026-06-24 08:49 - Updated: 2026-06-27 13:50A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x | — |
Workaround
|
A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x | — |
Workaround
|
A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x | — |
Workaround
|
A flaw was found in follow-redirects. When an HTTP request follows a cross-domain redirect (a redirection to a different domain), custom authentication headers, such as X-API-Key or X-Auth-Token, are not properly stripped. This allows these sensitive headers to be forwarded verbatim to the redirect target, potentially leading to the unintended disclosure of authentication information to an untrusted third party.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.19.35 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.19.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.19.35. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:26999\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:27004",
"url": "https://access.redhat.com/errata/RHSA-2026:27004"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34986",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40895",
"url": "https://access.redhat.com/security/cve/CVE-2026-40895"
},
{
"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_27004.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.19.35 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-27T13:50:19+00:00",
"generator": {
"date": "2026-06-27T13:50:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:27004",
"initial_release_date": "2026-06-24T08:49:48+00:00",
"revision_history": [
{
"date": "2026-06-24T08:49:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-24T08:52:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T13:50: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.19",
"product": {
"name": "Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.19::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1781723547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1781213719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1781186002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1781184830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9\u0026tag=1781180484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3Acac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9\u0026tag=1781179640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Ad00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1781185096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1781209182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Af8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1781184832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1781213741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Ac1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1781183245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ae7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1781213759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Ad7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1781187616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1781181599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1781182414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1781185098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Ad3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1781184861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1781181733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1781181701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1781180918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Af3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1781182406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1781183649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1781185712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Abf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1781209904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1781213980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Ac39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1781187517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Abba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1781188310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1781209650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Af745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1781185288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1781181731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=1781179495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=1781179533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=1781290771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3Aee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=1781179516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1781213704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Ad2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1781180128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Aeb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1781180435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1781211004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1781708434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1781187812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1781209914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1781210172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1781182516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Af7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1781528081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1781187407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1781214122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1781183039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1781708630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1781211682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Aaeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1781210605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1781213713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ad3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1781187732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1781188444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ad25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1781185222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1781182566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Aa4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1781184232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1781182393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1781213743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1781184804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1781209155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Add33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1781183733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1781690307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1781211883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1781187335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1781212659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Ad6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1781213754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Afbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1781180255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9\u0026tag=1781179502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9\u0026tag=1781179743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9\u0026tag=1781179451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator\u0026tag=1781179513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9\u0026tag=1781179472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9\u0026tag=1781209059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3Ab33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9\u0026tag=1781209082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9\u0026tag=1781179677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9\u0026tag=1781179540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator\u0026tag=1781179604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1781187956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3Ac45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9\u0026tag=1781179533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ac0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1781214052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Afbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1781215438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1781268928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Acb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1781209545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1781183528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1781223599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Ac8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1781213960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1781209996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Ad0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1781182313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1781181405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1781181396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1781185098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ad7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1781180935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Afe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1781209062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Acfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1781186886"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1781189016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1781213972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1781209262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ad2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1781188190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1781180470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1781184199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=1781186744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1781213567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1781186360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Aca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1781213911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ab8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1781213631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Aaabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1781187981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aa2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1781187318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1781210363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=1781183171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Ace00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1781212201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1781213929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Aef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1781211082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Ad766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1781185716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Ac4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1781183549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1781186599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Aed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1781213430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Aa6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1781181725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Aee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=1781181744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=1781181682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=1781181750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Accb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=1781181768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel9\u0026tag=1781179585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1781715505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1781211833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Ae2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1781214047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ac8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1781210128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1781214121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1781187002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1781213616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1781181107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Aa1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1781182578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=1781213740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1781213561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3Afd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9\u0026tag=1781179554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=1781179587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=1781223632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1781181854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1781186263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1781214680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1781213634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1781214103"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Aeeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1781182648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1781185963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1781187643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Abf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1781182668"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1781216087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1781183433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1781182714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1781186885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Abd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1781557059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1781182797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1781211285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1781184175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1781214116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1781186583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Ab22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=1781187494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Aefd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1781213675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1781209031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Ad3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1781180373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Ab9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1781180411"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1781184794"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Afd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1781187116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Ac594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1781212745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1781181393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ae81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1781209333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Adde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1781181473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Afede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1781183943"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1781213719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1781186002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1781184830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3Abcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9\u0026tag=1781180484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9\u0026tag=1781179640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1781185096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Afe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1781209182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1781184832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1781213741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1781183245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1781213759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1781187616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Ad306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1781181599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1781182414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1781185098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Aa769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1781184861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Ae507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1781181733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1781181701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1781180918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9\u0026tag=1781181819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator\u0026tag=1781180114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9\u0026tag=1781181798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1781182406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1781183649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Abb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1781185712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1781723547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1781209904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1781213980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1781187517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1781188310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1781209650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1781185288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1781181731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Ac457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=1781179495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=1781179533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Aa45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=1781290771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3Ac0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=1781179516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ad585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1781213704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1781180128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1781180435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Afda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1781211004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Adb561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1781708434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Abfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1781187812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1781209914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Ab5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1781210172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1781182516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Ad8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1781528081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1781187407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Ad32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1781214122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1781183039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1781708630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1781211682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1781210605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Ac0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1781213713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ab55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1781187732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1781188444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1781185222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1781182566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Aff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1781184232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1781182393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1781213743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1781184804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1781209155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1781183733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1781690307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1781211883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1781187335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Aac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1781212659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1781213754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1781180255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3Afd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9\u0026tag=1781179502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9\u0026tag=1781179743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9\u0026tag=1781179451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator\u0026tag=1781179513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9\u0026tag=1781179472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9\u0026tag=1781209059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9\u0026tag=1781209082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9\u0026tag=1781179677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3Ad8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9\u0026tag=1781179540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator\u0026tag=1781179604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1781187956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3Ae0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9\u0026tag=1781179533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1781214052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1781215438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1781268928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1781209545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Ac4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1781183528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1781223599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1781213960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1781209996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1781182313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1781181405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Ac6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1781181396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1781185098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1781180935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1781209062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Adcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1781186886"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1781189016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Adc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1781213972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1781209262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1781188190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1781180470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ae1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1781184199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1781213631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Abdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=1781186744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1781213567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1781186360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Abf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1781213911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1781187981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1781187318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1781210363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Ada74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=1781183171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1781212201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Ae13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1781213929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1781211082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Ae45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1781185716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Af2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1781183549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1781186599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ae202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1781213430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1781181725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=1781181744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=1781181682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Afdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=1781181750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ab38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=1781181768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Abae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9\u0026tag=1781179996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ac2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=1781179810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Aede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator\u0026tag=1781179773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Aecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=1781185142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9\u0026tag=1781180083"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel9\u0026tag=1781179585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1781715505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1781211833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1781214047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ab3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1781210128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Ad1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1781214121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1781187002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1781213616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Abb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1781181107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Ae8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1781182578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Adf09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=1781213740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Aa7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1781213561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3Adef88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9\u0026tag=1781179554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=1781179587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=1781223632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1781181854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Abd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1781186263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Acf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1781214680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1781213634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Ae0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1781214103"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1781182648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Ae70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1781185963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Aa696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1781187643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1781182668"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1781216087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3Aab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9\u0026tag=1781179565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3Ae988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9\u0026tag=1781179454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1781183433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Abdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1781182714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3Ae8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1781186885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1781557059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Ab2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1781182797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1781211285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Af86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1781184175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1781214116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Aa607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1781186583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Ab05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=1781187494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1781213675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9\u0026tag=1781715644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator\u0026tag=1781179994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9\u0026tag=1781181049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=1781181397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1781209031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Ad94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1781180373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1781180411"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9\u0026tag=1781179518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9\u0026tag=1781179518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Afbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator\u0026tag=1781179618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Afbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator\u0026tag=1781179618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9\u0026tag=1781179497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3Af960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9\u0026tag=1781179454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ad35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1781184794"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1781187116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Ad70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1781212745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Aa8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1781181393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1781209333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Afb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1781181473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1781183943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9\u0026tag=1781179508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3Af9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9\u0026tag=1781179628"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Af595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1781213719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Af5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1781186002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1781184830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1781185096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Ae8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1781209182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1781184832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1781213741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Ad93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1781183245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1781213759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Aa27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1781187616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Ad33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1781181599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1781182414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ad7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1781185098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1781184861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Ac474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1781181733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1781181701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1781180918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9\u0026tag=1781181819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3Af1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator\u0026tag=1781180114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9\u0026tag=1781181798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ab09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1781182406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Ac83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1781183649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1781185712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1781723547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1781209904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1781213980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1781187517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1781188310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Ad04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1781209650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Af175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1781185288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ab68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1781181731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1781213704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1781180128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1781180435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1781211004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1781708434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Af6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1781187812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1781209914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1781210172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1781182516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Ae3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1781528081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ae9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1781187407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1781214122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1781183039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1781708630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Aea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1781211682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Aecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1781210605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Aa3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1781213713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ae0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1781187732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1781188444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1781185222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1781182566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1781184232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1781182393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1781213743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Ad81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1781184804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1781209155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Ac1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1781183733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1781690307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1781211883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Ad9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1781187335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1781212659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1781213754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Ada3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1781180255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1781187956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1781214052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1781215438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1781268928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Abf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1781209545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1781183528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1781223599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Ae6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1781213960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Ac1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1781209996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1781182313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Ae14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1781181405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1781181396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1781185098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1781180935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ab005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1781209062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1781186886"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1781189016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1781213972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1781209262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1781188190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1781180470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ae994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1781184199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Afab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=1781186744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Aee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1781213567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ada82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1781186360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ac0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1781213911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Aaf65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1781213631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Ae075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1781187981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1781187318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1781210363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=1781183171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Aa8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1781212201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1781213929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Aa9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1781211082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1781185716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Ab607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1781183549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Ae0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1781186599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1781213430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1781181725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Af6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=1781181744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=1781181682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=1781181750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Acd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=1781181768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ae0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=1781185142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1781715505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1781211833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Afc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1781214047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ad72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1781210128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1781214121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Ad665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1781187002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1781213616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1781181107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1781182578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Ad3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=1781213740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Acd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1781213561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=1781223632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1781216087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1781181854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1781186263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Ad836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1781214680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1781213634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1781214103"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ac5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1781182648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1781185963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1781187643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Afd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1781182668"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Aebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1781183433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1781182714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1781186885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1781557059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Adc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1781182797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1781211285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1781184175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1781214116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1781186583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=1781187494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1781213675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9\u0026tag=1781715644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator\u0026tag=1781179994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9\u0026tag=1781181049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=1781181397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1781209031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1781180373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1781180411"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1781184794"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Af11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1781187116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Acb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1781212745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Ae18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1781181393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1781209333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1781181473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1781183943"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1781213719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1781186002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1781184830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1781185096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1781209182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1781184832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Afcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1781213741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Acb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1781183245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1781213759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1781187616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1781181599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1781182414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Abd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1781185098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Ab6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1781184861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Aaafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1781181733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Afe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1781181701"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Aad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1781180918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1781182406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1781183649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1781185712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Aa12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1781723547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Afbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1781209904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1781213980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Acee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1781187517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1781188310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1781209650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1781185288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Af768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1781181731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Afec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1781213704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1781180128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Aaae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1781180435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Ac0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1781211004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1781708434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Ae4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1781187812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1781209914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Aeb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1781210172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Ac31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1781182516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Af48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1781528081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1781187407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1781214122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1781183039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1781708630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1781211682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Aaea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1781210605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1781213713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1781187732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1781188444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1781185222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1781182566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1781184232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1781182393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Af8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1781213743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1781184804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1781209155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1781183733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Acd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1781690307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1781211883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Aeb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1781187335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1781212659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Ad2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1781213754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1781180255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Ad8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1781187956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Aca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1781214052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1781215438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Af42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1781268928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1781209545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1781183528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Ab09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1781223599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1781213960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1781209996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1781182313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1781181405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Ae45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1781181396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Aeb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1781185098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1781180935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1781209062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1781186886"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ae051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1781189016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1781213972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Ae5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1781209262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1781188190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1781180470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Adf638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1781184199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=1781186744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ac047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1781213567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1781186360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1781213911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1781213631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1781187981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aeedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1781187318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Aa663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1781210363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Aadbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=1781183171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1781212201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Ac3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1781213929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1781211082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1781185716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1781183549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Aa3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1781186599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1781213430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1781181725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9\u0026tag=1781179996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=1781179810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Aaa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator\u0026tag=1781179773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=1781185142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9\u0026tag=1781180083"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1781715505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Ac0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1781211833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1781214047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1781210128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Ae6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1781214121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1781187002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1781213616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1781181107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Ab7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1781182578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=1781213740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1781213561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Aff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1781181854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Aa39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1781186263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Af132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1781214680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1781213634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1781214103"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1781182648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Aa970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1781185963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1781187643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1781182668"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ad9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1781216087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1781183433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1781182714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1781186885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1781557059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1781182797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ab8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1781211285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1781184175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ae60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1781214116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1781186583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Ab681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=1781187494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Acddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1781213675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1781209031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1781180373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1781180411"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1781184794"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Ad87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1781187116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1781212745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1781181393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1781209333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1781181473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1781183943"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-24T08:49:48+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:dc19d36773923353af81ddbc1dd8c46f83945cdbedabdde23b2b666714d2b27e\n\n (For s390x architecture)\n The image digest is sha256:c2eae1e42edf4f9c9992a1488118d2b9430b4407c7cb81bbd69b0516658ffb7c\n\n (For ppc64le architecture)\n The image digest is sha256:54338e3717067df3d8e9395c0b3da4e1f6fc2b75fde4a1913ed4ee8d8286f3ad\n\n (For aarch64 architecture)\n The image digest is sha256:574803abddc08338e22c2033b122f8b40dd942da47983fe2aa71927f015858e0\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27004"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-34986",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-06T17:01:34.639203+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455470"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "RHBZ#2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34986"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants",
"url": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants"
}
],
"release_date": "2026-04-06T16:22:45.353000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-24T08:49:48+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:dc19d36773923353af81ddbc1dd8c46f83945cdbedabdde23b2b666714d2b27e\n\n (For s390x architecture)\n The image digest is sha256:c2eae1e42edf4f9c9992a1488118d2b9430b4407c7cb81bbd69b0516658ffb7c\n\n (For ppc64le architecture)\n The image digest is sha256:54338e3717067df3d8e9395c0b3da4e1f6fc2b75fde4a1913ed4ee8d8286f3ad\n\n (For aarch64 architecture)\n The image digest is sha256:574803abddc08338e22c2033b122f8b40dd942da47983fe2aa71927f015858e0\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27004"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object"
},
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-24T08:49:48+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:dc19d36773923353af81ddbc1dd8c46f83945cdbedabdde23b2b666714d2b27e\n\n (For s390x architecture)\n The image digest is sha256:c2eae1e42edf4f9c9992a1488118d2b9430b4407c7cb81bbd69b0516658ffb7c\n\n (For ppc64le architecture)\n The image digest is sha256:54338e3717067df3d8e9395c0b3da4e1f6fc2b75fde4a1913ed4ee8d8286f3ad\n\n (For aarch64 architecture)\n The image digest is sha256:574803abddc08338e22c2033b122f8b40dd942da47983fe2aa71927f015858e0\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27004"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
},
{
"cve": "CVE-2026-40895",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2026-04-21T21:02:33.280553+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460297"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in follow-redirects. When an HTTP request follows a cross-domain redirect (a redirection to a different domain), custom authentication headers, such as X-API-Key or X-Auth-Token, are not properly stripped. This allows these sensitive headers to be forwarded verbatim to the redirect target, potentially leading to the unintended disclosure of authentication information to an untrusted third party.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: follow-redirects: Information disclosure via cross-domain redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40895"
},
{
"category": "external",
"summary": "RHBZ#2460297",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460297"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40895",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40895"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40895",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40895"
},
{
"category": "external",
"summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-r4q5-vmmm-2653",
"url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-r4q5-vmmm-2653"
}
],
"release_date": "2026-04-21T19:59:59.759000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-24T08:49:48+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:dc19d36773923353af81ddbc1dd8c46f83945cdbedabdde23b2b666714d2b27e\n\n (For s390x architecture)\n The image digest is sha256:c2eae1e42edf4f9c9992a1488118d2b9430b4407c7cb81bbd69b0516658ffb7c\n\n (For ppc64le architecture)\n The image digest is sha256:54338e3717067df3d8e9395c0b3da4e1f6fc2b75fde4a1913ed4ee8d8286f3ad\n\n (For aarch64 architecture)\n The image digest is sha256:574803abddc08338e22c2033b122f8b40dd942da47983fe2aa71927f015858e0\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27004"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:39c836045dd74b5660ffb081492f66692c130c349cf1d06df22892c7f903326e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:84b8e6533185ec7f0f1bc522e22700f9d823095c03b184d0554cbb169777f652_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:8622f9769db33c15734ebdbbac14d354ebf9c3cc508229b8de93fb77652a5439_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f5dbdb6e850161f1436eb1df39e47868fa5f7340e64621f8530b334dbcd5c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1d45f00caffcc5c12f5d0cff5ff72ff47f32c04a02193b66a899e8cf2099090e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:449ec7a645c00c676c9d3d5c73f4384bf196aa6781d2414d9ebc7769005c5b02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:54c0eed8f3c8a1ebfd30d3982f5f64ae5022c0ec6804a3ed29bbe2b3db48aa61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:956b56da404da008aec486cbea63008019427e5c95c2fee88f8922b19ca5f346_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39eba720cbf26ddc56f8ae6011bdef91b3bd1d3ae8f44b32d25a6a92f4897c6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4b21645b7e796b1fffd92cc02e065877e640edcca4ef8a1cdf1054e58f27ae8a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9b97dc391e5f3628ea3368e5a986c11db4a0a2f44a52b60cd56323da8deba488_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d00faf1d961eec8202f9f6386f6f7f77e68a37e6f13ae5e636b046d6974fae73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3aaadafcce86f1934dad2403fdd066f5b9b03ef193b92c41d22d0196a1044119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6f504033b7c57eb17665570600d7afac8cde0af8b774af64a53954bd9fbf71d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7dae78af16880c22befcd3d8241566074e9c2fc4efeb7e0b2157f774f98e9996_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d8a8fc00de4fd6477a7fa6ed29deb1ef2a7856a0adaa101d687eb8a979ad33fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0fa0f7186db839b460f5315ae183bf4388c11118ba0fc0f961b8a30033efe9f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:377e3cb12e9e530130ea9645280493a3890115b594909371ec147462df0fe908_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:57e048ff8a7d5e9d60bbd49c0dc7b031e8ef67bb10151e3d8779ef80b53434f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b09cceb0d2082da89f3981e6c2dda344e3741a4ae818adecff33588bcc4d4ae3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5fb628fac3af57cbb8daf5064257051b7f3389d15ac56c176434d130483cd6b5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aafe2ffaf3e26b14e4f1dfae9ffb936c789f712b63aca989bda1bffa5e7dc5d8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c474edddad3c61e96e019a005e952642e3039ed1b23435c1e9bafe6271896fcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e507fa913f3b3eee67c05d1a813c51332096354bf7009517d0a06ef89b38566d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13b1705b8e99ddb611f8f51e152caeb1a05f03ee2d32bbd0145f2a30e70c1869_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3c9141874f0a032bab193d944f0e81eabe1a94c21b14858e8eafb9de62f95d09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:91785df8a570ca4255363a5c73e682fcf0a9674cf7a20f71b71c00cd15ad817c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a12765c0449b0ee1d105b231afd18eb43ac49193727b2759b061cb133bd08cc5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:859bf66f2b8aa5684ca95687b0ab9fde3ac93b2f3deae3148e1c5de05bf37a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9a2cdba4a035c8fd164e4e8358a2fdda02d5a62402d010bd69c503e12f807499_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bf69caba257b9fd4d82fe97894cb46517eb2b406539f9fefc07d9329db03567b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fbc9f14dcc45f094b5a70cf30b825ef12cefe7dbd690bf43201edba1a0c495d5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:17b159769ea25cbd1fe6ddd99c1b8fd7c8c8a426a699ffd6e01722cf322f5cdf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:37ed89ee1745b0ccaee54741d0391669f41c55738ac941df57c90eadeddf2090_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:777f268e1f27b6b9d4677cbad2195424de200d5e64a51ae46804ce9e954b29a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:a6f1b595b7b590631688fb62d9c4a7b45eace95dcaee685d135bc04df8db86ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:21b2ba26c7e12e3114071a6890787ada070375a862101dac3f5599e8624bc67c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4a73130c2b666d66279a64762f93ba175c0a005e21337661df0f4b8c274396e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9c2968da1fc8e777da986dd585b778e180932469a3f59df3e2cadc786b34e8fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:c0b507eebe881ffee244a620978bbb5b032f34ad3a8103c79c93bf0b4621ada5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4eb68d7f7d41adf57d6a4fdd21535bbc2bb338d5593a563f30212aaafb0e5f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:618237bb7cfa32fd6f209148a5cb8f5b81e76d6355149f7e17f653528c415e1e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e2d6dc08a7fae21123a32a9d11b1b15de004da26f330938440b2fd75f6e463ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fc2457d3ecca79c17319d10012e0003541bf0b9a5ecea72f56546cfebf7d2341_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3481a723696ae71107a42aecb3beb8e90b23cbb300d1a48dc76f95b3d682872d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b37886f22f00afd226c0644ed167ed307a99459504add1695ebe0187ff49dc6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6785268e57637abbae8d7b8847f18745a4ff5b9575204ce620e73e0eae0f0789_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d665caa0757997fd33bf8cc43cffc0d94f7a7ba9ff0706ea9be1ff694e2144fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6c3158290bea3ba01d0a7358e8e084fe1ac08ff78c4bb523ef7f5a70a2ca2007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1159785e909e193f89c4527323b8cd72e21b74aee0a90c73f58865a961f6973_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b7d5d8fed4446ae53905525d1c26e93bb08314ce5ea0349da94fbca510a114ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e8cec9e58ae7921353272d3a58e9b70dbe628fdec18771d1572d768ff76f0ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1f256c0ff64f0353f441237e3cdea588f3ccbae69d8327ef6c0c26fddbbb7c65_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a1e19788834333e35842c1000746e3ddadab890816b37074207361efdc7767d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:311402d4fc8dab7077261eed25c5ffb5029a8307d2de13744fd1dc883639bcbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d9a78de8676c099583424e53cf9df4838f00afdfcd248eac6189d8fb6c0a04b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2fb79c530646e2e0ee3780313b52b48c30bd319981782bac7c7c7e6a09b1df21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:89ae5dbee1ee11ee447be33bb873988deb1069584db75f785e85f201fbd26fad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:948f3d9d7f404f7095c9a4f93445dd25ca1ce1ee49d16d424c4b9e22bd3c4697_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e9126434639dc981017fd95e08259bdebfa3ed02017014b9c1b214c837662b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:02ce9089161e5c7bda7e9ef955b1d7eb69138797b65570e3ab0166a1e8e5c285_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2ab527ffb11be72b797432d672a06a1fb079133a9a7bd49a42e47e99b8299d69_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7a849049086238cd6d4bd0c7935d6cac7fb374bf0a6be8cf69eaf8f3efbf7bb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7ac2739d15502e9baf99a75f3238cda56cdbd27f2ac404b1c9782d3b3175ef4e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0e2c3f4a8673b1c198f90e50a9b6e53e79407c3ecbe88abd8c3021cd9165ec47_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3b6d8cf021e86a7e6e71db9db3f7df34de2dbdbe02a021b8b4ce58698643c6dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:74c8b3cc0a253059997e26b0bc7bc144cd720c97a159111690861c777160df53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:d81e7f32b38762960e1358ae5249d82e9d65b9ce837a1d0bad7002bc53d9ae38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:33d607d6200ffd69b2d1f9a38698c5c755cc7cc9318ea06fdceec05f701d7ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:71e54a565957bf409cdb45ca5caa6a0746bec1ecc9805ce54eab464ba1750981_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:93bb44d728a886aa26f1e3f11de3908b08a21cb95dd765dbad3b238a7b30e87e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd5ba14c9130676cfebd0638bf0a3bd6f55bcb3312ba3c36e54f70aceee56430_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3118bdf89719f4c8add2c124bbd2cf346538390a1085b9326843d2827fbe5cee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3da7cdeb854dbd8efd4220733238d0468bcda2fb70b45bfef82c651b947f07f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3f78f9dbc3a8da61a3e4837e3f57a0be6aa9d81c20ffd55509f498a837249c61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9aa9d1f292ef2de440c867cc358b20bbc1baab4ce341f6fbba3703329b75b904_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:272067981037c49faa00d24e87ab4685ffa1e0324d335feee035ec83ba39c0ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:65400ec7b7bde235979d400cf263cd59cc07739fcfb84e7e63db5124e59015aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9bf783d600f323a0e36ab984e2ad69dd403d8f73926f43bce9cd2faf7953da9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:eb20319153a620090dd0028bf3794e577bc799bb533a87dad553166204d0a416_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f9ff8aac12801aac3bccde4a0badba50ef694dd524acc1e184eb20f692fcea7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:83c426479cb8c072de0e7c8d1b82189fd149dde2130ee3642d42910d2861568d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:862a407b88cff5b1aadbbdf17953c631796bef7fe55ade2c437c2806b0092b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac2ba533071516cbbfd542e69773f614d1398c0edaefb218a26a37bd9d0fcc5e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:945e6d8300a496246d6193928a4cd1ad35979249fa3cf58a4fe452efcf20e973_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95b35edcbae5e5fd589bb584482f8223c7c86b3d753f8c2d5501a18da17503d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d2cd2abad449e0e9adc864a9dc3413d735871e2151ff3813e7928e956a56d6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d6439d56c2d9578817c82efbe830c28ae82b4a5accdab133cd57fb31ee4e8b39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6abd6718be17f9fb46f9b6103555a13f11e55dbd0a23becbcbcf4049b9f12cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:76f7d25dd74a350c68ddbc615b3d4f08c20ce3d9c2c3e9a7a57cbd1512cd606f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:da3160b7b03177969ee0e39fb1609c0bbf7e448326372e2ee7fabb774ee35111_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbdd6cdc5b2f989b229a539010caf9caa7131e9f190e52e74f119eb671fa908b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:551b9e842115080a997dd1c27d2596132d94782e694b943642f17bf4e260df91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:fd7a7f70fbcfce3940214f877732baf3940cd4f3631fb4c73637bd1065c553dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:01c05645fa06eb85521a417673576c297f9c621853ac0f4fddddce32ac72d016_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7548a96ffe1832e8d7ccf57223c95cde75cd23029207de99dbddd6bcccdbb342_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57f8ed1253794374aae100fe92abf0fd6b2a17eaa6d8dce3d2e911475d8742a5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7525f85b83ab37d1aaf0249a0c861da0891248cd92f634a0372bf1c8431bd263_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:21472842700361c5dec0e07503906d73af0dc8fa43196ad177046865c94b9ab0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:745a7e8947a8ed2e6162e166a09fcebb1e6453d5e63a4d8b29bf6d21273ceed1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2d91e480192e004354e1e31e8043612c7d38eb1710bea64c6760defbf396191c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:62dde984155621182a1647d1041f9fe027ce7c3e9e975ae2f7b4f0245af68908_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:11546f4ffec090eb9e2d8f9016f968762741db7317c8573797a5ead885968f15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:80f1e053615a34e6c3e5e8bfb415405fbb644058ed004fdc08986982f3ed1d6c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:192eb0090101d40964f092d05434bed8eb43f0e1e8600becf50c1fc94bf39447_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b33e6ba453ca043612096349f4c840d44507afb4ac54f947c71cd122788808aa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0b665cade71210bb851f5415ac36d92cee23c7456cf53a1f93d9848f93092f60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:14ff8f8ac39f7f88ec1c1ff340fd7d118eca71e23554faf341515cc14c33fe46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:15a030bd86ea32ef85306616c2254a78069418a856a820a3567248551191023d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:166774d6a70a893da39ebcfc766ba70b28abffbab0a962a28c702df177efa634_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8bfe4d59be3cd3d6984d93b9d68dc791decbf952a85b0cbdea74c20753b208a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d8a06fbcb2917c5072f9b901a3fe65be9e85892970b5b0073bf99cf33a32cc84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:988d35366dc89af22f4906d2b66b5d5ff6be2d7e193c2e4e008fa489a4b78bf6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:cac289e67a64f7118afe77098baa5b32a8fa010f08c5eeb8c6935408f688df5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:55912dae1ce99ba509aebdf10d8469297ccb34af002c2e993b74bdc198349b45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bcd5a4fa06aa2556ca509e9f30ec41f9b077769704ef34897904d2c0fd46e9ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:c45d33e5e01811f7ddb8e253593501056ee69a8db98e4aa9fa875d2dce14a4d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e0aaefe60a2c313334e4d2ef06ff8b3c28d977ef97239ee9f04bfc730f50ad64_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:01c414e973ede3de0639b5cfecca2e9ee98e512555e65b7a79cb82a8843df822_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7057833f8ba4c0e7b0eb89a31ff261b3d680de77f1e1ffc0c66aef109e101397_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c0df6a515013512dd7fd77b9958a1e6deda135cdf90747d96eb11c3296a4d56c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ca43a86a58186cc1dc594d0276170d255d6ed4f91e27d0fa9f4cac847fba31cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:0eb7ce756324cf0409d236a4b04c520adae3dc1372ef1c00b4a3c3e05dcae008_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:397ac85da58f3d0bdce268799d595a9b516b7522224bb494d20f19690504460a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a62f9ea091857f0d820566d80b2723ce7e78aaa352bab46f46ab0cd61d75431_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fbe0400b3867f33dd2c78a6b087e4bfda8b3a26e89644e7089d9c874bb7523a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:82ea4879697785655e4f64378d4e6cbeb7e472268e8b09d7a1fb3ee7aa610eec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:8b00818c253c5380ca18fab2e7d920f5fa7fae28836bec555034423de795cb5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e8809057316db8fe179feb9dd5221516864589146e000263c2d956d64dcb008d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fe6e1f8bc4811d2cdc618ffcadd0a660408f6ef7ed5a563d7469c634e621dadc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20ed71d80ecc7f670e91c642fc03d50a31dcc2783ec8da422861a9bd37f75168_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4a7f0aa44facc21d7e07767e50d0e8f9e9e128e7b6bbf11f461824c17e321f34_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:817174fd0b2a62939f7822952cb5e4cb07a03a96076d150d96de18c3e1ebc6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:f42b5b3c287d3e6b2fedabe972cd53eca24d914b08590aaef98211a73cca6364_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:00f7ecd97376808c2a8bc6dafcef8231028dfbf82ffa96797a11ce9b7b6448a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:111f68cf4c567c2653ca5328f96ac26f97b27a9f16d499240fddf563a3fbbaef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:538cd73b80b07eafac18cd0a0c1470e7dced440e021a35ab6db5de49d52f6787_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f8c1b6c130d495a8ea87bc17e9e5c4b4a15a2df98693c625c4cb85291b240802_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:131912ea529d37b2cd7247da197b323225618f96e7d677c7bfbe7a8050ade361_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1b287da9f822000cd73aa4297142b41dd10e1fe6e4f24e004e10fde670cf4f0d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bf7434905b06131f6b819fff06918e983fc223ec3b16161d3535eedc09f52ada_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cb2c5db1b708587a762c817e8a02a674315b82ad3ebe958a864d8d739ff41551_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14d2f3e4a7f49b8b925417a1be06f4929abac5074955b412778181e009d119be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a6977e47dae3b20083090b5388ac5bf1b14ef182093e39394a275c63289dc9c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:895053b23f06fb8572893a9a5b24224279753376d667289e18aec9b5911f8833_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bda2b4d186c34f5cc0794037d2704b37731dab71a3a2363511831ec635e3f60_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4c2e633a14a8d21d32886983a97b775899700cfa38994e84264762f3be6d9390_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:63a96b79bc60d3375fd65be9df6c20a5a070f6723ffefb387fd8d2b3025c03b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:704ae181d6a8e1b67070b9b68ca5fec3ec7a77406a5fb7f4a1782a55acee4fad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c4239ce702223aac82e6da6821bb49a3d8e0334a6cd259d761436011e2f32b3c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:69e1111d1b8a15abd7c6dec6cc9b3613df50ec5ed7d38ac7e6c60b5dd0b587f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:70e20c527f56b791c7b60abc6cb52107cdf6b249bd673bfd7e319866d5c9dfd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c8f2878bc96034ba44bb700e8f6e7644430e19580f8086cc4d88454d3c5667a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6fc71811c987aa713705aa382ccf129e1f091cbb5519dca1f7882f9ed538828_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:289e3a6a2bd4b81494f7938f3cf49467185e6607561468a2c21592f5edba24a0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:824bc241e5b4597b3a130c496460b4834c4688885f5dcbc305d82569f372e542_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9a5d31420cb37becb40f079f3f980a03b2ea1af2546aa7be511c21f439b1644d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c1d16fc298d29e9d2a1c17f66ee0d6349f19ea24336a50d2d06a423455656603_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:18bfc3574dcfd9fad8a5c148d20fb4f1f2b35d590da658cf77bc9589c328031a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a6507c165baa316e57373ddd30b5b3be5efe247bd8478e3e37f377f4b6ad9e0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:97e8f22aae94b726573c3112bbf4d6a938b3cd9dc3643a0cdbcb7381366e69c0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d0db0a8652365511df941350a627f3a2275bcb4245752acc264de9be544d3187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:37a4b98d3288db36aa0e721c7fa2c14d6e3e93ea0b2393305eb83e35324fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73cfdf4e8f59999d946dddf1e700e1dc922a44f93156cc6aaf100e4b565a27f0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7cfd32dde205815f2ac2a56b0e3cbedfc9599a018454cdb94846521fe7736f14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f595bf7762b7c46e2b8b032341709eb900829119c15ea2f8542a6ec546541704_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1af3879b452dc02668afedf6723f929c58ce8fcd42d63e994dabd2f673ecd3c1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:213e31b62fee2a7901dd30d10c69a1efd2a838f1f1a1d9a6041ebbf8fb729be2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6466d5629679e0116055eb1c3c7f9efa51abdb1d2c6e0e7e45d5054faf07603e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e14d654309d40f3cac23be2f30e6cf15a21529c87ce7136b065533afd6fb0163_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0ca2283ceaeb02049e07985875415a4ac5184ad157c802afce0edca1fa1b4b14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c156bf8ae8b5d0681f3837b41fd939d03fe4b147825ef540188a5a004601697_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c6e0bfaa4aaccde9a61415c95f645beca08fecc727fbe955ebaaff1751f7a98c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e45ded25745cf2a54baca4033494bf8e19a6421641b0ac437e5c9fce0acf30ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0323f5e6d2184d393cb17e9b8c4bd4d12432a3d3a618336b0972797e8a8acbb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d8b7d75235da3db8ae264f10a44995fb044105bec002fcfbee564f6f46b5e4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:47a20ff841296352f044d8ec8fe2e23de6647081bfe78d918d039366fc294f44_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:eb664fd3a0623603c13afeb23bea0ee1b30e81f116133fc9bb9849814aded95a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:83dd03effab4974d7a8a502d48fd38292c99c2560de64bc5e829aa349eacf8c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:89dfb0c251f9616357f21f07077fc056edb685612ad5a1e332783edb223f2fbf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8b986f13cde266d0b5543c7764474cea1227f13d73cfe47d9428b1e71f3bb07c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d7199d135e86de6860f285d3b316f6952a8d6e0e07778d21e252141dc84f6aa5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:281f2b8dbc90ba20480309796afd00e0dd73470e2b3e9e0d312353d9f7f395a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2d8384e3a927340f1995ea53ea88681d1cffc8271f0d7e182836e084c6fb2692_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b005376e36d41da6d60ecbffb770528107aa7faad6fdd3364e1017c3ddcc2085_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:fe560ba0ef3eaf662cd3c22fe868f3c91bdaf65b5a42b75f9f1bda3d9cf62d99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34d33b7898ec368f1312ca6d5d8064c77f596183007f367c9ab0fc0f220c1d6f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6e837e5cdb60aeb4b03775a2f89c58444c8accb2076d264a377a4f6812dd41bd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cfc76f55ef8b2031937c3e6bfd4c9b701698ee43a989246c56aa19a33d2d1c2b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcdfc9d807c5cde466be5af4317b41d1bd2be13002d10562ad3ab7f45ef0bdf9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4dda705fd8e57c5e106f3ac4493f6556a7f6a04ed642d4e1d8d983fa1f6e7796_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6671a68c3f86e663034080233621f40d41aad636adc0250e534171823c351e3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:872ff1162b4eb648273e081913ce68f8c5bc580e07b1374ccfb74756634c7095_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e051053811beccb56d48f052ff50e432878abd945d564d8405ef42e7f7806a6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:128f2cf2a80646fb4d7e22c4506892757ed5c464cc26f4a3f4e6a416eeac17b3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:510a2e1ed59563ab860d3d4d7e5ac97d08fe8278fed8ecfccf31980aa08c63ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:896d2a20256783472271eb0bebf129037f881bc3252322f7e2bfe2cd6883edd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc606cc42095a21363a4d6350d1b60db8dd5c96732ca94443a38f074d5fa655c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:230989ba92a0bea5369a01af9511cc1dc8b068da4c3420b55cfa6560d7212dc3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:66669c383b467ecb938486876116d936c0f856d3c65d89491ea1157542f35c6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89f67895c220ef152b23472876d4a59700e14155ce12a3f218a307deba88b1e4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e5fe0c5b6ed2a93a0bc1ee82970a8d0c3df7c15c795cb220d99554e43c2f8ccc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:563e710d9cdce686c76f4f331c4a96c5fd85c7256f0712002bbfd22749e9b5ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:611dfcacd89d2e66e0cee93933e18b28c6556062497403e82559db9608ee8d61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8305c0cf94df3b8b689c5702d8aa31d977bb422c283dbe8a3c91e68accc45b19_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fcfd7bdbeb9bb9514061fb23b3ed226548e8aa7bc8305495faa29f52a104832e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1c68370bab3ad48343a816bf73b03f656a9990cedf676f4dbc72ffc5ec93a6a5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:42b69c2435599c85386e83bb0020fa941d53e696395f2806e561fa8419e251c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98356be1dbf4b05a86818a51bfc6d1ef4a38145e9f528368ef6ba4569370d530_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d2dfc18ec3a5e1cef9651ab181d8f13f85e36974d7397cdaa0fda49341eb1904_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:060f55e843dc0b50c6424005a85970acc953dde71285fab877109bedcefbeeb0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:76eec09f2949d9156bed8dc99ccd58622828307020ef360937a098241612347d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:832fe4c7659e900fd99a318921ca9bd4cba6e44a9b91753e8a323517d207316c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94e3b74849a7d626a08a9523b3bec28723a3e8074759e279e8dd916abecc6ade_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6bad367e43bffdd6a311016e92823863b1bf78efb90e1aa917e502f108e807d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:df638dccd9131f3dba79a46c87a8f11f82c2ecbd62519f2860a5fe1a1902e966_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e1b19bfca82942093dd89af1c8c5bbf4e5c76c0bd263fc5442c06cdc7bbb877c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e994b63c02564b10a06093064273539abe29e578c5aa3c92044623a29464f77c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41d530dc75d2dbfee9d733835f5f059f6bda6dca5f9034eac37838e9fab38296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:91a8ee0510b7c2142a4c0308ac7bbbeda16f49e87615acb9c39158bb660d45ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bdb5ef76c0b9d282b9e02421f5b0ca5503a0a012bd515e291f413cbbbdbfad22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fab8e61a4ca8e7a18a7083fe477abb235774cffae9690a42ab5cfffaaa0bfb00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6eff121d9c84c8258ea801a4b6fea904e47bf423893d3fe82ea2c310a297c691_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9577eeeb901dddbaa748b33333c078f5fbbb94c253c6a2680e646971ea76e379_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c047bfe82ab7112f986c2cf1b9d47c518a9fa5996147fd24ee02ba865685830b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ee635915b618dda92509d7de495a49556a07cedf82d1a901f63a884316b00141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:146140907422e4a83573725748e9eaec0bce6349468c31999842aa858aeb3e2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:50d4a5312030853ce33a498b5de63032b54f77524a0d7420cd59be8b8528ce64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:720757fa861e74ebeafe5e46243262f80b257f7bf0b0804a8ca300434b4e25bd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:da82de4399c98b4539f8a4abb05b828090335c2b854753c67e2efa21dbf8a905_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:021d4f97f5300cb1b63d7d4525b70ecd8afc9e5dd3c4f9408d0448057e924bda_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bf078981b6608f57c955fa112168b2c5a18b606cadf840540830c283474bc531_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0274d626098e35af9fa6caa5c14fbe320d849bd169ae0bec53d3cf886278745_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ca30882231e13dc013b09dc24455c8709c4d2dc448ba7ec307f4b9f10dc44117_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0f23c14b150129a5cdea8d1bc5077dc7b3dbf4f8bad9c0c8d1ddbca2c19b37b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9d74faaeb0fcbb81322fb29d1549fe4d2eef220b1afd193c466d28572dd7085d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:af65bd429d1b2ddcb7c844f302fadf7ffcbeae5f4f9227cc9d52bf90d89a4b2c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b8c10f17858a41528c99778f6d351661798a1378b37e8eba1fe67c42ef6d23ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:204b0244a6e186474005f2dda4ecb7c2360ca75a75383baa3ff396000ff7edca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c1a38e3f32b573282b88eadda1b4a892dccbed0461167cf76d70256fdd1f0bf8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb6fef91c9dff1bd67da03539395f9a7d0070badca9c987222e81db81812523e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d93120498d312a476026f7adf30eaa2af6eb146195632cddb7314fdc5ce86f57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0f69178adab6b82d79ffe32fca7b9c78f622b640295c3f18fe49a1583adb83ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:551d5b84dd47a9c949eec24408b937b7daee6bae4594eed6c722cb1a27626080_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5aabcade3d000439639a6bc15dc8157015c4e3e25b00edf4b6ba21120bbac7e3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e7edb0ee8f9270f272c17554669b0e3a560bac372b8632289672093db4f8c6c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:05e4877216b1ac91c90273263552a028c7ff1076ad57768cd58de699f992ece9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0b834d105fc1b2244917667fec61fcdb645ae9901f99c06dce42c052b02f14aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a27c79f8ec588f712b89b784faa5dedfb8fdb0ef808acea4c1dcec60264b2b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d7ec3504620cd34cbee8a40af4e318b088aa3328c6590214b751367eb010c00b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:12b5c83611a19409b463bab76865bbfb17f93dbca208c0dcaad8da1de36d38a0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:36f974fdef715d41805448b33c5c6501e12e377769a9ba79d3c2c440018df6b4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:aabac8bc7f80a0896c5621ab9fa94ef8c6e2a3c1050ac31949315b1f8d5b1e3f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e075432bdeb603a57005345485ee9dfd313a301967c473fbd83ad5f49e86487a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53ac882e0306efe295a70dc7e8b07ac639564853449c348e7eef3f2cc74a69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6afa3cfc72bac0da1d6ec6019aa632048569feb57b8a07e3f11f4a344ad87543_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a2dad38c6db476b9d5103d2654a9d64a5a07f739c5143420d89d75c27e331eed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:eedece0d1e3adbf7f78da03b009322df42ec0ef1e7a4e58759d19235d389ffbe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0d49179e77164440c0cd4e0fff9fdacc48a250de454c09baefa3e51cae649c21_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:60b501c12975ca8a84806768b8f70a4eb32ce3909234984a29965910008de85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7e577866e1d390e78f8a7ab86e69350cad26fa1e7a1c1ce9de7e978088528586_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a663d5d16669212600d0accd6d60ec37799cc8715730df2db97c4add3a11a779_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0b12feb41dd6406f42f11d131bea7cfc30fa4de461126a5cc09e30ae97c3b919_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:788d78b6e718404cfa945df47d782e4419f5381e0424b93c70a915d61f316088_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d306dc881a5e6114d8419d5ccf37a6862df55f3d954ba4b2ae1493d2e25a5a99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d33a659c81b10ad235e750738604ed9409b815be0f8c284dff76b759ea310197_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ada2156c6166d377eec9313f12a08015fd3480204419c176a251bc82aa87284_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:30a7d92154f64dbc9472cd1eedab3b715cccb2b1ed41ea70f5651205792010b2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a8d42fc5ec68900552fe7390a2fa09b6f06e984d92d08b4d7a12b3dba5bf2202_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ce00fa00d8f7d5bf78454b5d3e5c5514c934b33f519aedcc8f65da66d2d2d9fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6aa35c603a831eee7f10344fb0e33d1ae39f85914176d325bddf41e04ae95a45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7f53ad88d478a46ea4eb01edd25da1c8213eeda67c0ec29ee9f936399bdcbe9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:882252639d107161b1f08518d3bf89fb40c279b4c30e725bb269222544fd88c7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9140934f35f212e681cb904c52b33c306459dfef2aaa84b8e03d6d92938fde22_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:55d1db581dcb277ee81a8731fe7d2a32d4bef7d6b0c1e9e7d5edc8ff89ca21d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8b5500f7e303772e8d79df6815d3c535173c7dd59f37966ca534db3a8dca39e7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c3c46e2b486287a41a267f14cd13c119fa81349cefea6fc12dc280d141a2b236_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e13101d909cad197b6ec636d51acbcc498bc704e06337a6ab5bf4eb2c0ea8fae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5fcf631df8ee78d52440dfd2e11f1ad8af4496fe263c3993dc39cfa8f35f4b38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:673c67da576e4d54a3024ce5b920e5028ffea9aeda7b5e4dc921e43acddc0699_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bd0960c488c20a2b55cb13a42a54c97f22587b526b5be19c5170a4103d576e3b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d7ca00961585968f518b3cd065d0113def1e61fe9345eba32508c9ba50ef720f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30871be7184e46ab5886f2c105db4afa3cac67acf6bf46be673d49764da6344c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a769db99d4f983b3f56fcee2f1c65d626b9c990d7ce966ef78ea3a1cd6c66a8c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6c347df6d3b0d372cf51f71e2024082f8a901991d03c9b3f7fb9fa1ac1e6413_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d3db2f96ad5efc4a9cb33156aedc6fb2bafd1f77c250d5d4d10dbbb4cfd37543_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0f1f0fa3f95540c7dafc593a5aeeadb3dd661e3a40e6b1a285954dbe97526b59_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1600fcd9aea54bceec1d17472fb68134c7a375591f165baed62612fc231e0107_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1e467b5227063fca10da0c1de04057d8c0ac6fd1c36eacf1bb79607e89a4f8ef_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ea493799f58e7f1aac44f15c6ea6abbe2049ace3f76b0afeb0799d50cf071bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:053f5c6c1af1e18dc137366868651e6940304a53c1719558310a46b4306e7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:879354534a0dbb63047625926faff399a7b41be189c88e65dee20661579d4886_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89219bb6155e756b78596093c77d1cde6e475538ceeeb1f51c8f4da32f3a25c3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9a69c5ba29810fee3d16f5d7132b48746fca50698ca53499958664875ef8e414_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1f3aafcc6b944bc1844b86bc83f6d3bab7eebed9e0037b4fdac69895f58eb73b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78130d868d2df33249fef3f18072c886ac28143761d131b33dcaf7cd13a367d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a9338c1ac7c60fe4fd710900133501621bc8c25b429f55fd976853f03aee9bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ef90003a5734827b8d004a82e1f572d2cf6afa9442c1c1029ff91c752bd8cb31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23d8de7747cb4563fa33fc8520da2793806fc918c2e2cebb115b607042c37e29_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:45ac4009559f3d80a0e161632be4218e5a2be6c1ea746fffd6a9f324a1b74385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7c07231e63ed59fe85b2bb0781f0fef7db1d71e7b698fcfa9fcd02e148efc28d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fe0a6dfab16fe8bd764890d4c7cc259f803ce2382efac4a425c5c77888652937_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4d1958a3259ab8da40f9a14b2c98d183af993a0c6983183eb11e7219b4c6cad7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f1b5244dd62e3807491a37ac929e097af6d0856b5d3001ccbbc32d3470fc520d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45414ea039d0672aa5a31e1b76f26945e05cdbe91c61317e052829722a400f1c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:500855a0ce5e99ad6ee52e73cb90c66ec2f7b2cdcad4c44a6814bdfc9300ace6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:62105b247042d6dc719de9972e8c350b0facbae029152d3821593ec634c56ef1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8900dec2faba88ab568f70158745e88e27641e46fc763fd32d0747dfaf0d8a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:17e0cde54244f604522121180a4adc0112b8fb14de3f1fce2f38aeb28a5df0fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:20fc59793ebbabcf2c187533b46faf6c3734d9c1b553a344adc1aa51cf0ab683_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6a9c2caa67aa5c7ad052fe330389ba9bd29d91008876eaf85441e4b368fe40dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ad5a93c8d916994b7dee17652584d8df2ef61a192666bd14f8252a3ba93681d0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34953cd39d1341b7e4a3165f4c7c8ce0a5f03f6d9277f1ad3480a6829fb16e8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:368566cc57e664c1328c9d0c79f349a17d6d744a6fd26ad9902953a40e95fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:802a0f016af70253eb8f57dd44460ef6a9264f52f56de111e29f06d20744aaa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:bb25c062c9401958c64f0ae9dd45dd774db3ada8f4ff94af9bb0884708bb0267_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2240ba91cfe71e7f98d88484a2a7c271f182916f17d7f4d9e3d480aaeb75527e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7156f960306eceaec222080d10514e562e677073f415e311d15d9547fabcc48d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:d766719f12034962846a71b8ae1bc090ecfc623851d53273e2310fdc7290a00d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:e45e4066cb170b31589596b8633494aac6c63f82cadedd17c045f69c0876c448_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8308d8dd75fd7f98af134b92f5a6d1874c22df29ec4616ab6e8059a8e0821ed4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b607bc1ced9d9b9513988a0369c2995fe4524615401674b12c68cc842d673738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c4f81dd1ff761a000671d53286fbc6a24cc8800e186587088c57dcf143f978d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f2b4854562859c2c750dc8a9795cde55cec2fd11cc984f0054247be7a6a9de3a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce68443c09c02dee97695066946944a2222c62c23661693d55bcb61b3954596_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:571de8d33c536084bf24ab6a2b72cf8416982a116dad960aa2ccffb006ce507a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b09ee3eb6af1054cfed1a541912fafe433ca967ab90d61916d0fdd04d2386d77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:f3053b54d7e9acffbfcb4e2a444897492d26c4f3369b00a0aa80c4e69211f2f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:250c969bd2f1bb84ca41e57f36bc63028c8248efa3c148875a363cfc808aaf58_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5bf93684bc7119fb469e3afdf49677e9dca2f4ba330ce32db74dd0efe2c932d9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:95df556fa06a56dbb2e8db4dc80b0f8b39f8d4873d21c6de03852f5c8c06b506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c83ad2a9e847c371ca5d1256bebcda0708c1b964e27e399d595b8e225871a4ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:59d779599077aefaddc6228dc0eb8649e6fd687e17ff9fa7e96dbedd9beb7573_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:5b2568b7592ad1123cb3983683de51587dac41698e1cc55e45b7317061144da1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ccdd4cd0e1b363295de72eae8336ceaf1e650b40ed5730d06329d971680ff0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e0ff1d881a7dd7ec94aad7238013da314fb39ad5690c017a0354ec84b313ce93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2441fc7c377cbca27eaaec7d760a7bd1789b9e2a162c4ffce28b6024b3c7494c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aea6e8a3cdd83755efedeff1c6fb0dbf2137742caef5836c1a07452c52b2fca9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:aeb9453a12aa72df2476cfa7600c9eb213a7f62595ea6835cdaaabc16e8e6d50_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ecdfe6f68c51c56e0a53a2c360bd6c7ed6c954eb23eb7d2ba6acdb8de8b5f4ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:019612f72de1725ddb4b2e99b04b5de678f090ac282d6a0b137991671a413392_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:32b6a8993f6d26e7d2e46ea7176a67d0fd5cbe59565c69f61f5c72ecc89ba5ae_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4fc36cd9ef01a5653f13d136b9a75561fbba553eaa8c59c025dee3dc19c28524_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d32b8054d9b332cece26d3acd1d458ab9de80e5b0fbaaff0243094cd9a048f8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b149118a494bebfdffa5b52c3bbbb322655f6919773b8084c2fcaab0b553fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30524b8c717fa3d64c941eb2c76598b92920fedc17177269be8b9d24d2d54c7a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6b3be55816123be7be0f4da6b5f85bae5961bafcc0d9fc153bf0f84b9bea999e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:774c9c2cabcd71451b66090c3db5798bdf6e10168e03bce1d36b3276103ef748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1e944fc073d42d6ba1579f29154f84b5ff1a74cef63b35379b74160b3e2d262c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:937bcdf67fe41a6188e78478b4903163efb040e941c58aa6d19f0f10884f0a27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e202db603f15bc277b9c8991accb66a25553c40c9089354debb45d5ef3a4d403_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ed55444e4dce02748d6942d1fea801f00fb86570251355473597eb30385d9976_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:72518b8d479e208b8f00f9271fe1b5b3412210cb78c28d836122f24fde0801fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ee653c47de21ac150c231ec551f1cc7dc68794e3b763a258ae1490fe90eca667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f6c18a785f8a83f2fc012a1f896e6ddb2e54226d88bc57743398390c16543453_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:52a73a18fe1c03ff8f816935164b30f07878808c23000a8e10d0417db76a9923_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:84aedfef1ef6c180d58b53ba03aa1e6b7ab74df1774d5597f9d7c1155c8e6ca8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9cbf52e97bb38e63973a4bcdb48a8f2c0199bc6882a12685dfeed12751a862d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b38e52cdd6a5d11c631b227198cb3d57a73dad5d5528c4f31a77a90be76084c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ccb3d0a1336336191c89e0364668bbc60d10db995ac0eb1c7755ced4ad28261e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:cd51ba162c22620bb91c77f2acf6adeea2c5e8f4a58f6592c49afbae7a2a3531_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3964c0e9706e4f8e86f05cd978a2ba692cfe7f806d10a9b93184768ea3962cc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6c9d345090900b0934db40bce969bee887c2cd00436c3e36f522ec61ece757ff_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fdaa276751484cbc90798b9df12dbe8559bb38880ec0862c904556bec38b8d22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1fb16855b276bb35bf7032f7a7a32247952de6fee6126e6f9c4be2c6f5788dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4837da2cc63503b409aeaf301ba6e89d696cf0f03a3dfd879a97ea7d71f99008_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7901b0cae0d168928d91fde76244ee5c3583d5844013a9c4f09f623256be4d94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:80727523cf4cbafd3ae4b7a0753229ab591dc2a64b564457b355b9371efe1749_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:160dce549e3cfc74cd09babd32abf1b491f04bacbafae85849a20133a76463ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2f724bc638f54759a367e1034cd0c791d0f803eb790c13103e3ad9420061c02d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3bb0102a62cdd437b0b93bd89f06f18df2bff79e3be8f82d46988504709a8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c0efd7206237818ff8d95ed26492f0f2104cf4678fbce6d9807f138046e1c2f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:195b4aea2120490c0aafe70ffbf5789b4e1f014cde407f5ef1cd16d53d80b624_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b55d280d16b943fb079be28f18f6b1ee5e31047de5cd95d4be534e2a83555b47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3646663a18dd37e308be58ca9ca2bad416cec8eb4eebb0efc30c7d813e96c42_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e0987d21d882d73ed003d122c92300a4742b308b6011ac0f0d5763505a475785_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:09c79a223c7a607d21fe3d96f9b2bea8d1d22074de938159707e398f969388b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8521d86ea0f21c2fc5ce9eefaa5208354cc683163a916d9ab41ff5482f55c104_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b68e6721387034fa77c591391ee4f5859666822314e40dee02b54240bd472caa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f768b9ece39f1b446c54105fa858a1b9f339269c4a10b8471af3cfde97cd3e61_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0865c1ced33e64ee305e74e768e1053f7e056074474775eadb9459ea8bb41030_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:bae5091ad79a1943ff040a9118814d826d40cd45d999637964eccdc2e9a50012_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:aa903f42bac05d8f9b840748f97b7b3748adefdd0c16a7f9949afc5ac4b9ef9f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ede31994b788ccbf9509960b6e7e5e90e3d118f2aecec26bab095aa5c0b677f5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:915e0bb18928632d1e9588609392e1706ec47cec9b40f85759d13aed1e8c3aa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c2adc42d430173049f84c8016a936575feb01caf9e2eb0fe3c4b0870ec245c56_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:25a4b67995c85399da05b71b1f8d4c29f2a3163c5616156954c3cc0f6a2ee09e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0a44a24e0450c77a8880818ac139ba779821aedd20502429cea0e169af5ea03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ecd57ab77779a710a903d469278c63ab133813a86810a859960a80d6d94f2cc7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:077ed59a145b7ea7d64e03119a57e441d775a062917464814f603f980e19eb44_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:671e07eebd579102e545f665da20a014636d34447c7496e9817a70669128c92f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4cc998fdafc9a451d6b10718602189c9a7f8fc6ecd1af2cddce576e9718dba35_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:77490ff4bcdb456d1242bcc18778f8eae61d286d868502ac361bf8cff5c370dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:157623540536e35e28a6ef1123d9591118620c82fe10944c35ec1618cc808985_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bb37554f2f2ca1e48214ae95384f48e3eed5d88204f66d36e63104a899af4a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5f29a52d94cf2db6a9ca036a7bdd10c7bed6ab373b4e16e3c87a4c041036a5e0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9c7b39c35bb179412df2e2c20d44a993874b5b7cf9f634c16008ee41c545e8cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ee948274aed53d47b50bcc9dfde0ce9d63096a04a64765bdc47bdf758f5aba8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9316e778a117826201ecc73700c4da145cd0ec4e744f19a40dd363d2387bf759_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d1717215cc59e2afba0ac3bd5156619f6097dcdaddda8e53d55ce542723883b5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e6622ff0d5a98ffe1785683b76312c7015f3632715045b8f1e72f49e7ba281fd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19b94c6754c2e31b07bf36a9ad64b99fd9536676e063869a24abb9c346a16689_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b3319703eaea0998ab906ef25e8053c1fc6419b70ab2016d7b5c2d2f363bd7dd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c8cfebdd0dcf72c73f2479336b0e4b7c6ca347b27ded18c88126ce5fc2496071_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d72549c18ed7a04853805cfee4f22b35572f79e632c421b69981e88bce5695f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:2d959dc7432f8a8bb607345610e4d83f82b8b7e3d4e0f30a098f15978662d165_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6614e9f5837313b550d004d71ef45e513e472b887e9f8b6d70a3f52d97326937_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:17ccfb5a75bd8de08493e247d42b370db5900461df5e3db22b25d912ed005e33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a45a1e9bc8e6443e504d3b5934f7a1422332c9532ad4fc721445bd440da0ec2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1dd092857737433847b044ee8c526178b1fc8e3ceea073adc0a6632a8fcf36bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c457663002d8f50d9f10eafa314edde10f872b594cb57e674b33afe9c041d2d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c0f3a8c4cb5b2a527525f3d7ab51095868fc6dab428195e3179758781e2a0c62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ee81e98b01b07f5f7791d1c50a1ba2542a53a49990d9cd15f2845fffe432302b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:23a71050426e483490fa9c6b21218448f16828d51f753a35bdb9eed9a6157cb7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2fe7128bf73d92f8ff38434e0616d1eb10a6be70512a5f4cd1a5914eb5c3c0ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:555bc85d24383e5ddb0731ed21b88efacedc667b5c7d582553c050265bba4b4a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5e6e9cfef578540d4b47de5f0b507a6a4bb3a2902c9b6f3584c3a8755343c70e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5e767ee12687e752e2b9ddeb79b17cf08b2710c2a726560457a5bf24453e6986_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:85e7b586eebaa8e30fae265387761b815c463fc10ba9b545952d3a99b6040ea3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d585fccfd0979e6c91d6aafad774a0262d8fda40a0ab9472bcc0947bbd86701a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fec89536ba62edfea9d73f1ed7233180078c65ab4acff18b1946994005c7d80f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1278e86d8a9d0f203d86c2759cb8000d92f5cb138ca3049d23255bef13dd7831_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3549d2be72b5d64cc2d24913e5e35a3ff525daa8d1388d159de4ebed12e6377d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7060e1687d9a28a7a4aba2f021bdd37c4c28e7dc5bfb88db50d7ecca5cd40c25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d2fb65d0c8c994030cd20ccb333d2ca7203c900b15f08fc0104c22c1b609e8f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5fda205b3ec0a9664d3fea3a84c8d0f140fd3654af7696ebbf344eaeef7fce01_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7305e9656787ba1a4212869a3d23a17c64b486de9bbc6d0ca6ed712c932b94e3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aae1b1bf1cf4ba38dd0b70c6403dc28564f0e75e1627ed2c470a239d0ff6c9d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eb96ea144181c3ae2447285c018ecdf496e39317fd67321a1a3bac0dd273e404_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3fba0f2d737be460cb819b617b778a4807e47ac6e552437c07b0377c72f91546_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:586c6af5cfeecf2f74a613df2c1998c1a463782875e815d8ab127ff84b0b4f50_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:66c48618da5bc9b8e7a045f78cbf98616d94b2fa983fece4889a9ffba39b1170_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9e76caab7668c38ecaef1d7c2ead92394f819b65b3c9d2c6250925d0eb9d1f13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1ad47c06b5506bdeb576e035f482c57ac4ba1b327e17ad84ffe05c0fc6ae4665_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:95af69a9fdc68f2a13272012340d681e6394e4d1c5ef260a7370ecfafa45b7dd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9c4add542b8260776292b2f6cafeb6b0d385471406af7183fac1d30a8709e48e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bb7d336c1a0cd23e783d1644aa72668eeb3fc73ade48565b2085b5e520630fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a194b6e56b595bc4991cebdac2934ca3e35fbc8627134b224f2a14da53443e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8682ee09cc101fb210685e23ec9672f1c2054ea471c4a1a0d04f6652ed04ae40_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d3fd6e2fc708b88573b0266e9e53d276c43c2d3c5140dd0dce96e12cc7d2ac1f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:df09b693c9d5487004a50755c9d903efdb61fd9d7bfd51618060f7a8c1641973_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:def88411780b5029a0d2521bab4827c96ecb5b67feb25ba5f94e076d21d63666_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:fd9fc87b4a01e38fb23d90e7632b6bc0012674767b9bda5c534dd199579339b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0541d27530b566516f25d29251f3c625e3df20c17110b44dc83d3eaf5baec750_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:57c3effbabedb169307ba22ad943ba6014e5cb386e61882134428a5689df4795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1b61f2fbacc2a17e4b945a61c5b5014be55923a48991944f355e853bb2f3a365_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:71bc0495ba840150b3e0adb61c61cb0b2cac33ba31c65c0f039a2e4aa7935449_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:896dec49ebe89ce290d4980358951312de0d503bb33cbf63c76584c85132eb70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3686d0e0336e3fef6b6e4d9446aebe38ff7efd91aa76671a90af485d602b685f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:37d3166e989232f8240cd3f260c36c77b3e12a117f3ec48fefa4e493bce73d4b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:68e85d71c1154ff066090de0633f827780440c7dc339dfe07a48a41c4fce8f09_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ff01a765f788a17ded2a5f6cd334f43f23183b59097d0e8ebe5e6cc94fe4f52d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:84394b432751d5f9735e82ecd4e815cc81f507b1ae7f580b193ce04a5ab740af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8f87d5636935af688fdb7b1c4663fd1b80df8d146a2f1bcad315e2f9e72aefcc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a7a45d92dac1634d5725f5e2cdcd40b6082c8618ba043ecb04cd00434c82b559_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd4d008c8e8419d706b0b70d44c7ab8cecd59a6028fcff7fd565080457024051_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:95859458f9f15dea15ae62998edb1bc78c5ffe136b3b110ff13a0cb1fd4e329b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9fad4b9cc527ca39749cf3c01c558d5956d70c01ca421c3d0fd99a2a56d88da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a39c8096cd2198cab569dd87803b002d22c161d90deca9cf4e17566880bbfe8e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bd0a1611b0976cb649401667246b250dc505832028d16b27d1e09b86f0dd8174_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:83ba0d9e149a1493b070240d32b43b1c5c35a66826f5f0ed5f31498a033932d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cf410cf3ff2cbd153eedd54f71d76d87bd36f635ef891244c5abd8d768ff8845_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d836496d5a5b3230a76b2beb231207cdec8806d056f322443eb66e83ddf26011_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f132b384a5112fec12c064d79f522d424389298dc70fc7a4517b6d14721725c5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00eec2866fadb9748b7311135f97e135e617a5616f6ed7fa92aa49f91aad0f5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:065bb5936ed44e88c27debe69b51fbe05cee2e8153f9596ca7f315d20d2e3d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5e4c45e261de64f732adfc3a0628473e0d881734e024f9775e2c228d717a3980_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:db561427df74ada965b1c437c12497f40aea77a9d42305a88f2af9c53ed2bcaa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2ef18b9b3213a8ac3cbe12bb13fe7aac941cff33dfbe9c84183f2a50736f632d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f6dbab45b23cbea6d07e92fa6d7d3e61c41871ee7cc974e32bf435641589bd0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:85542fe6309fd1d683ccb3b1ab460ec9f6921e298b4824e05402586b91ff64aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c838dc6a709c5f4643708e7b5427013e2b475ebde7fab5f6e59206efb9201a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:09b7c6a527f9ef8833a2fd559a5f215c6c2aea8b4cfa3a4a91a64242bdb9b643_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3f51d550ef430cdd236612dee33c71a334d8b6cb5f8c56ebb90f98e45336977e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4f097f29ba5b5081a296d813c1667fa7f3c43e0e9f9c1a306f0e02c727ec5f6d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:591a928130d6270c29c6b7b520948d30162a709081a90262494c4a4d1bd48bfc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:338cc85a195986c905e0cbc6eabcc378c0e6b91cdb1f6e2f0e069849388ee813_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bfe3886acc1b2f917c8fefabe686af54ba31e80d14ab4679ae80a25208df936e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e4dfdf1cf65bba2c007fd1ca0f62e70594e083b1393cd01ce19e43519549a623_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f6b34cb8ce37e61c21c1fc6355082a3e79f4fd4c399ed6345c1af41ae4cc7e9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1c9cc7269d63603871e2c2de85f9eabccf19258932816f83f9881b21ebe2aab0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5cf1c3abbc280da729a3b7c2454b9536bc2e4d8ea2d85d472177aa776d3fa924_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b5edc30a48cfdfb1fdc487ed8ed5a46a7138674fd14b01e87d68a88629f6a461_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eb264c32ed90ac174122281f91e24eb742f4d733d04a0a14c0539ee75ae25417_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:0f387953cc6ae188fe7601da09f968926a7e7d9a9ef522195a193dc5aca069d9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1aecc5f7ed7c51975d444c812048bba9ee796c03d9ef85ada9a1a8981e708594_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:78dd8346da6f0cf1a56522cde3c09bcbdd6c66b366ceaa7e453f606b16fef2e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e0f1f3a1930f690b409b9ae9847c5d0f4b390cca5f51149e19f5f750f673669a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:58371e6f3e450ac79b7505cd3ecf9414583770e7561e555be52ee43ce2bec80f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75c33a67329bb43083632faad1f643a4907213dc5619364afc22571ef92c8449_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c5590417e494b7813c8f4ff406bfd367a59de59a962bf2cbe00830c0bd2ec33f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:eeb378d7a2199de812a651634bc1f7d6faef1cabb7406c9d5ae6188a17fcd874_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58d68823255b06471beeb3c1736a29ed04939a2a3845745eb10cecaebe2b142f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7324a5db8ff38c7753a81109046ff3d5bff501a48fce1b5377950d0fa1ded3d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a970e5120daa85e58856716369e0459e0865fc1f5d6976dace6182ef84c33634_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e70bb86ead60f8e76993bb6d1f88f0dbc4a72a976d9eb0ff3defc7f6da2e43e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0087a1121fa0f0df97a697059bf6ea6b91035b30ab32a2ff2fb9400db0308330_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:141cc55bba17387db12eea6c0ba5993701276bbf16ff0b7aab74ab94ba51bf78_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2b4951358579e90c8387e51fe308f795bf828864ff7d94c57e6d92d4760bd47a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a696d7c79dde85c349ed128e0e0600403c8c740f49b391d85c69d495e09b3aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:0136107c77ad6d0ff3e9e79263ab83c8c84e525e10b670a3f6adb70d093062e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3fa828ed665bbae33a38a2bf90d381ecd75d24c7f9116644a72ccb6ffd2ce3bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf5f2014227017002d7766fb894df09fb69427bcf93f23d197a77b36130457c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd43485a6691a30d75d12fa08e2f2584adddc22e6ad4ef244513b657e294114d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5b00e9a7c3466d329f18d3daeda10def48a83c2327abb14c25baac74ef5522e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:90036193fd35574566324f79e5a210726b33c37cbad093f449c0d19f8ec52802_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:91ff6eb28ea5d8ffccc15d9cb998aa34b86f2756be968d3f7931a7cd460425b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c31070263b1d9ef262c0e319503121ab1c5025d2a94302dcc2d84bfe43fb2dd7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:ab0bc25a4fb0bb624650d4f2782d9507becd391524cbd67f9dfa1ba816ada90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e988feee8c45d924a01faa3e08f1bbe03ceba9897345eb4886228354b2590b78_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:268bdb786e70a08383a57b0bcf5388088d81a5739cb2bcfaea61893d8d35a269_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:47bc1736cf4ed78404eb1e797143d386cfb8d4000a2c82f32a650b7dab52cca3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6cdcc9717733139a260e8f20a1e7addeaf432f07388c684fdb8b503f97ed8726_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ebaf17c68dc5af3a720451f47dbf8099b4af0600be3478f7a20d59b33e036fe1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3fe62276d1ec04ad5c6c27038e1151918d513a89983bc3305007c1aa9382e50c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5dc8a779ca77247d1b9651e0483aa59433469d929d7b56123c8258b0c27fcfec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c39c48b327f2d5eb00a2bcb01ee17cfe70e7f2ccf367206fb2acfc9c252f817d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cee67a1f8b61a2dbaf142030f4bd24ae643a2d44ae271a09fa438d201d5f930f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d8ec5b7891150ec181981dbc49b737e0ffbf51bf6f884352609e5e8c56b1d1b3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e3808f7420471ceee872ada2cdb3032e156a42d96893a823267b70a3834d2974_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f48c12f8071dd73a16f2ae7d952e976cc5e3cb7780681901c7d5775e311d8c04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7ffa4197a15391f636d1dd824030ad96ae74ce480f32da4fd797952a6b90c23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:124cdef89a1ad023956e7062d92f47e43a00e21bfd337116948b9a4f0abb6efa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1983b9fa74eac403e461c470681546f8b96c9f9f5baca3f2366e2bfc46c7109a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8daaa58f146e64e55b1cc82c0d4d359aee3723a3e23fbb84d988196b61afa7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:bdca50f8545e1329f59d265d9079e6b60593beef2b7137a8d3d53fef22c68020_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:267eb3cf7b61491b20cfeb5f15936ab4bb5432ac4edff4246c18c4bd9012b073_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2842096c4ac1e8677ba2b460a41fe40efa5c964a34036cd3792fd6bb75d48533_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:951e33c24a33d80230c7f14452e356bc1fd7e276ea436bd146e8397ff1d3085b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e8e2f7e231fb6eff6b891a6b3a227c2a16d6f26cef6ff5b1849b4b2c19775191_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:124d4a5e4ce24a8f6decab1a1b172268ac4b766d74799496ebfd72141da12954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1cc47796404cd32e73a8a777c7147a60ac05e5ec0504c7b99cb8ff9111ae21fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cdd1f2326cac208e9f45ee0bd0051cdbb6458af0a90b699085c58b113efaec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:bd8a0124f2ecb547878ff344a37a83fd406b26bf5fa6f650a170428ba878263c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:38339cd4b3940caf5aebd61e5f8260ec5255a308f9d323f6a983f151216ffa9b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7c1fcd95cf54d1b74eeedab8b29c0c9c511c4e213894a06ab6281387a5bed034_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2dec3b4366f3d54e0cf0d471eef4bd0e87901bbe7018f98c433c650ea2fffa0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc5d8fa7d4d5c1da7814898bdfcfe0560cf8b06bc2ea03d2fe4ebd587513632c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4f041fe8154a0a2cb6a52b920eb3a43500ce0855c152b524306e2bda9044d799_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6a165e996e40b0bdfc5ed9019eaca88a7f32d94523166c3a0311cf1ba8357ee3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:829a8cdb469d9e04ef52713c7521ed72a148446e844450760ddbe72f7aa6d56e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:981c24feda473273fbd90047eb592ec78ae1c2be1ea84247fa56d5a1ad9380c2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e12e913ed885eb4647d68020bd957293801f0af005b02a124c70e770e88bb0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:560b105910e5e7dfda0e157e6e382b9a6e4f677402cef57657f346108ce66d29_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7afabe86cb351d4dc8de07a745f42a36622d6580f9f8e537202b7d43b6350cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f86c82603882a9a3910408d141bfe3d9f572baab40c35273b5fb7517f4dc2772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:131088cfaf57992171c06173d57f293d4d88177ff84c88bc809b947d38f56475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8e573643a35286883fdd811a68e5aecf9e13b86747966e8c1fc2489e698ceaba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:97d3f33ddbec4ba5fb0b32f70100d8337c4a90179753f4379a513dd3565206b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b8dd9003bd74bcb2a5cf3a9cc1ed7ee744d5e3b4602915d2444b4bb7e6e8b4c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:34bc4552a1b6fec726e909d5c3064b327057b82571b1a591a4c9960cd24554c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:781c3baa8d7f60cf5158184a6a9f14aa5d2fe8f072c4601906e64a0d00c03fae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9e42c3f15fdb8631f434b94902da0741ce2d312c9de63cc970289a410fd93d56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e60f989dd46bf2d9820f2bf3b528b296e6b6127e6e121a3a87fe732ab52c90db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:72139191efe44121b3deace4ad25bb4a5f1343f1236009fdc315b8f3e6b65247_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:73d72b11d8711137c40e9bf26ad915fdaeb0b9a2cfda14db8844a24ebdd5dc61_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:86afd4a713429c4e3f2b7e41cd06acefec2d0d1c6575541ac1650aea74dd791f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f8b4e47936e92158b4bb30566374e6eeb9e09f5f8cf456a285a45bc79bef2601_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cd5e7f920ac88c1e4c66d33c7be4f889ac766d8b9d1ad9e3a8ddda5b8b2bf7b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2be70ba990de64ebe8d711c76c8fc91e2987789135704bf3f17af1ba6e973d33_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7dd9c1a97aa40111f669724f5fb414f26acfc9ed94d511489084d35afcd5ee9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a607af611b309be2a598aeea9e0a088d5175610ed6bc48cccadcb5e3768155ac_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:090aef1f0b9f231a6b5d2f65a02f8320233ed874156c824a4db3f37d93efd76a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1b31d815f8fc917905c6b9781d4ab1901b7002a84e09ae2f761e4783445f5ee6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3b409c3e03e819d90eefeea393cf63558b42632297c9ac7e9cc5b169558ad9fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:537544c14372d0a517683525fbe97c62e7328b13694a8f10c2f1802372a608b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:276a879e8d6822691804e1df79f39393a8d96e448fa7809b0062e0d6cef2e244_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5fa4d693a603f216a2a80237c114a2225881020ce2a461055981c16bd8bfe1d1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c0239004697109cf9c998c252b355f54bdfa7d03105fbeb2dc8a91f65b0afdaa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fda45725085a81c7ac688b0de34fd0648309eb642c5f02eabb3c14fa95f4dc48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4ec54508eb889c63d383ce9a8900485ddef72a08cdd50c5cb4533542a3c27fa9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5eb9d4dc6ba3c85e6fe80e7edd9e14c9e022e1e657d0f25c12b05891a1b56ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c1de91088001480034a7aabef5a09aa4e8f56db826102ad48b6cd78ae1ea7c4f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:dd33af10df89b5d18b174d153bd7b59fb1e0aeecd68b37b6c35dc43fa25b5d30_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1ae02df1652b5ac4410e6c2bad40a9a550474fd4fa9c9e9ba18958d4a329c6f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:324c1f240210cfde3d10c726b9852a56d6beb935c4ccef4fe5d6931716782771_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:37f91756031d64ac5eac64ca9f6fcc0df390b09be5cdba16a60f684185a4254a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d35729bc89a0384c12ff35db00db042a6bff1ed33090a54e6d604a37547d1250_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4eb238505d7f65c8428d9ee028575e0f5f05eac417636cc39113a550f903fa21_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8346e86b3f86a3aa83d0bb8012537e2ba8fb289eb8af964cb9f2d7f6a5319d95_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:cddfd9c7326edbb1834259a0c011557e2afba66c1533f9821b378783169b8ce9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efd7b9198e69bf3ddd093bca23900b247bf3391a39879d6ff59e914d6a49c25e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2e7a373b363c40ca41b34c67836c5cab00a9ef3d1e8379f111a4c96aca6b863f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:33a402e8be90fcfccf42c2609ac7160ff268cc860bab0cc129cabc9e0ebb9a36_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:53e8924e7807310c02812e27c0bbfd60bfe6312a2b5d92d4d0ae815c2a837b8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d25f9e184045a5bc16ffa537c25b6eef0e6a9b560f2b7e8c328235aa9d1ca1ef_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:22854455eb273e689ee5072c066fc6f0de82605f11f1520a2d3a9153e208e6fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:594971ee2e5b4ff3b15c20ff97d5ccdc276f605cd017e8d248476ab0b09ef52a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0710d69bb691ec7b7218ee66c4a0971bad23b7da031b3a999c58cfcfea44685d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4c08519736d19e06490ec19e87b6e5ccf3845876e7655a43262957fd9310873d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:7e070e947ee05f3d581133df3abbcc883d52c7c736395d38761ce787117aa656_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:951dc5037f65ae453d86823fc221b6ebf64e4e27664b9fc0eb6f480feeae7b13_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:290844c53d9805019bd0f5c6df3423e634e46f5dcfc359f005ac8fcb992051c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8449455985296103fd3dc32328558ea78d7dc78bb9c3e9842a02cfbd264fa563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3b63eeb129fe97b199e8f4e0aa027b9b45a05c6bf0a245defa005dc2bdc9c8a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d87d6cb6df4f587084b8d6ed03c1b17d80349f6755f18bcee861d8d1d2cdc67e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f11ba0e1d8bd59726f83060b937d4b043b80a762703d58175b95e011db3751be_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd9b28f64b517dd48c671b76b54f512217e6a26d6b8a4fe631feddb1ffc3c732_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3cf232eeb738834d05e7d6e977578dfaa09b0560fb8f455b59f7085a4263799c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7e234e50dee6f3e9225dd23897642280eb759d0acd3c0648f9799b26dc1ff033_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ef69d63341f995dbb454223d0bb2601c8270b6f7c2de0b81937376c52cf2f02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba56d8d299503c1ba430439e770755a0dc506409a0a89b6ed97fcafe443cc76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93f8f5c6b90b24d693fd6ad9861b4318b07718f7ad758dc5b908edd0abf990c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c594e67c8923393a384a1c7dfc34867da6869b4a930b9423d54d9bd3a6e810d6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb6dd45060ee070f717b028f2aa305007b73857119ebe364a37ff50f55a3b344_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d70b527e0a62e630dc633b04e871dc6850a71dff9597ff192adc75198feed3bd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:245adeb0894275c1978420e91ea9d497655b23ddd9c85ea2cd1830edaed6cb0c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:36a48781f5304499d27c93c66f30f36ff9481d3a4859500f1cda111e10f4a9ac_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:663d9a87f78ceb8dc21e5c6a6b8115ea35739e1085a591d01ba25773016ea76c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d04fdf9a1f7eed4186da3b5bce15f03052301b02769bc6d8b6d2fa2772a55f99_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:052b6d099aaedac54efaa230a3152302b02aa08a56183c874768c9532e4bfb6e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:062c50bc7037a55ad949730c0ca514a7210996c8b4db2362d8e23ffc79a61dfa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:682afd904b583cd0812010718e39fd08c253680875babe98d5d2f89b0c3bd136_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e81c8540e787ae0c3b73aa63b16f47d51e73d4cfffadc7ab684524050ea89d85_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3e1dca44544f6a12cc9e00b65741923b3bf5be43b431a2abaecf6100d6f9f06b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7ee2bd3fc7287e0c38b2599778263fde1d368055cba55ad45262245260a6485d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a8a9235d522507ec5ed9a419cdf910a5526804e1cc92994a7e92ef8dae88844d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e18fbb2dfb14deabc56cb69f0ea2535080f6b6ee764e674d0e5d30d67bb8178d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55163cb1361b66e095fb2265b52878bfae605f66f3c1dfc3d6ba72c16376e385_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9daa68c8b9f36bef8e7aac02c21272a7164dec8e1f7d1f6056a05123529076de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f175eab45bc32c9af9e3a0672438c46a45fd0908e54f194758bf0c75110b1d66_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f745b765b6fdf25828b7ff15c36220ac3bb018c31fcc5ba15e7a6a7ad8586065_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2331b3f9246e0e1a4d26ba7c5d288b01b2406efd4aed6cd951d3ad61767d6c10_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:84b6173511308fce2e87aaf8094f11c0817e84eb14f8e0981953af7ccc7d6ea3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d3470e6589d622d95892c4f42fd22311a0a84a1dc0c5ad2fced14909feda9e14_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d94a27058e64acb0614573c20916937687c069ab1d632e17d3373ebbcd9c6e9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:86d74ae2f9c083b909cc7623c702c954e326efb85cced52bab346fb5e8fb2d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8ca222f8403830010838d51075d53b1aa4ed6f6f45371a6e12fd2153c4ba28af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:dde884106ad0e7967f646093b6ee2eb1f59c5bd57c8e54f0c26f03f2e0bfb2d2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fb70ee53ed23a565bc52c49d7471999691cf53d16b2701ead8508ed55d570d9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3cbcca3ce21b99e503f7326a19fc46896a19a09401e79cfd2253d2e73b108042_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5af7a46e848ba71dee6370941dd7ee5486f66400dec9a8c7c06f8e6c70ffade4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a4eec793d9a7208cae96ffed882c94ff24c03fac30a6cdbe4cee805653565eda_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ff74f20b7e6ca89ab04e7d987b330e1d37d02c94f6c09015abdb1f4e49b5b2a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0d18501cd2e6630954594a570cac99529201775c282cc960b9bddf90723a617d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8494594e75d4bbc9dbd1d0a4d207daaef32b81b4654dc32634aab769794603ae_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:89141fc54f46d62268e84f316709309c1809c20e3f53ab8a218191a6d87fe235_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:fede7d3824875135f9a423cd49aea866f79491ca38d6c8e7da6d820851713394_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:172bd176af5970573db1da95963250dfe22a5fd217b508c89e7ead93b3c0621d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:37f8226372ab17a0218529d2e46886b91053847130d60f5dfdbd3f4fcec27548_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:87ccabe6954da5e98f92f271e5fa7a29c9947223786b2aaaea44b9bf882b3a4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9fe9f06328710d649fdfd7476d7d8e448b2a60d927714e22f46a2f34683f4e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2398a5303506729528f2f5b15e5257f15f1324f9801f6b1837750821432d73ec_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:f960acacf1086deaeaa3f2b17e5e28f55b8eaac29d0023b050d3a2ebf1497424_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fbef897a61bf9c3b41180db2f44a20b49f1ddbd3c4fa4bc25bb79b026bf371fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:671b123627ae60281aa8bfb79e73156ce7cb08e07a2187366912dd3f4825403a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3ba21d81b9a24ff61dfa5f6639a684bb071487e8bb8709156ab34ddc640b9ccb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f9cad0a6ec58fbd5197550a6172237dfdef5f01d16aa94e8d5a98e840bc7dcb6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b86c4e459db6bde83adf89953ab8bb0f40796806e8457d7589ed6fa1a80d7d7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:859ea895d3578c7a5169fcff64f1fa45ef5a6b0012da736574a69b15d16beb82_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:adbdd3fa8a0e9418baf0878eeb87504434b3c1885590fb8cfcdfd5d14eb01fd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:da74e6b85fd981e333b061145514f69ef62edb787ac04fda326d30efa8105f33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:973f7391addc59e3fe2e039574b42d2b172dd5a69a0b31c9fca025f9e8816d89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b05a303560d4edf4d8452007089d18a4b771b24c1228ccc1acde08d3fab93a20_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b22d64925223f1ea8db9fd169b596aeda942b60466a404b4261a47cafc9b2126_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b681d938498e9bd0bf3a9ffe1693cd23e993fb6d45e1b54f6f8e533a39407fad_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "follow-redirects: follow-redirects: Information disclosure via cross-domain redirects"
}
]
}
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.